destinations

@JvmName(name = "xncyauhgnoutcxbo")
suspend fun destinations(value: Output<List<TcpRouteRouteDestinationArgs>>)
@JvmName(name = "adjiusncbhvtwemx")
suspend fun destinations(value: List<TcpRouteRouteDestinationArgs>?)

Parameters

value

Optional. The destination services to which traffic should be forwarded. At least one destination service is required. Only one of route destination or original destination can be set.


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


@JvmName(name = "uyrrcrjrxoqtxxpv")
suspend fun destinations(values: List<Output<TcpRouteRouteDestinationArgs>>)
@JvmName(name = "ljhabofbiejtsxat")
suspend fun destinations(vararg values: TcpRouteRouteDestinationArgs)

Parameters

values

Optional. The destination services to which traffic should be forwarded. At least one destination service is required. Only one of route destination or original destination can be set.


@JvmName(name = "thrfccbmsdrpxanq")
suspend fun destinations(argument: List<suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "qobvnuirpjtbfbbm")
suspend fun destinations(vararg argument: suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit)
@JvmName(name = "mrcrfgtanaugdvwd")
suspend fun destinations(argument: suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit)

Parameters

argument

Optional. The destination services to which traffic should be forwarded. At least one destination service is required. Only one of route destination or original destination can be set.