huawei_cloud_api_definitions_ER/
lib.rs

1#[cfg(feature = "AcceptAttachment")]
2pub mod AcceptAttachment;
3#[cfg(feature = "AssociateRouteTable")]
4pub mod AssociateRouteTable;
5#[cfg(feature = "BatchCreateResourceTags")]
6pub mod BatchCreateResourceTags;
7#[cfg(feature = "ChangeAssociationRoutePolicy")]
8pub mod ChangeAssociationRoutePolicy;
9#[cfg(feature = "ChangeAvailabilityZone")]
10pub mod ChangeAvailabilityZone;
11#[cfg(feature = "CreateEnterpriseRouter")]
12pub mod CreateEnterpriseRouter;
13#[cfg(feature = "CreateFlowLog")]
14pub mod CreateFlowLog;
15#[cfg(feature = "CreateResourceTag")]
16pub mod CreateResourceTag;
17#[cfg(feature = "CreateRouteTable")]
18pub mod CreateRouteTable;
19#[cfg(feature = "CreateStaticRoute")]
20pub mod CreateStaticRoute;
21#[cfg(feature = "CreateVpcAttachment")]
22pub mod CreateVpcAttachment;
23#[cfg(feature = "DeleteEnterpriseRouter")]
24pub mod DeleteEnterpriseRouter;
25#[cfg(feature = "DeleteFlowLog")]
26pub mod DeleteFlowLog;
27#[cfg(feature = "DeleteResourceTag")]
28pub mod DeleteResourceTag;
29#[cfg(feature = "DeleteRouteTable")]
30pub mod DeleteRouteTable;
31#[cfg(feature = "DeleteStaticRoute")]
32pub mod DeleteStaticRoute;
33#[cfg(feature = "DeleteVpcAttachment")]
34pub mod DeleteVpcAttachment;
35#[cfg(feature = "DisableFlowLog")]
36pub mod DisableFlowLog;
37#[cfg(feature = "DisablePropagation")]
38pub mod DisablePropagation;
39#[cfg(feature = "DisassociateRouteTable")]
40pub mod DisassociateRouteTable;
41#[cfg(feature = "EnableFlowLog")]
42pub mod EnableFlowLog;
43#[cfg(feature = "EnablePropagation")]
44pub mod EnablePropagation;
45#[cfg(feature = "ListAssociations")]
46pub mod ListAssociations;
47#[cfg(feature = "ListAttachments")]
48pub mod ListAttachments;
49#[cfg(feature = "ListAvailabilityZone")]
50pub mod ListAvailabilityZone;
51#[cfg(feature = "ListEffectiveRoutes")]
52pub mod ListEffectiveRoutes;
53#[cfg(feature = "ListEnterpriseRouters")]
54pub mod ListEnterpriseRouters;
55#[cfg(feature = "ListFlowLogs")]
56pub mod ListFlowLogs;
57#[cfg(feature = "ListProjectTags")]
58pub mod ListProjectTags;
59#[cfg(feature = "ListPropagations")]
60pub mod ListPropagations;
61#[cfg(feature = "ListRouteTables")]
62pub mod ListRouteTables;
63#[cfg(feature = "ListStaticRoutes")]
64pub mod ListStaticRoutes;
65#[cfg(feature = "ListVpcAttachments")]
66pub mod ListVpcAttachments;
67#[cfg(feature = "RejectAttachment")]
68pub mod RejectAttachment;
69#[cfg(feature = "ShowAttachment")]
70pub mod ShowAttachment;
71#[cfg(feature = "ShowEnterpriseRouter")]
72pub mod ShowEnterpriseRouter;
73#[cfg(feature = "ShowFlowLog")]
74pub mod ShowFlowLog;
75#[cfg(feature = "ShowQuotas")]
76pub mod ShowQuotas;
77#[cfg(feature = "ShowResourceTag")]
78pub mod ShowResourceTag;
79#[cfg(feature = "ShowRouteTable")]
80pub mod ShowRouteTable;
81#[cfg(feature = "ShowStaticRoute")]
82pub mod ShowStaticRoute;
83#[cfg(feature = "ShowVpcAttachment")]
84pub mod ShowVpcAttachment;
85#[cfg(feature = "UpdateAttachment")]
86pub mod UpdateAttachment;
87#[cfg(feature = "UpdateEnterpriseRouter")]
88pub mod UpdateEnterpriseRouter;
89#[cfg(feature = "UpdateFlowLog")]
90pub mod UpdateFlowLog;
91#[cfg(feature = "UpdatePropagationRoutePolicy")]
92pub mod UpdatePropagationRoutePolicy;
93#[cfg(feature = "UpdateRouteTable")]
94pub mod UpdateRouteTable;
95#[cfg(feature = "UpdateStaticRoute")]
96pub mod UpdateStaticRoute;
97#[cfg(feature = "UpdateVpcAttachment")]
98pub mod UpdateVpcAttachment;