Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsInfo

Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsInfo
Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsInfo

The Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsInfo schema contains network segments configuration information.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "port_groups": [
        "string"
    ],
    "dns": {
        "servers": [
            "string"
        ],
        "search_domains": [
            "string"
        ]
    },
    "ntp": {
        "servers": [
            "string"
        ]
    }
}
array of string
port_groups
Required

List of existing Standard Port Groups or Distributed Virtual Port Groups that are part of the same layer 2 broadcast domain.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Network. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Network.

dns
Required

DNS configuration information.

This property was added in vSphere API 9.1.0.0.

ntp
Required

NTP configuration information.

This property was added in vSphere API 9.1.0.0.