Interface PrecisionTimes
- All Known Implementing Classes:
PrecisionTimesImpl
public interface PrecisionTimes
Client interface for managing Equinix Fabric Precision Time services. Precision Time provides
NTP and PTP time synchronization services for connected infrastructure.
-
Method Details
-
list
PaginatedList<PrecisionTime> list()Lists all precision time service instances accessible to the current account.- Returns:
- a paginated list of precision time services
-
getByUuid
Retrieves a single precision time service by its unique identifier.- Parameters:
uuid- the unique identifier of the precision time service- Returns:
- the precision time service matching the given UUID
-
define
Begins the fluent builder for creating a new precision time service. Call methods on the returned builder to configure the service, then callcreate().- Returns:
- a builder for configuring the new precision time service
-