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
System.Object
ScopedRoutesConfigDump
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.Collections.Generic.IList<DynamicScopedRouteConfigs> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InlineScopedRouteConfigs
The statically loaded scoped route configs.
Declaration
[JsonProperty("inlineScopedRouteConfigs")]
public virtual IList<InlineScopedRouteConfigs> InlineScopedRouteConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<InlineScopedRouteConfigs> |