vcenter vm hardware adapter scsi: create spec
The
create_spec
structure provides a specification for the configuration of a newly-created virtual SCSI adapter.Representation:
{
"bus": 1,
"pci_slot_number": 1,
"sharing": "NONE",
"type": "BUSLOGIC"
}
"bus": 1,
"pci_slot_number": 1,
"sharing": "NONE",
"type": "BUSLOGIC"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
type | string | Adapter type. Optional. If unset, a guest-specific default value will be used. |
bus | long | SCSI bus number. Optional. If unset, the server will choose an available bus number; if none is available, the request will fail. |
pci_slot_number | long | Address of the SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added. Optional. If unset, the server will choose an available address when the virtual machine is powered on. |
sharing | string | Bus sharing mode. Optional. If unset, the adapter will default to NONE. |