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

Class UserInfo

object --+    
         |    
   _Handle --+
             |
            UserInfo

Provides methods for obtaining information about the specified Virtuozzo Service user.

Instance Methods [hide private]
 
get_name(self)
Return the user name.
 
get_uuid(self)
Returns the user Universally Unique Identifier (UUID).
 
get_session_count(self)
Return the user active session count.
 
get_default_vm_folder(self)
Return name and path of the default virtual machine directory for the user.
 
can_change_srv_sets(self)
Determine whether the specified user is allowed to modify Virtuozzo Service preferences.

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__