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