ScopedRoutesConfigDump class
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.
Constructors
-
ScopedRoutesConfigDump({List<
DynamicScopedRouteConfigs> ? dynamicScopedRouteConfigs, List<InlineScopedRouteConfigs> ? inlineScopedRouteConfigs}) - ScopedRoutesConfigDump.fromJson(Map json_)
Properties
-
dynamicScopedRouteConfigs
↔ List<
DynamicScopedRouteConfigs> ? -
The dynamically loaded scoped route configs.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inlineScopedRouteConfigs
↔ List<
InlineScopedRouteConfigs> ? -
The statically loaded scoped route configs.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited