remoteTrafficSelector

@JvmName(name = "frkhjsagpqcnonej")
suspend fun remoteTrafficSelector(value: Output<List<String>>)
@JvmName(name = "ujmifkkylqbsgfhd")
suspend fun remoteTrafficSelector(value: List<String>?)

Parameters

value

Remote traffic selectors 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 should be disjoint. Only IPv4 is supported.


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


@JvmName(name = "dcaycrbckhqitffw")
suspend fun remoteTrafficSelector(values: List<Output<String>>)
@JvmName(name = "anqccowrdixwameh")
suspend fun remoteTrafficSelector(vararg values: String)

Parameters

values

Remote traffic selectors 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 should be disjoint. Only IPv4 is supported.