SecurityPolicyRuleNetworkMatcherArgs

fun SecurityPolicyRuleNetworkMatcherArgs(destIpRanges: Output<List<String>>? = null, destPorts: Output<List<String>>? = null, ipProtocols: Output<List<String>>? = null, srcAsns: Output<List<Int>>? = null, srcIpRanges: Output<List<String>>? = null, srcPorts: Output<List<String>>? = null, srcRegionCodes: Output<List<String>>? = null, userDefinedFields: Output<List<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchArgs>>? = null)