Class FabricConfigImpl
java.lang.Object
api.equinix.javasdk.core.client.Config
api.equinix.javasdk.fabric.client.implementation.FabricConfigImpl
-
Constructor Summary
ConstructorsConstructorDescriptionFabricConfigImpl(EquinixClient equinixClient) Constructor for FabricConfigImpl. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.fabric.client.FabricConfig
getCloudEventsClient, getCloudRouterPackagesClient, getCloudRoutersClient, getConnectionsClient, getFabricGatewaysClient, getGatewayPackageClient, getHealthClient, getMarketplaceSubscriptionsClient, getMetrosClient, getNetworksClient, getPortsClient, getPortStatisticsClient, getPrecisionTimesClient, getPricingClient, getRouteAggregationRulesClient, getRouteAggregationsClient, getRouteFilterRulesClient, getRouteFiltersClient, getRoutingProtocolsClient, getServiceProfilesClient, getServiceTokensClient, getStreamsClient, getStreamSubscriptionsClient
-
Constructor Details
-
FabricConfigImpl
Constructor for FabricConfigImpl.
- Parameters:
equinixClient- aEquinixClientobject.
-