maintenanceScope property
Specifies if all, running or unused hosts are in scope for this request. Possible string values are:
- "ALL" : Trigger maintenance for all hosts belonging to this reservation irrespective of whether VMs are running on them or not.
- "MAINTENANCE_SCOPE_UNSPECIFIED" : Internal only
- "RUNNING_VMS" : Trigger maintenance only on the hosts belonging to this reservation which have VMs running on them.
- "UNUSED_CAPACITY" : Trigger maintenance only on the hosts belonging to this reservation which do not have any VMs running on them. This is not allowed for Standard ExR
Implementation
core.String? maintenanceScope;