PoolPatchProperties interface
Patchable pool properties
Properties
| cool |
If enabled (true) the pool can contain cool Access enabled volumes. |
| custom |
Maximum throughput in MiB/s that can be achieved by this pool and this will be accepted as input only for manual qosType pool with Flexible service level |
| qos |
The qos type of the pool |
| size | Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776). |
Property Details
coolAccess
If enabled (true) the pool can contain cool Access enabled volumes.
coolAccess?: boolean
Property Value
boolean
customThroughputMibps
Maximum throughput in MiB/s that can be achieved by this pool and this will be accepted as input only for manual qosType pool with Flexible service level
customThroughputMibps?: null | number
Property Value
null | number
qosType
The qos type of the pool
qosType?: string
Property Value
string
size
Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776).
size?: number
Property Value
number