Class LookupsImpl
java.lang.Object
api.equinix.javasdk.customerportal.client.implementation.LookupsImpl
-
Constructor Summary
ConstructorsConstructorDescriptionLookupsImpl(LookupClient<LookupLocation> serviceClient, CustomerPortal serviceManager) -
Method Summary
Modifier and TypeMethodDescriptiongetLocationByUuid(String uuid) Retrieves a specific location by its unique identifier.Lists all available IBX locations.Lists all available patch panels.
-
Constructor Details
-
LookupsImpl
-
-
Method Details
-
listLocations
Description copied from interface:LookupsLists all available IBX locations.- Specified by:
listLocationsin interfaceLookups- Returns:
- a paginated list of locations
-
getLocationByUuid
Description copied from interface:LookupsRetrieves a specific location by its unique identifier.- Specified by:
getLocationByUuidin interfaceLookups- Parameters:
uuid- the unique identifier of the location- Returns:
- the matching location
-
listPatchPanels
Description copied from interface:LookupsLists all available patch panels.- Specified by:
listPatchPanelsin interfaceLookups- Returns:
- a paginated list of patch panel locations
-