Storage

Storage
Storage

Represents information about storage on a host

JSON Example
{
    "disks": [
        {
            "capacityMB": "number",
            "diskType": "One among: HDD, FLASH",
            "manufacturer": "string",
            "model": "string"
        }
    ],
    "totalCapacityMB": "number",
    "usedCapacityMB": "number"
}
array of Disk
disks
Optional

Information about disks

number As double As double
totalCapacityMB
Optional

Total storage capacity in MB

number As double As double
usedCapacityMB
Optional

Used storage capacity in MB

Property Of