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

Class VmHdPartition

object --+    
         |    
   _Handle --+
             |
            VmHdPartition

Provides methods for managing partitions of a virtual hard disk in a virtual machine.

Instance Methods [hide private]
 
remove(self)
Remove the specified partition object from the virtual hard disk list.
 
get_sys_name(self)
Return the hard disk partition system name.
 
set_sys_name(self, sSysName)
Set system name for the disk partition.

Inherited from _Handle: __del__, __init__, add_ref, free, from_string, get_handle_type, get_package_id, get_type, 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__