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

Class UserConfig

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

Contains information about a Parallels Service user.

Instance Methods [hide private]
 
commit(self)
Commit user profile changes to the Parallels Service.

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__ = 'usrcfg'
  __ht__ = 268435477
Properties [hide private]
  dir_uuid
The Universally Unique Identifier (UUID) of the user.
  default_folder
Name and path of the default virtual machine directory for the user.
  can_use_mng_console
SDK.usrcfg__get_can_use_mng_console(UserConfig) -> bool
  can_change_srvcfg
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__

Method Details [hide private]

commit(self)

 

Commit user profile changes to the Parallels Service. Every user profile modification must begin with the Server.begin_edit_user_profile call and end with this call.


Property Details [hide private]

dir_uuid

The Universally Unique Identifier (UUID) of the user.

Get Method:
unreachable.usrcfg__get_dir_uuid(SDK, UserConfig) - Returns user default VM directory.
Set Method:
unreachable.usrcfg__set_dir_uuid(SDK, UserConfig, value) - Sets user default VM dir.

default_folder

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

Get Method:
unreachable.usrcfg__get_default_folder(SDK, UserConfig) - Returns user default VM directory.
Set Method:
unreachable.usrcfg__set_default_folder(SDK, UserConfig, value) - Sets user default VM directory.

can_use_mng_console

SDK.usrcfg__get_can_use_mng_console(UserConfig) -> bool

Returns sign whether user can using server management console utility.

Get Method:
unreachable.usrcfg__get_can_use_mng_console(SDK, UserConfig) - Returns sign whether user can using server management console utility.

can_change_srvcfg

Indicates whether the user is allowed to modify Parallels Service preferences.

Get Method:
unreachable.usrcfg__get_can_change_srvcfg(SDK, UserConfig) - Returns sign whether user can changing server common settings.