Show / Hide Table of Contents

Class ScopedRoutesConfigDump

Envoy's scoped RDS implementation fills this message with all currently loaded route configuration scopes (defined via ScopedRouteConfigurationsSet protos). This message lists both the scopes defined inline with the higher order object (i.e., the HttpConnectionManager) and the dynamically obtained scopes via the SRDS API.

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

Properties

DynamicScopedRouteConfigs

The dynamically loaded scoped route configs.

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

ETag

The ETag of the item.

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

InlineScopedRouteConfigs

The statically loaded scoped route configs.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX