type property
Defines the type of maintenance. Possible string values are:
- "SCHEDULED" : Scheduled maintenance (e.g. maintenance after uptime guarantee is complete).
 - "UNKNOWN_TYPE" : No type specified. Do not use this value.
 - "UNSCHEDULED" : Unscheduled maintenance (e.g. emergency maintenance during uptime guarantee).
 
Implementation
core.String? type;