HostFirewallConfig
HostFirewallConfig
DataObject used for firewall configuration
AllOf
This class requires all of the following:
JSON Example
{
"_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
}
}
defaultBlockingPolicy
Required
Default settings for the firewall, used for ports that are not explicitly opened.