Appliance Networking Info
The Appliance Networking Info schema contains information about the network configuration of a virtual appliance.
This schema was added in vSphere API 6.7.
{
"dns": {
"mode": "string",
"hostname": "string",
"servers": [
"string"
]
},
"interfaces": {
"interfaces": {
"name": "string",
"status": "string",
"mac": "string",
"ipv4": {
"configurable": false,
"mode": "string",
"address": "string",
"prefix": 0,
"default_gateway": "string"
},
"ipv6": {
"dhcp": false,
"autoconf": false,
"addresses": [
{
"origin": "string",
"status": "string",
"address": "string",
"prefix": 0
}
],
"default_gateway": "string",
"configurable": false
}
}
}
}
DNS configuration.
This property was added in vSphere API 6.7.
Interface configuration as a key-value map where key is a network interface name, for example, "nic0".
This property was added in vSphere API 6.7.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.appliance.networking.interfaces
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.appliance.networking.interfaces
.