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)
Determine the amount of physical memory reserved for Parallels
Service operation. |
|
|
|
set_reserved_mem_limit(self,
nMemSize)
Set the amount of memory that will be allocated for Parallels Service
operation. |
|
|
|
get_min_vm_mem(self)
Determine the minimum required memory size that must be allocated to
an individual virtual machine. |
|
|
|
set_min_vm_mem(self,
nMemSize)
Set the minimum required memory size that must be allocated to an
individual virtual machine. |
|
|
|
get_max_vm_mem(self)
Determine the maximum memory size that can be allocated to an
individual virtual machine. |
|
|
|
set_max_vm_mem(self,
nMemSize)
Set the maximum memory size that can be allocated to an individual
virtual machine. |
|
|
|
|
|
|
|
get_max_reserv_mem_limit(self)
Return the maximum amount of memory that can be reserved for
Parallels Service operation. |
|
|
|
set_max_reserv_mem_limit(self,
nMemSize)
Set the upper limit of the memory size that can be reserved for
Parallels Service operation. |
|
|
|
get_min_reserv_mem_limit(self)
Return the minimum amount of physical memory that must be reserved
for Parallels Service operation. |
|
|
|
set_min_reserv_mem_limit(self,
nMemSize)
Set the lower limit of the memory size that must be reserved for
Parallels Service operation. |
|
|
|
is_adjust_mem_auto(self)
Determine whether memory allocation for Parallels Service is
performed automatically or manually. |
|
|
|
set_adjust_mem_auto(self,
bAdjustMemAuto)
Set the Parallels Service memory allocation mode (automatic or
manual). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_min_security_level(self)
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. |
|
|
|
get_password_protected_operations_list(self) |
|
|
|
set_password_protected_operations_list(self,
hList) |
|
|
|
get_default_encryption_plugin_id(self) |
|
|
|
set_default_encryption_plugin_id(self,
sDefaultPluginId) |
|
|
|
are_plugins_enabled(self) |
|
|
|
enable_plugins(self,
bEnablePluginsSupport) |
|
|
|
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,
nFlags) |
|
|
|
get_proxy_connection_user(self) |
|
|
|
is_log_rotation_enabled(self) |
|
|
|
set_log_rotation_enabled(self,
bEnabled) |
|
|
|
is_allow_attach_screenshots_enabled(self) |
|
|
|
set_allow_attach_screenshots_enabled(self,
bEnabled) |
|
|
|
get_usb_identity_count(self) |
|
|
|
get_usb_identity(self,
nUsbIdentIndex) |
|
|
|
set_usb_ident_association(self,
sSystemName,
sVmUuid,
nFlags) |
|
|
|
get_mobile_advanced_auth_mode(self) |
|
|
|
set_mobile_advanced_auth_mode(self,
nMode) |
|
|
|
get_usb_auto_connect_option(self) |
|
|
|
set_usb_auto_connect_option(self,
nOption) |
|
|
Inherited from _Handle :
__del__ ,
__init__ ,
add_ref ,
free ,
from_string ,
get_handle_type ,
get_package_id ,
get_type
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|