Disk

Disk
Disk

Represents a disk

JSON Example
{
    "capacityMB": "number",
    "diskType": "One among: HDD, FLASH",
    "manufacturer": "string",
    "model": "string"
}
number As double As double
capacityMB
Read-Only

Total capacity of the disk in MB

string
diskType
Read-Only

Type of the disk

string
manufacturer
Read-Only

Hardware manufacturer of the disk

string
model
Read-Only

Hardware model of the disk

Property Of