Provides methods for managing Virtuozzo 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 Virtuozzo
Service operation. |
|
|
|
set_reserved_mem_limit(self,
nMemSize)
Set the amount of memory that will be allocated for Virtuozzo 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
Virtuozzo Service operation. |
|
|
|
set_max_reserv_mem_limit(self,
nMemSize)
Set the upper limit of the memory size that can be reserved for
Virtuozzo Service operation. |
|
|
|
get_min_reserv_mem_limit(self)
Return the minimum amount of physical memory that must be reserved
for Virtuozzo Service operation. |
|
|
|
set_min_reserv_mem_limit(self,
nMemSize)
Set the lower limit of the memory size that must be reserved for
Virtuozzo Service operation. |
|
|
|
is_adjust_mem_auto(self)
Determine whether memory allocation for Virtuozzo Service is
performed automatically or manually. |
|
|
|
set_adjust_mem_auto(self,
bAdjustMemAuto)
Set the Virtuozzo 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 Virtuozzo Service. |
|
|
|
set_min_security_level(self,
nMinSecurityLevel)
Set the lowest allowable security level that can be used to connect
to the Virtuozzo 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) |
|
|
|
are_plugins_enabled(self) |
|
|
|
enable_plugins(self,
bEnablePluginsSupport) |
|
|
|
get_vm_cpu_limit_type(self) |
|
|
|
set_vm_cpu_limit_type(self,
nVmCpuLimitType) |
|
|
|
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_log_rotation_enabled(self) |
|
|
|
set_log_rotation_enabled(self,
bEnabled) |
|
|
|
get_cpu_features_mask_ex(self) |
|
|
|
set_cpu_features_mask_ex(self,
hCpuFeatures) |
|
|
|
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 ,
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__
|