struct_restore_task_detail.go 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. // RestoreTaskDetail is a nested struct in dbs response
  17. type RestoreTaskDetail struct {
  18. BackupPlanId string `json:"BackupPlanId" xml:"BackupPlanId"`
  19. DestinationEndpointInstanceType string `json:"DestinationEndpointInstanceType" xml:"DestinationEndpointInstanceType"`
  20. DestinationEndpointRegion string `json:"DestinationEndpointRegion" xml:"DestinationEndpointRegion"`
  21. DestinationEndpointInstanceID string `json:"DestinationEndpointInstanceID" xml:"DestinationEndpointInstanceID"`
  22. DestinationEndpointIpPort string `json:"DestinationEndpointIpPort" xml:"DestinationEndpointIpPort"`
  23. DestinationEndpointDatabaseName string `json:"DestinationEndpointDatabaseName" xml:"DestinationEndpointDatabaseName"`
  24. DestinationEndpointUserName string `json:"DestinationEndpointUserName" xml:"DestinationEndpointUserName"`
  25. DestinationEndpointOracleSID string `json:"DestinationEndpointOracleSID" xml:"DestinationEndpointOracleSID"`
  26. RestoreObjects string `json:"RestoreObjects" xml:"RestoreObjects"`
  27. BackupGatewayId int `json:"BackupGatewayId" xml:"BackupGatewayId"`
  28. RestoreDir string `json:"RestoreDir" xml:"RestoreDir"`
  29. RestoreTaskName string `json:"RestoreTaskName" xml:"RestoreTaskName"`
  30. BackupSetId string `json:"BackupSetId" xml:"BackupSetId"`
  31. RestoreTime int `json:"RestoreTime" xml:"RestoreTime"`
  32. RestoreTaskCreateTime int `json:"RestoreTaskCreateTime" xml:"RestoreTaskCreateTime"`
  33. RestoreStatus string `json:"RestoreStatus" xml:"RestoreStatus"`
  34. RestoreTaskId string `json:"RestoreTaskId" xml:"RestoreTaskId"`
  35. FullStruforeRestoreProgress int `json:"FullStruforeRestoreProgress" xml:"FullStruforeRestoreProgress"`
  36. FullDataRestoreProgress int `json:"FullDataRestoreProgress" xml:"FullDataRestoreProgress"`
  37. ContinuousRestoreProgress int `json:"ContinuousRestoreProgress" xml:"ContinuousRestoreProgress"`
  38. FullStruAfterRestoreProgress int `json:"FullStruAfterRestoreProgress" xml:"FullStruAfterRestoreProgress"`
  39. ErrMessage string `json:"ErrMessage" xml:"ErrMessage"`
  40. }