struct_data.go 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. // Data is a nested struct in drds response
  17. type Data struct {
  18. VpcCloudInstanceId string `json:"VpcCloudInstanceId" xml:"VpcCloudInstanceId"`
  19. VersionAction string `json:"VersionAction" xml:"VersionAction"`
  20. IsUsable bool `json:"IsUsable" xml:"IsUsable"`
  21. InstRole string `json:"InstRole" xml:"InstRole"`
  22. CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
  23. SrcDbName string `json:"SrcDbName" xml:"SrcDbName"`
  24. NetworkType string `json:"NetworkType" xml:"NetworkType"`
  25. ShardTbKey string `json:"ShardTbKey" xml:"ShardTbKey"`
  26. Type string `json:"Type" xml:"Type"`
  27. IsActive bool `json:"IsActive" xml:"IsActive"`
  28. Version int64 `json:"Version" xml:"Version"`
  29. DstInstance string `json:"DstInstance" xml:"DstInstance"`
  30. Label string `json:"Label" xml:"Label"`
  31. Capacity int64 `json:"Capacity" xml:"Capacity"`
  32. TableName string `json:"TableName" xml:"TableName"`
  33. DrdsInstanceId string `json:"DrdsInstanceId" xml:"DrdsInstanceId"`
  34. DbName string `json:"DbName" xml:"DbName"`
  35. Stage string `json:"Stage" xml:"Stage"`
  36. Progress string `json:"Progress" xml:"Progress"`
  37. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  38. RdsInstanceId string `json:"RdsInstanceId" xml:"RdsInstanceId"`
  39. OrderInstanceId string `json:"OrderInstanceId" xml:"OrderInstanceId"`
  40. TargetTableName string `json:"TargetTableName" xml:"TargetTableName"`
  41. Status string `json:"Status" xml:"Status"`
  42. Use int64 `json:"Use" xml:"Use"`
  43. Region string `json:"Region" xml:"Region"`
  44. NewestVersion string `json:"NewestVersion" xml:"NewestVersion"`
  45. InstanceSeries string `json:"InstanceSeries" xml:"InstanceSeries"`
  46. MachineType string `json:"MachineType" xml:"MachineType"`
  47. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  48. RegionId string `json:"RegionId" xml:"RegionId"`
  49. InstanceSpec string `json:"InstanceSpec" xml:"InstanceSpec"`
  50. TipsType int `json:"TipsType" xml:"TipsType"`
  51. SrcInstance string `json:"SrcInstance" xml:"SrcInstance"`
  52. Description string `json:"Description" xml:"Description"`
  53. Expired string `json:"Expired" xml:"Expired"`
  54. ExpireDate int64 `json:"ExpireDate" xml:"ExpireDate"`
  55. SourceTableName string `json:"SourceTableName" xml:"SourceTableName"`
  56. WarningLevel int `json:"WarningLevel" xml:"WarningLevel"`
  57. ShardDbKey string `json:"ShardDbKey" xml:"ShardDbKey"`
  58. MasterInstanceId string `json:"MasterInstanceId" xml:"MasterInstanceId"`
  59. InstanceVersion string `json:"InstanceVersion" xml:"InstanceVersion"`
  60. Rds string `json:"Rds" xml:"Rds"`
  61. Msg string `json:"Msg" xml:"Msg"`
  62. ReadOnlyDBInstanceIds ReadOnlyDBInstanceIdsInDescribeDrdsInstance `json:"ReadOnlyDBInstanceIds" xml:"ReadOnlyDBInstanceIds"`
  63. FullRevise FullRevise `json:"FullRevise" xml:"FullRevise"`
  64. Increment Increment `json:"Increment" xml:"Increment"`
  65. FullCheck FullCheck `json:"FullCheck" xml:"FullCheck"`
  66. Review Review `json:"Review" xml:"Review"`
  67. Full Full `json:"Full" xml:"Full"`
  68. List ListInDescribeCandidateInstanceList `json:"List" xml:"List"`
  69. Vips VipsInDescribeDrdsInstance `json:"Vips" xml:"Vips"`
  70. SubDbList SubDbList `json:"SubDbList" xml:"SubDbList"`
  71. }