updateState property

String? updateState
getter/setter pair

Current state of the os update.

Output only. Possible string values are:

  • "UPDATE_STATE_UNSPECIFIED" : State unspecified.
  • "OS_IMAGE_DOWNLOAD_NOT_STARTED" : OS has not started downloading.
  • "OS_IMAGE_DOWNLOAD_IN_PROGRESS" : OS has started download on device.
  • "OS_UPDATE_NEED_REBOOT" : Device needs reboot to finish upload.

Implementation

core.String? updateState;