Data Object - VirtualController(vim.vm.device.VirtualController)

Extended by
VirtualIDEController, VirtualNVDIMMController, VirtualNVMEController, VirtualPCIController, VirtualPS2Controller, VirtualSATAController, VirtualSCSIController, VirtualSIOController, VirtualUSBController, VirtualUSBXHCIController
Extends
VirtualDevice

Data Object Description

VirtualController is the base data object type for a device controller in a virtual machine. VirtualController extends VirtualDevice to inherit general information about a controller (such as name and description), and to allow controllers to appear in a generic list of virtual devices.

Properties

Name Type Description
busNumberxsd:int

Bus number associated with this controller.
device*xsd:int[]

List of devices currently controlled by this controller. Each entry contains the key property of the corresponding device object.
Properties inherited from VirtualDevice
backing, connectable, controllerKey, deviceInfo, key, slotInfo, unitNumber
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition