| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- package r_kvstore
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // ItemsItem is a nested struct in r_kvstore response
- type ItemsItem struct {
- InternetIP string `json:"InternetIP" xml:"InternetIP"`
- ConfictReason string `json:"ConfictReason" xml:"ConfictReason"`
- SourceDetail string `json:"SourceDetail" xml:"SourceDetail"`
- InconsistentFields string `json:"InconsistentFields" xml:"InconsistentFields"`
- InstanceIdA string `json:"InstanceIdA" xml:"InstanceIdA"`
- ConflictGtid string `json:"ConflictGtid" xml:"ConflictGtid"`
- DestinationDetail string `json:"DestinationDetail" xml:"DestinationDetail"`
- Key string `json:"Key" xml:"Key"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- InstanceNetworkType string `json:"InstanceNetworkType" xml:"InstanceNetworkType"`
- RecoveryMode string `json:"RecoveryMode" xml:"RecoveryMode"`
- AbnormalType string `json:"AbnormalType" xml:"AbnormalType"`
- DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"`
- DatabaseName string `json:"DatabaseName" xml:"DatabaseName"`
- SecurityIPList string `json:"SecurityIPList" xml:"SecurityIPList"`
- DetailInfo string `json:"DetailInfo" xml:"DetailInfo"`
- Schema string `json:"Schema" xml:"Schema"`
- ReadWriteType string `json:"ReadWriteType" xml:"ReadWriteType"`
- HasInternetIP bool `json:"HasInternetIP" xml:"HasInternetIP"`
- DestinationInstanceId string `json:"DestinationInstanceId" xml:"DestinationInstanceId"`
- FinishTime string `json:"FinishTime" xml:"FinishTime"`
- OccurTime string `json:"OccurTime" xml:"OccurTime"`
- Progress string `json:"Progress" xml:"Progress"`
- InstanceIdB string `json:"InstanceIdB" xml:"InstanceIdB"`
- CurrentStep string `json:"CurrentStep" xml:"CurrentStep"`
- SourceInstanceId string `json:"SourceInstanceId" xml:"SourceInstanceId"`
- InconsistentType string `json:"InconsistentType" xml:"InconsistentType"`
- ConfictKey string `json:"ConfictKey" xml:"ConfictKey"`
- KeyType string `json:"KeyType" xml:"KeyType"`
- Status string `json:"Status" xml:"Status"`
- ReplicaId string `json:"ReplicaId" xml:"ReplicaId"`
- Accounts []AccountsItem `json:"Accounts" xml:"Accounts"`
- }
|