Show / Hide Table of Contents

Class TcpRouteRouteRule

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

Inheritance
object
TcpRouteRouteRule
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 TcpRouteRouteRule : IDirectResponseSchema

Properties

Action

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

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

ETag

The ETag of the item.

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

Matches

Optional. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX