huawei_cloud_api_definitions_GSL/
lib.rs

1#[cfg(feature = "AddNetworkSwitchPolicy")]
2pub mod AddNetworkSwitchPolicy;
3#[cfg(feature = "BatchSetAttributes")]
4pub mod BatchSetAttributes;
5#[cfg(feature = "BatchSetTags")]
6pub mod BatchSetTags;
7#[cfg(feature = "CreateAttribute")]
8pub mod CreateAttribute;
9#[cfg(feature = "CreateTag")]
10pub mod CreateTag;
11#[cfg(feature = "DeleteRealName")]
12pub mod DeleteRealName;
13#[cfg(feature = "DeleteTag")]
14pub mod DeleteTag;
15#[cfg(feature = "DisableAttribute")]
16pub mod DisableAttribute;
17#[cfg(feature = "EnableAttribute")]
18pub mod EnableAttribute;
19#[cfg(feature = "EnableSimCard")]
20pub mod EnableSimCard;
21#[cfg(feature = "ListAttributes")]
22pub mod ListAttributes;
23#[cfg(feature = "ListBackPoolMembers")]
24pub mod ListBackPoolMembers;
25#[cfg(feature = "ListBackPools")]
26pub mod ListBackPools;
27#[cfg(feature = "ListFlowBySimCards")]
28pub mod ListFlowBySimCards;
29#[cfg(feature = "ListNetworkSwitchPolicies")]
30pub mod ListNetworkSwitchPolicies;
31#[cfg(feature = "ListProPricePlans")]
32pub mod ListProPricePlans;
33#[cfg(feature = "ListSimCardFlowPerDay")]
34pub mod ListSimCardFlowPerDay;
35#[cfg(feature = "ListSimCards")]
36pub mod ListSimCards;
37#[cfg(feature = "ListSimDeviceMultiply")]
38pub mod ListSimDeviceMultiply;
39#[cfg(feature = "ListSimPoolMembers")]
40pub mod ListSimPoolMembers;
41#[cfg(feature = "ListSimPools")]
42pub mod ListSimPools;
43#[cfg(feature = "ListSimPricePlans")]
44pub mod ListSimPricePlans;
45#[cfg(feature = "ListSmsDetails")]
46pub mod ListSmsDetails;
47#[cfg(feature = "ListTags")]
48pub mod ListTags;
49#[cfg(feature = "ListWorkOrderDetails")]
50pub mod ListWorkOrderDetails;
51#[cfg(feature = "ListWorkOrders")]
52pub mod ListWorkOrders;
53#[cfg(feature = "RegisterImei")]
54pub mod RegisterImei;
55#[cfg(feature = "ResetSimCard")]
56pub mod ResetSimCard;
57#[cfg(feature = "SendSms")]
58pub mod SendSms;
59#[cfg(feature = "SetExceedCutNet")]
60pub mod SetExceedCutNet;
61#[cfg(feature = "SetNetworkSwitchPolicy")]
62pub mod SetNetworkSwitchPolicy;
63#[cfg(feature = "SetSpeedValue")]
64pub mod SetSpeedValue;
65#[cfg(feature = "ShowMonthUsages")]
66pub mod ShowMonthUsages;
67#[cfg(feature = "ShowRealNamed")]
68pub mod ShowRealNamed;
69#[cfg(feature = "ShowSimCard")]
70pub mod ShowSimCard;
71#[cfg(feature = "StartStopNet")]
72pub mod StartStopNet;
73#[cfg(feature = "StopSimCard")]
74pub mod StopSimCard;
75#[cfg(feature = "SwitchNetwork")]
76pub mod SwitchNetwork;
77#[cfg(feature = "UpdateAttribute")]
78pub mod UpdateAttribute;