Adding a PCI Controller


This operation allows you to add a PCI controller to a virtual machine.
The following figure shows the sample for device-change-list for adding a PCI Controller. For adding a virtual disk, the permissible values of the elements are:

Element

Definition

Required

<device>

Contains information about the hard disk that you want to add; contains the controller-type attribute

Valid values for controller-type:

  • VirtualBusLogicController (default)
  • VirtualLsiLogicController
  • VirtualLsiLogicSASController
  • ParaVirtualSCSIController

No

<bus-number>

Specifies the bus number required for adding a PCI controller

Valid value: 0

No

XML Sample of device-change-list for adding a PCI Controller

<device-change-list>
    <device-change>
        <operation>add</operation>
        <device type="VirtualPCIController">
            <bus-number>0</bus-number>
            <device>0</device>
        </device>
    </device-change>
</device-change-list>


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Orchestration Content 20.19.02