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