VmGuestNetworkingInterfacesIpConfigInfo

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


Properties

dhcp Optional

Client side DHCP for an interface. If unset the IP was not configured by DHCP.


ip_addresses Required

IP addresses configured on the interface.

JSON Example

{
	"ip_addresses": [
		{
			"ip_address": "string",
			"prefix_length": 0,
			"state": "PREFERRED"
		}
	]
}

Feedback

Was this page helpful?