Show / Hide Table of Contents

Class HttpRouteRouteRule

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

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

Properties

Action

The detailed rule defining how to route matched traffic.

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

ETag

The ETag of the item.

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

Matches

A list of matches define conditions used for matching the rule against incoming HTTP requests. Each match is independent, i.e. this rule will be matched if ANY one of the matches is satisfied. If no matches field is specified, this rule will unconditionally match traffic. If a default rule is desired to be configured, add a rule with no matches specified to the end of the rules list.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX