Enum FutureReservation.DeploymentType (1.92.0)

public enum FutureReservation.DeploymentType extends Enum<FutureReservation.DeploymentType> implements ProtocolMessageEnum

Type of the deployment requested as part of future reservation.

Protobuf enum google.cloud.compute.v1.FutureReservation.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()