Class ListenersConfigDump
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.
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class ListenersConfigDump : IDirectResponseSchema
Properties
DynamicListeners
State for any warming, active, or draining listeners.
Declaration
[JsonProperty("dynamicListeners")]
public virtual IList<DynamicListener> DynamicListeners { get; set; }
Property Value
Type | Description |
---|---|
IList<DynamicListener> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StaticListeners
The statically loaded listener configs.
Declaration
[JsonProperty("staticListeners")]
public virtual IList<StaticListener> StaticListeners { get; set; }
Property Value
Type | Description |
---|---|
IList<StaticListener> |
VersionInfo
This is the :ref:version_info
in the last processed LDS discovery response. If there are only static
bootstrap listeners, this field will be "".
Declaration
[JsonProperty("versionInfo")]
public virtual string VersionInfo { get; set; }
Property Value
Type | Description |
---|---|
string |