struct_backup_plan_detail.go 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. package dbs
  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. // BackupPlanDetail is a nested struct in dbs response
  17. type BackupPlanDetail struct {
  18. BackupPlanId string `json:"BackupPlanId" xml:"BackupPlanId"`
  19. SourceEndpointInstanceType string `json:"SourceEndpointInstanceType" xml:"SourceEndpointInstanceType"`
  20. SourceEndpointRegion string `json:"SourceEndpointRegion" xml:"SourceEndpointRegion"`
  21. SourceEndpointInstanceID string `json:"SourceEndpointInstanceID" xml:"SourceEndpointInstanceID"`
  22. SourceEndpointIpPort string `json:"SourceEndpointIpPort" xml:"SourceEndpointIpPort"`
  23. SourceEndpointDatabaseName string `json:"SourceEndpointDatabaseName" xml:"SourceEndpointDatabaseName"`
  24. SourceEndpointUserName string `json:"SourceEndpointUserName" xml:"SourceEndpointUserName"`
  25. BackupObjects string `json:"BackupObjects" xml:"BackupObjects"`
  26. BackupGatewayId int `json:"BackupGatewayId" xml:"BackupGatewayId"`
  27. OSSBucketRegion string `json:"OSSBucketRegion" xml:"OSSBucketRegion"`
  28. OSSBucketName string `json:"OSSBucketName" xml:"OSSBucketName"`
  29. BackupPeriod string `json:"BackupPeriod" xml:"BackupPeriod"`
  30. BackupStartTime string `json:"BackupStartTime" xml:"BackupStartTime"`
  31. EnableBackupLog bool `json:"EnableBackupLog" xml:"EnableBackupLog"`
  32. BackupRetentionPeriod int `json:"BackupRetentionPeriod" xml:"BackupRetentionPeriod"`
  33. DuplicationInfrequentAccessPeriod int `json:"DuplicationInfrequentAccessPeriod" xml:"DuplicationInfrequentAccessPeriod"`
  34. DuplicationArchivePeriod int `json:"DuplicationArchivePeriod" xml:"DuplicationArchivePeriod"`
  35. BackupPlanName string `json:"BackupPlanName" xml:"BackupPlanName"`
  36. SourceEndpointOracleSID string `json:"SourceEndpointOracleSID" xml:"SourceEndpointOracleSID"`
  37. InstanceClass string `json:"InstanceClass" xml:"InstanceClass"`
  38. BackupMethod string `json:"BackupMethod" xml:"BackupMethod"`
  39. BackupPlanCreateTime int `json:"BackupPlanCreateTime" xml:"BackupPlanCreateTime"`
  40. BackupPlanStatus string `json:"BackupPlanStatus" xml:"BackupPlanStatus"`
  41. }