HostDhcpServiceSpec

HostDhcpServiceSpec
HostDhcpServiceSpec
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "virtualSwitch": "string",
    "defaultLeaseDuration": 0,
    "leaseBeginIp": "string",
    "leaseEndIp": "string",
    "maxLeaseDuration": 0,
    "unlimitedLease": false,
    "ipSubnetAddr": "string",
    "ipSubnetMask": "string"
}
string
virtualSwitch
Required

The name of the virtual switch to which DHCP service is connected.

integer As int32 As int32
defaultLeaseDuration
Required

The default DHCP lease duration (minutes).

string
leaseBeginIp
Required

The start of the IP address range served by the DHCP service.

string
leaseEndIp
Required

The end of the IP address range served by the DHCP service.

integer As int32 As int32
maxLeaseDuration
Required

The maximum DHCP lease duration (minutes).

boolean
unlimitedLease
Required

A flag to indicate whether or not unlimited DHCP lease durations are allowed.

string
ipSubnetAddr
Required

Subnet served by DHCP service.

string
ipSubnetMask
Required

Subnet mask of network served by DHCP service.