struct_item.go 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. package rds
  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. // Item is a nested struct in rds response
  17. type Item struct {
  18. CrossBackupSetSize int64 `json:"CrossBackupSetSize" xml:"CrossBackupSetSize"`
  19. Category string `json:"Category" xml:"Category"`
  20. DBInstanceDescription string `json:"DBInstanceDescription" xml:"DBInstanceDescription"`
  21. Engine string `json:"Engine" xml:"Engine"`
  22. CrossLogBackupId int `json:"CrossLogBackupId" xml:"CrossLogBackupId"`
  23. CrossDownloadLink string `json:"CrossDownloadLink" xml:"CrossDownloadLink"`
  24. LogFileName string `json:"LogFileName" xml:"LogFileName"`
  25. ReportTime string `json:"ReportTime" xml:"ReportTime"`
  26. BackupSetStatus int `json:"BackupSetStatus" xml:"BackupSetStatus"`
  27. DBInstanceStatusDesc string `json:"DBInstanceStatusDesc" xml:"DBInstanceStatusDesc"`
  28. BackupEnabled string `json:"BackupEnabled" xml:"BackupEnabled"`
  29. RegionId string `json:"RegionId" xml:"RegionId"`
  30. CrossBackupRegion string `json:"CrossBackupRegion" xml:"CrossBackupRegion"`
  31. Duration int `json:"Duration" xml:"Duration"`
  32. CrossBackupId int `json:"CrossBackupId" xml:"CrossBackupId"`
  33. BackupStartTime string `json:"BackupStartTime" xml:"BackupStartTime"`
  34. LinkExpiredTime string `json:"LinkExpiredTime" xml:"LinkExpiredTime"`
  35. DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"`
  36. BackupSetScale int `json:"BackupSetScale" xml:"BackupSetScale"`
  37. DBInstanceStorageType string `json:"DBInstanceStorageType" xml:"DBInstanceStorageType"`
  38. AutoRenew string `json:"AutoRenew" xml:"AutoRenew"`
  39. CrossLogBackupSize int64 `json:"CrossLogBackupSize" xml:"CrossLogBackupSize"`
  40. LogEndTime string `json:"LogEndTime" xml:"LogEndTime"`
  41. BackupEnabledTime string `json:"BackupEnabledTime" xml:"BackupEnabledTime"`
  42. CrossBackupSetFile string `json:"CrossBackupSetFile" xml:"CrossBackupSetFile"`
  43. CrossBackupDownloadLink string `json:"CrossBackupDownloadLink" xml:"CrossBackupDownloadLink"`
  44. EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
  45. CrossBackupSetLocation string `json:"CrossBackupSetLocation" xml:"CrossBackupSetLocation"`
  46. LogBackupEnabled string `json:"LogBackupEnabled" xml:"LogBackupEnabled"`
  47. LogBackupEnabledTime string `json:"LogBackupEnabledTime" xml:"LogBackupEnabledTime"`
  48. BackupEndTime string `json:"BackupEndTime" xml:"BackupEndTime"`
  49. BackupMethod string `json:"BackupMethod" xml:"BackupMethod"`
  50. LogBeginTime string `json:"LogBeginTime" xml:"LogBeginTime"`
  51. RelService string `json:"RelService" xml:"RelService"`
  52. BackupType string `json:"BackupType" xml:"BackupType"`
  53. Retention int `json:"Retention" xml:"Retention"`
  54. DBInstanceStatus string `json:"DBInstanceStatus" xml:"DBInstanceStatus"`
  55. RetentType int `json:"RetentType" xml:"RetentType"`
  56. CrossIntranetDownloadLink string `json:"CrossIntranetDownloadLink" xml:"CrossIntranetDownloadLink"`
  57. InstanceId int `json:"InstanceId" xml:"InstanceId"`
  58. ConsistentTime string `json:"ConsistentTime" xml:"ConsistentTime"`
  59. CrossBackupType string `json:"CrossBackupType" xml:"CrossBackupType"`
  60. Status string `json:"Status" xml:"Status"`
  61. RelServiceId string `json:"RelServiceId" xml:"RelServiceId"`
  62. LockMode string `json:"LockMode" xml:"LockMode"`
  63. RestoreRegions RestoreRegions `json:"RestoreRegions" xml:"RestoreRegions"`
  64. LatencyTopNItems LatencyTopNItemsInDescribeSQLReports `json:"LatencyTopNItems" xml:"LatencyTopNItems"`
  65. QPSTopNItems QPSTopNItemsInDescribeSQLReports `json:"QPSTopNItems" xml:"QPSTopNItems"`
  66. }