DevicePciId
DevicePciId
The PCI ID of a PCI device.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vendorId": 0,
"deviceId": 0,
"subVendorId": 0,
"subDeviceId": 0
}
integer As int64
As int64
vendorId
Required
The vendor ID.
integer As int64
As int64
deviceId
Required
The device ID.
integer As int64
As int64
subVendorId
Required
The sub-vendor ID.
integer As int64
As int64
subDeviceId
Required
The sub-device ID.