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.
Implements
Inherited Members
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> |