Interface Lookups
- All Known Implementing Classes:
LookupsImpl
public interface Lookups
Client interface for performing lookup queries in the Equinix Customer Portal.
Provides read-only operations to retrieve reference data such as IBX locations
and patch panel information.
-
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.
-
Method Details
-
listLocations
PaginatedList<LookupLocation> listLocations()Lists all available IBX locations.- Returns:
- a paginated list of locations
-
getLocationByUuid
Retrieves a specific location by its unique identifier.- Parameters:
uuid- the unique identifier of the location- Returns:
- the matching location
-
listPatchPanels
PaginatedList<LookupLocation> listPatchPanels()Lists all available patch panels.- Returns:
- a paginated list of patch panel locations
-