Enum ReservationsBlocksPerformMaintenanceRequest.MaintenanceScope (1.73.0)

public enum ReservationsBlocksPerformMaintenanceRequest.MaintenanceScope extends Enum<ReservationsBlocksPerformMaintenanceRequest.MaintenanceScope> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.compute.v1.ReservationsBlocksPerformMaintenanceRequest.MaintenanceScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL

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

ALL = 64897;

ALL_VALUE

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

ALL = 64897;

MAINTENANCE_SCOPE_UNSPECIFIED

Internal only

MAINTENANCE_SCOPE_UNSPECIFIED = 78827328;

MAINTENANCE_SCOPE_UNSPECIFIED_VALUE

Internal only

MAINTENANCE_SCOPE_UNSPECIFIED = 78827328;

RUNNING_VMS

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

RUNNING_VMS = 535770588;

RUNNING_VMS_VALUE

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

RUNNING_VMS = 535770588;

UNDEFINED_MAINTENANCE_SCOPE

A value indicating that the enum field is not set.

UNDEFINED_MAINTENANCE_SCOPE = 0;

UNDEFINED_MAINTENANCE_SCOPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_MAINTENANCE_SCOPE = 0;

UNRECOGNIZED
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

UNUSED_CAPACITY = 212724995;

UNUSED_CAPACITY_VALUE

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

UNUSED_CAPACITY = 212724995;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()