public enum FutureReservation.ReservationMode extends Enum<FutureReservation.ReservationMode> implements ProtocolMessageEnumThe reservation mode which determines reservation-termination behavior and expected pricing.
Protobuf enum google.cloud.compute.v1.FutureReservation.ReservationMode
Implements
ProtocolMessageEnumStatic 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_VALUE |
The delivered reservations will delivered at specified start time and terminated at specified end time along with terminating the VMs running on it. |
DEFAULT |
The delivered reservations do not terminate VMs at the end of reservations. This is default mode. |
DEFAULT_VALUE |
The delivered reservations do not terminate VMs at the end of reservations. This is default mode. |
RESERVATION_MODE_UNSPECIFIED |
|
RESERVATION_MODE_UNSPECIFIED_VALUE |
|
UNDEFINED_RESERVATION_MODE |
A value indicating that the enum field is not set. |
UNDEFINED_RESERVATION_MODE_VALUE |
A value indicating that the enum field is not set. |
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() |
|