VmDiskSeedInformationDrResponseEntity
VmDiskSeedInformationDrResponseEntity
A information about seeds found for a disk.
AllOf
This class requires all of the following:
JSON Example
{
"vm_disk": {
"vm_id": "VirtualMachine:vm-80:e594ad24-5f75-41e3-a276-88a2116dbed0",
"device_key": 0
},
"found_seeds": [
{}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}