Enum ScaleType (0.72.0)

public enum ScaleType extends Enum<ScaleType> implements ProtocolMessageEnum

Defines the scale-type of a UNIFIED Storage Pool.

Protobuf enum google.cloud.netapp.v1.ScaleType

Implements

ProtocolMessageEnum

Static Fields

Name Description
SCALE_TYPE_DEFAULT

Represents standard capacity and performance scale-type. Suitable for general purpose workloads.

SCALE_TYPE_DEFAULT = 1;

SCALE_TYPE_DEFAULT_VALUE

Represents standard capacity and performance scale-type. Suitable for general purpose workloads.

SCALE_TYPE_DEFAULT = 1;

SCALE_TYPE_SCALEOUT

Represents higher capacity and performance scale-type. Suitable for more demanding workloads.

SCALE_TYPE_SCALEOUT = 2;

SCALE_TYPE_SCALEOUT_VALUE

Represents higher capacity and performance scale-type. Suitable for more demanding workloads.

SCALE_TYPE_SCALEOUT = 2;

SCALE_TYPE_UNSPECIFIED

Unspecified scale type.

SCALE_TYPE_UNSPECIFIED = 0;

SCALE_TYPE_UNSPECIFIED_VALUE

Unspecified scale type.

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