Vcenter_Settings_V1_Config_Components_Applmgmt_Interface

Vcenter_Settings_V1_Config_Components_Applmgmt_Interface
Vcenter_Settings_V1_Config_Components_Applmgmt_Interface

Interfaces structure Provides information about network interface.

JSON Example
{
    "name": "string",
    "status": "string",
    "mac": "string",
    "ipv4": {
        "mode": "string",
        "address": "string",
        "prefix": 0,
        "default_gateway": "string",
        "configurable": false
    },
    "ipv6": {
        "dhcp": false,
        "autoconf": false,
        "configurable": false,
        "addresses": [
            {
                "address": "string",
                "origin": "string",
                "prefix": 0,
                "status": "string"
            }
        ],
        "default_gateway": "string"
    }
}
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.

string
mac
Optional

MAC address. For example 00:0C:29:94:BB:5A. If set, the mac was never set

ipv4
Optional

The IPv4 structure defines IPv4 configuration. to perform IPv4 network configuration for interfaces.

ipv6
Optional

The Ipv6 structure defines Ipv6 configuration. to perform Ipv6 network configuration for interfaces.