VirtualMachineScsiPassthroughInfo

VirtualMachineScsiPassthroughInfo
VirtualMachineScsiPassthroughInfo

Description of a generic SCSI device, including information about the device ID.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "configurationTag": [
        "string"
    ],
    "scsiClass": "string",
    "vendor": "string",
    "physicalUnitNumber": 0
}
string
scsiClass
Required

The class of the generic SCSI device.

string
vendor
Required

The vendor name.

integer As int32 As int32
physicalUnitNumber
Required

Unit number of the generic device on the physical host.