Class PerXdsConfig
Detailed config (per xDS) with status. [#next-free-field: 8]
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class PerXdsConfig : IDirectResponseSchema
Properties
ClientStatus
Client config status is populated by xDS clients. Will not be present if the CSDS server is an xDS server.
No matter what the client config status is, xDS clients should always dump the most recent accepted xDS
config. .. attention:: This field is deprecated. Use :ref:ClientResourceStatus
for per-resource config
status instead.
Declaration
[JsonProperty("clientStatus")]
public virtual string ClientStatus { get; set; }
Property Value
ClusterConfig
Declaration
[JsonProperty("clusterConfig")]
public virtual ClustersConfigDump ClusterConfig { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndpointConfig
Declaration
[JsonProperty("endpointConfig")]
public virtual EndpointsConfigDump EndpointConfig { get; set; }
Property Value
ListenerConfig
Declaration
[JsonProperty("listenerConfig")]
public virtual ListenersConfigDump ListenerConfig { get; set; }
Property Value
RouteConfig
Declaration
[JsonProperty("routeConfig")]
public virtual RoutesConfigDump RouteConfig { get; set; }
Property Value
ScopedRouteConfig
Declaration
[JsonProperty("scopedRouteConfig")]
public virtual ScopedRoutesConfigDump ScopedRouteConfig { get; set; }
Property Value
Status
Config status generated by management servers. Will not be present if the CSDS server is an xDS client.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Implements