Enum FlexPerformance (0.37.0)

public enum FlexPerformance extends Enum<FlexPerformance> implements ProtocolMessageEnum

Flex Storage Pool performance.

Protobuf enum google.cloud.netapp.v1.FlexPerformance

Implements

ProtocolMessageEnum

Static Fields

Name Description
FLEX_PERFORMANCE_CUSTOM

Flex Storage Pool with custom performance.

FLEX_PERFORMANCE_CUSTOM = 2;

FLEX_PERFORMANCE_CUSTOM_VALUE

Flex Storage Pool with custom performance.

FLEX_PERFORMANCE_CUSTOM = 2;

FLEX_PERFORMANCE_DEFAULT

Flex Storage Pool with default performance.

FLEX_PERFORMANCE_DEFAULT = 1;

FLEX_PERFORMANCE_DEFAULT_VALUE

Flex Storage Pool with default performance.

FLEX_PERFORMANCE_DEFAULT = 1;

FLEX_PERFORMANCE_UNSPECIFIED

Unspecified flex performance.

FLEX_PERFORMANCE_UNSPECIFIED = 0;

FLEX_PERFORMANCE_UNSPECIFIED_VALUE

Unspecified flex performance.

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