HostPtpConfig

HostPtpConfig
HostPtpConfig

Configuration information for the host PTP (Precision Time Protocol) service.

Since: vSphere API Release 7.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "domain": 0,
    "port": [
        {
            "_typeName": "string",
            "index": 0,
            "deviceType": "string",
            "device": "string",
            "ipConfig": {
                "_typeName": "string",
                "dhcp": false,
                "ipAddress": "string",
                "subnetMask": "string",
                "ipV6Config": {
                    "_typeName": "string",
                    "ipV6Address": [
                        {
                            "_typeName": "string",
                            "ipAddress": "string",
                            "prefixLength": 0,
                            "origin": "string",
                            "dadState": "string",
                            "lifetime": "string",
                            "operation": "string"
                        }
                    ],
                    "autoConfigurationEnabled": false,
                    "dhcpV6Enabled": false
                }
            }
        }
    ]
}
integer As int32 As int32
domain
Optional

PTP domain number as defined in the IEEE 1588 standard.

Supported values are in the range 0-255.

port
Optional

List of PTP port configurations.

See HostPtpConfigPtpPort.

Availability
Added in vSphere API Release 7.0.3.0