huawei_cloud_api_definitions_DRIS/
lib.rs

1#[cfg(feature = "AddForwardingConfigs")]
2pub mod AddForwardingConfigs;
3#[cfg(feature = "BatchShowEdgeApps")]
4pub mod BatchShowEdgeApps;
5#[cfg(feature = "BatchShowEdgeAppVersions")]
6pub mod BatchShowEdgeAppVersions;
7#[cfg(feature = "BatchShowIpcs")]
8pub mod BatchShowIpcs;
9#[cfg(feature = "BatchShowRadars")]
10pub mod BatchShowRadars;
11#[cfg(feature = "BatchShowRsus")]
12pub mod BatchShowRsus;
13#[cfg(feature = "BatchShowTrafficControllers")]
14pub mod BatchShowTrafficControllers;
15#[cfg(feature = "BatchShowTrafficEvents")]
16pub mod BatchShowTrafficEvents;
17#[cfg(feature = "BatchShowVehicles")]
18pub mod BatchShowVehicles;
19#[cfg(feature = "CreateDataChannel")]
20pub mod CreateDataChannel;
21#[cfg(feature = "CreateEdgeApp")]
22pub mod CreateEdgeApp;
23#[cfg(feature = "CreateEdgeApplicationVersion")]
24pub mod CreateEdgeApplicationVersion;
25#[cfg(feature = "CreateRsu")]
26pub mod CreateRsu;
27#[cfg(feature = "CreateRsuModel")]
28pub mod CreateRsuModel;
29#[cfg(feature = "CreateTrafficController")]
30pub mod CreateTrafficController;
31#[cfg(feature = "CreateTrafficEvent")]
32pub mod CreateTrafficEvent;
33#[cfg(feature = "CreateV2xEdge")]
34pub mod CreateV2xEdge;
35#[cfg(feature = "CreateV2xEdgeApp")]
36pub mod CreateV2xEdgeApp;
37#[cfg(feature = "CreateVehicle")]
38pub mod CreateVehicle;
39#[cfg(feature = "DeleteDataChannel")]
40pub mod DeleteDataChannel;
41#[cfg(feature = "DeleteEdgeApp")]
42pub mod DeleteEdgeApp;
43#[cfg(feature = "DeleteEdgeApplicationVersion")]
44pub mod DeleteEdgeApplicationVersion;
45#[cfg(feature = "DeleteForwardingConfig")]
46pub mod DeleteForwardingConfig;
47#[cfg(feature = "DeleteRsu")]
48pub mod DeleteRsu;
49#[cfg(feature = "DeleteRsuModel")]
50pub mod DeleteRsuModel;
51#[cfg(feature = "DeleteTrafficController")]
52pub mod DeleteTrafficController;
53#[cfg(feature = "DeleteTrafficEvent")]
54pub mod DeleteTrafficEvent;
55#[cfg(feature = "DeleteV2XEdgeAppByEdgeAppId")]
56pub mod DeleteV2XEdgeAppByEdgeAppId;
57#[cfg(feature = "DeleteV2XEdgeByV2xEdgeId")]
58pub mod DeleteV2XEdgeByV2xEdgeId;
59#[cfg(feature = "DeleteVehicle")]
60pub mod DeleteVehicle;
61#[cfg(feature = "ListEdgeFlows")]
62pub mod ListEdgeFlows;
63#[cfg(feature = "ListRsuModels")]
64pub mod ListRsuModels;
65#[cfg(feature = "ListV2xEdgeApp")]
66pub mod ListV2xEdgeApp;
67#[cfg(feature = "ListV2xEdges")]
68pub mod ListV2xEdges;
69#[cfg(feature = "SendImmediateEvent")]
70pub mod SendImmediateEvent;
71#[cfg(feature = "ShowDataChannel")]
72pub mod ShowDataChannel;
73#[cfg(feature = "ShowDeploymentCode")]
74pub mod ShowDeploymentCode;
75#[cfg(feature = "ShowEdgeApplicationVersion")]
76pub mod ShowEdgeApplicationVersion;
77#[cfg(feature = "ShowForwardingConfig")]
78pub mod ShowForwardingConfig;
79#[cfg(feature = "ShowForwardingConfigs")]
80pub mod ShowForwardingConfigs;
81#[cfg(feature = "ShowHistoryTrafficEvents")]
82pub mod ShowHistoryTrafficEvents;
83#[cfg(feature = "ShowIpc")]
84pub mod ShowIpc;
85#[cfg(feature = "ShowRsuModel")]
86pub mod ShowRsuModel;
87#[cfg(feature = "ShowTrafficEvent")]
88pub mod ShowTrafficEvent;
89#[cfg(feature = "ShowV2XEdgeAppDetailByEdgeAppId")]
90pub mod ShowV2XEdgeAppDetailByEdgeAppId;
91#[cfg(feature = "ShowV2xEdgeDetail")]
92pub mod ShowV2xEdgeDetail;
93#[cfg(feature = "UpdateDataChannel")]
94pub mod UpdateDataChannel;
95#[cfg(feature = "UpdateEdgeApp")]
96pub mod UpdateEdgeApp;
97#[cfg(feature = "UpdateEdgeApplicationVersion")]
98pub mod UpdateEdgeApplicationVersion;
99#[cfg(feature = "UpdateEdgeApplicationVersionState")]
100pub mod UpdateEdgeApplicationVersionState;
101#[cfg(feature = "UpdateForwardingConfig")]
102pub mod UpdateForwardingConfig;
103#[cfg(feature = "UpdateRsu")]
104pub mod UpdateRsu;
105#[cfg(feature = "UpdateRsuModel")]
106pub mod UpdateRsuModel;
107#[cfg(feature = "UpdateTrafficController")]
108pub mod UpdateTrafficController;
109#[cfg(feature = "UpdateTrafficEvent")]
110pub mod UpdateTrafficEvent;
111#[cfg(feature = "UpdateV2xEdge")]
112pub mod UpdateV2xEdge;
113#[cfg(feature = "UpdateV2xEdgeApp")]
114pub mod UpdateV2xEdgeApp;
115#[cfg(feature = "UpdateVehicle")]
116pub mod UpdateVehicle;