Interface LinuxNodeConfig.AccurateTimeConfigOrBuilder (2.96.0)

public static interface LinuxNodeConfig.AccurateTimeConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnablePtpKvmTimeSync()

public abstract boolean getEnablePtpKvmTimeSync()

Enables enhanced time synchronization using PTP-KVM.

optional bool enable_ptp_kvm_time_sync = 1;

Returns
Type Description
boolean

The enablePtpKvmTimeSync.

hasEnablePtpKvmTimeSync()

public abstract boolean hasEnablePtpKvmTimeSync()

Enables enhanced time synchronization using PTP-KVM.

optional bool enable_ptp_kvm_time_sync = 1;

Returns
Type Description
boolean

Whether the enablePtpKvmTimeSync field is set.