Tls Route Route Rule Response
data class TlsRouteRouteRuleResponse(val action: TlsRouteRouteActionResponse, val matches: List<TlsRouteRouteMatchResponse>)
Specifies how to match traffic and how to route traffic when traffic is matched.
Constructors
Link copied to clipboard
fun TlsRouteRouteRuleResponse(action: TlsRouteRouteActionResponse, matches: List<TlsRouteRouteMatchResponse>)