Show / Hide Table of Contents

Class TlsRouteRouteRule

Specifies how to match traffic and how to route traffic when traffic is matched.

Inheritance
object
TlsRouteRouteRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class TlsRouteRouteRule : IDirectResponseSchema

Properties

Action

Required. The detailed rule defining how to route matched traffic.

Declaration
[JsonProperty("action")]
public virtual TlsRouteRouteAction Action { get; set; }
Property Value
Type Description
TlsRouteRouteAction

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Matches

Required. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. Atleast one RouteMatch must be supplied.

Declaration
[JsonProperty("matches")]
public virtual IList<TlsRouteRouteMatch> Matches { get; set; }
Property Value
Type Description
IList<TlsRouteRouteMatch>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX