destinations

@JvmName(name = "tppqpwgqypjeiatu")
suspend fun destinations(value: Output<List<TcpRouteRouteDestinationArgs>>)
@JvmName(name = "pnwqufvbastbhlrl")
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 = "lthamkdrwonjjpys")
suspend fun destinations(vararg values: Output<TcpRouteRouteDestinationArgs>)


@JvmName(name = "gthbueylsuxjovrm")
suspend fun destinations(values: List<Output<TcpRouteRouteDestinationArgs>>)
@JvmName(name = "smttcbaoeyceltij")
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 = "okvdotjwvrjefhxj")
suspend fun destinations(argument: List<suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "pcgtngrrebvaxsha")
suspend fun destinations(vararg argument: suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit)
@JvmName(name = "mnvmouxlucngndcm")
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.