Skip to main content

huawei_cloud_api_definitions_CPCS/
lib.rs

1#[cfg(feature = "AddClusterPort")]
2pub mod AddClusterPort;
3#[cfg(feature = "AssociateApps")]
4pub mod AssociateApps;
5#[cfg(feature = "AuthorizeAccessKeys")]
6pub mod AuthorizeAccessKeys;
7#[cfg(feature = "BatchDisableAccessKeys")]
8pub mod BatchDisableAccessKeys;
9#[cfg(feature = "BatchEnableAccessKeys")]
10pub mod BatchEnableAccessKeys;
11#[cfg(feature = "CancelAuthorizeAccessKeys")]
12pub mod CancelAuthorizeAccessKeys;
13#[cfg(feature = "CheckClusterPort")]
14pub mod CheckClusterPort;
15#[cfg(feature = "CreateApp")]
16pub mod CreateApp;
17#[cfg(feature = "CreateAppAccessKey")]
18pub mod CreateAppAccessKey;
19#[cfg(feature = "CreateCluster")]
20pub mod CreateCluster;
21#[cfg(feature = "DeleteAccessKey")]
22pub mod DeleteAccessKey;
23#[cfg(feature = "DeleteApp")]
24pub mod DeleteApp;
25#[cfg(feature = "DeleteCcspCluster")]
26pub mod DeleteCcspCluster;
27#[cfg(feature = "DeleteClusterPort")]
28pub mod DeleteClusterPort;
29#[cfg(feature = "DisableCcspInstance")]
30pub mod DisableCcspInstance;
31#[cfg(feature = "DisassociateApps")]
32pub mod DisassociateApps;
33#[cfg(feature = "EnableCcspInstance")]
34pub mod EnableCcspInstance;
35#[cfg(feature = "ListCcspTenantImages")]
36pub mod ListCcspTenantImages;
37#[cfg(feature = "ListClusterPort")]
38pub mod ListClusterPort;
39#[cfg(feature = "ShowAccessKey")]
40pub mod ShowAccessKey;
41#[cfg(feature = "ShowAppAccessKeyList")]
42pub mod ShowAppAccessKeyList;
43#[cfg(feature = "ShowAppList")]
44pub mod ShowAppList;
45#[cfg(feature = "ShowAssociationList")]
46pub mod ShowAssociationList;
47#[cfg(feature = "ShowAuditLog")]
48pub mod ShowAuditLog;
49#[cfg(feature = "ShowAvailableAz")]
50pub mod ShowAvailableAz;
51#[cfg(feature = "ShowCcspCluster")]
52pub mod ShowCcspCluster;
53#[cfg(feature = "ShowCcspClusterList")]
54pub mod ShowCcspClusterList;
55#[cfg(feature = "ShowCcspInstanceInfo")]
56pub mod ShowCcspInstanceInfo;
57#[cfg(feature = "ShowClusterAccessKeyList")]
58pub mod ShowClusterAccessKeyList;
59#[cfg(feature = "ShowClusterUri")]
60pub mod ShowClusterUri;
61#[cfg(feature = "ShowResourceDetailAccessKey")]
62pub mod ShowResourceDetailAccessKey;
63#[cfg(feature = "ShowResourceDetailCertificate")]
64pub mod ShowResourceDetailCertificate;
65#[cfg(feature = "ShowResourceInfo")]
66pub mod ShowResourceInfo;
67#[cfg(feature = "ShowStatisticCertificate")]
68pub mod ShowStatisticCertificate;
69#[cfg(feature = "ShowStatisticInterface")]
70pub mod ShowStatisticInterface;
71#[cfg(feature = "ShowStatisticResource")]
72pub mod ShowStatisticResource;
73#[cfg(feature = "ShowStatisticSecretKey")]
74pub mod ShowStatisticSecretKey;
75#[cfg(feature = "ShowStatusApp")]
76pub mod ShowStatusApp;
77#[cfg(feature = "ShowStatusCluster")]
78pub mod ShowStatusCluster;
79#[cfg(feature = "ShowStatusInstance")]
80pub mod ShowStatusInstance;
81#[cfg(feature = "ShowStatusService")]
82pub mod ShowStatusService;
83#[cfg(feature = "ShowVmMonitor")]
84pub mod ShowVmMonitor;
85#[cfg(feature = "SwitchCpcsToken")]
86pub mod SwitchCpcsToken;