VsanDiskModelInfo
VsanDiskModelInfo
Information of the vSAN disk drive.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"productId": "string",
"vendor": "string",
"partNumber": "string"
}
string
productId
Required
Product ID of the disk drive.
E.g., AL15SEB120N. This is the key identifier of the disk.
string
vendor
Required
Vendor of the disk drive.
E.g., TOSHIBA
string
partNumber
Optional
Part number of the disk drive.
E.g., HDEBL02LPA51F. When this is present, it will replace the productId as the key identifier of the disk.