1package r_kvstore
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Items is a nested struct in r_kvstore response
19type Items struct {
20	Region                string  `json:"Region" xml:"Region"`
21	Count                 int     `json:"Count" xml:"Count"`
22	DBInstanceDescription string  `json:"DBInstanceDescription" xml:"DBInstanceDescription"`
23	Engine                string  `json:"Engine" xml:"Engine"`
24	ReadWriteType         string  `json:"ReadWriteType" xml:"ReadWriteType"`
25	DomainMode            string  `json:"DomainMode" xml:"DomainMode"`
26	ReplicaStatus         string  `json:"ReplicaStatus" xml:"ReplicaStatus"`
27	ReplicaMode           string  `json:"ReplicaMode" xml:"ReplicaMode"`
28	DBInstanceStatus      string  `json:"DBInstanceStatus" xml:"DBInstanceStatus"`
29	RegionId              string  `json:"RegionId" xml:"RegionId"`
30	Role                  string  `json:"Role" xml:"Role"`
31	InstanceNetworkType   string  `json:"InstanceNetworkType" xml:"InstanceNetworkType"`
32	ReplicaDescription    string  `json:"ReplicaDescription" xml:"ReplicaDescription"`
33	DBInstanceId          string  `json:"DBInstanceId" xml:"DBInstanceId"`
34	TaskType              string  `json:"TaskType" xml:"TaskType"`
35	ReplicaId             string  `json:"ReplicaId" xml:"ReplicaId"`
36	DBInstances           []Items `json:"DBInstances" xml:"DBInstances"`
37}
38