Uses of Interface
api.equinix.javasdk.fabric.model.Metro
Packages that use Metro
Package
Description
Fabric domain client interfaces for the Equinix Java SDK.
Fabric domain model interfaces for the Equinix Java SDK.
-
Uses of Metro in api.equinix.javasdk.fabric.client
Methods in api.equinix.javasdk.fabric.client that return MetroModifier and TypeMethodDescriptionMetros.getByMetroCode(MetroCode metroCode) Retrieves a single metro by its metro code.Methods in api.equinix.javasdk.fabric.client that return types with arguments of type MetroModifier and TypeMethodDescriptionFabricConfig.getMetrosClient()getMetrosClient.Metros.list()Lists all available Equinix metro locations.Metros.list(MetroPresence presence) Lists metro locations filtered by the specified presence type. -
Uses of Metro in api.equinix.javasdk.fabric.client.implementation
Methods in api.equinix.javasdk.fabric.client.implementation that return MetroModifier and TypeMethodDescriptionMetrosImpl.getByMetroCode(MetroCode metroCode) Retrieves a single metro by its metro code.Methods in api.equinix.javasdk.fabric.client.implementation that return types with arguments of type MetroModifier and TypeMethodDescriptionMetrosImpl.list()list.MetrosImpl.list(MetroPresence metroPresence) Lists metro locations filtered by the specified presence type.Constructor parameters in api.equinix.javasdk.fabric.client.implementation with type arguments of type MetroModifierConstructorDescriptionMetrosImpl(MetroClient<Metro> serviceClient, Fabric serviceManager) Constructor for MetrosImpl. -
Uses of Metro in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type Metro -
Uses of Metro in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type MetroModifier and TypeMethodDescriptionMetroClientImpl.list()list.MetroClientImpl.list(MetroPresence metroPresence) list.MetroClientImpl.nextPage(PaginatedRequest<Metro> equinixRequest) nextPage.Method parameters in api.equinix.javasdk.fabric.client.internal.implementation with type arguments of type MetroModifier and TypeMethodDescriptionMetroClientImpl.nextPage(PaginatedRequest<Metro> equinixRequest) nextPage. -
Uses of Metro in api.equinix.javasdk.fabric.model
Methods in api.equinix.javasdk.fabric.model that return Metro -
Uses of Metro in api.equinix.javasdk.fabric.model.json
Methods in api.equinix.javasdk.fabric.model.json that return types with arguments of type Metro -
Uses of Metro in api.equinix.javasdk.fabric.model.wrappers
Classes in api.equinix.javasdk.fabric.model.wrappers that implement MetroMethods in api.equinix.javasdk.fabric.model.wrappers that return MetroConstructor parameters in api.equinix.javasdk.fabric.model.wrappers with type arguments of type MetroModifierConstructorDescriptionMetroWrapper(MetroJson metroJson, Pageable<Metro> serviceClient) Constructor for MetroWrapper.