public enum Reservation.DeploymentType extends Enum<Reservation.DeploymentType> implements ProtocolMessageEnum
Specifies the deployment strategy for this reservation.
Protobuf enum google.cloud.compute.v1.Reservation.DeploymentType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DENSE |
The reserved capacity is made up of densely deployed reservation blocks. |
DENSE_VALUE |
The reserved capacity is made up of densely deployed reservation blocks. |
DEPLOYMENT_TYPE_UNSPECIFIED |
|
DEPLOYMENT_TYPE_UNSPECIFIED_VALUE |
|
UNDEFINED_DEPLOYMENT_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_DEPLOYMENT_TYPE_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() |