ProtectedEntityBackupSizeRequest Data Type

Properties
name data type constraints description
backupType BackupType  
storedBytes number required
frontendBytes number required
backupDestinationGuid string  
backupPolicyGuid string  
appCmdExecConfigGuid string  
cloudServiceProviderGuid string  
cloudFeature CloudFeature  
storageProviderGuid string  
storagePoolGuid string  
hvClusterGuid string  
hvmGuid string  
hvGuid string  
sourceProjectGuid string  
dataCenterGuid string  

Example

{
  "backupType" : "SYNTHETIC",
  "storedBytes" : 12345,
  "frontendBytes" : 12345,
  "backupDestinationGuid" : "...",
  "backupPolicyGuid" : "...",
  "appCmdExecConfigGuid" : "...",
  "cloudServiceProviderGuid" : "...",
  "cloudFeature" : "TEAMS_MAILBOX",
  "storageProviderGuid" : "...",
  "storagePoolGuid" : "...",
  "hvClusterGuid" : "...",
  "hvmGuid" : "...",
  "hvGuid" : "...",
  "sourceProjectGuid" : "...",
  "dataCenterGuid" : "..."
}