state property

String? state
getter/setter pair

The state of the update.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified.
  • "AVAILABLE" : The update is available to be applied.
  • "APPLIED" : The update has been applied.
  • "WITHDRAWN" : The update has been withdrawn by the service.

Implementation

core.String? state;