struct_items_item.go 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. // ItemsItem is a nested struct in rds response
  17. type ItemsItem struct {
  18. InternetIP string `json:"InternetIP" xml:"InternetIP"`
  19. ConfictReason string `json:"ConfictReason" xml:"ConfictReason"`
  20. SourceDetail string `json:"SourceDetail" xml:"SourceDetail"`
  21. InconsistentFields string `json:"InconsistentFields" xml:"InconsistentFields"`
  22. InstanceIdA string `json:"InstanceIdA" xml:"InstanceIdA"`
  23. ConflictGtid string `json:"ConflictGtid" xml:"ConflictGtid"`
  24. DestinationDetail string `json:"DestinationDetail" xml:"DestinationDetail"`
  25. Key string `json:"Key" xml:"Key"`
  26. RegionId string `json:"RegionId" xml:"RegionId"`
  27. Role string `json:"Role" xml:"Role"`
  28. InstanceNetworkType string `json:"InstanceNetworkType" xml:"InstanceNetworkType"`
  29. RecoveryMode string `json:"RecoveryMode" xml:"RecoveryMode"`
  30. AbnormalType string `json:"AbnormalType" xml:"AbnormalType"`
  31. DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"`
  32. DatabaseName string `json:"DatabaseName" xml:"DatabaseName"`
  33. SecurityIPList string `json:"SecurityIPList" xml:"SecurityIPList"`
  34. DetailInfo string `json:"DetailInfo" xml:"DetailInfo"`
  35. Schema string `json:"Schema" xml:"Schema"`
  36. ReadWriteType string `json:"ReadWriteType" xml:"ReadWriteType"`
  37. HasInternetIP bool `json:"HasInternetIP" xml:"HasInternetIP"`
  38. DestinationInstanceId string `json:"DestinationInstanceId" xml:"DestinationInstanceId"`
  39. FinishTime string `json:"FinishTime" xml:"FinishTime"`
  40. OccurTime string `json:"OccurTime" xml:"OccurTime"`
  41. Progress string `json:"Progress" xml:"Progress"`
  42. InstanceIdB string `json:"InstanceIdB" xml:"InstanceIdB"`
  43. CurrentStep string `json:"CurrentStep" xml:"CurrentStep"`
  44. SourceInstanceId string `json:"SourceInstanceId" xml:"SourceInstanceId"`
  45. InconsistentType string `json:"InconsistentType" xml:"InconsistentType"`
  46. ConfictKey string `json:"ConfictKey" xml:"ConfictKey"`
  47. KeyType string `json:"KeyType" xml:"KeyType"`
  48. Status string `json:"Status" xml:"Status"`
  49. ReplicaId string `json:"ReplicaId" xml:"ReplicaId"`
  50. Accounts []AccountsItem `json:"Accounts" xml:"Accounts"`
  51. }