| Package | Description |
|---|---|
| com.vmware.appliance.techpreview |
| Modifier and Type | Field and Description |
|---|---|
static TimesyncTypes.TimeSyncMode |
TimesyncTypes.TimeSyncMode.Disabled
Time synchronization is disabled.
|
static TimesyncTypes.TimeSyncMode |
TimesyncTypes.TimeSyncMode.host
VMware Tool-based time synchronization.
|
static TimesyncTypes.TimeSyncMode |
TimesyncTypes.TimeSyncMode.NTP
NTP-based time synchronization.
|
| Modifier and Type | Method and Description |
|---|---|
TimesyncTypes.TimeSyncMode |
TimesyncTypes.TimeSyncConfig.getMode()
Time synchronization mode.
|
static TimesyncTypes.TimeSyncMode |
TimesyncTypes.TimeSyncMode.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static TimesyncTypes.TimeSyncMode[] |
TimesyncTypes.TimeSyncMode.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimesyncTypes.TimeSyncConfig.setMode(TimesyncTypes.TimeSyncMode mode)
Time synchronization mode.
|
| Constructor and Description |
|---|
TimesyncTypes.TimeSyncConfig.Builder(TimesyncTypes.TimeSyncMode mode)
Constructor with parameters for the required properties of
TimesyncTypes.TimeSyncConfig. |
Copyright © 2016. All Rights Reserved.