name | data type | constraints | description |
---|---|---|---|
name | string | max size: 255, min size: 0 | |
totalUsedSpace | number | min: 0 | |
totalAvailableSpace | number | min: 0 | |
clusters | array of NameAndGuid | ||
projects | array of NameAndGuid | ||
visibleForAllProjects | boolean | required | |
type | UnderlyingStorageType | ||
storagePool | NameAndGuid | ||
storageProvider | NameAndGuid |
Example
{ "name" : "...", "totalUsedSpace" : 12345, "totalAvailableSpace" : 12345, "clusters" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "projects" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "visibleForAllProjects" : true, "type" : "AZURE_FILE", "storagePool" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "storageProvider" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" } }