Security Policy Rule Network Matcher Args
data class SecurityPolicyRuleNetworkMatcherArgs(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<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchArgs>>? = null) : ConvertibleToJava<SecurityPolicyRuleNetworkMatcherArgs>
Represents a match condition that incoming network traffic is evaluated against.
Constructors
Link copied to clipboard
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)
Functions
Properties
Link copied to clipboard
val userDefinedFields: Output<List<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchArgs>>? = null