Enum ReservationAdvancedDeploymentControl.ReservationOperationalMode (1.82.0)

public enum ReservationAdvancedDeploymentControl.ReservationOperationalMode extends Enum<ReservationAdvancedDeploymentControl.ReservationOperationalMode> implements ProtocolMessageEnum

Indicates chosen reservation operational mode for the reservation.

Protobuf enum google.cloud.compute.v1.ReservationAdvancedDeploymentControl.ReservationOperationalMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALL_CAPACITY

Google Cloud does not manage the failure of machines, but provides additional capacity, which is not guaranteed to be available.

ALL_CAPACITY = 500029880;

ALL_CAPACITY_VALUE

Google Cloud does not manage the failure of machines, but provides additional capacity, which is not guaranteed to be available.

ALL_CAPACITY = 500029880;

HIGHLY_AVAILABLE_CAPACITY

Google Cloud manages the failure of machines to provide high availability.

HIGHLY_AVAILABLE_CAPACITY = 110861600;

HIGHLY_AVAILABLE_CAPACITY_VALUE

Google Cloud manages the failure of machines to provide high availability.

HIGHLY_AVAILABLE_CAPACITY = 110861600;

RESERVATION_OPERATIONAL_MODE_UNSPECIFIED

RESERVATION_OPERATIONAL_MODE_UNSPECIFIED = 194296603;

RESERVATION_OPERATIONAL_MODE_UNSPECIFIED_VALUE

RESERVATION_OPERATIONAL_MODE_UNSPECIFIED = 194296603;

UNDEFINED_RESERVATION_OPERATIONAL_MODE

A value indicating that the enum field is not set.

UNDEFINED_RESERVATION_OPERATIONAL_MODE = 0;

UNDEFINED_RESERVATION_OPERATIONAL_MODE_VALUE

A value indicating that the enum field is not set.

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