Class RouteDestination (0.2.1)

RouteDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describe the destination for traffic to be routed to.

Attributes

NameDescription
service_name str
Required. The URL of a BackendService to route traffic to.
weight int
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.

Inheritance

builtins.object > proto.message.Message > RouteDestination