destinations

@JvmName(name = "abctklhvmumrtddf")
suspend fun destinations(value: Output<List<String>>)
@JvmName(name = "abbuivlqgyiunelo")
suspend fun destinations(value: List<String>)

Parameters

value

List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic).


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


@JvmName(name = "xfyylysvhnjixwdd")
suspend fun destinations(values: List<Output<String>>)
@JvmName(name = "krnrtqduksrpvtat")
suspend fun destinations(vararg values: String)

Parameters

values

List of all destinations which this routing policy is applicable to (for example: Internet, PrivateTraffic).