Enum ReservationSubBlocksReportFaultyRequest.DisruptionSchedule (1.88.0)

public enum ReservationSubBlocksReportFaultyRequest.DisruptionSchedule extends Enum<ReservationSubBlocksReportFaultyRequest.DisruptionSchedule> implements ProtocolMessageEnum

The disruption schedule for the subBlock.

Protobuf enum google.cloud.compute.v1.ReservationSubBlocksReportFaultyRequest.DisruptionSchedule

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISRUPTION_SCHEDULE_UNSPECIFIED

DISRUPTION_SCHEDULE_UNSPECIFIED = 332543835;

DISRUPTION_SCHEDULE_UNSPECIFIED_VALUE

DISRUPTION_SCHEDULE_UNSPECIFIED = 332543835;

IMMEDIATE

All VMs will be disrupted immediately.

IMMEDIATE = 152881041;

IMMEDIATE_VALUE

All VMs will be disrupted immediately.

IMMEDIATE = 152881041;

UNDEFINED_DISRUPTION_SCHEDULE

A value indicating that the enum field is not set.

UNDEFINED_DISRUPTION_SCHEDULE = 0;

UNDEFINED_DISRUPTION_SCHEDULE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_DISRUPTION_SCHEDULE = 0;

UNRECOGNIZED

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()