huawei_cloud_api_definitions_CDM/
lib.rs

1#[cfg(feature = "CreateAndStartRandomClusterJob")]
2pub mod CreateAndStartRandomClusterJob;
3#[cfg(feature = "CreateCluster")]
4pub mod CreateCluster;
5#[cfg(feature = "CreateJob")]
6pub mod CreateJob;
7#[cfg(feature = "CreateLink")]
8pub mod CreateLink;
9#[cfg(feature = "DeleteCluster")]
10pub mod DeleteCluster;
11#[cfg(feature = "DeleteJob")]
12pub mod DeleteJob;
13#[cfg(feature = "DeleteLink")]
14pub mod DeleteLink;
15#[cfg(feature = "ListClusters")]
16pub mod ListClusters;
17#[cfg(feature = "ModifyCluster")]
18pub mod ModifyCluster;
19#[cfg(feature = "RestartCluster")]
20pub mod RestartCluster;
21#[cfg(feature = "ShowAvailabilityZones")]
22pub mod ShowAvailabilityZones;
23#[cfg(feature = "ShowClusterDetail")]
24pub mod ShowClusterDetail;
25#[cfg(feature = "ShowClusterEnterpriseProjects")]
26pub mod ShowClusterEnterpriseProjects;
27#[cfg(feature = "ShowDatastores")]
28pub mod ShowDatastores;
29#[cfg(feature = "ShowEnterpriseProjects")]
30pub mod ShowEnterpriseProjects;
31#[cfg(feature = "ShowFlavorDetail")]
32pub mod ShowFlavorDetail;
33#[cfg(feature = "ShowFlavors")]
34pub mod ShowFlavors;
35#[cfg(feature = "ShowInstanceDetail")]
36pub mod ShowInstanceDetail;
37#[cfg(feature = "ShowJobs")]
38pub mod ShowJobs;
39#[cfg(feature = "ShowJobStatus")]
40pub mod ShowJobStatus;
41#[cfg(feature = "ShowLink")]
42pub mod ShowLink;
43#[cfg(feature = "ShowSubmissions")]
44pub mod ShowSubmissions;
45#[cfg(feature = "StartCluster")]
46pub mod StartCluster;
47#[cfg(feature = "StartJob")]
48pub mod StartJob;
49#[cfg(feature = "StopJob")]
50pub mod StopJob;
51#[cfg(feature = "UpdateJob")]
52pub mod UpdateJob;
53#[cfg(feature = "UpdateLink")]
54pub mod UpdateLink;