ApplianceDisk
ApplianceDisk
Detailed information about an appliance disk.
JSON Example
{
"name": "string",
"description": "string",
"partition_name": "string",
"total_space": 0,
"used_space": 0,
"used_space_percent": "36%"
}
string
name
Optional
Name of the appliance disk.
string
description
Optional
Description of the appliance disk.
string
partition_name
Optional
Partition name of the appliance disk.
integer As int64
As int64
total_space
Optional
Total space on the appliance disk.
integer As int64
As int64
used_space
Optional
Used space on the appliance disk.
string
used_space_percent
Optional
Percent for ratio used size per total size.