RoutesConfigDump class

Envoy's RDS implementation fills this message with all currently loaded routes, as described by their RouteConfiguration objects.

Static routes that are either defined in the bootstrap configuration or defined inline while configuring listeners are separated from those configured dynamically via RDS. Route configuration information can be used to recreate an Envoy configuration by populating all routes as static routes or by returning them in RDS responses.

Constructors

RoutesConfigDump({List<DynamicRouteConfig>? dynamicRouteConfigs, List<StaticRouteConfig>? staticRouteConfigs})
RoutesConfigDump.fromJson(Map json_)

Properties

dynamicRouteConfigs List<DynamicRouteConfig>?
The dynamically loaded route configs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staticRouteConfigs List<StaticRouteConfig>?
The statically loaded route configs.
getter/setter pair

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