VAppNetworkDescriptor_FirewallService

VAppNetworkDescriptor_FirewallService
VAppNetworkDescriptor_FirewallService

Represents a network firewall service.

JSON Example
{
    "defaultAction": "allow",
    "firewallRules": [],
    "isEnabled": true,
    "logDefaultAction": false
}
string
defaultAction
Optional

Default action of the firewall. One of: drop (Default. Drop packets that match the rule.), allow (Allow packets that match the rule to pass through the firewall)

firewallRules
Optional

List of firewall rules.

boolean
isEnabled
Optional

Enable or disable the service using this flag

boolean
logDefaultAction
Optional

Flag to enable logging for default action. Default value is false.