Vm_Guest_DhcpConfigInfo

Vm_Guest_DhcpConfigInfo
Vm_Guest_DhcpConfigInfo

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

JSON Example
{
    "ipv4_enabled": false,
    "ipv6_enabled": false
}
boolean
ipv4_enabled
Required

True if IPv4 DHCP is enabled, false otherwise.

boolean
ipv6_enabled
Required

True if IPv6 DHCP is enabled, false otherwise.