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.
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.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> |