Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsUpdateSpec

Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsUpdateSpec
Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsUpdateSpec

The Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NetworkSegmentsUpdateSpec schema contains updates to network segments configuration.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "port_groups_to_add": [
        "string"
    ],
    "port_groups_to_remove": [
        "string"
    ],
    "dns": {
        "servers_to_add": [
            "string"
        ],
        "servers_to_remove": [
            "string"
        ],
        "search_domains_to_add": [
            "string"
        ],
        "search_domains_to_remove": [
            "string"
        ]
    },
    "ntp": {
        "servers_to_add": [
            "string"
        ],
        "servers_to_remove": [
            "string"
        ]
    }
}
array of string
port_groups_to_add
Optional

List of 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.

If missing or null, no port groups will be added.

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.

array of string
port_groups_to_remove
Optional

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.

If missing or null, no port groups will be removed.

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
Optional

DNS configuration updates.

This property was added in vSphere API 9.1.0.0.

If missing or null, no DNS configuration changes will be made.

ntp
Optional

NTP configuration updates.

This property was added in vSphere API 9.1.0.0.

If missing or null, no NTP configuration changes will be made.