Interface CrossConnects
- All Known Implementing Classes:
CrossConnectsImpl
public interface CrossConnects
Client interface for managing cross-connect resources in the Equinix Customer Portal.
Provides operations to list, retrieve, and create cross-connect orders between
cages or cabinets within an IBX data center.
-
Method Details
-
list
PaginatedList<CrossConnect> list()Lists all cross-connects for the current account.- Returns:
- a paginated list of cross-connects
-
getByUuid
Retrieves a specific cross-connect by its unique identifier.- Parameters:
uuid- the unique identifier of the cross-connect- Returns:
- the matching cross-connect
-
define
Returns a builder for defining a new cross-connect order.- Returns:
- a new CrossConnectBuilder instance
-