struct_items_item.go 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. package dds
  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. // ItemsItem is a nested struct in dds response
  17. type ItemsItem struct {
  18. ResultInfo string `json:"ResultInfo" xml:"ResultInfo"`
  19. InsName string `json:"InsName" xml:"InsName"`
  20. InternetIP string `json:"InternetIP" xml:"InternetIP"`
  21. ConfictReason string `json:"ConfictReason" xml:"ConfictReason"`
  22. SourceDetail string `json:"SourceDetail" xml:"SourceDetail"`
  23. TaskParams string `json:"TaskParams" xml:"TaskParams"`
  24. InconsistentFields string `json:"InconsistentFields" xml:"InconsistentFields"`
  25. InstanceIdA string `json:"InstanceIdA" xml:"InstanceIdA"`
  26. Deadline string `json:"Deadline" xml:"Deadline"`
  27. ConflictGtid string `json:"ConflictGtid" xml:"ConflictGtid"`
  28. DestinationDetail string `json:"DestinationDetail" xml:"DestinationDetail"`
  29. DbType string `json:"DbType" xml:"DbType"`
  30. Key string `json:"Key" xml:"Key"`
  31. ModifiedTime string `json:"ModifiedTime" xml:"ModifiedTime"`
  32. CreatedTime string `json:"CreatedTime" xml:"CreatedTime"`
  33. RegionId string `json:"RegionId" xml:"RegionId"`
  34. InstanceNetworkType string `json:"InstanceNetworkType" xml:"InstanceNetworkType"`
  35. RecoveryMode string `json:"RecoveryMode" xml:"RecoveryMode"`
  36. AbnormalType string `json:"AbnormalType" xml:"AbnormalType"`
  37. SwitchTime string `json:"SwitchTime" xml:"SwitchTime"`
  38. DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"`
  39. DatabaseName string `json:"DatabaseName" xml:"DatabaseName"`
  40. SecurityIPList string `json:"SecurityIPList" xml:"SecurityIPList"`
  41. DetailInfo string `json:"DetailInfo" xml:"DetailInfo"`
  42. Id int `json:"Id" xml:"Id"`
  43. Status int `json:"Status" xml:"Status"`
  44. Schema string `json:"Schema" xml:"Schema"`
  45. ReadWriteType string `json:"ReadWriteType" xml:"ReadWriteType"`
  46. HasInternetIP bool `json:"HasInternetIP" xml:"HasInternetIP"`
  47. DestinationInstanceId string `json:"DestinationInstanceId" xml:"DestinationInstanceId"`
  48. PrepareInterval string `json:"PrepareInterval" xml:"PrepareInterval"`
  49. OccurTime string `json:"OccurTime" xml:"OccurTime"`
  50. InstanceIdB string `json:"InstanceIdB" xml:"InstanceIdB"`
  51. StartTime string `json:"StartTime" xml:"StartTime"`
  52. SourceInstanceId string `json:"SourceInstanceId" xml:"SourceInstanceId"`
  53. InconsistentType string `json:"InconsistentType" xml:"InconsistentType"`
  54. ConfictKey string `json:"ConfictKey" xml:"ConfictKey"`
  55. KeyType string `json:"KeyType" xml:"KeyType"`
  56. TaskType string `json:"TaskType" xml:"TaskType"`
  57. Accounts []AccountsItem `json:"Accounts" xml:"Accounts"`
  58. }