GetDomainInboundIpRule

data class GetDomainInboundIpRule(val action: String, val ipMask: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take when the rule is matched. Possible values are Allow.

Link copied to clipboard

The IP mask (CIDR) to match on.