state property

String? state
getter/setter pair

The state of this instance upgrade history entry. Possible string values are:

  • "STATE_UNSPECIFIED" : State is not specified.
  • "STARTED" : The instance upgrade is started.
  • "SUCCEEDED" : The instance upgrade is succeeded.
  • "FAILED" : The instance upgrade is failed.

Implementation

core.String? state;