HostDhcpService
HostDhcpService
A dynamic host control protocol (DHCP) service instance serves IP addresses to a single virtual network subnet.
The instances may be handled collectively by a single server. This decision can be made during implementation.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": "string",
"spec": {
"_typeName": "string",
"virtualSwitch": "string",
"defaultLeaseDuration": 0,
"leaseBeginIp": "string",
"leaseEndIp": "string",
"maxLeaseDuration": 0,
"unlimitedLease": false,
"ipSubnetAddr": "string",
"ipSubnetMask": "string"
}
}
string
key
Required
The instance ID of the DHCP service.