NetworkingInfo
The Networking.Info structure contains information about the network configuration of a virtual appliance.
Properties
interfaces
Required
Interface configuration as a key-value map where key is a network interface name, for example, “nic0”. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.appliance.networking.interfaces. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.appliance.networking.interfaces.
JSON Example
{
"dns": {
"hostname": "string",
"mode": "DHCP",
"servers": [
"string"
]
},
"interfaces": {
"key": {
"mac": "string",
"name": "string",
"status": "down"
}
}
}