View Source GoogleApi.TrafficDirector.V3.Model.ScopedRoutesConfigDump (google_api_traffic_director v0.2.0)
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.
Attributes
-
dynamicScopedRouteConfigs
(type:list(GoogleApi.TrafficDirector.V3.Model.DynamicScopedRouteConfigs.t)
, default:nil
) - The dynamically loaded scoped route configs. -
inlineScopedRouteConfigs
(type:list(GoogleApi.TrafficDirector.V3.Model.InlineScopedRouteConfigs.t)
, default:nil
) - The statically loaded scoped route configs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TrafficDirector.V3.Model.ScopedRoutesConfigDump{ dynamicScopedRouteConfigs: [GoogleApi.TrafficDirector.V3.Model.DynamicScopedRouteConfigs.t()] | nil, inlineScopedRouteConfigs: [GoogleApi.TrafficDirector.V3.Model.InlineScopedRouteConfigs.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.