state property

String? state
getter/setter pair

The state of the maintenance event.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state of the maintenance event is unspecified.
  • "SCHEDULED" : The maintenance is scheduled but has not started.
  • "STARTED" : The maintenance has been started.
  • "COMPLETED" : The maintenance has been completed.

Implementation

core.String? state;