Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.79 KB

StoragepoolStoragepool.md

File metadata and controls

22 lines (18 loc) · 1.79 KB

StoragepoolStoragepool

Properties

Name Type Description Notes
CanDisableL3 bool Indicates if disabling L3 is possible. [optional] [default to null]
CanEnableL3 bool Indicates if enabling L3 is possible. L3 cannot be enabled if there are unprovisioned drives. [optional] [default to null]
Children []string The names or IDs of the pool's children. [optional] [default to null]
HealthFlags []string An array of containing any health issues with this pool. If the pool is healthy, the list is empty. Only appears on 'nodepool' type storagepools. [optional] [default to null]
Id int32 The system ID given to the pool. [default to null]
L3 bool Use SSDs in this node pool for L3 cache. [optional] [default to null]
L3Status string 'storage' if the 'l3' option is disabled. If the l3 option is enabled, 'migrating' if any SSDs in this node pool have not yet been migrated to L3. If all SSDs have been migrated, 'l3'. [optional] [default to null]
Lnns []int32 The nodes that are part of this pool. [default to null]
Manual bool Whether or not the node pool is manually managed. [optional] [default to null]
Name string The pool name. [default to null]
ProtectionPolicy string The underlying protection policy. [optional] [default to null]
Type_ string The pool type. [default to null]
Usage *StoragepoolTierUsage Total pool usage. [default to null]

[Back to Model list] [Back to API list] [Back to README]