struct_backup_policy_do.go 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. package drds
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // BackupPolicyDO is a nested struct in drds response
  17. type BackupPolicyDO struct {
  18. NextBackupActuallyTime string `json:"NextBackupActuallyTime" xml:"NextBackupActuallyTime"`
  19. BackupMode string `json:"BackupMode" xml:"BackupMode"`
  20. PreferredBackupPeriod string `json:"PreferredBackupPeriod" xml:"PreferredBackupPeriod"`
  21. DataBackupRetentionPeriod int64 `json:"DataBackupRetentionPeriod" xml:"DataBackupRetentionPeriod"`
  22. BackupAppName string `json:"BackupAppName" xml:"BackupAppName"`
  23. LocalLogRetentionSpace int64 `json:"LocalLogRetentionSpace" xml:"LocalLogRetentionSpace"`
  24. HighSpaceUsageProtection int64 `json:"HighSpaceUsageProtection" xml:"HighSpaceUsageProtection"`
  25. BackupType string `json:"BackupType" xml:"BackupType"`
  26. BackupLevel string `json:"BackupLevel" xml:"BackupLevel"`
  27. LocalLogRetentionHours int64 `json:"LocalLogRetentionHours" xml:"LocalLogRetentionHours"`
  28. GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
  29. PreferredBackupTime string `json:"PreferredBackupTime" xml:"PreferredBackupTime"`
  30. BackupDbName string `json:"BackupDbName" xml:"BackupDbName"`
  31. BackupRetentionPeriod int64 `json:"BackupRetentionPeriod" xml:"BackupRetentionPeriod"`
  32. GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
  33. BackupLog string `json:"BackupLog" xml:"BackupLog"`
  34. LogBackupRetentionPeriod int64 `json:"LogBackupRetentionPeriod" xml:"LogBackupRetentionPeriod"`
  35. BackupPolicyMode string `json:"BackupPolicyMode" xml:"BackupPolicyMode"`
  36. }