Region Security Policy Rule Network Match Args
data class RegionSecurityPolicyRuleNetworkMatchArgs(val destIpRanges: Output<List<String>>? = null, val destPorts: Output<List<String>>? = null, val ipProtocols: Output<List<String>>? = null, val srcAsns: Output<List<Int>>? = null, val srcIpRanges: Output<List<String>>? = null, val srcPorts: Output<List<String>>? = null, val srcRegionCodes: Output<List<String>>? = null, val userDefinedFields: Output<List<RegionSecurityPolicyRuleNetworkMatchUserDefinedFieldArgs>>? = null) : ConvertibleToJava<RegionSecurityPolicyRuleNetworkMatchArgs>
Constructors
Link copied to clipboard
fun RegionSecurityPolicyRuleNetworkMatchArgs(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<RegionSecurityPolicyRuleNetworkMatchUserDefinedFieldArgs>>? = null)
Functions
Properties
Link copied to clipboard
val userDefinedFields: Output<List<RegionSecurityPolicyRuleNetworkMatchUserDefinedFieldArgs>>? = null