Networking_ChangeSpec

Networking_ChangeSpec
Networking_ChangeSpec
JSON Example
{
    "hostname": "string",
    "SSO_user": "string",
    "SSO_password": "string",
    "dns": {
        "mode": "string",
        "servers": [
            "string"
        ]
    },
    "ipv4": {
        "mode": "string",
        "address": "string",
        "prefix": 0,
        "default_gateway": "string"
    },
    "ipv6": {
        "dhcp": false,
        "autoconf": false,
        "addresses": [
            {
                "address": "string",
                "prefix": 0
            }
        ],
        "default_gateway": "string"
    }
}
string
hostname
Required

New hostname to assign to the management network of vCenter appliance

string
SSO_user
Required

vCenter Server SSO administrator username

string As password
SSO_password
Required

vCenter Server SSO administrator Password

dns
Optional

Servers.DNSServerConfig structure This structure represents the configuration state used to determine DNS servers.

ipv4
Optional

The Ipv4.Config structure provides defines the IPv4 configuration of a network interface.

ipv6
Optional

The Ipv6.Config structure provides the structure that you can use to configure IPv6 on a particular interface. Addresses can be assigned by DHCP, SLAAC or STATIC, as IPv6 permits multiple addresses per interface.