FirewallPolicyRuleMatcher constructor

FirewallPolicyRuleMatcher({
  1. List<String>? destAddressGroups,
  2. List<String>? destFqdns,
  3. List<String>? destIpRanges,
  4. List<String>? destRegionCodes,
  5. List<String>? destThreatIntelligences,
  6. List<FirewallPolicyRuleMatcherLayer4Config>? layer4Configs,
  7. List<String>? srcAddressGroups,
  8. List<String>? srcFqdns,
  9. List<String>? srcIpRanges,
  10. List<String>? srcRegionCodes,
  11. List<FirewallPolicyRuleSecureTag>? srcSecureTags,
  12. List<String>? srcThreatIntelligences,
})

Implementation

FirewallPolicyRuleMatcher({
  this.destAddressGroups,
  this.destFqdns,
  this.destIpRanges,
  this.destRegionCodes,
  this.destThreatIntelligences,
  this.layer4Configs,
  this.srcAddressGroups,
  this.srcFqdns,
  this.srcIpRanges,
  this.srcRegionCodes,
  this.srcSecureTags,
  this.srcThreatIntelligences,
});