maintenanceStatus property

String? maintenanceStatus
getter/setter pair

The status of the maintenance. Possible string values are:

  • "UNKNOWN" : Unknown maintenance status. Do not use this value.
  • "PENDING" : There is pending maintenance.
  • "ONGOING" : There is ongoing maintenance on this VM.

Implementation

core.String? maintenanceStatus;