HostFirewallDefaultPolicy

HostFirewallDefaultPolicy
HostFirewallDefaultPolicy

Default settings for the firewall, used for ports that are not explicitly opened.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "incomingBlocked": false,
    "outgoingBlocked": false
}
boolean
incomingBlocked
Optional

Flag indicating whether incoming traffic should be blocked by default.

boolean
outgoingBlocked
Optional

Flag indicating whether outgoing traffic should be blocked by default.