Interface ServiceTokens
- All Known Implementing Classes:
ServiceTokensImpl
public interface ServiceTokens
Client interface for managing Equinix Fabric service tokens. Service tokens allow third
parties to create connections to your assets without requiring direct account access.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Method Summary
Modifier and TypeMethodDescriptionBegins the fluent builder for creating a new service token.Retrieves a single service token by its unique identifier.list()Lists all service tokens accessible to the current account.
-
Method Details
-
list
PaginatedList<ServiceToken> list()Lists all service tokens accessible to the current account.- Returns:
- a paginated list of service tokens
-
getByUuid
Retrieves a single service token by its unique identifier.- Parameters:
uuid- the unique identifier of the service token- Returns:
- the service token matching the given UUID
-
define
Begins the fluent builder for creating a new service token. Call methods on the returned builder to configure the token, then callcreate().- Parameters:
issuerSide- the side (A-side or Z-side) issuing the service token- Returns:
- a builder for configuring the new service token
-