SecurityPolicyRuleNetworkMatcher constructor

SecurityPolicyRuleNetworkMatcher({
  1. List<String>? destIpRanges,
  2. List<String>? destPorts,
  3. List<String>? ipProtocols,
  4. List<int>? srcAsns,
  5. List<String>? srcIpRanges,
  6. List<String>? srcPorts,
  7. List<String>? srcRegionCodes,
  8. List<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch>? userDefinedFields,
})

Implementation

SecurityPolicyRuleNetworkMatcher({
  this.destIpRanges,
  this.destPorts,
  this.ipProtocols,
  this.srcAsns,
  this.srcIpRanges,
  this.srcPorts,
  this.srcRegionCodes,
  this.userDefinedFields,
});