Class TlsRouteRouteRule
Specifies how to match traffic and how to route traffic when traffic is matched.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.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.
Declaration
[JsonProperty("matches")]
public virtual IList<TlsRouteRouteMatch> Matches { get; set; }
Property Value
Type | Description |
---|---|
IList<TlsRouteRouteMatch> |