addressSpaces

@JvmName(name = "hsikcmuftabykbei")
suspend fun addressSpaces(value: Output<List<String>>)
@JvmName(name = "pkgbyoybtmsslcbm")
suspend fun addressSpaces(value: List<String>)

Parameters

value

The address space out of which IP addresses for vpn clients will be taken. You can provide more than one address space, e.g. in CIDR notation.


@JvmName(name = "tccokhbdprroaxvh")
suspend fun addressSpaces(vararg values: Output<String>)


@JvmName(name = "yeubfshpfuitgipa")
suspend fun addressSpaces(values: List<Output<String>>)
@JvmName(name = "cpqiokxkhbampcfy")
suspend fun addressSpaces(vararg values: String)

Parameters

values

The address space out of which IP addresses for vpn clients will be taken. You can provide more than one address space, e.g. in CIDR notation.