Show / Hide Table of Contents

Class RoutesConfigDump

Envoy's RDS implementation fills this message with all currently loaded routes, as described by their RouteConfiguration objects. Static routes that are either defined in the bootstrap configuration or defined inline while configuring listeners are separated from those configured dynamically via RDS. Route configuration information can be used to recreate an Envoy configuration by populating all routes as static routes or by returning them in RDS responses.

Inheritance
object
RoutesConfigDump
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.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class RoutesConfigDump : IDirectResponseSchema

Properties

DynamicRouteConfigs

The dynamically loaded route configs.

Declaration
[JsonProperty("dynamicRouteConfigs")]
public virtual IList<DynamicRouteConfig> DynamicRouteConfigs { get; set; }
Property Value
Type Description
IList<DynamicRouteConfig>

ETag

The ETag of the item.

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

StaticRouteConfigs

The statically loaded route configs.

Declaration
[JsonProperty("staticRouteConfigs")]
public virtual IList<StaticRouteConfig> StaticRouteConfigs { get; set; }
Property Value
Type Description
IList<StaticRouteConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX