IpGroupRule

data class IpGroupRule(val description: String? = null, val source: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, source: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the IP group.

Link copied to clipboard

The IP address range, in CIDR notation, e.g., 10.0.0.0/16