NetDhcpConfigInfo
NetDhcpConfigInfo
Dynamic Host Configuration Protocol reporting for IP version 4 and version 6.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"ipv6": {
"_typeName": "string",
"enable": false,
"config": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
},
"ipv4": {
"_typeName": "string",
"enable": false,
"config": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
]
}
}
ipv6
Optional
IPv6 DHCP client settings.
ipv4
Optional
IPv4 DHCP client settings.