appliance techpreview ntp: NTP config

NTP_config structure Structure defining the NTP configuration.

Representations:

{
    "servers"[
        "string",
        "string"
    ],
    "status""Down"
}
<?xml version="1.0" ?>
<ns0:NTPConfig xmlns:ns0="http://vmware.com/appliance/techpreview/ntp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <status>Down</status>
  <servers-array>
    <array-item>string</array-item>
    <array-item>string</array-item>
  </servers-array>
</ns0:NTPConfig>

Attributes:

Name Type Description
Required
status string NTP daemon running status

Defines NTP status Value is one of:
Down: NTP daemon is not running.
Unknown: Cannot retrieve NTP daemon status.
Up: NTP daemon is running.

servers string[] List of NTP servers.