Compute Engine v1 API - Class ComputeEnumConstants.ReservationsPerformMaintenanceRequest.MaintenanceScope (3.9.0)

public static class ComputeEnumConstants.ReservationsPerformMaintenanceRequest.MaintenanceScope

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ReservationsPerformMaintenanceRequest.MaintenanceScope.

Constants for wire representations of the ReservationsPerformMaintenanceRequest.Types.MaintenanceScope enum.

Inheritance

object > ComputeEnumConstants.ReservationsPerformMaintenanceRequest.MaintenanceScope

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

All

public const string All = "ALL"

Wire representation of All .

Field Value
Type Description
string

RunningVms

public const string RunningVms = "RUNNING_VMS"

Wire representation of RunningVms .

Field Value
Type Description
string

UndefinedMaintenanceScope

public const string UndefinedMaintenanceScope = "UNDEFINED_MAINTENANCE_SCOPE"

Wire representation of UndefinedMaintenanceScope .

Field Value
Type Description
string

Unspecified

public const string Unspecified = "MAINTENANCE_SCOPE_UNSPECIFIED"

Wire representation of Unspecified .

Field Value
Type Description
string

UnusedCapacity

public const string UnusedCapacity = "UNUSED_CAPACITY"

Wire representation of UnusedCapacity .

Field Value
Type Description
string