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

Class VmDiskPartStat

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

Contains disk partition statistics.

Instance Methods [hide private]

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__ = 'statdiskpart'
  __ht__ = 268435493
Properties [hide private]
  system_name
Partition system name.
  usage_disk_space
Used disk space.
  free_disk_space
Free disk space.

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

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

system_name

Partition system name.

Get Method:
unreachable.statdiskpart__get_system_name(statdiskpart, StatDiskPart) - Returns disk partition device system name.

usage_disk_space

Used disk space.

Get Method:
unreachable.statdiskpart__get_usage_disk_space(statdiskpart, StatDiskPart) - Returns usage disk space in bytes.

free_disk_space

Free disk space.

Get Method:
unreachable.statdiskpart__get_free_disk_space(statdiskpart, StatDiskPart) - Returns free disk space in bytes.