1package rds
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// Item is a nested struct in rds response
19type Item struct {
20	Engine                    string                                     `json:"Engine" xml:"Engine"`
21	ReportTime                string                                     `json:"ReportTime" xml:"ReportTime"`
22	BackupSetStatus           int                                        `json:"BackupSetStatus" xml:"BackupSetStatus"`
23	DBInstanceStatusDesc      string                                     `json:"DBInstanceStatusDesc" xml:"DBInstanceStatusDesc"`
24	BackupEnabled             string                                     `json:"BackupEnabled" xml:"BackupEnabled"`
25	CrossBackupRegion         string                                     `json:"CrossBackupRegion" xml:"CrossBackupRegion"`
26	BackupStartTime           string                                     `json:"BackupStartTime" xml:"BackupStartTime"`
27	DBInstanceId              string                                     `json:"DBInstanceId" xml:"DBInstanceId"`
28	DBInstanceStorageType     string                                     `json:"DBInstanceStorageType" xml:"DBInstanceStorageType"`
29	CrossLogBackupSize        int64                                      `json:"CrossLogBackupSize" xml:"CrossLogBackupSize"`
30	BackupEnabledTime         string                                     `json:"BackupEnabledTime" xml:"BackupEnabledTime"`
31	CrossBackupDownloadLink   string                                     `json:"CrossBackupDownloadLink" xml:"CrossBackupDownloadLink"`
32	LogEndTime                string                                     `json:"LogEndTime" xml:"LogEndTime"`
33	EngineVersion             string                                     `json:"EngineVersion" xml:"EngineVersion"`
34	LogBackupEnabled          string                                     `json:"LogBackupEnabled" xml:"LogBackupEnabled"`
35	HasBackupTableMeta        string                                     `json:"HasBackupTableMeta" xml:"HasBackupTableMeta"`
36	LogBeginTime              string                                     `json:"LogBeginTime" xml:"LogBeginTime"`
37	RetentType                int                                        `json:"RetentType" xml:"RetentType"`
38	ConsistentTime            string                                     `json:"ConsistentTime" xml:"ConsistentTime"`
39	Status                    string                                     `json:"Status" xml:"Status"`
40	RelServiceId              string                                     `json:"RelServiceId" xml:"RelServiceId"`
41	LockMode                  string                                     `json:"LockMode" xml:"LockMode"`
42	CrossBackupSetSize        int64                                      `json:"CrossBackupSetSize" xml:"CrossBackupSetSize"`
43	Category                  string                                     `json:"Category" xml:"Category"`
44	DBInstanceDescription     string                                     `json:"DBInstanceDescription" xml:"DBInstanceDescription"`
45	CrossLogBackupId          int                                        `json:"CrossLogBackupId" xml:"CrossLogBackupId"`
46	CrossDownloadLink         string                                     `json:"CrossDownloadLink" xml:"CrossDownloadLink"`
47	LogFileName               string                                     `json:"LogFileName" xml:"LogFileName"`
48	RegionId                  string                                     `json:"RegionId" xml:"RegionId"`
49	Duration                  int                                        `json:"Duration" xml:"Duration"`
50	CrossBackupId             int                                        `json:"CrossBackupId" xml:"CrossBackupId"`
51	LinkExpiredTime           string                                     `json:"LinkExpiredTime" xml:"LinkExpiredTime"`
52	BackupSetScale            int                                        `json:"BackupSetScale" xml:"BackupSetScale"`
53	AutoRenew                 string                                     `json:"AutoRenew" xml:"AutoRenew"`
54	CrossBackupSetFile        string                                     `json:"CrossBackupSetFile" xml:"CrossBackupSetFile"`
55	CrossBackupSetLocation    string                                     `json:"CrossBackupSetLocation" xml:"CrossBackupSetLocation"`
56	LogBackupEnabledTime      string                                     `json:"LogBackupEnabledTime" xml:"LogBackupEnabledTime"`
57	BackupEndTime             string                                     `json:"BackupEndTime" xml:"BackupEndTime"`
58	BackupMethod              string                                     `json:"BackupMethod" xml:"BackupMethod"`
59	RelService                string                                     `json:"RelService" xml:"RelService"`
60	BackupType                string                                     `json:"BackupType" xml:"BackupType"`
61	Retention                 int                                        `json:"Retention" xml:"Retention"`
62	DBInstanceStatus          string                                     `json:"DBInstanceStatus" xml:"DBInstanceStatus"`
63	CrossIntranetDownloadLink string                                     `json:"CrossIntranetDownloadLink" xml:"CrossIntranetDownloadLink"`
64	InstanceId                int                                        `json:"InstanceId" xml:"InstanceId"`
65	CrossBackupType           string                                     `json:"CrossBackupType" xml:"CrossBackupType"`
66	RestoreRegions            RestoreRegions                             `json:"RestoreRegions" xml:"RestoreRegions"`
67	QPSTopNItems              QPSTopNItemsInDescribeSQLLogReportList     `json:"QPSTopNItems" xml:"QPSTopNItems"`
68	LatencyTopNItems          LatencyTopNItemsInDescribeSQLLogReportList `json:"LatencyTopNItems" xml:"LatencyTopNItems"`
69}
70