TcpRouteRouteActionResponse

data class TcpRouteRouteActionResponse(val destinations: List<TcpRouteRouteDestinationResponse>, val originalDestination: Boolean)

The specifications for routing traffic and applying associated policies.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.