HostDhcpServiceConfig
HostDhcpServiceConfig
This data object type describes the configuration of a DHCP service instance representing both the configured properties on the instance and identification information.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"changeOperation": "string",
"key": "string",
"spec": {
"_typeName": "string",
"virtualSwitch": "string",
"defaultLeaseDuration": 0,
"leaseBeginIp": "string",
"leaseEndIp": "string",
"maxLeaseDuration": 0,
"unlimitedLease": false,
"ipSubnetAddr": "string",
"ipSubnetMask": "string"
}
}
string
changeOperation
Optional
Indicates the change operation to apply on this configuration specification.
See also HostConfigChangeOperationEnum.
string
key
Required
The instance ID of the DHCP service.
spec
Required
Specification of the DHCP service.