GetSecurityPolicyRuleMatchConfig

data class GetSecurityPolicyRuleMatchConfig(val srcIpRanges: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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).