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

Class VmInfo

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

Contains a virtual machine state and access rights information.

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__ = 'vminfo'
  __ht__ = 268435476
Properties [hide private]
  state
The virtual machine state.
  access_rights
An instance of VmAccessRights.

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

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

state

The virtual machine state. See consts.VMS_xxx for available states.

Get Method:
unreachable.vminfo__get_state(vminfo, VmInfo) - Extracts VM's current state, see prlsdk.consts.VMS_xxx.

access_rights

An instance of VmAccessRights.

Get Method:
unreachable.vminfo__get_access_rights(vminfo, VmInfo) - Returns alloweded access rights list.