FirewallPolicyRuleMatcher constructor
FirewallPolicyRuleMatcher({
- List<
String> ? destAddressGroups, - List<
String> ? destFqdns, - List<
String> ? destIpRanges, - List<
String> ? destRegionCodes, - List<
String> ? destThreatIntelligences, - List<
FirewallPolicyRuleMatcherLayer4Config> ? layer4Configs, - List<
String> ? srcAddressGroups, - List<
String> ? srcFqdns, - List<
String> ? srcIpRanges, - List<
String> ? srcRegionCodes, - List<
FirewallPolicyRuleSecureTag> ? srcSecureTags, - 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,
});