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

Class HostHardDisk

object --+        
         |        
   _Handle --+    
             |    
    HostDevice --+
                 |
                HostHardDisk

Provides methods for obtaining information about a physical hard disk on the host computer.

Instance Methods [hide private]
 
get_dev_name(self)
Return the hard disk device name.
 
get_dev_id(self)
Return the hard disk device id.
 
get_dev_size(self)
Return the size of the hard disk device.
 
get_disk_index(self)
Return the index of a hard disk device.
 
get_parts_count(self)
Determine the number of partitions available on a hard drive.
 
get_part(self, nIndex)
Obtain the HdPartition object identifying the specified hard disk partition.

Inherited from HostDevice: get_device_state, get_id, get_name, get_type, is_connected_to_vm, set_device_state

Inherited from _Handle: __del__, __init__, add_ref, free, from_string, get_handle_type, get_package_id, reg_event_handler, unreg_event_handler

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__