Compute Engine v1 API - Enum ReservationsBlocksPerformMaintenanceRequest.Types.MaintenanceScope (3.9.0)

public enum ReservationsBlocksPerformMaintenanceRequest.Types.MaintenanceScope

Reference documentation and code samples for the Compute Engine v1 API enum ReservationsBlocksPerformMaintenanceRequest.Types.MaintenanceScope.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
All

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

RunningVms

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

UndefinedMaintenanceScope

A value indicating that the enum field is not set.

Unspecified

Internal only

UnusedCapacity

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