struct_data.go 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. DbShardingFunction string `json:"DbShardingFunction" xml:"DbShardingFunction"`
  19. OrderId int64 `json:"OrderId" xml:"OrderId"`
  20. NewestVersion string `json:"NewestVersion" xml:"NewestVersion"`
  21. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  22. Mode string `json:"Mode" xml:"Mode"`
  23. IsShard bool `json:"IsShard" xml:"IsShard"`
  24. DbComputeLength int `json:"DbComputeLength" xml:"DbComputeLength"`
  25. InstRole string `json:"InstRole" xml:"InstRole"`
  26. TbRightShiftOffset int `json:"TbRightShiftOffset" xml:"TbRightShiftOffset"`
  27. ShardTbKey string `json:"ShardTbKey" xml:"ShardTbKey"`
  28. Expired string `json:"Expired" xml:"Expired"`
  29. IsActive bool `json:"IsActive" xml:"IsActive"`
  30. Schema string `json:"Schema" xml:"Schema"`
  31. DbInstType string `json:"DbInstType" xml:"DbInstType"`
  32. IsSyncType bool `json:"IsSyncType" xml:"IsSyncType"`
  33. SourceTableName string `json:"SourceTableName" xml:"SourceTableName"`
  34. TbComputeLength int `json:"TbComputeLength" xml:"TbComputeLength"`
  35. ShardDbKey string `json:"ShardDbKey" xml:"ShardDbKey"`
  36. TableName string `json:"TableName" xml:"TableName"`
  37. DbName string `json:"DbName" xml:"DbName"`
  38. Stage string `json:"Stage" xml:"Stage"`
  39. DbRightShiftOffset int `json:"DbRightShiftOffset" xml:"DbRightShiftOffset"`
  40. Progress string `json:"Progress" xml:"Progress"`
  41. InstanceVersion string `json:"InstanceVersion" xml:"InstanceVersion"`
  42. TbShardingFunction string `json:"TbShardingFunction" xml:"TbShardingFunction"`
  43. RandomCode string `json:"RandomCode" xml:"RandomCode"`
  44. TargetTableName string `json:"TargetTableName" xml:"TargetTableName"`
  45. TbPartitions int `json:"TbPartitions" xml:"TbPartitions"`
  46. Msg string `json:"Msg" xml:"Msg"`
  47. Status string `json:"Status" xml:"Status"`
  48. DbShardingColumnList DbShardingColumnList `json:"DbShardingColumnList" xml:"DbShardingColumnList"`
  49. TbShardingColumnList TbShardingColumnList `json:"TbShardingColumnList" xml:"TbShardingColumnList"`
  50. DrdsInstanceIdList DrdsInstanceIdList `json:"DrdsInstanceIdList" xml:"DrdsInstanceIdList"`
  51. FullRevise FullRevise `json:"FullRevise" xml:"FullRevise"`
  52. Increment Increment `json:"Increment" xml:"Increment"`
  53. FullCheck FullCheck `json:"FullCheck" xml:"FullCheck"`
  54. Full Full `json:"Full" xml:"Full"`
  55. Review Review `json:"Review" xml:"Review"`
  56. List ListInDescribeHotDbList `json:"List" xml:"List"`
  57. ColumnList []Column `json:"ColumnList" xml:"ColumnList"`
  58. }