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

Class UsrInfo

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

Contains information about a Parallels Service user.

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__ = 'usrinfo'
  __ht__ = 268435508
Properties [hide private]
  name
User name.
  uuid
User UUID.
  session_count
Active session count.
  default_vm_folder
Name and path of the default virtual machine directory for the user.
  can_change_srv_sets
Indicates whether the user is allowed to modify Parallels Service preferences.

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

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

name

User name.

Get Method:
unreachable.usrinfo__get_name(usrinfo, UsrInfo) - Returns user name

uuid

User UUID.

Get Method:
unreachable.usrinfo__get_uuid(usrinfo, UsrInfo) - Returns user universal unique identifier (uuid)

session_count

Active session count.

Get Method:
unreachable.usrinfo__get_session_count(usrinfo, UsrInfo) - Returns user active session count

default_vm_folder

Name and path of the default virtual machine directory for the user.

Get Method:
unreachable.usrinfo__get_default_vm_folder(usrinfo, UsrInfo) - Returns user default VM directory

can_change_srv_sets

Indicates whether the user is allowed to modify Parallels Service preferences. True - allowed; False - not allowed.

Get Method:
unreachable.usrinfo__get_can_change_srv_sets(usrinfo, UsrInfo) - Returns sign whether user can changing server common settings