ZeroTrustTunnelCloudflaredConfigConfigOriginRequestIpRuleArgs

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

Constructors

constructor(allow: Output<Boolean>? = null, ports: Output<List<Int>>? = null, prefix: Output<String>? = null)

Properties

Link copied to clipboard
val allow: Output<Boolean>? = null

Whether to allow the IP prefix.

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

Ports to use within the IP rule.

Link copied to clipboard
val prefix: Output<String>? = null

IP rule prefix.

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustTunnelCloudflaredConfigConfigOriginRequestIpRuleArgs