ListenersConfigDump class

Envoy's listener manager fills this message with all currently known listeners.

Listener configuration information can be used to recreate an Envoy configuration by populating all listeners as static listeners or by returning them in a LDS response.

Constructors

ListenersConfigDump({List<DynamicListener>? dynamicListeners, List<StaticListener>? staticListeners, String? versionInfo})
ListenersConfigDump.fromJson(Map json_)

Properties

dynamicListeners List<DynamicListener>?
State for any warming, active, or draining listeners.
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
staticListeners List<StaticListener>?
The statically loaded listener configs.
getter/setter pair
versionInfo String?
This is the :ref:version_info in the last processed LDS discovery response.
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