ArrayOfGuestStackInfo

ArrayOfGuestStackInfo
ArrayOfGuestStackInfo

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "dnsConfig": {
                "_typeName": "string",
                "dhcp": false,
                "hostName": "string",
                "domainName": "string",
                "ipAddress": [
                    "string"
                ],
                "searchDomain": [
                    "string"
                ]
            },
            "ipRouteConfig": {
                "_typeName": "string",
                "ipRoute": [
                    {
                        "_typeName": "string",
                        "network": "string",
                        "prefixLength": 0,
                        "gateway": {
                            "_typeName": "string",
                            "ipAddress": "string",
                            "device": "string"
                        }
                    }
                ]
            },
            "ipStackConfig": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": "string"
                }
            ],
            "dhcpConfig": {
                "_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"
                        }
                    ]
                }
            }
        }
    ]
}
_value
Required

_value