huawei_cloud_api_definitions_GaussDBforopenGauss/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
#[cfg(feature = "AddInstanceTags")]
pub mod AddInstanceTags;
#[cfg(feature = "AllowDbPrivileges")]
pub mod AllowDbPrivileges;
#[cfg(feature = "AttachEip")]
pub mod AttachEip;
#[cfg(feature = "ConfirmRestoredData")]
pub mod ConfirmRestoredData;
#[cfg(feature = "CopyConfiguration")]
pub mod CopyConfiguration;
#[cfg(feature = "CreateConfigurationTemplate")]
pub mod CreateConfigurationTemplate;
#[cfg(feature = "CreateDatabase")]
pub mod CreateDatabase;
#[cfg(feature = "CreateDatabaseSchemas")]
pub mod CreateDatabaseSchemas;
#[cfg(feature = "CreateDbInstance")]
pub mod CreateDbInstance;
#[cfg(feature = "CreateDbUser")]
pub mod CreateDbUser;
#[cfg(feature = "CreateGaussDbInstance")]
pub mod CreateGaussDbInstance;
#[cfg(feature = "CreateInstance")]
pub mod CreateInstance;
#[cfg(feature = "CreateLimitTask")]
pub mod CreateLimitTask;
#[cfg(feature = "CreateManualBackup")]
pub mod CreateManualBackup;
#[cfg(feature = "CreateRestoreInstance")]
pub mod CreateRestoreInstance;
#[cfg(feature = "CreateSlowLogDownload")]
pub mod CreateSlowLogDownload;
#[cfg(feature = "DeleteConfiguration")]
pub mod DeleteConfiguration;
#[cfg(feature = "DeleteDatabase")]
pub mod DeleteDatabase;
#[cfg(feature = "DeleteInstance")]
pub mod DeleteInstance;
#[cfg(feature = "DeleteInstanceTag")]
pub mod DeleteInstanceTag;
#[cfg(feature = "DeleteJob")]
pub mod DeleteJob;
#[cfg(feature = "DeleteLimitTask")]
pub mod DeleteLimitTask;
#[cfg(feature = "DeleteManualBackup")]
pub mod DeleteManualBackup;
#[cfg(feature = "DownloadBackup")]
pub mod DownloadBackup;
#[cfg(feature = "InstallKernelPlugin")]
pub mod InstallKernelPlugin;
#[cfg(feature = "ListApplicableInstances")]
pub mod ListApplicableInstances;
#[cfg(feature = "ListAppliedHistories")]
pub mod ListAppliedHistories;
#[cfg(feature = "ListAvailableFlavors")]
pub mod ListAvailableFlavors;
#[cfg(feature = "ListBackups")]
pub mod ListBackups;
#[cfg(feature = "ListBindedEips")]
pub mod ListBindedEips;
#[cfg(feature = "ListCnInfosBeforeReduce")]
pub mod ListCnInfosBeforeReduce;
#[cfg(feature = "ListComponentInfos")]
pub mod ListComponentInfos;
#[cfg(feature = "ListConfigurations")]
pub mod ListConfigurations;
#[cfg(feature = "ListConfigurationsDiff")]
pub mod ListConfigurationsDiff;
#[cfg(feature = "ListDatabases")]
pub mod ListDatabases;
#[cfg(feature = "ListDatabaseSchemas")]
pub mod ListDatabaseSchemas;
#[cfg(feature = "ListDatastores")]
pub mod ListDatastores;
#[cfg(feature = "ListDbBackups")]
pub mod ListDbBackups;
#[cfg(feature = "ListDbFlavors")]
pub mod ListDbFlavors;
#[cfg(feature = "ListDbUsers")]
pub mod ListDbUsers;
#[cfg(feature = "ListEpsQuotas")]
pub mod ListEpsQuotas;
#[cfg(feature = "ListFlavors")]
pub mod ListFlavors;
#[cfg(feature = "ListGaussDbDatastores")]
pub mod ListGaussDbDatastores;
#[cfg(feature = "ListHistoryOperations")]
pub mod ListHistoryOperations;
#[cfg(feature = "ListInstanceDetails")]
pub mod ListInstanceDetails;
#[cfg(feature = "ListInstanceErrorLogs")]
pub mod ListInstanceErrorLogs;
#[cfg(feature = "ListInstances")]
pub mod ListInstances;
#[cfg(feature = "ListInstancesDetails")]
pub mod ListInstancesDetails;
#[cfg(feature = "ListInstanceTags")]
pub mod ListInstanceTags;
#[cfg(feature = "ListKernelPlugins")]
pub mod ListKernelPlugins;
#[cfg(feature = "ListLimitTask")]
pub mod ListLimitTask;
#[cfg(feature = "ListNodeLimitSqlModel")]
pub mod ListNodeLimitSqlModel;
#[cfg(feature = "ListParamGroupTemplates")]
pub mod ListParamGroupTemplates;
#[cfg(feature = "ListPluginExtensions")]
pub mod ListPluginExtensions;
#[cfg(feature = "ListPredefinedTags")]
pub mod ListPredefinedTags;
#[cfg(feature = "ListProjectTags")]
pub mod ListProjectTags;
#[cfg(feature = "ListRecycleInstances")]
pub mod ListRecycleInstances;
#[cfg(feature = "ListRestorableInstances")]
pub mod ListRestorableInstances;
#[cfg(feature = "ListRestoreTimes")]
pub mod ListRestoreTimes;
#[cfg(feature = "ListStorageTypes")]
pub mod ListStorageTypes;
#[cfg(feature = "ListSupportKernelPlugins")]
pub mod ListSupportKernelPlugins;
#[cfg(feature = "ListTasks")]
pub mod ListTasks;
#[cfg(feature = "ListTopIoTraffics")]
pub mod ListTopIoTraffics;
#[cfg(feature = "ModifyEpsQuota")]
pub mod ModifyEpsQuota;
#[cfg(feature = "ResetConfiguration")]
pub mod ResetConfiguration;
#[cfg(feature = "ResetPwd")]
pub mod ResetPwd;
#[cfg(feature = "ResizeInstanceFlavor")]
pub mod ResizeInstanceFlavor;
#[cfg(feature = "RestartInstance")]
pub mod RestartInstance;
#[cfg(feature = "RestoreInstance")]
pub mod RestoreInstance;
#[cfg(feature = "ResumePluginExtensions")]
pub mod ResumePluginExtensions;
#[cfg(feature = "RunInstanceAction")]
pub mod RunInstanceAction;
#[cfg(feature = "SearchAutoEnlargePolicy")]
pub mod SearchAutoEnlargePolicy;
#[cfg(feature = "SetBackupPolicy")]
pub mod SetBackupPolicy;
#[cfg(feature = "SetDbUserPwd")]
pub mod SetDbUserPwd;
#[cfg(feature = "SetKernelPluginLicense")]
pub mod SetKernelPluginLicense;
#[cfg(feature = "SetNewBackupPolicy")]
pub mod SetNewBackupPolicy;
#[cfg(feature = "SetRecyclePolicy")]
pub mod SetRecyclePolicy;
#[cfg(feature = "ShowBackupPolicy")]
pub mod ShowBackupPolicy;
#[cfg(feature = "ShowBalanceStatus")]
pub mod ShowBalanceStatus;
#[cfg(feature = "ShowBatchUpgradeCandidateVersions")]
pub mod ShowBatchUpgradeCandidateVersions;
#[cfg(feature = "ShowConfigurationDetail")]
pub mod ShowConfigurationDetail;
#[cfg(feature = "ShowDeploymentForm")]
pub mod ShowDeploymentForm;
#[cfg(feature = "ShowErrorLogSwitchStatus")]
pub mod ShowErrorLogSwitchStatus;
#[cfg(feature = "ShowInstanceConfiguration")]
pub mod ShowInstanceConfiguration;
#[cfg(feature = "ShowInstanceDisk")]
pub mod ShowInstanceDisk;
#[cfg(feature = "ShowInstanceParamGroup")]
pub mod ShowInstanceParamGroup;
#[cfg(feature = "ShowInstanceSnapshot")]
pub mod ShowInstanceSnapshot;
#[cfg(feature = "ShowJobDetail")]
pub mod ShowJobDetail;
#[cfg(feature = "ShowLimitTask")]
pub mod ShowLimitTask;
#[cfg(feature = "ShowProjectQuotas")]
pub mod ShowProjectQuotas;
#[cfg(feature = "ShowRecyclePolicy")]
pub mod ShowRecyclePolicy;
#[cfg(feature = "ShowSlowLogDownload")]
pub mod ShowSlowLogDownload;
#[cfg(feature = "ShowSslCertDownloadLink")]
pub mod ShowSslCertDownloadLink;
#[cfg(feature = "ShowUpgradeCandidateVersions")]
pub mod ShowUpgradeCandidateVersions;
#[cfg(feature = "StartInstance")]
pub mod StartInstance;
#[cfg(feature = "StartMysqlCompatibility")]
pub mod StartMysqlCompatibility;
#[cfg(feature = "StopBackup")]
pub mod StopBackup;
#[cfg(feature = "StopInstance")]
pub mod StopInstance;
#[cfg(feature = "SwitchConfiguration")]
pub mod SwitchConfiguration;
#[cfg(feature = "SwitchShard")]
pub mod SwitchShard;