Package prlsdkapi :: Class VmDiskStat
[hide private]
[frames] | no frames]

Class VmDiskStat

  object --+        
           |        
 prlsdk.Base --+    
               |    
prlsdk.BaseAsync --+
                   |
                  VmDiskStat

Contains disk drive statistics.

Instance Methods [hide private]
 
get_part_stat(self, index)
Obtain a return disk partition statistics.

Inherited from prlsdk.BaseAsync: __cmp__, __init__, __new__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'statdisk'
  __ht__ = 268435492
Properties [hide private]
  system_name
The disk drive system name.
  usage_disk_space
The size of the used space on the disk, in bytes.
  free_disk_space
Free disk space, in bytes.
  parts_stats_count
The number of partitions on the disk.
  part_stats
An iterator/sequence that allows to traverse through VmDiskPartStat instances contained in this object.

Inherited from prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Method Details [hide private]

get_part_stat(self, index)

 

Obtain a return disk partition statistics.

Parameters:
Returns:
An instance of VmDiskPartStat.

Property Details [hide private]

system_name

The disk drive system name.

Get Method:
unreachable.statdisk__get_system_name(statdisk, StatDisk) - Returns disk device system name.

usage_disk_space

The size of the used space on the disk, in bytes.

Get Method:
unreachable.statdisk__get_usage_disk_space(statdisk, StatDisk) - Returns usage disk space in bytes.

free_disk_space

Free disk space, in bytes.

Get Method:
unreachable.statdisk__get_free_disk_space(statdisk, StatDisk) - Returns free disk space in bytes.

parts_stats_count

The number of partitions on the disk.

Get Method:
unreachable.statdisk__get_parts_stats_count(statdisk, StatDisk) - Returns disk partitions statistics elements count.

part_stats

An iterator/sequence that allows to traverse through VmDiskPartStat instances contained in this object.

Get Method:
unreachable(s)