NetDhcpConfigSpecDhcpOptionsSpec
NetDhcpConfigSpecDhcpOptionsSpec
Provides for configuration of IPv6
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"enable": false,
"config": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"operation": "string"
}
boolean
enable
Optional
Enable or disable dhcp for IPv4.
array of KeyValue
config
Required
Platform specific settings for DHCP Client.
The key part is a unique number, the value part is the platform specific configuration command. See NetDhcpConfigInfo for value formatting.