ComputeFirewallPolicyWithRulesRuleMatch constructor
const
ComputeFirewallPolicyWithRulesRuleMatch({
- TfArg<
List< ? destAddressGroups,Object?> > - TfArg<
List< ? destFqdns,Object?> > - TfArg<
List< ? destIpRanges,Object?> > - TfArg<
List< ? destRegionCodes,Object?> > - TfArg<
List< ? destThreatIntelligences,Object?> > - TfArg<
List< ? srcAddressGroups,Object?> > - TfArg<
List< ? srcFqdns,Object?> > - TfArg<
List< ? srcIpRanges,Object?> > - TfArg<
List< ? srcRegionCodes,Object?> > - TfArg<
List< ? srcThreatIntelligences,Object?> > - required List<
ComputeFirewallPolicyWithRulesRuleMatchLayer4Config> layer4Config, - List<
ComputeFirewallPolicyWithRulesRuleMatchSrcSecureTag> ? srcSecureTag,
Implementation
const ComputeFirewallPolicyWithRulesRuleMatch({
this.destAddressGroups,
this.destFqdns,
this.destIpRanges,
this.destRegionCodes,
this.destThreatIntelligences,
this.srcAddressGroups,
this.srcFqdns,
this.srcIpRanges,
this.srcRegionCodes,
this.srcThreatIntelligences,
required this.layer4Config,
this.srcSecureTag,
});