GrpcRouteRuleArgs

data class GrpcRouteRuleArgs(val action: Output<GrpcRouteRuleActionArgs>? = null, val matches: Output<List<GrpcRouteRuleMatchArgs>>? = null) : ConvertibleToJava<GrpcRouteRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<GrpcRouteRuleActionArgs>? = null, matches: Output<List<GrpcRouteRuleMatchArgs>>? = null)

Properties

Link copied to clipboard
val action: Output<GrpcRouteRuleActionArgs>? = null

Required. A detailed rule defining how to route traffic. Structure is documented below.

Link copied to clipboard
val matches: Output<List<GrpcRouteRuleMatchArgs>>? = null

Matches define conditions used for matching the rule against incoming gRPC requests. Structure is documented below.

Functions

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