FirewallPolicyRuleMatcher constructor

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

Implementation

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