Enum StoragePoolType (0.61.0)

public enum StoragePoolType extends Enum<StoragePoolType> implements ProtocolMessageEnum

Type of storage pool

Protobuf enum google.cloud.netapp.v1.StoragePoolType

Implements

ProtocolMessageEnum

Static Fields

Name Description
FILE

Storage pool type is file.

FILE = 1;

FILE_VALUE

Storage pool type is file.

FILE = 1;

STORAGE_POOL_TYPE_UNSPECIFIED

Storage pool type is not specified.

STORAGE_POOL_TYPE_UNSPECIFIED = 0;

STORAGE_POOL_TYPE_UNSPECIFIED_VALUE

Storage pool type is not specified.

STORAGE_POOL_TYPE_UNSPECIFIED = 0;

UNIFIED

Storage pool type is unified.

UNIFIED = 2;

UNIFIED_LARGE_CAPACITY

Storage pool type is unified large capacity.

UNIFIED_LARGE_CAPACITY = 3;

UNIFIED_LARGE_CAPACITY_VALUE

Storage pool type is unified large capacity.

UNIFIED_LARGE_CAPACITY = 3;

UNIFIED_VALUE

Storage pool type is unified.

UNIFIED = 2;

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