DiskInfo

DiskInfo
DiskInfo

Disk information including disk UUID, disk name and disk type (SSD or HDD).

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diskUuid": "string",
    "diskName": "string",
    "isSsd": false
}
string
diskUuid
Required

Disk UUID.

string
diskName
Required

Disk name.

boolean
isSsd
Optional

Flag if the disk is SSD.

Unset if the disk type can not be determined.

Property Of