MaintenanceScope

Enum to describe scope of maintenance when customer triggers maintenance

Enums
MAINTENANCE_SCOPE_UNSPECIFIED Internal only
ALL Trigger maintenance for all hosts belonging to this reservation irrespective of whether VMs are running on them or not.
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
RUNNING_VMS Trigger maintenance only on the hosts belonging to this reservation which have VMs running on them.