name | data type | constraints | description |
---|---|---|---|
volume | string | ||
label | string | ||
size | number | required | |
type | string | ||
backup | NameAndGuid | ||
backupFile | NameAndGuid | ||
guid | string |
Example
{ "volume" : "...", "label" : "...", "size" : 12345, "type" : "...", "backup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "backupFile" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67" }