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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STORAGE_POOL_TYPE_UNSPECIFIED
Value: 0Storage pool type is not specified.
Generated from protobuf enum STORAGE_POOL_TYPE_UNSPECIFIED = 0;
FILE
Value: 1Storage pool type is file.
Generated from protobuf enum FILE = 1;
UNIFIED
Value: 2Storage pool type is unified.
Generated from protobuf enum UNIFIED = 2;
UNIFIED_LARGE_CAPACITY
Value: 3Storage pool type is unified large capacity.
Generated from protobuf enum UNIFIED_LARGE_CAPACITY = 3;