Enum FlexPerformance (0.57.0)

publicenumFlexPerformanceextendsEnum<FlexPerformance>implementsProtocolMessageEnum

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.