1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#[cfg(feature = "BatchCreateTags")]
pub mod BatchCreateTags;
#[cfg(feature = "BatchDeleteTags")]
pub mod BatchDeleteTags;
#[cfg(feature = "BatchExportCloudPhoneData")]
pub mod BatchExportCloudPhoneData;
#[cfg(feature = "BatchImportCloudPhoneData")]
pub mod BatchImportCloudPhoneData;
#[cfg(feature = "ChangeCloudPhoneServerModel")]
pub mod ChangeCloudPhoneServerModel;
#[cfg(feature = "CreateNet2CloudPhoneServer")]
pub mod CreateNet2CloudPhoneServer;
#[cfg(feature = "DeleteShareApps")]
pub mod DeleteShareApps;
#[cfg(feature = "DeleteShareFiles")]
pub mod DeleteShareFiles;
#[cfg(feature = "ImportTraffic")]
pub mod ImportTraffic;
#[cfg(feature = "InstallApk")]
pub mod InstallApk;
#[cfg(feature = "ListCloudPhoneImages")]
pub mod ListCloudPhoneImages;
#[cfg(feature = "ListCloudPhoneModels")]
pub mod ListCloudPhoneModels;
#[cfg(feature = "ListCloudPhones")]
pub mod ListCloudPhones;
#[cfg(feature = "ListCloudPhoneServerModels")]
pub mod ListCloudPhoneServerModels;
#[cfg(feature = "ListCloudPhoneServers")]
pub mod ListCloudPhoneServers;
#[cfg(feature = "ListEncodeServers")]
pub mod ListEncodeServers;
#[cfg(feature = "ListJobs")]
pub mod ListJobs;
#[cfg(feature = "ListProjectTags")]
pub mod ListProjectTags;
#[cfg(feature = "ListResourceInstances")]
pub mod ListResourceInstances;
#[cfg(feature = "ListResourceTags")]
pub mod ListResourceTags;
#[cfg(feature = "ListShareFiles")]
pub mod ListShareFiles;
#[cfg(feature = "PushFile")]
pub mod PushFile;
#[cfg(feature = "PushShareApps")]
pub mod PushShareApps;
#[cfg(feature = "PushShareFiles")]
pub mod PushShareFiles;
#[cfg(feature = "ResetCloudPhone")]
pub mod ResetCloudPhone;
#[cfg(feature = "RestartCloudPhone")]
pub mod RestartCloudPhone;
#[cfg(feature = "RestartCloudPhoneServer")]
pub mod RestartCloudPhoneServer;
#[cfg(feature = "RestartEncodeServer")]
pub mod RestartEncodeServer;
#[cfg(feature = "RunShellCommand")]
pub mod RunShellCommand;
#[cfg(feature = "RunSyncCommand")]
pub mod RunSyncCommand;
#[cfg(feature = "ShowBandwidthDetail")]
pub mod ShowBandwidthDetail;
#[cfg(feature = "ShowCloudPhoneDetail")]
pub mod ShowCloudPhoneDetail;
#[cfg(feature = "ShowCloudPhoneServerDetail")]
pub mod ShowCloudPhoneServerDetail;
#[cfg(feature = "ShowJob")]
pub mod ShowJob;
#[cfg(feature = "StopCloudPhone")]
pub mod StopCloudPhone;
#[cfg(feature = "UninstallApk")]
pub mod UninstallApk;
#[cfg(feature = "UpdateBandwidth")]
pub mod UpdateBandwidth;
#[cfg(feature = "UpdateCloudPhoneProperty")]
pub mod UpdateCloudPhoneProperty;
#[cfg(feature = "UpdateKeypair")]
pub mod UpdateKeypair;
#[cfg(feature = "UpdatePhoneName")]
pub mod UpdatePhoneName;
#[cfg(feature = "UpdateServerName")]
pub mod UpdateServerName;