Module: Google::Cloud::Compute::V1::ReservationsPerformMaintenanceRequest::MaintenanceScope

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Specifies if all, running or unused hosts are in scope for this request.

Constant Summary collapse

UNDEFINED_MAINTENANCE_SCOPE =

A value indicating that the enum field is not set.

0
ALL =

Trigger maintenance for all hosts belonging to this reservation irrespective of whether VMs are running on them or not.

64_897
MAINTENANCE_SCOPE_UNSPECIFIED =

Internal only

78_827_328
RUNNING_VMS =

Trigger maintenance only on the hosts belonging to this reservation which have VMs running on them.

535_770_588
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

212_724_995