Show / Hide Table of Contents

Class EndpointsConfigDump

Envoy's admin fill this message with all currently known endpoints. Endpoint configuration information can be used to recreate an Envoy configuration by populating all endpoints as static endpoints or by returning them in an EDS response.

Inheritance
object
EndpointsConfigDump
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.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class EndpointsConfigDump : IDirectResponseSchema

Properties

DynamicEndpointConfigs

The dynamically loaded endpoint configs.

Declaration
[JsonProperty("dynamicEndpointConfigs")]
public virtual IList<DynamicEndpointConfig> DynamicEndpointConfigs { get; set; }
Property Value
Type Description
IList<DynamicEndpointConfig>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StaticEndpointConfigs

The statically loaded endpoint configs.

Declaration
[JsonProperty("staticEndpointConfigs")]
public virtual IList<StaticEndpointConfig> StaticEndpointConfigs { get; set; }
Property Value
Type Description
IList<StaticEndpointConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX