Class RouteAction (0.2.1)

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

The specifications for routing traffic and applying associated policies.

Attributes

NameDescription
destinations Sequence[google.cloud.network_services_v1.types.TcpRoute.RouteDestination]
Optional. The destination services to which traffic should be forwarded. At least one destination service is required.
original_destination bool
Optional. If true, Router will use the destination IP and port of the original connection as the destination of the request. Default is false.

Inheritance

builtins.object > proto.message.Message > RouteAction