ArrayOfHostFirewallConfig

ArrayOfHostFirewallConfig
ArrayOfHostFirewallConfig

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "rule": [
                {
                    "_typeName": "string",
                    "rulesetId": "string",
                    "enabled": false,
                    "allowedHosts": {
                        "_typeName": "string",
                        "ipAddress": [
                            "string"
                        ],
                        "ipNetwork": [
                            {
                                "_typeName": "string",
                                "network": "string",
                                "prefixLength": 0
                            }
                        ],
                        "allIp": false
                    }
                }
            ],
            "defaultBlockingPolicy": {
                "_typeName": "string",
                "incomingBlocked": false,
                "outgoingBlocked": false
            }
        }
    ]
}
_value
Required

_value