clientStatus property

String? clientStatus
getter/setter pair

Per xDS resource status from the view of a xDS client Possible string values are:

  • "UNKNOWN" : Resource status is not available/unknown.
  • "REQUESTED" : Client requested this resource but hasn't received any update from management server. The client will not fail requests, but will queue them until update arrives or the client times out waiting for the resource.
  • "DOES_NOT_EXIST" : This resource has been requested by the client but has either not been delivered by the server or was previously delivered by the server and then subsequently removed from resources provided by the server. For more information, please refer to the :ref:"Knowing When a Requested Resource Does Not Exist" section.
  • "ACKED" : Client received this resource and replied with ACK.
  • "NACKED" : Client received this resource and replied with NACK.

Implementation

core.String? clientStatus;