allowed property

List<Allowed> allowed
final

The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.

Implementation

final List<Allowed> allowed;