SecurityPolicyRuleMatchConfig

data class SecurityPolicyRuleMatchConfig(val srcIpRanges: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val srcIpRanges: List<String>? = null

CIDR IP address range. Maximum number of srcIpRanges allowed is 10.