ComputeFirewallPolicyWithRulesRuleMatch constructor

const ComputeFirewallPolicyWithRulesRuleMatch({
  1. TfArg<List<Object?>>? destAddressGroups,
  2. TfArg<List<Object?>>? destFqdns,
  3. TfArg<List<Object?>>? destIpRanges,
  4. TfArg<List<Object?>>? destRegionCodes,
  5. TfArg<List<Object?>>? destThreatIntelligences,
  6. TfArg<List<Object?>>? srcAddressGroups,
  7. TfArg<List<Object?>>? srcFqdns,
  8. TfArg<List<Object?>>? srcIpRanges,
  9. TfArg<List<Object?>>? srcRegionCodes,
  10. TfArg<List<Object?>>? srcThreatIntelligences,
  11. required List<ComputeFirewallPolicyWithRulesRuleMatchLayer4Config> layer4Config,
  12. 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,
});