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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#[cfg(feature = "CheckNetAcl")]
pub mod CheckNetAcl;
#[cfg(feature = "CollectLog")]
pub mod CollectLog;
#[cfg(feature = "CreateMigproject")]
pub mod CreateMigproject;
#[cfg(feature = "CreatePrivacyAgreements")]
pub mod CreatePrivacyAgreements;
#[cfg(feature = "CreateTask")]
pub mod CreateTask;
#[cfg(feature = "CreateTemplate")]
pub mod CreateTemplate;
#[cfg(feature = "DeleteMigproject")]
pub mod DeleteMigproject;
#[cfg(feature = "DeleteServer")]
pub mod DeleteServer;
#[cfg(feature = "DeleteServers")]
pub mod DeleteServers;
#[cfg(feature = "DeleteTask")]
pub mod DeleteTask;
#[cfg(feature = "DeleteTasks")]
pub mod DeleteTasks;
#[cfg(feature = "DeleteTemplate")]
pub mod DeleteTemplate;
#[cfg(feature = "DeleteTemplates")]
pub mod DeleteTemplates;
#[cfg(feature = "ListApiVersion")]
pub mod ListApiVersion;
#[cfg(feature = "ListErrorServers")]
pub mod ListErrorServers;
#[cfg(feature = "ListMigprojects")]
pub mod ListMigprojects;
#[cfg(feature = "ListServers")]
pub mod ListServers;
#[cfg(feature = "ListTasks")]
pub mod ListTasks;
#[cfg(feature = "ListTemplates")]
pub mod ListTemplates;
#[cfg(feature = "RegisterServer")]
pub mod RegisterServer;
#[cfg(feature = "ShowApiVersion")]
pub mod ShowApiVersion;
#[cfg(feature = "ShowCertKey")]
pub mod ShowCertKey;
#[cfg(feature = "ShowCommand")]
pub mod ShowCommand;
#[cfg(feature = "ShowConfig")]
pub mod ShowConfig;
#[cfg(feature = "ShowConfigSetting")]
pub mod ShowConfigSetting;
#[cfg(feature = "ShowConsistencyResult")]
pub mod ShowConsistencyResult;
#[cfg(feature = "ShowMigproject")]
pub mod ShowMigproject;
#[cfg(feature = "ShowOverview")]
pub mod ShowOverview;
#[cfg(feature = "ShowPassphrase")]
pub mod ShowPassphrase;
#[cfg(feature = "ShowPrivacyAgreements")]
pub mod ShowPrivacyAgreements;
#[cfg(feature = "ShowServer")]
pub mod ShowServer;
#[cfg(feature = "ShowSha256")]
pub mod ShowSha256;
#[cfg(feature = "ShowsSpeedLimits")]
pub mod ShowsSpeedLimits;
#[cfg(feature = "ShowTargetPassword")]
pub mod ShowTargetPassword;
#[cfg(feature = "ShowTask")]
pub mod ShowTask;
#[cfg(feature = "ShowTemplate")]
pub mod ShowTemplate;
#[cfg(feature = "UnlockTargetEcs")]
pub mod UnlockTargetEcs;
#[cfg(feature = "UpdateCommandResult")]
pub mod UpdateCommandResult;
#[cfg(feature = "UpdateConsistencyResult")]
pub mod UpdateConsistencyResult;
#[cfg(feature = "UpdateCopyState")]
pub mod UpdateCopyState;
#[cfg(feature = "UpdateDefaultMigproject")]
pub mod UpdateDefaultMigproject;
#[cfg(feature = "UpdateDiskInfo")]
pub mod UpdateDiskInfo;
#[cfg(feature = "UpdateMigproject")]
pub mod UpdateMigproject;
#[cfg(feature = "UpdateNetworkCheckInfo")]
pub mod UpdateNetworkCheckInfo;
#[cfg(feature = "UpdateServerName")]
pub mod UpdateServerName;
#[cfg(feature = "UpdateSpeed")]
pub mod UpdateSpeed;
#[cfg(feature = "UpdateTask")]
pub mod UpdateTask;
#[cfg(feature = "UpdateTaskSpeed")]
pub mod UpdateTaskSpeed;
#[cfg(feature = "UpdateTaskStatus")]
pub mod UpdateTaskStatus;
#[cfg(feature = "UpdateTemplate")]
pub mod UpdateTemplate;
#[cfg(feature = "UploadSpecialConfigurationSetting")]
pub mod UploadSpecialConfigurationSetting;