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

Class VmInfo

object --+    
         |    
   _Handle --+
             |
            VmInfo

Contains the virtual machine state, access rights, and some other information.

Instance Methods [ hide private ]
get_state ( self )
Return the virtual machine state information.
get_access_rights ( self )
Obtains the AccessRights object containing information about the virtual machine access rights.
is_invalid ( self )
Determine if the specified virtual machine is invalid.
is_vm_waiting_for_answer ( self )
Determine if the specified virtual machine is waiting for an answer to a question that it asked.
is_vnc_server_started ( self )
Determine whether a VNC server is running for the specified virtual machine.
get_addition_state ( self )
Return the virtual machine addition state information.

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

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

Properties [ hide private ]

Inherited from object : __class__