Class RouteAction (0.5.10)

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

The specifications for routing traffic and applying associated policies.

Attributes

NameDescription
destinations MutableSequence[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. Only one of route destination or original destination can be set.
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. Only one of route destinations or original destination can be set.