InboundIpRuleResponse

data class InboundIpRuleResponse(val action: String? = null, val ipMask: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

Action to perform based on the match or no match of the IpMask.

Link copied to clipboard
val ipMask: String? = null

IP Address in CIDR notation e.g., 10.0.0.0/8.