huawei_cloud_api_definitions_DeH/
lib.rs

1#[cfg(feature = "BatchCreateDedicatedHostTags")]
2pub mod BatchCreateDedicatedHostTags;
3#[cfg(feature = "BatchDeleteDedicatedHostTags")]
4pub mod BatchDeleteDedicatedHostTags;
5#[cfg(feature = "ListDedicatedHosts")]
6pub mod ListDedicatedHosts;
7#[cfg(feature = "ListDedicatedHostsByTags")]
8pub mod ListDedicatedHostsByTags;
9#[cfg(feature = "ListDedicatedHostTags")]
10pub mod ListDedicatedHostTags;
11#[cfg(feature = "ListDedicatedHostTypes")]
12pub mod ListDedicatedHostTypes;
13#[cfg(feature = "ListDehVersions")]
14pub mod ListDehVersions;
15#[cfg(feature = "ListServersDedicatedHost")]
16pub mod ListServersDedicatedHost;
17#[cfg(feature = "ShowDedicatedHost")]
18pub mod ShowDedicatedHost;
19#[cfg(feature = "ShowDedicatedHostTags")]
20pub mod ShowDedicatedHostTags;
21#[cfg(feature = "ShowDehVersion")]
22pub mod ShowDehVersion;
23#[cfg(feature = "ShowQuotaSets")]
24pub mod ShowQuotaSets;
25#[cfg(feature = "UpdateDedicatedHost")]
26pub mod UpdateDedicatedHost;