HostScsiDisk
This data object type describes a SCSI disk.
A SCSI disk contains a partition table which can be changed. To change a SCSI disk, use the device name and the partition specification.
See also RetrieveDiskPartitionInfo, UpdateDiskPartitions.
{
"_typeName": "string",
"deviceName": "string",
"deviceType": "string",
"key": "string",
"uuid": "string",
"descriptor": [
{
"_typeName": "string",
"quality": "string",
"id": "string"
}
],
"canonicalName": "string",
"displayName": "string",
"lunType": "string",
"vendor": "string",
"model": "string",
"revision": "string",
"scsiLevel": 0,
"serialNumber": "string",
"durableName": {
"_typeName": "string",
"namespace": "string",
"namespaceId": 0,
"data": [
0
]
},
"alternateName": [
{
"_typeName": "string",
"namespace": "string",
"namespaceId": 0,
"data": [
0
]
}
],
"standardInquiry": [
0
],
"queueDepth": 0,
"operationalState": [
"string"
],
"capabilities": {
"_typeName": "string",
"updateDisplayNameSupported": false
},
"vStorageSupport": "string",
"protocolEndpoint": false,
"perenniallyReserved": false,
"clusteredVmdkSupported": false,
"applicationProtocol": "string",
"dispersedNs": false,
"deviceReservation": "string",
"capacity": {
"_typeName": "string",
"blockSize": 0,
"block": 0
},
"devicePath": "string",
"ssd": false,
"localDisk": false,
"physicalLocation": [
"string"
],
"emulatedDIXDIFEnabled": false,
"vsanDiskInfo": {
"_typeName": "string",
"vsanUuid": "string",
"formatVersion": 0
},
"scsiDiskType": "string",
"usedByMemoryTiering": false
}
The size of SCSI disk using the Logical Block Addressing scheme.
The device path of the ScsiDisk.
This device path is a file path that can be opened to create partitions on the disk.
See also HostStorageSystem.RetrieveDiskPartitionInfo, HostStorageSystem.UpdateDiskPartitions.
Indicates whether the ScsiDisk is SSD backed.
If unset, the information whether the ScsiDisk is SSD backed is unknown.
Indicates whether the ScsiDisk is local.
If unset, the information whether the ScsiDisk is local is unknown.
The physical location of the ScsiDisk if can be determined, otherwise unset.
If the ScsiDisk is a logical drive, it should be the location of all constituent physical drives of the logical drive. If the ScsiDisk is a physical drive, it's an array of one element.
Indicates whether the ScsiDisk has emulated Data Integrity Extension (DIX) / Data Integrity Field (DIF) enabled.
If unset, the default value is false.
Indicates the additional VSAN information if this disk is used by VSAN.
The type of disk drives.
See ScsiDiskTypeEnum for definitions of supported types.
Indicate whether the disk is used for memory tiering or not.
If unset, the default value is false.
Since: vSphere API Release 8.0.3.0