TlsRouteRouteDestinationArgs

data class TlsRouteRouteDestinationArgs(val serviceName: Output<String>, val weight: Output<Int>? = null) : ConvertibleToJava<TlsRouteRouteDestinationArgs>

Describe the destination for traffic to be routed to.

Constructors

Link copied to clipboard
fun TlsRouteRouteDestinationArgs(serviceName: Output<String>, weight: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TlsRouteRouteDestinationArgs

Properties

Link copied to clipboard
val serviceName: Output<String>

The URL of a BackendService to route traffic to.

Link copied to clipboard
val weight: Output<Int>? = null

Optional. Specifies the proportion of requests forwareded to the backend referenced by the service_name field. This is computed as: weight/Sum(weights in destinations) Weights in all destinations does not need to sum up to 100.