Techpreview_Networking_Firewall_Addr_Inbound_FirewallAddressRule
Inbound.FirewallAddressRule structure Structure that defines a single address-based firewall rule. Note: This structure is restricted for VMware internal use only.
{
"address": "string",
"prefix": 0,
"policy": "string",
"interface_name": "string"
}
IPv4 or IPv6 address.
CIDR prefix used to mask address. For example, an IPv4 prefix of 24 ignores the low-order 8 bits of address.
Inbound.FirewallRulePolicy enumerated type Defines firewall rule policies Note: This enumeration is restricted for VMware internal use only.
deny : Deny packet with correpsonding address.
allow : Allow packet with corresponding address.
The interface to which this rule applies. An empty string or "*" indicates that the rule applies to all interfaces.