Home | Trees | Indices | Help |
|
---|
|
object --+ | _Handle --+ | StatDisk
Provides methods for obtaining disk statistics for the host computer or a virtual machine. To obtain the object, use the Statistics.get_disk_stat method.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Return the disk device name.
|
Returns the size of the used space on the disk, in bytes.
|
Return free disk space, in bytes.
|
Return the number of StatDiskPart objects contained in this StatDisk object.
Each object contains statistics for an individual disk partition. Use the
number returned to iterate through the object list and obtain individual
objects using the
|
Return a StatDiskPart object specified by an index. To obtain the
number of objects in the list, use the
|
Home | Trees | Indices | Help |
|
---|