SecurityPolicyRuleNetworkMatcher constructor

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

Implementation

SecurityPolicyRuleNetworkMatcher({
  this.destIpRanges = const [],
  this.destPorts = const [],
  this.ipProtocols = const [],
  this.srcAsns = const [],
  this.srcIpRanges = const [],
  this.srcPorts = const [],
  this.srcRegionCodes = const [],
  this.userDefinedFields = const [],
}) : super(fullyQualifiedName);