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

Class VmUsb

object --+        
         |        
   _Handle --+    
             |    
      VmDevice --+
                 |
                VmUsb

Provides methods for managing USB devices in a virtual machine.

Instance Methods [ hide private ]
get_autoconnect_option ( self )
Obtain the USB controller autoconnect device option.
set_autoconnect_option ( self , nAutoconnectOption )
Set the USB controller autoconnect device option.

Inherited from VmDevice : connect , copy_image , create , create_image , disconnect , get_description , get_emulated_type , get_friendly_name , get_iface_type , get_image_path , get_index , get_output_file , get_stack_index , get_sub_type , get_sys_name , get_type , is_connected , is_enabled , is_passthrough , is_remote , remove , resize_image , set_connected , set_default_stack_index , set_description , set_emulated_type , set_enabled , set_friendly_name , set_iface_type , set_image_path , set_index , set_output_file , set_passthrough , set_remote , set_stack_index , set_sub_type , set_sys_name

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

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

Properties [ hide private ]

Inherited from object : __class__