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

Class LoginResponse

object --+    
         |    
   _Handle --+
             |
            LoginResponse

Contains information returned as a result of a successful Virtuozzo Service login operation.

Instance Methods [hide private]
 
get_session_uuid(self)
Returns the session UUID string (used to restore a session).
 
get_running_task_count(self)
Return the total number of running tasks.
 
get_running_task_by_index(self, nIndex)
Obtain the RunningTask object containing information about a running task.
 
get_server_uuid(self)
Return the host machine UUID.
 
get_host_os_version(self)
Return the host OS version.
 
get_product_version(self)
Return the Virtuozzo product version number.

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__