huawei_cloud_api_definitions_MAS/
lib.rs

1#[cfg(feature = "BatchSwitchMonitor")]
2pub mod BatchSwitchMonitor;
3#[cfg(feature = "CreateApplication")]
4pub mod CreateApplication;
5#[cfg(feature = "CreateDataSource")]
6pub mod CreateDataSource;
7#[cfg(feature = "CreateDataSyncTask")]
8pub mod CreateDataSyncTask;
9#[cfg(feature = "CreateDbConnectionPool")]
10pub mod CreateDbConnectionPool;
11#[cfg(feature = "CreateInstance")]
12pub mod CreateInstance;
13#[cfg(feature = "CreateMonitor")]
14pub mod CreateMonitor;
15#[cfg(feature = "CreateNamespace")]
16pub mod CreateNamespace;
17#[cfg(feature = "DeleteApplications")]
18pub mod DeleteApplications;
19#[cfg(feature = "DeleteAppSwitchJopNote")]
20pub mod DeleteAppSwitchJopNote;
21#[cfg(feature = "DeleteDataSource")]
22pub mod DeleteDataSource;
23#[cfg(feature = "DeleteDataSyncTask")]
24pub mod DeleteDataSyncTask;
25#[cfg(feature = "DeleteGlobalConf")]
26pub mod DeleteGlobalConf;
27#[cfg(feature = "DeleteInstance")]
28pub mod DeleteInstance;
29#[cfg(feature = "DeleteModule")]
30pub mod DeleteModule;
31#[cfg(feature = "DeleteSecret")]
32pub mod DeleteSecret;
33#[cfg(feature = "DeployInstance")]
34pub mod DeployInstance;
35#[cfg(feature = "DownloadEtcdCert")]
36pub mod DownloadEtcdCert;
37#[cfg(feature = "EnableActivateModule")]
38pub mod EnableActivateModule;
39#[cfg(feature = "ListApplications")]
40pub mod ListApplications;
41#[cfg(feature = "ListBatchSwitchDetail")]
42pub mod ListBatchSwitchDetail;
43#[cfg(feature = "ListInstances")]
44pub mod ListInstances;
45#[cfg(feature = "ListMonitors")]
46pub mod ListMonitors;
47#[cfg(feature = "ListSwitchJobs")]
48pub mod ListSwitchJobs;
49#[cfg(feature = "ResetDcMonitor")]
50pub mod ResetDcMonitor;
51#[cfg(feature = "SetGlobalConf")]
52pub mod SetGlobalConf;
53#[cfg(feature = "SetMonitorGlobalConfig")]
54pub mod SetMonitorGlobalConfig;
55#[cfg(feature = "SetSecret")]
56pub mod SetSecret;
57#[cfg(feature = "ShowDataSource")]
58pub mod ShowDataSource;
59#[cfg(feature = "ShowDataSources")]
60pub mod ShowDataSources;
61#[cfg(feature = "ShowDataSyncTask")]
62pub mod ShowDataSyncTask;
63#[cfg(feature = "ShowDataSyncTasks")]
64pub mod ShowDataSyncTasks;
65#[cfg(feature = "ShowDbConnectionPool")]
66pub mod ShowDbConnectionPool;
67#[cfg(feature = "ShowDcMonitor")]
68pub mod ShowDcMonitor;
69#[cfg(feature = "ShowGlobalConf")]
70pub mod ShowGlobalConf;
71#[cfg(feature = "ShowInstance")]
72pub mod ShowInstance;
73#[cfg(feature = "ShowModule")]
74pub mod ShowModule;
75#[cfg(feature = "ShowMonitor")]
76pub mod ShowMonitor;
77#[cfg(feature = "ShowMonitorGlobalConfig")]
78pub mod ShowMonitorGlobalConfig;
79#[cfg(feature = "ShowNameSpaceList")]
80pub mod ShowNameSpaceList;
81#[cfg(feature = "ShowNamespacesById")]
82pub mod ShowNamespacesById;
83#[cfg(feature = "ShowOverallMonitors")]
84pub mod ShowOverallMonitors;
85#[cfg(feature = "ShowSecret")]
86pub mod ShowSecret;
87#[cfg(feature = "ShowStatisticalData")]
88pub mod ShowStatisticalData;
89#[cfg(feature = "SwitchMonitor")]
90pub mod SwitchMonitor;
91#[cfg(feature = "SwitchoverDataSyncTask")]
92pub mod SwitchoverDataSyncTask;
93#[cfg(feature = "UpdateDataSource")]
94pub mod UpdateDataSource;
95#[cfg(feature = "UpdateDbConnectionPool")]
96pub mod UpdateDbConnectionPool;
97#[cfg(feature = "UpdateGlobalConf")]
98pub mod UpdateGlobalConf;
99#[cfg(feature = "UpdateInstance")]
100pub mod UpdateInstance;
101#[cfg(feature = "UpdateModule")]
102pub mod UpdateModule;
103#[cfg(feature = "UpdateMonitor")]
104pub mod UpdateMonitor;
105#[cfg(feature = "UpdateNameSpace")]
106pub mod UpdateNameSpace;