ZoneLockdownConfigurationArgs

data class ZoneLockdownConfigurationArgs(val target: Output<String>, val value: Output<String>) : ConvertibleToJava<ZoneLockdownConfigurationArgs>

Constructors

Link copied to clipboard
constructor(target: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val target: Output<String>

The request property to target. Available values: ip, ip_range.

Link copied to clipboard
val value: Output<String>

The value to target. Depends on target's type. IP addresses should just be standard IPv4/IPv6 notation i.e. 192.0.2.1 or 2001:db8::/32 and IP ranges in CIDR format i.e. 192.0.2.0/24.

Functions

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