SecurityPolicyRuleMatchConfigArgs

data class SecurityPolicyRuleMatchConfigArgs(val srcIpRanges: Output<List<String>>) : ConvertibleToJava<SecurityPolicyRuleMatchConfigArgs>

Constructors

Link copied to clipboard
constructor(srcIpRanges: Output<List<String>>)

Properties

Link copied to clipboard
val srcIpRanges: Output<List<String>>

Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of '\*' matches all IPs (can be used to override the default behavior).

Functions

Link copied to clipboard
open override fun toJava(): SecurityPolicyRuleMatchConfigArgs