vcenter vm guest: dhcp config info
The
dhcp_config_info
structure specifies when Dynamic Host Configuration Protocol is enabled. This structure was added in vSphere API 7.0.0.0.Representation:
{
"ipv6_enabled" : true,
"ipv4_enabled" : true
}
"ipv6_enabled" : true,
"ipv4_enabled" : true
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
ipv4_enabled | boolean | True if IPv4 DHCP is enabled, false otherwise. This attribute was added in vSphere API 7.0.0.0. |
ipv6_enabled | boolean | True if IPv6 DHCP is enabled, false otherwise. This attribute was added in vSphere API 7.0.0.0. |