Vm_Guest_Networking_Interfaces_IpConfigInfo

Vm_Guest_Networking_Interfaces_IpConfigInfo
Vm_Guest_Networking_Interfaces_IpConfigInfo

The Interfaces.IpConfigInfo structure describes the protocol version independent address reporting data object for network interfaces.

JSON Example
{
    "ip_addresses": [
        {
            "ip_address": "string",
            "prefix_length": 0,
            "origin": "string",
            "state": "string"
        }
    ],
    "dhcp": {
        "ipv4_enabled": false,
        "ipv6_enabled": false
    }
}
ip_addresses
Required

IP addresses configured on the interface.

dhcp
Optional

The DhcpConfigInfo structure specifies when Dynamic Host Configuration Protocol is enabled.