VdcNetworkDhcpPool

VdcNetworkDhcpPool
VdcNetworkDhcpPool

A range of DHCP ip addresses and its lease time configuration.

JSON Example
{
    "enabled": false,
    "ipRange": {
        "startAddress": "string",
        "endAddress": "string"
    },
    "maxLeaseTime": 0,
    "defaultLeaseTime": 0
}
boolean
enabled
Optional

Whether the DHCP address pool is currently enabled

ipRange
Optional

An IpRange

integer
maxLeaseTime
Optional

Max lease time in seconds

integer
defaultLeaseTime
Optional

Default lease time in seconds

Availability
Added in 32.0