allowed property
The list of ALLOW rules specified by this firewall.
Each rule specifies a protocol and port-range tuple that describes a permitted connection.
Implementation
core.List<FirewallAllowed>? allowed;
The list of ALLOW rules specified by this firewall.
Each rule specifies a protocol and port-range tuple that describes a permitted connection.
core.List<FirewallAllowed>? allowed;