Enum Instance.Type (2.11.2)

public enum Instance.Type extends Enum<Instance.Type> implements ProtocolMessageEnum

The type of the instance.

Protobuf enum google.bigtable.admin.v2.Instance.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEVELOPMENT

DEPRECATED: Prefer PRODUCTION for all use cases, as it no longer enforces a higher minimum node count than DEVELOPMENT.

DEVELOPMENT = 2;

DEVELOPMENT_VALUE

DEPRECATED: Prefer PRODUCTION for all use cases, as it no longer enforces a higher minimum node count than DEVELOPMENT.

DEVELOPMENT = 2;

PRODUCTION

An instance meant for production use. serve_nodes must be set on the cluster.

PRODUCTION = 1;

PRODUCTION_VALUE

An instance meant for production use. serve_nodes must be set on the cluster.

PRODUCTION = 1;

TYPE_UNSPECIFIED

The type of the instance is unspecified. If set when creating an instance, a PRODUCTION instance will be created. If set when updating an instance, the type will be left unchanged.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The type of the instance is unspecified. If set when creating an instance, a PRODUCTION instance will be created. If set when updating an instance, the type will be left unchanged.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()