Google Cloud Net App V1 Client - Class StoragePoolType (1.10.1)

Reference documentation and code samples for the Google Cloud Net App V1 Client class StoragePoolType.

Type of storage pool

Protobuf type google.cloud.netapp.v1.StoragePoolType

Namespace

Google \ Cloud \ NetApp \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STORAGE_POOL_TYPE_UNSPECIFIED

Value: 0

Storage pool type is not specified.

Generated from protobuf enum STORAGE_POOL_TYPE_UNSPECIFIED = 0;

FILE

Value: 1

Storage pool type is file.

Generated from protobuf enum FILE = 1;

UNIFIED

Value: 2

Storage pool type is unified.

Generated from protobuf enum UNIFIED = 2;

UNIFIED_LARGE_CAPACITY

Value: 3

Storage pool type is unified large capacity.

Generated from protobuf enum UNIFIED_LARGE_CAPACITY = 3;