appliance techpreview timesync: time sync config
time_sync_config
structure Structure defining time synchronization configuration.Representations:
{
"mode": "Disabled"
}
"mode": "Disabled"
}
<?xml version="1.0" ?>
<ns0:TimeSyncConfig xmlns:ns0="http://vmware.com/appliance/techpreview/timesync" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<mode>Disabled</mode>
</ns0:TimeSyncConfig>
<ns0:TimeSyncConfig xmlns:ns0="http://vmware.com/appliance/techpreview/timesync" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<mode>Disabled</mode>
</ns0:TimeSyncConfig>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
mode | string | Time synchronization mode. Mode can have one of the TimeSyncMode enumeration values. Defines different timsync modes Value is one of: Disabled: Time synchronization is disabled. NTP: NTP-based time synchronization. host: VMware Tool-based time synchronization. |