localTrafficSelector

@JvmName(name = "tadjweopkethnjvr")
suspend fun localTrafficSelector(value: Output<List<String>>)
@JvmName(name = "wmqmjrcogjtqujls")
suspend fun localTrafficSelector(value: List<String>?)

Parameters

value

Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported.


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


@JvmName(name = "iohjufyhnikmglsq")
suspend fun localTrafficSelector(values: List<Output<String>>)
@JvmName(name = "oktedewxnbnwqdsa")
suspend fun localTrafficSelector(vararg values: String)

Parameters

values

Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported.