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
ProtocolMessageEnumStatic 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_VALUE |
Google Cloud does not manage the failure of machines, but provides additional capacity, which is not guaranteed to be available. |
HIGHLY_AVAILABLE_CAPACITY |
Google Cloud manages the failure of machines to provide high availability. |
HIGHLY_AVAILABLE_CAPACITY_VALUE |
Google Cloud manages the failure of machines to provide high availability. |
RESERVATION_OPERATIONAL_MODE_UNSPECIFIED |
|
RESERVATION_OPERATIONAL_MODE_UNSPECIFIED_VALUE |
|
UNDEFINED_RESERVATION_OPERATIONAL_MODE |
A value indicating that the enum field is not set. |
UNDEFINED_RESERVATION_OPERATIONAL_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() |