| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
prlsdk.Base --+
|
prlsdk.BaseAsync --+
|
prlsdk.OwnerRefAsync --+
|
VmBaseDev
VmBaseDev is a base class that provides methods for managing virtual devices.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__prefix__ =
|
|||
__int_prefix__ =
|
|||
|
|||
|
type The type of the device. |
|||
|
index A numeric index identifying a device. |
|||
|
connected Indicates whether the device is connected. |
|||
|
enabled Indicates whether the device is enabled. |
|||
|
remote Indicates whether this is a remote device. |
|||
|
emulated_type The device emulation type. |
|||
|
sys_name The device system name. |
|||
|
friendly_name The user-friendly name of the device. |
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
Create a new instance of the same class as this object.
|
Connect the device. This operation can be performed on a running virtual machine. This is an asyncronous method.
|
Disconnect the device. This operation can be performed on a running virtual machine. This is an asyncronous method.
|
Create a virtual device image on the host. This is an asynchronous method.
|
Remove this object from the virtual machine device list. The method only removes the object from memory. It does not delete the device from the existing virtual machine configuration. |
Generate and automatically assign a stack index to the storage device. A corresponding device interface (IDE or SCSI) has to be set in advance. This method applies only to VmHddDev and VmOpticalDev. |
|
|||
typeThe type of the device. See
|
indexA numeric index identifying a device.
|
connectedIndicates whether the device is connected. True - connected; False - disconnected.
|
enabledIndicates whether the device is enabled. True - enabled; False - disabled.
|
remoteIndicates whether this is a remote device. True - remote; False - local.
|
emulated_typeThe device emulation type.
|
sys_nameThe device system name.
|
friendly_nameThe user-friendly name of the device.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 15 21:33:41 2008 | http://epydoc.sourceforge.net |