Class: Google::Cloud::Container::V1::LinuxNodeConfig::AccurateTimeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::LinuxNodeConfig::AccurateTimeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
AccurateTimeConfig contains configuration for the accurate time synchronization feature.
Instance Attribute Summary collapse
-
#enable_ptp_kvm_time_sync ⇒ ::Boolean
Enables enhanced time synchronization using PTP-KVM.
Instance Attribute Details
#enable_ptp_kvm_time_sync ⇒ ::Boolean
Returns Enables enhanced time synchronization using PTP-KVM.
302 303 304 305 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 302 class AccurateTimeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |