vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualController(vim.vm.device.VirtualController)
- Extended by
- VirtualIDEController, VirtualNVDIMMController, VirtualNVMEController, VirtualPCIController, VirtualPS2Controller, VirtualSATAController, VirtualSCSIController, VirtualSIOController, VirtualUSBController, VirtualUSBXHCIController
- Extends
- VirtualDevice
- Since
- 2.0
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 |
---|---|---|
busNumber | xsd: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, deviceGroupInfo, deviceInfo, key, numaNode, slotInfo, unitNumber | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |