Enum FutureReservation.ReservationMode (1.92.0)

public enum FutureReservation.ReservationMode extends Enum<FutureReservation.ReservationMode> implements ProtocolMessageEnum

The reservation mode which determines reservation-termination behavior and expected pricing.

Protobuf enum google.cloud.compute.v1.FutureReservation.ReservationMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
CALENDAR

The delivered reservations will delivered at specified start time and terminated at specified end time along with terminating the VMs running on it.

CALENDAR = 67431230;

CALENDAR_VALUE

The delivered reservations will delivered at specified start time and terminated at specified end time along with terminating the VMs running on it.

CALENDAR = 67431230;

DEFAULT

The delivered reservations do not terminate VMs at the end of reservations. This is default mode.

DEFAULT = 115302945;

DEFAULT_VALUE

The delivered reservations do not terminate VMs at the end of reservations. This is default mode.

DEFAULT = 115302945;

RESERVATION_MODE_UNSPECIFIED

RESERVATION_MODE_UNSPECIFIED = 233810606;

RESERVATION_MODE_UNSPECIFIED_VALUE

RESERVATION_MODE_UNSPECIFIED = 233810606;

UNDEFINED_RESERVATION_MODE

A value indicating that the enum field is not set.

UNDEFINED_RESERVATION_MODE = 0;

UNDEFINED_RESERVATION_MODE_VALUE

A value indicating that the enum field is not set.

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