Networking_ChangeSpec
{
"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"
}
}
New hostname to assign to the management network of vCenter appliance
vCenter Server SSO administrator username
vCenter Server SSO administrator Password
Servers.DNSServerConfig structure This structure represents the configuration state used to determine DNS servers.
The Ipv4.Config structure provides defines the IPv4 configuration of a network interface.
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.