vcenter lcm: time
NTP setting of the appliance to be deployed. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Representation:
{
"ntp_servers" : [
"string",
"string"
]
}
"ntp_servers" : [
"string",
"string"
]
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
ntp_servers | string[] | To configure NTP time synchronization for the appliance, set the value to a comma - separated list of host names or IP addresses of Network Time Protocol(NTP) servers. If "ntp_servers" is not provided, the appliance clock will be synced to the ESX. For example: ["time.nist.gov"]. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Times tool sync will be enabled when ntp server is not provided. If unset, defaults to []. |