allowed property

List<FirewallAllowed>? allowed
getter/setter pair

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;