HostFirewallConfigRuleSetConfig

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

Id of the ruleset.

boolean
enabled
Required

Flag indicating if the specified ruleset should be enabled.

allowedHosts
Optional

The list of allowed ip addresses