Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.6 KB

StoragepoolNodepoolExtended.md

File metadata and controls

20 lines (16 loc) · 1.6 KB

StoragepoolNodepoolExtended

Properties

Name Type Description Notes
CanEnableL3 bool Indicates if enabling L3 is possible. L3 cannot be enabled if there are unprovisioned drives. [default to null]
HealthFlags []string An array of containing any health issues with this pool. If the pool is healthy, the list is empty. [optional] [default to null]
Id int32 The system ID given to the node pool. [default to null]
L3 bool Use SSDs in this node pool for L3 cache. [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'. [default to null]
Lnns []int32 The nodes that are part of this node pool. [default to null]
Manual bool Whether or not the node pool is manually managed. [default to null]
Name string The node pool name. [default to null]
ProtectionPolicy string The underlying protection policy. [optional] [default to null]
Tier string The name (if named) or system ID of the node pool's tier, if it is in a tier. Otherwise null. [optional] [default to null]
Usage *StoragepoolTierUsage Total pool usage. [default to null]

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