name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | ||
totalAvailableSpace | number | ||
totalUsedSpace | number | ||
nodeConfigCount | number | ||
nodeInitErrors | map of string | ||
totalDedupUsedSpace | number | ||
totalDedupAvailableSpace | number | ||
warnings | array of string | ||
defaultBackupDestination | boolean | required | |
spaceThreshold | number | required | |
description | string | ||
backupDestinationForCloud | boolean | required | |
state | BackupDestinationState | ||
configurationWarning | string | ||
type | BackupDestinationType | ||
modificationTime | number |
Example
{ "guid" : "...", "name" : "...", "totalAvailableSpace" : 12345, "totalUsedSpace" : 12345, "nodeConfigCount" : 12345, "nodeInitErrors" : { "property1" : "...", "property2" : "..." }, "totalDedupUsedSpace" : 12345, "totalDedupAvailableSpace" : 12345, "warnings" : [ "...", "..." ], "defaultBackupDestination" : true, "spaceThreshold" : 12345, "description" : "...", "backupDestinationForCloud" : true, "state" : "INITIALIZED", "configurationWarning" : "...", "type" : { "name" : "ENUM_NAME", "description" : "Enum description" }, "modificationTime" : 1451649601000 }