addressSpaces

@JvmName(name = "rmgqyyjqyymifupp")
suspend fun addressSpaces(value: Output<List<String>>)
@JvmName(name = "gwgsyivrpuspnkbs")
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 = "cqfxqggwhdaikctv")
suspend fun addressSpaces(vararg values: Output<String>)


@JvmName(name = "jytxolpttbveflrn")
suspend fun addressSpaces(values: List<Output<String>>)
@JvmName(name = "taxyuosxpallchrl")
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.