Enum ScalingConfig.InstanceSize (2.21.0)

public enum ScalingConfig.InstanceSize extends Enum<ScalingConfig.InstanceSize> implements ProtocolMessageEnum

Metastore instance sizes.

Protobuf enum google.cloud.metastore.v1beta.ScalingConfig.InstanceSize

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXTRA_LARGE

Extra large instance size, maps to a scaling factor of 6.0.

EXTRA_LARGE = 5;

EXTRA_LARGE_VALUE

Extra large instance size, maps to a scaling factor of 6.0.

EXTRA_LARGE = 5;

EXTRA_SMALL

Extra small instance size, maps to a scaling factor of 0.1.

EXTRA_SMALL = 1;

EXTRA_SMALL_VALUE

Extra small instance size, maps to a scaling factor of 0.1.

EXTRA_SMALL = 1;

INSTANCE_SIZE_UNSPECIFIED

Unspecified instance size

INSTANCE_SIZE_UNSPECIFIED = 0;

INSTANCE_SIZE_UNSPECIFIED_VALUE

Unspecified instance size

INSTANCE_SIZE_UNSPECIFIED = 0;

LARGE

Large instance size, maps to a scaling factor of 3.0.

LARGE = 4;

LARGE_VALUE

Large instance size, maps to a scaling factor of 3.0.

LARGE = 4;

MEDIUM

Medium instance size, maps to a scaling factor of 1.0.

MEDIUM = 3;

MEDIUM_VALUE

Medium instance size, maps to a scaling factor of 1.0.

MEDIUM = 3;

SMALL

Small instance size, maps to a scaling factor of 0.5.

SMALL = 2;

SMALL_VALUE

Small instance size, maps to a scaling factor of 0.5.

SMALL = 2;

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