| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
prlsdk.Base --+
|
prlsdk.BaseAsync --+
|
prlsdk.OwnerRefAsync --+
|
DispConfig
The DispConfig class provides methods for managing Parallels Service preferences.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__prefix__ =
|
|||
__ht__ = 268435478
|
|||
|
|||
|
auto_mem_adjust Specifies whether the size of the memory allocated to the Parallels Service will be set automatically or manually. |
|||
|
default_vm_dir Name and path of the default virtual machine folder. |
|||
|
reserved_mem_limit Specifies the memory size reserved for the Parallels Service operations |
|||
|
net_adapters_count The total number of the available netwrok adapters. |
|||
|
default_vnc_host_name The default VNC host name of this Parallels Service. |
|||
|
vnc_base_port The base VNC port number. |
|||
|
can_change_default_settings Indicates whether new users are by default allowed to modify the Parallels Service preferences. |
|||
|
min_security_level Indicates the lowest allowable security level that can be used to connect to this Parallels Service. |
|||
|
net_adapters An iterator/sequence that allows to traverse through network adapter collection. |
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
Commit the changes to the Parallels Service. Before making any changes to Parallels Service preferences, call Server.begin_edit_common_prefs to timestamp the beginning of the operation. When you are done making the changes, call this method to commit the changes to the Parallels Service. This is an asynchronous method.
|
Create and return a new virtual network adapter object and add it to the network adapter list.
|
Return information about the specified virtual network adapter.
|
Remove the specified virtual network adapter object from the adapter list. |
|
|||
auto_mem_adjustSpecifies whether the size of the memory allocated to the Parallels Service will be set automatically or manually.
|
default_vm_dirName and path of the default virtual machine folder.
|
reserved_mem_limitSpecifies the memory size reserved for the Parallels Service operations
|
net_adapters_countThe total number of the available netwrok adapters.
|
default_vnc_host_nameThe default VNC host name of this Parallels Service.
|
vnc_base_portThe base VNC port number.
|
can_change_default_settingsIndicates whether new users are by default allowed to modify the Parallels Service preferences. True - can modify; False - cannot modify.
|
min_security_levelIndicates the lowest allowable security level
that can be used to connect to this Parallels Service. See
|
net_adaptersAn iterator/sequence that allows to traverse through network adapter collection. Each network adapter is an instance of DispNet.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 15 21:33:40 2008 | http://epydoc.sourceforge.net |