Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.15 KB

NodePartitionsNodePartition.md

File metadata and controls

16 lines (12 loc) · 1.15 KB

NodePartitionsNodePartition

Properties

Name Type Description Notes
BlockSize int32 The block size used for the reported partition information. [optional] [default to null]
Capacity int32 Total blocks on this file system partition. [optional] [default to null]
ComponentDevices string Comma separated list of devices used for this file system partition. [optional] [default to null]
MountPoint string Directory on which this partition is mounted. [optional] [default to null]
PercentUsed string Used blocks on this file system partition, expressed as a percentage. [optional] [default to null]
Statfs *NodePartitionsNodePartitionStatfs System partition details as provided by statfs(2). [optional] [default to null]
Used int32 Used blocks on this file system partition. [optional] [default to null]

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