Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings Info

Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings Info
Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings Info

The Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings Info schema contains information about management network settings.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "backing": "string",
    "network_segments_info": {
        "port_groups": [
            "string"
        ],
        "dns": {
            "servers": [
                "string"
            ],
            "search_domains": [
                "string"
            ]
        },
        "ntp": {
            "servers": [
                "string"
            ]
        }
    },
    "floating_ip_address": "string"
}
string
backing
Required

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.

network_segments_info
Optional

Network segments configuration information.

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, the floating IP address may not be ready to receive requests.