Enum Reservation.DeploymentType (1.73.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DENSE

The reserved capacity is made up of densely deployed reservation blocks.

DENSE = 64932607;

DENSE_VALUE

The reserved capacity is made up of densely deployed reservation blocks.

DENSE = 64932607;

DEPLOYMENT_TYPE_UNSPECIFIED

DEPLOYMENT_TYPE_UNSPECIFIED = 234847180;

DEPLOYMENT_TYPE_UNSPECIFIED_VALUE

DEPLOYMENT_TYPE_UNSPECIFIED = 234847180;

UNDEFINED_DEPLOYMENT_TYPE

A value indicating that the enum field is not set.

UNDEFINED_DEPLOYMENT_TYPE = 0;

UNDEFINED_DEPLOYMENT_TYPE_VALUE

A value indicating that the enum field is not set.

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