Tcp Route Route Rule Response
    data class TcpRouteRouteRuleResponse(val action: TcpRouteRouteActionResponse, val matches: List<TcpRouteRouteMatchResponse>)
Specifies how to match traffic and how to route traffic when traffic is matched.
Constructors
Link copied to clipboard
                fun TcpRouteRouteRuleResponse(action: TcpRouteRouteActionResponse, matches: List<TcpRouteRouteMatchResponse>)