name | data type | constraints | description |
---|---|---|---|
name | string | required, max size: 255, min size: 1 | |
uuid | string | max size: 255, min size: 1 | |
size | number | required | |
isSnapshotable | boolean | required | |
present | boolean | required | |
storageBackupPolicy | NameAndGuid | ||
snapshotMgmtPolicy | NameAndGuid | ||
storageProvider | NameAndGuid | ||
storagePool | NameAndGuid | ||
path | string | ||
description | string |
Example
{ "name" : "...", "uuid" : "...", "size" : 12345, "isSnapshotable" : true, "present" : true, "storageBackupPolicy" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "snapshotMgmtPolicy" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "storageProvider" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "storagePool" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "path" : "...", "description" : "..." }