addressSpaces

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


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