Enum Instance.Type (2.6.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

The instance is meant for development and testing purposes only; it has no performance or uptime guarantees and is not covered by SLA. After a development instance is created, it can be upgraded by updating the instance to type PRODUCTION. An instance created as a production instance cannot be changed to a development instance. When creating a development instance, serve_nodes on the cluster must not be set.

DEVELOPMENT = 2;

DEVELOPMENT_VALUE

The instance is meant for development and testing purposes only; it has no performance or uptime guarantees and is not covered by SLA. After a development instance is created, it can be upgraded by updating the instance to type PRODUCTION. An instance created as a production instance cannot be changed to a development instance. When creating a development instance, serve_nodes on the cluster must not be set.

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