FirewallPolicyRuleMatcherLayer4Config constructor

FirewallPolicyRuleMatcherLayer4Config({
  1. String? ipProtocol,
  2. List<String> ports = const [],
})

Implementation

FirewallPolicyRuleMatcherLayer4Config({
  this.ipProtocol,
  this.ports = const [],
}) : super(fullyQualifiedName);