huawei_cloud_api_definitions_CloudTable/
lib.rs1#[cfg(feature = "CreateCloudTableCluster")]
2pub mod CreateCloudTableCluster;
3#[cfg(feature = "CreateCluster")]
4pub mod CreateCluster;
5#[cfg(feature = "DeleteCluster")]
6pub mod DeleteCluster;
7#[cfg(feature = "EnableComponent")]
8pub mod EnableComponent;
9#[cfg(feature = "ExpandClusterComponent")]
10pub mod ExpandClusterComponent;
11#[cfg(feature = "ListClusters")]
12pub mod ListClusters;
13#[cfg(feature = "RebootCloudTableCluster")]
14pub mod RebootCloudTableCluster;
15#[cfg(feature = "ShowClusterDetail")]
16pub mod ShowClusterDetail;
17#[cfg(feature = "ShowClusterSetting")]
18pub mod ShowClusterSetting;
19#[cfg(feature = "UpdateClusterSetting")]
20pub mod UpdateClusterSetting;