Provides methods for managing Parallels Service preferences.
|
get_default_vm_dir(self)
Obtain name and path of the directory in which new virtual machines
are created by default. |
|
|
|
|
|
get_reserved_mem_limit(self)
Virtual Machine-based servers only Determine the amount of
physical memory reserved for Parallels Service operation. |
|
|
|
set_reserved_mem_limit(self,
nMemSize)
Virtual Machine-based servers only Set the amount of memory
that will be allocated for Parallels Service operation. |
|
|
|
get_min_vm_mem(self)
Virtual Machine-based servers only Determine the minimum
required memory size that must be allocated to an individual virtual
machine. |
|
|
|
set_min_vm_mem(self,
nMemSize)
Virtual Machine-based servers only Set the minimum required
memory size that must be allocated to an individual virtual machine. |
|
|
|
get_max_vm_mem(self)
Virtual Machine-based servers only Determine the maximum
memory size that can be allocated to an individual virtual machine. |
|
|
|
set_max_vm_mem(self,
nMemSize)
Virtual Machine-based servers only Set the maximum memory size
that can be allocated to an individual virtual machine. |
|
|
|
get_recommend_max_vm_mem(self)
Virtual Machine-based servers only Determine the recommended
memory size for an individual virtual machine. |
|
|
|
set_recommend_max_vm_mem(self,
nMemSize)
Virtual Machine-based servers only Set recommended memory size
for an individual virtual machine. |
|
|
|
get_max_reserv_mem_limit(self)
Virtual Machine-based servers only Return the maximum amount
of memory that can be reserved for Parallels Service operation. |
|
|
|
set_max_reserv_mem_limit(self,
nMemSize)
Virtual Machine-based servers only Set the upper limit of the
memory size that can be reserved for Parallels Service operation. |
|
|
|
get_min_reserv_mem_limit(self)
Virtual Machine-based servers only Return the minimum amount
of physical memory that must be reserved for Parallels Service
operation. |
|
|
|
set_min_reserv_mem_limit(self,
nMemSize)
Virtual Machine-based servers only Set the lower limit of the
memory size that must be reserved for Parallels Service operation. |
|
|
|
is_adjust_mem_auto(self)
Virtual Machine-based servers only Determine whether memory
allocation for Parallels Service is performed automatically or
manually. |
|
|
|
set_adjust_mem_auto(self,
bAdjustMemAuto)
Virtual Machine-based servers only Set the Parallels Service
memory allocation mode (automatic or manual). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_min_security_level(self)
Virtual Machine-based servers only Determine the lowest
allowable security level that can be used to connect to the Parallels
Service. |
|
|
|
set_min_security_level(self,
nMinSecurityLevel)
Set the lowest allowable security level that can be used to connect
to the Parallels Service. |
|
|
|
get_confirmations_list(self)
Obtain a list of operations that require administrator confirmation. |
|
|
|
set_confirmations_list(self,
hConfirmList)
Set the list of operations that require administrator confirmation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_default_backup_directory(self,
sBackupDirectory)
Set name and path of the default backup directory. |
|
|
|
|
|
set_backup_timeout(self,
nTimeout) |
|
|
|
get_default_encryption_plugin_id(self)
Virtual Machine-based servers only Returns default encryption
plugin Id. |
|
|
|
set_default_encryption_plugin_id(self,
sDefaultPluginId)
Virtual Machine-based servers only Sets default encryption
plugin Id. |
|
|
|
are_plugins_enabled(self)
Virtual Machine-based servers only Determines whether the
plugins enabled or not. |
|
|
|
enable_plugins(self,
bEnablePluginsSupport)
Virtual Machine-based servers only Enable or disable the
plugins support. |
|
|
|
is_verbose_log_enabled(self)
Determine whether the verbose log level is configured for dispatcher
and virtual machines processes. |
|
|
|
set_verbose_log_enabled(self,
bEnabled)
Enable or disable the verbose log level for dispatcher and virtual
machines processes. |
|
|
|
is_allow_multiple_pmc(self) |
|
|
|
set_allow_multiple_pmc(self,
bEnabled) |
|
|
|
is_allow_direct_mobile(self) |
|
|
|
set_allow_direct_mobile(self,
bEnabled) |
|
|
|
is_allow_mobile_clients(self) |
|
|
|
get_proxy_connection_status(self) |
|
|
|
set_proxy_connection_creds(self,
sAccountId,
sPassword) |
|
|
|
get_proxy_connection_user(self) |
|
|
|
is_log_rotation_enabled(self) |
|
|
|
set_log_rotation_enabled(self,
bEnabled) |
|
|
|
get_usb_identity_count(self) |
|
|
|
get_usb_identity(self,
nUsbIdentIndex) |
|
|
|
set_usb_ident_association(self,
sSystemName,
sVmUuid,
nFlags) |
|
|
Inherited from _Handle :
__del__ ,
__init__ ,
add_ref ,
free ,
get_handle_type ,
get_package_id ,
get_type
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|