Interface InternetAccessPorts
- All Known Implementing Classes:
InternetAccessPortsImpl
public interface InternetAccessPorts
Client interface for accessing Equinix Internet Access port information. Provides
methods to list and retrieve the physical ports associated with internet access
service instances.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a specific internet access port by its unique identifier.list()Lists all internet access ports for the current account.
-
Method Details
-
list
PaginatedList<InternetAccessPort> list()Lists all internet access ports for the current account.- Returns:
- a paginated list of internet access ports
-
getByUuid
Retrieves a specific internet access port by its unique identifier.- Parameters:
uuid- the unique identifier of the internet access port- Returns:
- the internet access port
-