VcenterSettingsV1ConfigComponentsApplmgmtInterface
Interfaces structure Provides information about network interface.
Properties
ipv4
Optional
IPv4 Address information. ipv4 This set IPv4 is not set.
ipv6
Optional
IPv6 Address information. ipv6 This set IPv6 is not set.
string
mac
Optional
MAC address. For example 00:0C:29:94:BB:5A. If set, the mac was never set
string
name
Optional
Interface name, for example, “nic0”, “nic1”. If set, the name was never set
status
Optional
Interface.InterfaceStatus enumerated type Defines interface status
DOWN : The interface is down.
UP : The interface is up.
Possible values are: DOWN , UP
JSON Example
{
"ipv4": {
"address": "string",
"configurable": false,
"default_gateway": "string",
"mode": "DHCP",
"prefix": 0
},
"ipv6": {
"addresses": [
{
"address": "string",
"origin": "DHCP",
"prefix": 0,
"status": "TENTATIVE"
}
],
"autoconf": false,
"configurable": false,
"default_gateway": "string",
"dhcp": false
},
"mac": "string",
"name": "string",
"status": "DOWN"
}