remoteTrafficSelector

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


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