name | data type | constraints | description |
---|---|---|---|
guid | string | ||
name | string | ||
type | BackupDestinationType | ||
totalAvailableSpace | number | ||
backupDestinationForCloud | boolean | required | |
defaultBackupDestination | boolean | required |
Example
{ "guid" : "...", "name" : "...", "type" : "SYNTHETICDDBOOST", "totalAvailableSpace" : 12345, "backupDestinationForCloud" : true, "defaultBackupDestination" : true }