Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings UpdateSpec

Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings UpdateSpec
Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings UpdateSpec

The Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings UpdateSpec schema contains updates to management network settings.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "backing": "string",
    "network_segments_update_spec": {
        "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"
            ]
        }
    },
    "floating_ip_address": "string"
}
string
backing
Optional

Backing determines the type of network deployed.

For more information see: Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings Backing.

This property was added in vSphere API 9.1.0.0.

If missing or null, no change will able to be made to network settings requiring a specific backing.

network_segments_update_spec
Optional

Network segments configuration updates.

This property was added in vSphere API 9.1.0.0.

This property is optional and it is only relevant when the value of backing is Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings Backing.NETWORK_SEGMENTS.

string
floating_ip_address
Optional

Floating IP address for the control plane management endpoint.

This property was added in vSphere API 9.1.0.0.

If missing or null, no change will be made to the floating IP address.