Interface SupportPlans
- All Known Implementing Classes:
SupportPlansImpl
public interface SupportPlans
Client interface for accessing support plan information in the Equinix Customer Portal.
Provides read-only operations to list and retrieve details about active support plans
and their associated service level agreements.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a specific support plan by its unique identifier.list()Lists all support plans for the current account.
-
Method Details
-
list
PaginatedList<SupportPlan> list()Lists all support plans for the current account.- Returns:
- a paginated list of support plans
-
getByUuid
Retrieves a specific support plan by its unique identifier.- Parameters:
uuid- the unique identifier of the support plan- Returns:
- the matching support plan
-