FirewallPolicyRuleMatcher constructor

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

Implementation

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