ApplianceDiskDrResponseEntity
ApplianceDiskDrResponseEntity
Detailed information about an appliance disk.
AllOf
This class requires all of the following:
JSON Example
{
"name": "string",
"description": "string",
"partition_name": "string",
"total_space": 0,
"used_space": 0,
"used_space_percent": "36%",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}