type property

String? type
getter/setter pair

Type of the storage pool.

This field is used to control whether the pool supports FILE based volumes only or UNIFIED (both FILE and BLOCK) volumes or UNIFIED_LARGE_CAPACITY (both FILE and BLOCK) volumes with large capacity. If not specified during creation, it defaults to FILE.

Optional. Possible string values are:

  • "STORAGE_POOL_TYPE_UNSPECIFIED" : Storage pool type is not specified.
  • "FILE" : Storage pool type is file.
  • "UNIFIED" : Storage pool type is unified.
  • "UNIFIED_LARGE_CAPACITY" : Deprecated: UNIFIED_LARGE_CAPACITY was previously tag 3.

Implementation

core.String? type;