Reference documentation and code samples for the Google Cloud Container V1 Client class AccurateTimeConfig.
AccurateTimeConfig contains configuration for the accurate time synchronization feature.
Generated from protobuf message google.container.v1.LinuxNodeConfig.AccurateTimeConfig
Namespace
Google \ Cloud \ Container \ V1 \ LinuxNodeConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_ptp_kvm_time_sync |
bool
Enables enhanced time synchronization using PTP-KVM. |
getEnablePtpKvmTimeSync
Enables enhanced time synchronization using PTP-KVM.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasEnablePtpKvmTimeSync
clearEnablePtpKvmTimeSync
setEnablePtpKvmTimeSync
Enables enhanced time synchronization using PTP-KVM.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|