localTrafficSelectors

@JvmName(name = "mllgovfskbpxlvnm")
suspend fun localTrafficSelectors(value: Output<List<String>>)
@JvmName(name = "slfrpeywdcglcyos")
suspend fun localTrafficSelectors(value: List<String>?)

Parameters

value

Local traffic selector to use when establishing the VPN tunnel with 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 = "baxotnjdgwxfjnjo")
suspend fun localTrafficSelectors(vararg values: Output<String>)


@JvmName(name = "dkvmcwaynkopanel")
suspend fun localTrafficSelectors(values: List<Output<String>>)
@JvmName(name = "curjnanvkvfrvafi")
suspend fun localTrafficSelectors(vararg values: String)

Parameters

values

Local traffic selector to use when establishing the VPN tunnel with 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.