vcenter vm hardware adapter scsi: info
The
info
structure contains information about a virtual SCSI adapter.Representation:
{
"scsi" : {
"bus" : 1,
"unit" : 1
},
"pci_slot_number" : 1,
"label" : "string",
"type" : "BUSLOGIC",
"sharing" : "NONE"
}
"scsi" : {
"bus" : 1,
"unit" : 1
},
"pci_slot_number" : 1,
"label" : "string",
"type" : "BUSLOGIC",
"sharing" : "NONE"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
label | string | Device label. |
type | string | Adapter type. Defines the valid emulation types for a virtual SCSI adapter. Value is one of: BUSLOGIC: BusLogic host bus adapter. LSILOGIC: LSI Logic host bus adapter. LSILOGICSAS: LSI Logic SAS 1068 host bus adapter. PVSCSI: Paravirtualized host bus adapter. |
scsi | scsi_address_info | Address of the SCSI adapter on the SCSI bus. |
scsi.bus | long | Bus number of the adapter to which the device is attached. |
scsi.unit | long | Unit number of the device. |
sharing | string | Bus sharing mode. Defines the valid bus sharing modes for a virtual SCSI adapter. Value is one of: NONE: The virtual SCSI bus is not shared. VIRTUAL: The virtual SCSI bus is shared between two or more virtual machines. In this case, no physical machine is involved. PHYSICAL: The virtual SCSI bus is shared between two or more virtual machines residing on different physical hosts. |
Optional | ||
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. May be unset if the virtual machine has never been powered on since the adapter was created. |