FirewallPolicyRuleMatcherLayer4Config constructor

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

Implementation

FirewallPolicyRuleMatcherLayer4Config({
  this.ipProtocol,
  this.ports,
});