Uses of Interface
api.equinix.javasdk.networkedge.model.Metro
Packages that use Metro
Package
Description
Network Edge client interfaces for the Equinix Java SDK.
-
Uses of Metro in api.equinix.javasdk.networkedge.client
Methods in api.equinix.javasdk.networkedge.client that return types with arguments of type MetroModifier and TypeMethodDescriptionNetworkEdgeConfig.getMetrosClient()getMetrosClient.Setup.listMetros()Lists available Metros with Network Edge present.Setup.listMetrosByRegion(Region region) Lists available Metros with Network Edge present in the specified Region. -
Uses of Metro in api.equinix.javasdk.networkedge.client.implementation
Methods in api.equinix.javasdk.networkedge.client.implementation that return types with arguments of type MetroModifier and TypeMethodDescriptionSetupImpl.listMetros()listMetros.SetupImpl.listMetrosByRegion(Region region) Lists available Metros with Network Edge present in the specified Region.Constructor parameters in api.equinix.javasdk.networkedge.client.implementation with type arguments of type MetroModifierConstructorDescriptionSetupImpl(AccountClient<Account> serviceClientAccounts, MetroClient<Metro> serviceClientMetros, DNSClient<DNSLookup> serviceClientDNS, AgreementClient serviceClientAgreements, PricingClient serviceClientPricing, NetworkEdge serviceManager) Constructor for SetupImpl. -
Uses of Metro in api.equinix.javasdk.networkedge.client.internal
Methods in api.equinix.javasdk.networkedge.client.internal that return types with arguments of type Metro -
Uses of Metro in api.equinix.javasdk.networkedge.client.internal.implementation
Methods in api.equinix.javasdk.networkedge.client.internal.implementation that return types with arguments of type MetroModifier and TypeMethodDescriptionlist.MetroClientImpl.nextPage(PaginatedRequest<Metro> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.networkedge.client.internal.implementation with type arguments of type MetroModifier and TypeMethodDescriptionMetroClientImpl.nextPage(PaginatedRequest<Metro> equinixRequest) nextPage. -
Uses of Metro in api.equinix.javasdk.networkedge.model.wrappers
Classes in api.equinix.javasdk.networkedge.model.wrappers that implement MetroConstructor parameters in api.equinix.javasdk.networkedge.model.wrappers with type arguments of type MetroModifierConstructorDescriptionMetroWrapper(MetroJson accountJson, Pageable<Metro> serviceClient) Constructor for MetroWrapper.