| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
prlsdk.Base --+
|
prlsdk.BaseAsync --+
|
SrvConfig
Contains the host computer configuration information.
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__prefix__ =
|
|||
__ht__ = 268435458
|
|||
|
|||
|
ram_size The amount of memory (RAM) available on the host, in megabytes. |
|||
|
cpu_model The model of CPU on the host. |
|||
|
cpu_count The number of CPUs on the host. |
|||
|
cpu_speed The host CPU speed, in megahertz. |
|||
|
cpu_mode The CPU mode (32 bit or 64 bit). |
|||
|
os_version The host OS version information. |
|||
|
sound_default_enabled Determines whether a sound device on the host is enabled or disabled. |
|||
|
usb_supported Determines if USB is supported on the host. |
|||
|
floppy_devs An iterator/sequence that allows to traverse through FDD device instances. |
|||
|
hdd_devs An iterator/sequence that allows to traverse through HDD device instances. |
|||
|
optical_devs An iterator/sequence that allows to traverse through optical disk device instances. |
|||
|
parallel_ports An iterator/sequence that allows to traverse through parallel port device instances. |
|||
|
serial_ports An iterator/sequence that allows to traverse through serial port device instances. |
|||
|
sound_devs An iterator/sequence that allows to traverse through sound device instances. |
|||
|
usb_devs An iterator/sequence that allows to traverse through USB device instances. |
|||
|
net_adapters An iterator/sequence that allows to traverse through net adapter device instances. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Determine the total number of devices of the specified type installed in the host machine.
|
Return an object containing information about a device specified by device type.
|
|
|||
ram_sizeThe amount of memory (RAM) available on the host, in megabytes.
|
cpu_modelThe model of CPU on the host.
|
cpu_countThe number of CPUs on the host.
|
cpu_speedThe host CPU speed, in megahertz.
|
cpu_modeThe CPU mode (32 bit or 64 bit).
|
os_versionThe host OS version information. This is a dictionary with the following elements: 'type' : string - OS type. 'major' : int - Major version number. 'minor': int - Minor version number. 'sub_minor': int - Sub-minor version number. 'full': string - The full OS information as a single string.
|
sound_default_enabledDetermines whether a sound device on the host is enabled or disabled.
|
usb_supportedDetermines if USB is supported on the host.
|
floppy_devsAn iterator/sequence that allows to traverse through FDD device instances. See SrvCfgDev.
|
hdd_devsAn iterator/sequence that allows to traverse through HDD device instances. See SrvCfgHdd.
|
optical_devsAn iterator/sequence that allows to traverse through optical disk device instances. See SrvCfgDev.
|
parallel_portsAn iterator/sequence that allows to traverse through parallel port device instances. See SrvCfgDev.
|
serial_portsAn iterator/sequence that allows to traverse through serial port device instances. See SrvCfgDev.
|
sound_devsAn iterator/sequence that allows to traverse through sound device instances. See SrvCfgDev.
|
usb_devsAn iterator/sequence that allows to traverse through USB device instances. See SrvCfgDev.
|
net_adaptersAn iterator/sequence that allows to traverse through net adapter device instances. See SrvCfgNet.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 15 21:33:41 2008 | http://epydoc.sourceforge.net |