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

Class LoginResponse

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

Contains information pertinent to a successful Parallels Service login operation.

Instance Methods [hide private]
 
get_run_task(self, index)
Obtain and return a RunningTask instance.

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__ = 'loginresponse'
  __ht__ = 268435499
Properties [hide private]
  session_uuid
The session UUID string (used to restore a session).
  server_uuid
The host machine UUID.
  host_os_version
OS version that the host is running.
  run_tasks_count
The number of RunningTask instances contained in this object.
  product_version
The Parallels Service version that the host is running.
  run_tasks
An iterator/sequence that allows to traverse through RunningTask instances contained in this object.

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

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Method Details [hide private]

get_run_task(self, index)

 

Obtain and return a RunningTask instance.

Parameters:
  • index - A numeric index of the task to obtain the handle for. Use LoginResponse to obtain the task count.
Returns:
An instance of RunningTask.

Property Details [hide private]

session_uuid

The session UUID string (used to restore a session).

Get Method:
unreachable.loginresponse__get_session_uuid(loginresponse, LoginResponse) - Returns session uuid string ( uses to restore session ) Value returns in UTF-8 encoding

server_uuid

The host machine UUID.

Get Method:
unreachable.loginresponse__get_server_uuid(loginresponse, LoginResponse) - Returns server UUID

host_os_version

OS version that the host is running.

Get Method:
unreachable.loginresponse__get_host_os_version(loginresponse, LoginResponse) - Returns server host OS version

run_tasks_count

The number of RunningTask instances contained in this object.

Get Method:
unreachable.loginresponse__get_run_tasks_count(loginresponse, LoginResponse) - Get count of running task items Parameters unnamed_param : specifies a pointer to the count of parameters Returns PRL_ERR_SUCCESS if the method succeeds

product_version

The Parallels Service version that the host is running.

Get Method:
unreachable.loginresponse__get_product_version(loginresponse, LoginResponse) - Returns server product version

run_tasks

An iterator/sequence that allows to traverse through RunningTask instances contained in this object.

Get Method:
unreachable(s)