IPRuleResponse

data class IPRuleResponse(val action: String? = null, val iPAddressOrRange: String)

IP rule with specific IP or IP range in CIDR format.

Constructors

Link copied to clipboard
constructor(action: String? = null, iPAddressOrRange: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The action of IP ACL rule.

Link copied to clipboard

Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.