| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
prlsdk.Base --+
|
prlsdk.BaseServer --+
|
Server
The Server class provides access to a Parallels Service. The class is required to use most of the functionality within the Parallels API.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__prefix__ =
|
|||
__ht__ = 268435457
|
|||
|
|||
|
is_local Indicates whether the current connection is local or remote: True - local connection; False - remote connection. |
|||
|
licence_info An instance of LicenceInfo. |
|||
|
common_prefs An instance of DispConfig. |
|||
|
user_profile An instance of UserConfig. |
|||
|
statistics An instance of VmStat. |
|||
|
fs_disk_list An instance of FSInfo. |
|||
|
net_service_status An instance of NetServiceStatus. |
|||
|
problem_report A string containing a problem report in the event of a virtual machine operation failure. |
|||
|
server_config An instance of SrvConfig. |
|||
|
server_info An instance of SrvInfo. |
|||
|
users_info An instance of UsrInfo. |
|||
|
questions A tuple of instances of Question. |
|||
|
perf_stats Returns an instance of Event containing the host perfomance statistics \. |
|||
|
vm_list Instance of Result containing Vm instances |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
This method must be called before making any changes to the Parallels Service common preferences (see DispConfig). When you are done making the changes, call DispConfig.commit to commit the changes. |
This method must be called before making any changes to a Parallels Service user profile. When you are done making the changes, call UserConfig.commit to commit the changes. |
Register an existing virtual machine with the Parallels Service. This is an asynchronous method.
|
Obtain and return a list of virtual machines from the host.
|
Subscribe to receive host statistics on a periodic basis. This is an asynchronous method.
|
Cancel the host statistics subscription that was started using the
|
Subscribe to receive host perfomance statistics on a periodic basis. This is an asynchronous method.
|
Cancel the host perfomance statistics subscription that was started using the subscribe_to_perf_stats method. This is an asynchronous method.
|
Obtain and return the information about the specified file system entry on the host. This is an asynchronous method.
|
Create a new directory on the host. This is an asynchronous method.
|
Remove the specified directory from the host. This is an asynchronous method.
|
Determine if the current user has sufficient rights to create a file or a directory in the specified location on the host. This is an asynchronous method.
|
Rename the specified directory. This is an asynchronous method.
|
Update the Parallels license. This is an asynchronous method.
|
Send an answer to the Parallels Service in response to a question. This is an asynchronous method. |
Search for unregistered virtual machines at the specified location(s) on the host and return their information. This is an asynchronous method. |
Allows to start, stop, or restart the Parallels network service. This is an asynchronous method.
|
Add a new virtual network adapter to the specified Parallels Service. This is an asynchronous method. |
Update the specified virtual network adapter in the Parallels Service. This is an asynchronous method. |
Delete the specified virtual network adapter from the Parallels Service configuration. This is an asynchronous method. |
The method allows to obtain a Job object attached to a running task after loosing a connection with the Parallels Service and reconnecting to it again. This is an asynchronous method.
|
Automatically generates a unique name for a new directory. This is an asynchronous method.
|
Return a UsrInfo class containing the information about the specified user.
|
|
|||
is_localIndicates whether the current connection is local or remote: True - local connection; False - remote connection.
|
licence_infoAn instance of LicenceInfo.
|
common_prefsAn instance of DispConfig.
|
user_profileAn instance of UserConfig.
|
statisticsAn instance of VmStat.
|
fs_disk_listAn instance of FSInfo.
|
net_service_statusAn instance of NetServiceStatus.
|
problem_reportA string containing a problem report in the event of a virtual machine operation failure.
|
server_configAn instance of SrvConfig.
|
server_infoAn instance of SrvInfo.
|
users_infoAn instance of UsrInfo.
|
questionsA tuple of instances of Question.
|
perf_statsReturns an instance of Event containing the host perfomance statistics \.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 15 21:33:40 2008 | http://epydoc.sourceforge.net |