FirewallPolicyRuleMatcher constructor
FirewallPolicyRuleMatcher({
- List<
String> destAddressGroups = const [], - List<
String> destFqdns = const [], - List<
String> destIpRanges = const [], - String? destNetworkContext,
- String? destNetworkType,
- List<
String> destRegionCodes = const [], - List<
String> destThreatIntelligences = const [], - List<
FirewallPolicyRuleMatcherLayer4Config> layer4Configs = const [], - List<
String> srcAddressGroups = const [], - List<
String> srcFqdns = const [], - List<
String> srcIpRanges = const [], - String? srcNetworkContext,
- String? srcNetworkType,
- List<
String> srcNetworks = const [], - List<
String> srcRegionCodes = const [], - List<
FirewallPolicyRuleSecureTag> srcSecureTags = const [], - List<
String> srcThreatIntelligences = const [],
Implementation
FirewallPolicyRuleMatcher({
this.destAddressGroups = const [],
this.destFqdns = const [],
this.destIpRanges = const [],
this.destNetworkContext,
this.destNetworkType,
this.destRegionCodes = const [],
this.destThreatIntelligences = const [],
this.layer4Configs = const [],
this.srcAddressGroups = const [],
this.srcFqdns = const [],
this.srcIpRanges = const [],
this.srcNetworkContext,
this.srcNetworkType,
this.srcNetworks = const [],
this.srcRegionCodes = const [],
this.srcSecureTags = const [],
this.srcThreatIntelligences = const [],
}) : super(fullyQualifiedName);