NetDhcpConfigInfo

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

Provides for reporting of DHCP client.

This data object may be used at a per interface or per system scope.

ipv4
Optional

Provides for reporting of DHCP client.

This data object may be used at a per interface or per system scope.