Show / Hide Table of Contents

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.

Inheritance
object
ListenersConfigDump
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX