TunnelConfigConfigOriginRequestIpRule

data class TunnelConfigConfigOriginRequestIpRule(val allow: Boolean? = null, val ports: List<Int>? = null, val prefix: String? = null)

Constructors

Link copied to clipboard
constructor(allow: Boolean? = null, ports: List<Int>? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allow: Boolean? = null

Whether to allow the IP prefix.

Link copied to clipboard
val ports: List<Int>? = null

Ports to use within the IP rule.

Link copied to clipboard
val prefix: String? = null

IP rule prefix.