clientStatus property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? clientStatus
getter/setter pair

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. Possible string values are:

  • "CLIENT_UNKNOWN" : Config status is not available/unknown.
  • "CLIENT_REQUESTED" : Client requested the config but hasn't received any config from management server yet.
  • "CLIENT_ACKED" : Client received the config and replied with ACK.
  • "CLIENT_NACKED" : Client received the config and replied with NACK. Notably, the attached config dump is not the NACKed version, but the most recent accepted one. If no config is accepted yet, the attached config dump will be empty.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? clientStatus;