ArrayOfNetIpConfigInfo

ArrayOfNetIpConfigInfo
ArrayOfNetIpConfigInfo

A boxed array of NetIpConfigInfo. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "ipAddress": [
                {
                    "_typeName": "string",
                    "ipAddress": "string",
                    "prefixLength": 0,
                    "origin": "string",
                    "state": "string",
                    "lifetime": "string"
                }
            ],
            "dhcp": {
                "_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"
                        }
                    ]
                }
            },
            "autoConfigurationEnabled": false
        }
    ]
}
_value
Required

_value