GrpcRouteRuleActionDestinationArgs

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

Constructors

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

Properties

Link copied to clipboard
val serviceName: Output<String>? = null

The URL of a BackendService to route traffic to.

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

Specifies the proportion of requests forwarded to the backend referenced by the serviceName field.

Functions

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