remoteTrafficSelector

@JvmName(name = "kskdegbjkanwpyvc")
suspend fun remoteTrafficSelector(value: Output<List<String>>)
@JvmName(name = "cxtbybneiuqeuulf")
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 = "nedqbdtpbnkrdvxk")
suspend fun remoteTrafficSelector(vararg values: Output<String>)


@JvmName(name = "txhvdrexkvlqwiyx")
suspend fun remoteTrafficSelector(values: List<Output<String>>)
@JvmName(name = "jbfeglijkejqfhwl")
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.