plainprograms-virtuozzo 0.5.3 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/CHANGELOG.rdoc +21 -0
  2. data/Rakefile +3 -3
  3. data/TODO.rdoc +20 -0
  4. data/lib/virtuozzo/soap.rb +216 -0
  5. data/lib/virtuozzo/soap/drivers/alertm.rb +78 -0
  6. data/lib/virtuozzo/soap/drivers/authm.rb +172 -0
  7. data/lib/virtuozzo/soap/drivers/backupm.rb +108 -0
  8. data/lib/virtuozzo/soap/drivers/computerm.rb +108 -0
  9. data/lib/virtuozzo/soap/drivers/env_samplem.rb +84 -0
  10. data/lib/virtuozzo/soap/drivers/event_log.rb +60 -0
  11. data/lib/virtuozzo/soap/drivers/filer.rb +156 -0
  12. data/lib/virtuozzo/soap/drivers/firewallm.rb +100 -0
  13. data/lib/virtuozzo/soap/drivers/licensem.rb +100 -0
  14. data/lib/virtuozzo/soap/drivers/mailer.rb +108 -0
  15. data/lib/virtuozzo/soap/drivers/op_log.rb +60 -0
  16. data/lib/virtuozzo/soap/drivers/perf_mon.rb +76 -0
  17. data/lib/virtuozzo/soap/drivers/res_log.rb +84 -0
  18. data/lib/virtuozzo/soap/drivers/resourcem.rb +100 -0
  19. data/lib/virtuozzo/soap/drivers/scheduler.rb +84 -0
  20. data/lib/virtuozzo/soap/drivers/server_group.rb +140 -0
  21. data/lib/virtuozzo/soap/drivers/servicem.rb +100 -0
  22. data/lib/virtuozzo/soap/drivers/userm.rb +156 -0
  23. data/lib/virtuozzo/soap/mapping_registries/alertm.rb +2799 -0
  24. data/lib/virtuozzo/soap/mapping_registries/authm.rb +3292 -0
  25. data/lib/virtuozzo/soap/mapping_registries/backupm.rb +3597 -0
  26. data/lib/virtuozzo/soap/mapping_registries/computerm.rb +2896 -0
  27. data/lib/virtuozzo/soap/mapping_registries/env_samplem.rb +2735 -0
  28. data/lib/virtuozzo/soap/mapping_registries/event_log.rb +2695 -0
  29. data/lib/virtuozzo/soap/mapping_registries/filer.rb +3211 -0
  30. data/lib/virtuozzo/soap/mapping_registries/firewallm.rb +2815 -0
  31. data/lib/virtuozzo/soap/mapping_registries/licensem.rb +2889 -0
  32. data/lib/virtuozzo/soap/mapping_registries/mailer.rb +2831 -0
  33. data/lib/virtuozzo/soap/mapping_registries/op_log.rb +2724 -0
  34. data/lib/virtuozzo/soap/mapping_registries/perf_mon.rb +2798 -0
  35. data/lib/virtuozzo/soap/mapping_registries/res_log.rb +2946 -0
  36. data/lib/virtuozzo/soap/mapping_registries/resourcem.rb +2837 -0
  37. data/lib/virtuozzo/soap/mapping_registries/scheduler.rb +2928 -0
  38. data/lib/virtuozzo/soap/mapping_registries/server_group.rb +3161 -0
  39. data/lib/virtuozzo/soap/mapping_registries/servicem.rb +2949 -0
  40. data/lib/virtuozzo/soap/mapping_registries/userm.rb +3173 -0
  41. data/lib/virtuozzo/soap/types/alertm.rb +2233 -0
  42. data/lib/virtuozzo/soap/types/authm.rb +2655 -0
  43. data/lib/virtuozzo/soap/types/backupm.rb +2773 -0
  44. data/lib/virtuozzo/soap/types/computerm.rb +2334 -0
  45. data/lib/virtuozzo/soap/types/env_samplem.rb +2159 -0
  46. data/lib/virtuozzo/soap/types/event_log.rb +2125 -0
  47. data/lib/virtuozzo/soap/types/filer.rb +2807 -0
  48. data/lib/virtuozzo/soap/types/firewallm.rb +2225 -0
  49. data/lib/virtuozzo/soap/types/licensem.rb +2266 -0
  50. data/lib/virtuozzo/soap/types/mailer.rb +2311 -0
  51. data/lib/virtuozzo/soap/types/op_log.rb +2156 -0
  52. data/lib/virtuozzo/soap/types/perf_mon.rb +2258 -0
  53. data/lib/virtuozzo/soap/types/res_log.rb +2340 -0
  54. data/lib/virtuozzo/soap/types/resourcem.rb +2213 -0
  55. data/lib/virtuozzo/soap/types/scheduler.rb +2307 -0
  56. data/lib/virtuozzo/soap/types/server_group.rb +2467 -0
  57. data/lib/virtuozzo/soap/types/servicem.rb +2292 -0
  58. data/lib/virtuozzo/soap/types/userm.rb +2599 -0
  59. data/virtuozzo.gemspec +10 -10
  60. metadata +116 -6
@@ -0,0 +1,3597 @@
1
+ require 'virtuozzo/soap/types/backupm'
2
+ require 'soap/mapping'
3
+
4
+ module Virtuozzo
5
+ module SOAP
6
+ module MappingRegistries
7
+ module Backupm
8
+ EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
9
+ LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
10
+ NsBackupm = "http://www.swsoft.com/webservices/vzl/4.0.0/backupm"
11
+ NsBackupm_0 = "http://www.swsoft.com/webservices/vzl/WSDL/4.0.0/backupm"
12
+ NsData_storagem = "http://www.swsoft.com/webservices/vzl/4.0.0/data_storagem"
13
+ NsProtocol = "http://www.swsoft.com/webservices/vzl/4.0.0/protocol"
14
+ NsTypes = "http://www.swsoft.com/webservices/vzl/4.0.0/types"
15
+ NsXMLSchema = "http://www.w3.org/2001/XMLSchema"
16
+
17
+ EncodedRegistry.register(
18
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType,
19
+ :schema_type => XSD::QName.new(NsBackupm, "backupmType"),
20
+ :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
21
+ :schema_element => [ :choice,
22
+ ["configuration", ["Virtuozzo::SOAP::Types::Backupm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
23
+ ["ok", ["Virtuozzo::SOAP::Types::Backupm::BackupmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
24
+ ["error", ["Virtuozzo::SOAP::Types::Backupm::BackupmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
25
+ [ :choice,
26
+ ["backup_env", "Virtuozzo::SOAP::Types::Backupm::Backup_env"],
27
+ ["restore_env", "Virtuozzo::SOAP::Types::Backupm::Restore_env"],
28
+ ["selective_restore_env", "Virtuozzo::SOAP::Types::Backupm::Selective_restore_env"],
29
+ ["list", "Virtuozzo::SOAP::Types::Backupm::List"],
30
+ ["remove", "Virtuozzo::SOAP::Types::Backupm::Remove"],
31
+ ["search", "Virtuozzo::SOAP::Types::Backupm::Search"],
32
+ ["get_info", "Virtuozzo::SOAP::Types::Backupm::Get_info"],
33
+ ["set_config", "Virtuozzo::SOAP::Types::Backupm::Set_config"],
34
+ ["get_config", "Virtuozzo::SOAP::Types::Backupm::Get_config"]
35
+ ],
36
+ [ :choice,
37
+ ["backup", "Virtuozzo::SOAP::Types::Backupm::BackupType[]", [0, nil]],
38
+ ["info", "Virtuozzo::SOAP::Types::Backupm::Backup_dataType"],
39
+ ["backupm_config", "Virtuozzo::SOAP::Types::Backupm::Backupm_configType"]
40
+ ]
41
+ ]
42
+ )
43
+
44
+ EncodedRegistry.register(
45
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType::Ok,
46
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
47
+ :is_anonymous => true,
48
+ :schema_qualified => true,
49
+ :schema_element => []
50
+ )
51
+
52
+ EncodedRegistry.register(
53
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType::Error,
54
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
55
+ :is_anonymous => true,
56
+ :schema_qualified => true,
57
+ :schema_element => [
58
+ ["code", "SOAP::SOAPInt"],
59
+ ["message", "SOAP::SOAPString", [0, 1]]
60
+ ]
61
+ )
62
+
63
+ EncodedRegistry.register(
64
+ :class => Virtuozzo::SOAP::Types::Backupm::Exclude_listType,
65
+ :schema_type => XSD::QName.new(NsBackupm, "exclude_listType"),
66
+ :schema_element => [
67
+ ["path", "SOAP::SOAPBase64[]", [0, nil]],
68
+ ["hidden", nil, [0, 1]],
69
+ ["system", nil, [0, 1]]
70
+ ]
71
+ )
72
+
73
+ EncodedRegistry.register(
74
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_optionsType,
75
+ :schema_type => XSD::QName.new(NsBackupm, "backup_optionsType"),
76
+ :schema_basetype => XSD::QName.new(NsBackupm, "backup_options_baseType"),
77
+ :schema_element => [
78
+ ["type", "SOAP::SOAPInt", [0, 1]],
79
+ ["policy", "Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Policy", [0, 1]],
80
+ ["remove", "Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Remove", [0, 1]],
81
+ ["include_list", "Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Include_list", [0, 1]],
82
+ ["exclude_list", "Virtuozzo::SOAP::Types::Backupm::Exclude_listType", [0, 1]],
83
+ ["compression", "SOAP::SOAPInt", [0, 1]],
84
+ ["description", "SOAP::SOAPBase64", [0, 1]]
85
+ ]
86
+ )
87
+
88
+ EncodedRegistry.register(
89
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Policy,
90
+ :schema_name => XSD::QName.new(NsBackupm, "policy"),
91
+ :is_anonymous => true,
92
+ :schema_qualified => true,
93
+ :schema_element => [
94
+ ["ignore_error", nil, [0, 1]],
95
+ ["ignore_unexistent", nil, [0, 1]]
96
+ ]
97
+ )
98
+
99
+ EncodedRegistry.register(
100
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Remove,
101
+ :schema_name => XSD::QName.new(NsBackupm, "remove"),
102
+ :is_anonymous => true,
103
+ :schema_qualified => true,
104
+ :schema_element => [
105
+ ["backup", nil, [0, 1]]
106
+ ]
107
+ )
108
+
109
+ EncodedRegistry.register(
110
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Include_list,
111
+ :schema_name => XSD::QName.new(NsBackupm, "include_list"),
112
+ :is_anonymous => true,
113
+ :schema_qualified => true,
114
+ :schema_element => [
115
+ ["path", "SOAP::SOAPBase64[]", [1, nil]]
116
+ ]
117
+ )
118
+
119
+ EncodedRegistry.register(
120
+ :class => Virtuozzo::SOAP::Types::Backupm::Restore_optionsType,
121
+ :schema_type => XSD::QName.new(NsBackupm, "restore_optionsType"),
122
+ :schema_element => [
123
+ ["force", nil, [0, 1]]
124
+ ]
125
+ )
126
+
127
+ EncodedRegistry.register(
128
+ :class => Virtuozzo::SOAP::Types::Backupm::Selective_restore_optionsType,
129
+ :schema_type => XSD::QName.new(NsBackupm, "selective_restore_optionsType"),
130
+ :schema_element => [
131
+ ["skip_locked", nil, [0, 1]]
132
+ ]
133
+ )
134
+
135
+ EncodedRegistry.register(
136
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupType,
137
+ :schema_type => XSD::QName.new(NsBackupm, "backupType"),
138
+ :schema_basetype => XSD::QName.new(NsData_storagem, "ds_object_infoType"),
139
+ :schema_element => [
140
+ ["time", [nil, XSD::QName.new(NsData_storagem, "time")]],
141
+ ["size", ["SOAP::SOAPLong", XSD::QName.new(NsData_storagem, "size")]],
142
+ ["type", ["SOAP::SOAPInt", XSD::QName.new(NsData_storagem, "type")]],
143
+ ["id", [nil, XSD::QName.new(NsData_storagem, "id")]],
144
+ ["storage_eid", [nil, XSD::QName.new(NsData_storagem, "storage_eid")]],
145
+ ["info", ["Virtuozzo::SOAP::Types::Backupm::InfoType", XSD::QName.new(NsData_storagem, "info")]],
146
+ ["eid", nil],
147
+ ["description", "SOAP::SOAPBase64", [0, 1]],
148
+ ["count", "SOAP::SOAPInt"],
149
+ ["capability", "Virtuozzo::SOAP::Types::Backupm::BackupType::Capability", [0, 1]]
150
+ ]
151
+ )
152
+
153
+ EncodedRegistry.register(
154
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupType::Capability,
155
+ :schema_name => XSD::QName.new(NsBackupm, "capability"),
156
+ :is_anonymous => true,
157
+ :schema_qualified => true,
158
+ :schema_element => [
159
+ ["browsable", nil, [0, 1]]
160
+ ]
161
+ )
162
+
163
+ EncodedRegistry.register(
164
+ :class => Virtuozzo::SOAP::Types::Backupm::List_optionsType,
165
+ :schema_type => XSD::QName.new(NsBackupm, "list_optionsType"),
166
+ :schema_element => [
167
+ ["eid", nil, [0, 1]],
168
+ ["latest", nil, [0, 1]],
169
+ ["info", nil, [0, 1]],
170
+ ["storage_eid", nil, [0, 1]]
171
+ ]
172
+ )
173
+
174
+ EncodedRegistry.register(
175
+ :class => Virtuozzo::SOAP::Types::Backupm::Search_optionsType,
176
+ :schema_type => XSD::QName.new(NsBackupm, "search_optionsType"),
177
+ :schema_element => [
178
+ ["hostname", "SOAP::SOAPString", [0, 1]],
179
+ ["ip", "SOAP::SOAPString", [0, 1]],
180
+ ["start_date", "SOAP::SOAPDate", [0, 1]],
181
+ ["end_date", "SOAP::SOAPDate", [0, 1]]
182
+ ]
183
+ )
184
+
185
+ EncodedRegistry.register(
186
+ :class => Virtuozzo::SOAP::Types::Backupm::Remove_optionsType,
187
+ :schema_type => XSD::QName.new(NsBackupm, "remove_optionsType"),
188
+ :schema_element => [
189
+ ["eid", nil, [0, 1]],
190
+ ["prev", nil, [0, 1]]
191
+ ]
192
+ )
193
+
194
+ EncodedRegistry.register(
195
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_info_optionsType,
196
+ :schema_type => XSD::QName.new(NsBackupm, "get_info_optionsType"),
197
+ :schema_element => []
198
+ )
199
+
200
+ EncodedRegistry.register(
201
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_env_info_optionsType,
202
+ :schema_type => XSD::QName.new(NsBackupm, "get_env_info_optionsType"),
203
+ :schema_basetype => XSD::QName.new(NsBackupm, "get_info_optionsType"),
204
+ :schema_element => [
205
+ ["env", "Virtuozzo::SOAP::Types::Backupm::Get_env_info_optionsType::Env", [0, 1]],
206
+ ["excludes", nil, [0, 1]]
207
+ ]
208
+ )
209
+
210
+ EncodedRegistry.register(
211
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_env_info_optionsType::Env,
212
+ :schema_name => XSD::QName.new(NsBackupm, "env"),
213
+ :is_anonymous => true,
214
+ :schema_qualified => true,
215
+ :schema_element => []
216
+ )
217
+
218
+ EncodedRegistry.register(
219
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_dataType,
220
+ :schema_type => XSD::QName.new(NsBackupm, "backup_dataType"),
221
+ :schema_element => []
222
+ )
223
+
224
+ EncodedRegistry.register(
225
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_backup_dataType,
226
+ :schema_type => XSD::QName.new(NsBackupm, "env_backup_dataType"),
227
+ :schema_basetype => XSD::QName.new(NsBackupm, "backup_dataType"),
228
+ :schema_element => [
229
+ ["env", "Virtuozzo::SOAP::Types::Backupm::EnvType", [0, 1]],
230
+ ["include_list", "Virtuozzo::SOAP::Types::Backupm::Env_backup_dataType::Include_list", [0, 1]],
231
+ ["exclude_list", "Virtuozzo::SOAP::Types::Backupm::Exclude_listType", [0, 1]]
232
+ ]
233
+ )
234
+
235
+ EncodedRegistry.register(
236
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_backup_dataType::Include_list,
237
+ :schema_name => XSD::QName.new(NsBackupm, "include_list"),
238
+ :is_anonymous => true,
239
+ :schema_qualified => true,
240
+ :schema_element => [
241
+ ["path", "SOAP::SOAPBase64[]", [1, nil]]
242
+ ]
243
+ )
244
+
245
+ EncodedRegistry.register(
246
+ :class => Virtuozzo::SOAP::Types::Backupm::Backupm_configType,
247
+ :schema_type => XSD::QName.new(NsBackupm, "backupm_configType"),
248
+ :schema_element => [
249
+ ["backup_server", "Virtuozzo::SOAP::Types::Backupm::Connection_infoType"],
250
+ ["chain_length", "SOAP::SOAPInt"],
251
+ ["chain_days", "SOAP::SOAPInt"],
252
+ ["keep_max", "SOAP::SOAPInt"],
253
+ ["compression", "SOAP::SOAPInt"],
254
+ ["type", "SOAP::SOAPInt"],
255
+ ["pe_backups_limit", nil]
256
+ ]
257
+ )
258
+
259
+ EncodedRegistry.register(
260
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_options_baseType,
261
+ :schema_type => XSD::QName.new(NsBackupm, "backup_options_baseType"),
262
+ :schema_element => []
263
+ )
264
+
265
+ EncodedRegistry.register(
266
+ :class => Virtuozzo::SOAP::Types::Backupm::Backupm_configurationType,
267
+ :schema_type => XSD::QName.new(NsBackupm, "backupm_configurationType"),
268
+ :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
269
+ :schema_element => [
270
+ ["timeouts", "Virtuozzo::SOAP::Types::Backupm::Backupm_configurationType::Timeouts"]
271
+ ]
272
+ )
273
+
274
+ EncodedRegistry.register(
275
+ :class => Virtuozzo::SOAP::Types::Backupm::Backupm_configurationType::Timeouts,
276
+ :schema_name => XSD::QName.new(NsBackupm, "timeouts"),
277
+ :is_anonymous => true,
278
+ :schema_qualified => true,
279
+ :schema_element => [
280
+ ["backup", "SOAP::SOAPInt"]
281
+ ]
282
+ )
283
+
284
+ EncodedRegistry.register(
285
+ :class => Virtuozzo::SOAP::Types::Backupm::OsType,
286
+ :schema_type => XSD::QName.new(NsTypes, "osType"),
287
+ :schema_element => [
288
+ ["platform", "SOAP::SOAPString", [0, 1]],
289
+ ["name", "SOAP::SOAPString"],
290
+ ["version", "SOAP::SOAPString", [0, 1]],
291
+ ["kernel", "SOAP::SOAPString", [0, 1]]
292
+ ]
293
+ )
294
+
295
+ EncodedRegistry.register(
296
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_statusType,
297
+ :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
298
+ :schema_element => [
299
+ ["state", "SOAP::SOAPInt", [0, 1]],
300
+ ["transition", "SOAP::SOAPInt", [0, 1]]
301
+ ]
302
+ )
303
+
304
+ EncodedRegistry.register(
305
+ :class => Virtuozzo::SOAP::Types::Backupm::QosType,
306
+ :schema_type => XSD::QName.new(NsTypes, "qosType"),
307
+ :schema_element => [
308
+ ["id", "SOAP::SOAPString"],
309
+ ["soft", "SOAP::SOAPLong", [0, 1]],
310
+ ["hard", "SOAP::SOAPLong", [0, 1]],
311
+ ["cur", "SOAP::SOAPLong", [0, 1]]
312
+ ]
313
+ )
314
+
315
+ EncodedRegistry.register(
316
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_configType,
317
+ :schema_type => XSD::QName.new(NsTypes, "env_configType"),
318
+ :schema_element => [
319
+ ["name", "SOAP::SOAPString", [0, 1]],
320
+ ["description", "SOAP::SOAPBase64", [0, 1]],
321
+ ["domain", "SOAP::SOAPString", [0, 1]],
322
+ ["hostname", "SOAP::SOAPString", [0, 1]],
323
+ ["address", "Virtuozzo::SOAP::Types::Backupm::Ip_addressType[]", [0, nil]],
324
+ ["architecture", "SOAP::SOAPString", [0, 1]],
325
+ ["os", "Virtuozzo::SOAP::Types::Backupm::OsType", [0, 1]],
326
+ ["type", "SOAP::SOAPString", [0, 1]],
327
+ ["nameserver", "SOAP::SOAPString[]", [0, nil]],
328
+ ["search_domain", "SOAP::SOAPString[]", [0, nil]],
329
+ ["base_sample_id", nil, [0, 1]],
330
+ ["base_snapshot_id", nil, [0, 1]],
331
+ ["child_type", "SOAP::SOAPString[]", [0, nil]]
332
+ ]
333
+ )
334
+
335
+ EncodedRegistry.register(
336
+ :class => Virtuozzo::SOAP::Types::Backupm::Venv_configType,
337
+ :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
338
+ :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
339
+ :schema_element => [
340
+ ["name", "SOAP::SOAPString", [0, 1]],
341
+ ["description", "SOAP::SOAPBase64", [0, 1]],
342
+ ["domain", "SOAP::SOAPString", [0, 1]],
343
+ ["hostname", "SOAP::SOAPString", [0, 1]],
344
+ ["address", "Virtuozzo::SOAP::Types::Backupm::Ip_addressType[]", [0, nil]],
345
+ ["architecture", "SOAP::SOAPString", [0, 1]],
346
+ ["os", "Virtuozzo::SOAP::Types::Backupm::OsType", [0, 1]],
347
+ ["type", "SOAP::SOAPString", [0, 1]],
348
+ ["nameserver", "SOAP::SOAPString[]", [0, nil]],
349
+ ["search_domain", "SOAP::SOAPString[]", [0, nil]],
350
+ ["base_sample_id", nil, [0, 1]],
351
+ ["base_snapshot_id", nil, [0, 1]],
352
+ ["child_type", "SOAP::SOAPString[]", [0, nil]],
353
+ ["qos", "Virtuozzo::SOAP::Types::Backupm::QosType[]", [0, nil]]
354
+ ]
355
+ )
356
+
357
+ EncodedRegistry.register(
358
+ :class => Virtuozzo::SOAP::Types::Backupm::Native_configType,
359
+ :schema_type => XSD::QName.new(NsTypes, "native_configType"),
360
+ :schema_element => []
361
+ )
362
+
363
+ EncodedRegistry.register(
364
+ :class => Virtuozzo::SOAP::Types::Backupm::EnvType,
365
+ :schema_type => XSD::QName.new(NsTypes, "envType"),
366
+ :schema_element => [
367
+ ["parent_eid", nil],
368
+ ["eid", nil],
369
+ ["status", "Virtuozzo::SOAP::Types::Backupm::Env_statusType", [0, 1]],
370
+ ["alert", "SOAP::SOAPInt", [0, 1]],
371
+ ["config", "Virtuozzo::SOAP::Types::Backupm::Env_configType", [0, 1]],
372
+ ["virtual_config", "Virtuozzo::SOAP::Types::Backupm::Venv_configType", [0, 1]]
373
+ ]
374
+ )
375
+
376
+ EncodedRegistry.register(
377
+ :class => Virtuozzo::SOAP::Types::Backupm::ProcessesType,
378
+ :schema_type => XSD::QName.new(NsTypes, "processesType"),
379
+ :schema_element => [
380
+ ["run", "SOAP::SOAPInt"],
381
+ ["zombie", "SOAP::SOAPInt"],
382
+ ["sleep", "SOAP::SOAPInt"],
383
+ ["uninterrupt", "SOAP::SOAPInt"],
384
+ ["stopped", "SOAP::SOAPInt"],
385
+ ["total", "SOAP::SOAPInt"]
386
+ ]
387
+ )
388
+
389
+ EncodedRegistry.register(
390
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avgType,
391
+ :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
392
+ :schema_element => [
393
+ ["l1", "SOAP::SOAPDouble"],
394
+ ["l2", "SOAP::SOAPDouble", [0, 1]],
395
+ ["l3", "SOAP::SOAPDouble", [0, 1]]
396
+ ]
397
+ )
398
+
399
+ EncodedRegistry.register(
400
+ :class => Virtuozzo::SOAP::Types::Backupm::Cpu_loadType,
401
+ :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
402
+ :schema_element => [
403
+ ["system", "SOAP::SOAPLong"],
404
+ ["user", "SOAP::SOAPLong"],
405
+ ["nice", "SOAP::SOAPLong"],
406
+ ["idle", "SOAP::SOAPLong"]
407
+ ]
408
+ )
409
+
410
+ EncodedRegistry.register(
411
+ :class => Virtuozzo::SOAP::Types::Backupm::CpuType,
412
+ :schema_type => XSD::QName.new(NsTypes, "cpuType"),
413
+ :schema_element => [
414
+ ["mhz", "SOAP::SOAPInt"],
415
+ ["name", "SOAP::SOAPString"],
416
+ ["number", "SOAP::SOAPInt"],
417
+ ["cores", "SOAP::SOAPInt"],
418
+ ["hyperthreads", "SOAP::SOAPInt"],
419
+ ["units", "SOAP::SOAPInt"],
420
+ ["family", "SOAP::SOAPString"],
421
+ ["model", "SOAP::SOAPString"],
422
+ ["bogomips", "SOAP::SOAPInt"]
423
+ ]
424
+ )
425
+
426
+ EncodedRegistry.register(
427
+ :class => Virtuozzo::SOAP::Types::Backupm::TransferType,
428
+ :schema_type => XSD::QName.new(NsTypes, "transferType"),
429
+ :schema_element => [
430
+ ["input", "Virtuozzo::SOAP::Types::Backupm::TransferType::Input"],
431
+ ["output", "Virtuozzo::SOAP::Types::Backupm::TransferType::Output"]
432
+ ]
433
+ )
434
+
435
+ EncodedRegistry.register(
436
+ :class => Virtuozzo::SOAP::Types::Backupm::TransferType::Input,
437
+ :schema_name => XSD::QName.new(NsTypes, "input"),
438
+ :is_anonymous => true,
439
+ :schema_qualified => true,
440
+ :schema_element => [
441
+ ["bytes", "SOAP::SOAPLong"],
442
+ ["packets", "SOAP::SOAPLong", [0, 1]]
443
+ ]
444
+ )
445
+
446
+ EncodedRegistry.register(
447
+ :class => Virtuozzo::SOAP::Types::Backupm::TransferType::Output,
448
+ :schema_name => XSD::QName.new(NsTypes, "output"),
449
+ :is_anonymous => true,
450
+ :schema_qualified => true,
451
+ :schema_element => [
452
+ ["bytes", "SOAP::SOAPLong"],
453
+ ["packets", "SOAP::SOAPLong", [0, 1]]
454
+ ]
455
+ )
456
+
457
+ EncodedRegistry.register(
458
+ :class => Virtuozzo::SOAP::Types::Backupm::System_nodeType,
459
+ :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
460
+ :schema_element => [
461
+ ["address", "Virtuozzo::SOAP::Types::Backupm::System_nodeType::Address"],
462
+ ["login", "Virtuozzo::SOAP::Types::Backupm::System_nodeType::Login", [0, 1]]
463
+ ]
464
+ )
465
+
466
+ EncodedRegistry.register(
467
+ :class => Virtuozzo::SOAP::Types::Backupm::System_nodeType::Address,
468
+ :schema_name => XSD::QName.new(NsTypes, "address"),
469
+ :is_anonymous => true,
470
+ :schema_qualified => true,
471
+ :schema_element => [
472
+ ["ip", nil]
473
+ ]
474
+ )
475
+
476
+ EncodedRegistry.register(
477
+ :class => Virtuozzo::SOAP::Types::Backupm::System_nodeType::Login,
478
+ :schema_name => XSD::QName.new(NsTypes, "login"),
479
+ :is_anonymous => true,
480
+ :schema_qualified => true,
481
+ :schema_element => [
482
+ ["user", "SOAP::SOAPString"],
483
+ ["password", "SOAP::SOAPBase64"]
484
+ ]
485
+ )
486
+
487
+ EncodedRegistry.register(
488
+ :class => Virtuozzo::SOAP::Types::Backupm::ResourceType,
489
+ :schema_type => XSD::QName.new(NsTypes, "resourceType"),
490
+ :schema_element => [
491
+ ["total", "SOAP::SOAPLong", [0, 1]],
492
+ ["used", "SOAP::SOAPLong", [0, 1]],
493
+ ["free", "SOAP::SOAPLong", [0, 1]],
494
+ ["avg", "SOAP::SOAPLong", [0, 1]],
495
+ ["min", "SOAP::SOAPLong", [0, 1]],
496
+ ["max", "SOAP::SOAPLong", [0, 1]]
497
+ ]
498
+ )
499
+
500
+ EncodedRegistry.register(
501
+ :class => Virtuozzo::SOAP::Types::Backupm::IntervalType,
502
+ :schema_type => XSD::QName.new(NsTypes, "intervalType"),
503
+ :schema_element => [
504
+ ["start_time", nil],
505
+ ["end_time", nil]
506
+ ]
507
+ )
508
+
509
+ EncodedRegistry.register(
510
+ :class => Virtuozzo::SOAP::Types::Backupm::StatsType,
511
+ :schema_type => XSD::QName.new(NsTypes, "statsType"),
512
+ :schema_element => [
513
+ ["avg", "SOAP::SOAPLong", [0, 1]],
514
+ ["min", "SOAP::SOAPLong", [0, 1]],
515
+ ["max", "SOAP::SOAPLong", [0, 1]],
516
+ ["total", "SOAP::SOAPLong", [0, 1]],
517
+ ["cur", "SOAP::SOAPLong", [0, 1]],
518
+ ["soft", "SOAP::SOAPLong", [0, 1]],
519
+ ["hard", "SOAP::SOAPLong", [0, 1]]
520
+ ]
521
+ )
522
+
523
+ EncodedRegistry.register(
524
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_addressType,
525
+ :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
526
+ :schema_element => [
527
+ ["host", nil],
528
+ ["mask", nil, [0, 1]]
529
+ ]
530
+ )
531
+
532
+ EncodedRegistry.register(
533
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_classType,
534
+ :schema_type => XSD::QName.new(NsTypes, "net_classType"),
535
+ :schema_element => [
536
+ ["id", "SOAP::SOAPString", [0, 1]],
537
+ ["transfer", "Virtuozzo::SOAP::Types::Backupm::TransferType", [0, 1]]
538
+ ]
539
+ )
540
+
541
+ EncodedRegistry.register(
542
+ :class => Virtuozzo::SOAP::Types::Backupm::Ip_rangeType,
543
+ :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
544
+ :schema_element => [
545
+ ["id", "SOAP::SOAPString", [0, 1]],
546
+ ["start_ip", nil, [0, 1]],
547
+ ["subnet_mask", "SOAP::SOAPInt", [0, 1]],
548
+ ["comment", "SOAP::SOAPString", [0, 1]]
549
+ ]
550
+ )
551
+
552
+ EncodedRegistry.register(
553
+ :class => Virtuozzo::SOAP::Types::Backupm::Sample_confType,
554
+ :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
555
+ :schema_element => [
556
+ ["env_config", "Virtuozzo::SOAP::Types::Backupm::Env_configType"],
557
+ ["id", "SOAP::SOAPString", [0, 1]],
558
+ ["name", "SOAP::SOAPString"],
559
+ ["comment", "SOAP::SOAPBase64", [0, 1]],
560
+ ["vt_version", "Virtuozzo::SOAP::Types::Backupm::Sample_confType::Vt_version", [0, 1]]
561
+ ]
562
+ )
563
+
564
+ EncodedRegistry.register(
565
+ :class => Virtuozzo::SOAP::Types::Backupm::Sample_confType::Vt_version,
566
+ :schema_name => XSD::QName.new(NsTypes, "vt_version"),
567
+ :is_anonymous => true,
568
+ :schema_qualified => true,
569
+ :schema_element => [
570
+ ["platform", "SOAP::SOAPString"],
571
+ ["architecture", "SOAP::SOAPString"],
572
+ ["vt_technology", "SOAP::SOAPString"]
573
+ ]
574
+ )
575
+
576
+ EncodedRegistry.register(
577
+ :class => Virtuozzo::SOAP::Types::Backupm::InterfaceType,
578
+ :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
579
+ :schema_element => [
580
+ ["name", "SOAP::SOAPString"],
581
+ ["bandwidth", "SOAP::SOAPInt", [0, 1]],
582
+ ["transfer", "Virtuozzo::SOAP::Types::Backupm::TransferType", [0, 1]],
583
+ ["ipaddress", nil, [0, 1]],
584
+ ["flags", "SOAP::SOAPInt", [0, 1]]
585
+ ]
586
+ )
587
+
588
+ EncodedRegistry.register(
589
+ :class => Virtuozzo::SOAP::Types::Backupm::Sys_infoType,
590
+ :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
591
+ :schema_element => [
592
+ ["load_avg", "Virtuozzo::SOAP::Types::Backupm::Load_avgType"],
593
+ ["processes", "Virtuozzo::SOAP::Types::Backupm::ProcessesType"],
594
+ ["cpu_load", "Virtuozzo::SOAP::Types::Backupm::Cpu_loadType"],
595
+ ["cpu_states", "Virtuozzo::SOAP::Types::Backupm::Cpu_loadType"],
596
+ ["users", "SOAP::SOAPInt"],
597
+ ["uptime", "SOAP::SOAPLong"],
598
+ ["memory", "Virtuozzo::SOAP::Types::Backupm::Sys_infoType::Memory", [0, 1]],
599
+ ["swap", "Virtuozzo::SOAP::Types::Backupm::Sys_infoType::Swap", [0, 1]]
600
+ ]
601
+ )
602
+
603
+ EncodedRegistry.register(
604
+ :class => Virtuozzo::SOAP::Types::Backupm::Sys_infoType::Memory,
605
+ :schema_name => XSD::QName.new(NsTypes, "memory"),
606
+ :is_anonymous => true,
607
+ :schema_qualified => true,
608
+ :schema_element => [
609
+ ["total", "SOAP::SOAPLong", [0, 1]],
610
+ ["used", "SOAP::SOAPLong"]
611
+ ]
612
+ )
613
+
614
+ EncodedRegistry.register(
615
+ :class => Virtuozzo::SOAP::Types::Backupm::Sys_infoType::Swap,
616
+ :schema_name => XSD::QName.new(NsTypes, "swap"),
617
+ :is_anonymous => true,
618
+ :schema_qualified => true,
619
+ :schema_element => [
620
+ ["total", "SOAP::SOAPLong", [0, 1]],
621
+ ["used", "SOAP::SOAPLong"]
622
+ ]
623
+ )
624
+
625
+ EncodedRegistry.register(
626
+ :class => Virtuozzo::SOAP::Types::Backupm::Ps_infoType,
627
+ :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
628
+ :schema_element => [
629
+ ["process", "Virtuozzo::SOAP::Types::Backupm::Ps_infoType::C_Process[]", [1, nil]],
630
+ ["param_id", "SOAP::SOAPString[]", [1, nil]],
631
+ ["run", "SOAP::SOAPInt"],
632
+ ["idle", "SOAP::SOAPInt"],
633
+ ["zombie", "SOAP::SOAPInt"],
634
+ ["sleep", "SOAP::SOAPInt"],
635
+ ["uninterrupt", "SOAP::SOAPInt"],
636
+ ["stopped", "SOAP::SOAPInt"],
637
+ ["total", "SOAP::SOAPInt"]
638
+ ]
639
+ )
640
+
641
+ EncodedRegistry.register(
642
+ :class => Virtuozzo::SOAP::Types::Backupm::Ps_infoType::C_Process,
643
+ :schema_name => XSD::QName.new(NsTypes, "process"),
644
+ :is_anonymous => true,
645
+ :schema_qualified => true,
646
+ :schema_element => [
647
+ ["pid", "SOAP::SOAPInt"],
648
+ ["param", "SOAP::SOAPBase64[]", [0, nil]]
649
+ ]
650
+ )
651
+
652
+ EncodedRegistry.register(
653
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType,
654
+ :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
655
+ :schema_element => [
656
+ ["l1", "Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L1"],
657
+ ["l2", "Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L2", [0, 1]],
658
+ ["l3", "Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L3", [0, 1]]
659
+ ]
660
+ )
661
+
662
+ EncodedRegistry.register(
663
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L1,
664
+ :schema_name => XSD::QName.new(NsTypes, "l1"),
665
+ :is_anonymous => true,
666
+ :schema_qualified => true,
667
+ :schema_element => [
668
+ ["avg", "SOAP::SOAPLong", [0, 1]],
669
+ ["min", "SOAP::SOAPLong", [0, 1]],
670
+ ["max", "SOAP::SOAPLong", [0, 1]],
671
+ ["cur", "SOAP::SOAPLong", [0, 1]]
672
+ ]
673
+ )
674
+
675
+ EncodedRegistry.register(
676
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L2,
677
+ :schema_name => XSD::QName.new(NsTypes, "l2"),
678
+ :is_anonymous => true,
679
+ :schema_qualified => true,
680
+ :schema_element => [
681
+ ["avg", "SOAP::SOAPLong", [0, 1]],
682
+ ["min", "SOAP::SOAPLong", [0, 1]],
683
+ ["max", "SOAP::SOAPLong", [0, 1]],
684
+ ["cur", "SOAP::SOAPLong", [0, 1]]
685
+ ]
686
+ )
687
+
688
+ EncodedRegistry.register(
689
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L3,
690
+ :schema_name => XSD::QName.new(NsTypes, "l3"),
691
+ :is_anonymous => true,
692
+ :schema_qualified => true,
693
+ :schema_element => [
694
+ ["avg", "SOAP::SOAPLong", [0, 1]],
695
+ ["min", "SOAP::SOAPLong", [0, 1]],
696
+ ["max", "SOAP::SOAPLong", [0, 1]],
697
+ ["cur", "SOAP::SOAPLong", [0, 1]]
698
+ ]
699
+ )
700
+
701
+ EncodedRegistry.register(
702
+ :class => Virtuozzo::SOAP::Types::Backupm::Alert_dataType,
703
+ :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
704
+ :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
705
+ :schema_element => [
706
+ ["type", "SOAP::SOAPInt"]
707
+ ]
708
+ )
709
+
710
+ EncodedRegistry.register(
711
+ :class => Virtuozzo::SOAP::Types::Backupm::Ip_addressType,
712
+ :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
713
+ :schema_element => [
714
+ ["ip", nil],
715
+ ["netmask", nil, [0, 1]]
716
+ ]
717
+ )
718
+
719
+ EncodedRegistry.register(
720
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_resourceType,
721
+ :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
722
+ :schema_element => [
723
+ ["eid", nil],
724
+ ["ip_pool", "Virtuozzo::SOAP::Types::Backupm::Ip_poolType", [0, 1]]
725
+ ]
726
+ )
727
+
728
+ EncodedRegistry.register(
729
+ :class => Virtuozzo::SOAP::Types::Backupm::Ip_poolType,
730
+ :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
731
+ :schema_element => [ :choice,
732
+ ["ip_range", "Virtuozzo::SOAP::Types::Backupm::Ip_poolType::Ip_range[]"],
733
+ ["ip", "[]"]
734
+ ]
735
+ )
736
+
737
+ EncodedRegistry.register(
738
+ :class => Virtuozzo::SOAP::Types::Backupm::Ip_poolType::Ip_range,
739
+ :schema_name => XSD::QName.new(NsTypes, "ip_range"),
740
+ :is_anonymous => true,
741
+ :schema_qualified => true,
742
+ :schema_element => [
743
+ ["start_ip", nil],
744
+ ["end_ip", nil]
745
+ ]
746
+ )
747
+
748
+ EncodedRegistry.register(
749
+ :class => Virtuozzo::SOAP::Types::Backupm::UsageType,
750
+ :schema_type => XSD::QName.new(NsTypes, "usageType"),
751
+ :schema_element => [
752
+ ["total", "SOAP::SOAPLong", [0, 1]],
753
+ ["used", "SOAP::SOAPLong", [0, 1]],
754
+ ["free", "SOAP::SOAPLong", [0, 1]]
755
+ ]
756
+ )
757
+
758
+ EncodedRegistry.register(
759
+ :class => Virtuozzo::SOAP::Types::Backupm::Root_credentialType,
760
+ :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
761
+ :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
762
+ :schema_element => [
763
+ ["id", "SOAP::SOAPString"],
764
+ ["policy", "SOAP::SOAPInt", [0, 1]],
765
+ ["description", "SOAP::SOAPBase64", [0, 1]],
766
+ ["cred", "Virtuozzo::SOAP::Types::Backupm::CredentialType[]", [0, nil]],
767
+ ["objects", "Virtuozzo::SOAP::Types::Backupm::Root_credentialType::Objects", [0, 1]]
768
+ ]
769
+ )
770
+
771
+ EncodedRegistry.register(
772
+ :class => Virtuozzo::SOAP::Types::Backupm::Root_credentialType::Objects,
773
+ :schema_name => XSD::QName.new(NsTypes, "objects"),
774
+ :is_anonymous => true,
775
+ :schema_qualified => true,
776
+ :schema_element => [
777
+ ["eid", "SOAP::SOAPString[]", [0, nil]]
778
+ ]
779
+ )
780
+
781
+ EncodedRegistry.register(
782
+ :class => Virtuozzo::SOAP::Types::Backupm::CredentialType,
783
+ :schema_type => XSD::QName.new(NsTypes, "credentialType"),
784
+ :schema_element => [
785
+ ["id", "SOAP::SOAPString"],
786
+ ["policy", "SOAP::SOAPInt", [0, 1]],
787
+ ["description", "SOAP::SOAPBase64", [0, 1]],
788
+ ["cred", "Virtuozzo::SOAP::Types::Backupm::CredentialType[]", [0, nil]]
789
+ ]
790
+ )
791
+
792
+ EncodedRegistry.register(
793
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType,
794
+ :schema_type => XSD::QName.new(NsTypes, "tokenType"),
795
+ :schema_element => [
796
+ ["user", nil],
797
+ ["groups", "Virtuozzo::SOAP::Types::Backupm::TokenType::Groups", [0, 1]],
798
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Backupm::TokenType::Deny_only_sids", [0, 1]],
799
+ ["privileges", "Virtuozzo::SOAP::Types::Backupm::TokenType::Privileges", [0, 1]],
800
+ ["source", "Virtuozzo::SOAP::Types::Backupm::TokenType::Source", [0, 1]]
801
+ ]
802
+ )
803
+
804
+ EncodedRegistry.register(
805
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType::Groups,
806
+ :schema_name => XSD::QName.new(NsTypes, "groups"),
807
+ :is_anonymous => true,
808
+ :schema_qualified => true,
809
+ :schema_element => [
810
+ ["sid", "[]", [1, nil]]
811
+ ]
812
+ )
813
+
814
+ EncodedRegistry.register(
815
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType::Deny_only_sids,
816
+ :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
817
+ :is_anonymous => true,
818
+ :schema_qualified => true,
819
+ :schema_element => [
820
+ ["sid", "[]", [0, nil]]
821
+ ]
822
+ )
823
+
824
+ EncodedRegistry.register(
825
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType::Privileges,
826
+ :schema_name => XSD::QName.new(NsTypes, "privileges"),
827
+ :is_anonymous => true,
828
+ :schema_qualified => true,
829
+ :schema_element => [
830
+ ["privilege", "[]", [0, nil]]
831
+ ]
832
+ )
833
+
834
+ EncodedRegistry.register(
835
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType::Source,
836
+ :schema_name => XSD::QName.new(NsTypes, "source"),
837
+ :is_anonymous => true,
838
+ :schema_qualified => true,
839
+ :schema_element => [
840
+ ["name", "SOAP::SOAPString"],
841
+ ["id", nil]
842
+ ]
843
+ )
844
+
845
+ EncodedRegistry.register(
846
+ :class => Virtuozzo::SOAP::Types::Backupm::Connectivity_infoType,
847
+ :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
848
+ :schema_element => [
849
+ ["protocol", "SOAP::SOAPString", [0, 1]],
850
+ ["address", "SOAP::SOAPString"],
851
+ ["port", "SOAP::SOAPUnsignedInt", [0, 1]]
852
+ ]
853
+ )
854
+
855
+ EncodedRegistry.register(
856
+ :class => Virtuozzo::SOAP::Types::Backupm::Auth_nameType,
857
+ :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
858
+ :schema_element => [
859
+ ["name", "SOAP::SOAPBase64", [0, 1]],
860
+ ["domain", "SOAP::SOAPBase64", [0, 1]],
861
+ ["realm", nil]
862
+ ]
863
+ )
864
+
865
+ EncodedRegistry.register(
866
+ :class => Virtuozzo::SOAP::Types::Backupm::Connection_infoType,
867
+ :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
868
+ :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
869
+ :schema_element => [
870
+ ["protocol", "SOAP::SOAPString", [0, 1]],
871
+ ["address", "SOAP::SOAPString"],
872
+ ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
873
+ ["login", "Virtuozzo::SOAP::Types::Backupm::Auth_nameType", [0, 1]],
874
+ ["password", "SOAP::SOAPBase64", [0, 1]]
875
+ ]
876
+ )
877
+
878
+ EncodedRegistry.register(
879
+ :class => Virtuozzo::SOAP::Types::Backupm::Eid_listType,
880
+ :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
881
+ :schema_element => [
882
+ ["eid", "[]", [0, nil]]
883
+ ]
884
+ )
885
+
886
+ EncodedRegistry.register(
887
+ :class => Virtuozzo::SOAP::Types::Backupm::Vt_infoType,
888
+ :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
889
+ :schema_element => [
890
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
891
+ ]
892
+ )
893
+
894
+ EncodedRegistry.register(
895
+ :class => Virtuozzo::SOAP::Types::Backupm::Vt_settingsType,
896
+ :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
897
+ :schema_element => [
898
+ ["default_sample_id", nil, [0, 1]]
899
+ ]
900
+ )
901
+
902
+ EncodedRegistry.register(
903
+ :class => Virtuozzo::SOAP::Types::Backupm::UserType,
904
+ :schema_type => XSD::QName.new(NsTypes, "userType"),
905
+ :schema_element => [
906
+ ["initial_group", "Virtuozzo::SOAP::Types::Backupm::UserType::Initial_group", [0, 1]],
907
+ ["group", "Virtuozzo::SOAP::Types::Backupm::UserType::Group[]", [0, nil]],
908
+ ["uid", "SOAP::SOAPInt", [0, 1]],
909
+ ["shell", "SOAP::SOAPString", [0, 1]],
910
+ ["password", "SOAP::SOAPBase64", [0, 1]],
911
+ ["home_dir", "SOAP::SOAPString", [0, 1]],
912
+ ["name", "SOAP::SOAPString", [0, 1]],
913
+ ["comment", "SOAP::SOAPString", [0, 1]]
914
+ ]
915
+ )
916
+
917
+ EncodedRegistry.register(
918
+ :class => Virtuozzo::SOAP::Types::Backupm::UserType::Initial_group,
919
+ :schema_name => XSD::QName.new(NsTypes, "initial_group"),
920
+ :is_anonymous => true,
921
+ :schema_qualified => true,
922
+ :schema_element => [
923
+ ["name", "SOAP::SOAPString", [0, 1]],
924
+ ["gid", "SOAP::SOAPInt", [0, 1]]
925
+ ]
926
+ )
927
+
928
+ EncodedRegistry.register(
929
+ :class => Virtuozzo::SOAP::Types::Backupm::UserType::Group,
930
+ :schema_name => XSD::QName.new(NsTypes, "group"),
931
+ :is_anonymous => true,
932
+ :schema_qualified => true,
933
+ :schema_element => [
934
+ ["name", "SOAP::SOAPString", [0, 1]],
935
+ ["gid", "SOAP::SOAPInt", [0, 1]]
936
+ ]
937
+ )
938
+
939
+ EncodedRegistry.register(
940
+ :class => Virtuozzo::SOAP::Types::Backupm::GroupType,
941
+ :schema_type => XSD::QName.new(NsTypes, "groupType"),
942
+ :schema_element => [
943
+ ["user", "Virtuozzo::SOAP::Types::Backupm::GroupType::User[]", [0, nil]],
944
+ ["member_group", "Virtuozzo::SOAP::Types::Backupm::GroupType::Member_group[]", [0, nil]],
945
+ ["name", "SOAP::SOAPString", [0, 1]],
946
+ ["gid", "SOAP::SOAPInt", [0, 1]]
947
+ ]
948
+ )
949
+
950
+ EncodedRegistry.register(
951
+ :class => Virtuozzo::SOAP::Types::Backupm::GroupType::User,
952
+ :schema_name => XSD::QName.new(NsTypes, "user"),
953
+ :is_anonymous => true,
954
+ :schema_qualified => true,
955
+ :schema_element => [
956
+ ["name", "SOAP::SOAPString"]
957
+ ]
958
+ )
959
+
960
+ EncodedRegistry.register(
961
+ :class => Virtuozzo::SOAP::Types::Backupm::GroupType::Member_group,
962
+ :schema_name => XSD::QName.new(NsTypes, "member_group"),
963
+ :is_anonymous => true,
964
+ :schema_qualified => true,
965
+ :schema_element => [
966
+ ["name", "SOAP::SOAPString", [0, 1]]
967
+ ]
968
+ )
969
+
970
+ EncodedRegistry.register(
971
+ :class => Virtuozzo::SOAP::Types::Backupm::PackageType,
972
+ :schema_type => XSD::QName.new(NsTypes, "packageType"),
973
+ :schema_element => [
974
+ ["name", "SOAP::SOAPString"],
975
+ ["summary", "SOAP::SOAPString", [0, 1]],
976
+ ["os", "Virtuozzo::SOAP::Types::Backupm::OsType", [0, 1]],
977
+ ["description", "SOAP::SOAPString", [0, 1]],
978
+ ["arch", "SOAP::SOAPString", [0, 1]],
979
+ ["version", "SOAP::SOAPString", [0, 1]]
980
+ ]
981
+ )
982
+
983
+ EncodedRegistry.register(
984
+ :class => Virtuozzo::SOAP::Types::Backupm::Event_dataType,
985
+ :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
986
+ :schema_element => []
987
+ )
988
+
989
+ EncodedRegistry.register(
990
+ :class => Virtuozzo::SOAP::Types::Backupm::Named_listType,
991
+ :schema_type => XSD::QName.new(NsTypes, "named_listType"),
992
+ :schema_element => [
993
+ ["name", "SOAP::SOAPString"],
994
+ ["value", "SOAP::SOAPBase64[]", [0, nil]]
995
+ ]
996
+ )
997
+
998
+ EncodedRegistry.register(
999
+ :class => Virtuozzo::SOAP::Types::Backupm::ModType,
1000
+ :schema_type => XSD::QName.new(NsTypes, "modType"),
1001
+ :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
1002
+ :schema_element => [
1003
+ ["name", "SOAP::SOAPString"],
1004
+ ["value", "SOAP::SOAPBase64[]", [0, nil]],
1005
+ ["op", "SOAP::SOAPInt", [0, 1]]
1006
+ ]
1007
+ )
1008
+
1009
+ EncodedRegistry.register(
1010
+ :class => Virtuozzo::SOAP::Types::Backupm::RealmType,
1011
+ :schema_type => XSD::QName.new(NsTypes, "realmType"),
1012
+ :schema_element => [
1013
+ ["id", nil, [0, 1]],
1014
+ ["type", "SOAP::SOAPInt"],
1015
+ ["name", "SOAP::SOAPString"],
1016
+ ["builtin", nil, [0, 1]]
1017
+ ]
1018
+ )
1019
+
1020
+ EncodedRegistry.register(
1021
+ :class => Virtuozzo::SOAP::Types::Backupm::EventType,
1022
+ :schema_type => XSD::QName.new(NsTypes, "eventType"),
1023
+ :schema_element => [
1024
+ ["eid", nil],
1025
+ ["time", nil],
1026
+ ["source", "SOAP::SOAPString"],
1027
+ ["category", "SOAP::SOAPString"],
1028
+ ["sid", nil, [0, 1]],
1029
+ ["count", "SOAP::SOAPInt"],
1030
+ ["id", nil],
1031
+ ["info", "Virtuozzo::SOAP::Types::Backupm::InfoType"],
1032
+ ["data", "Virtuozzo::SOAP::Types::Backupm::EventType::C_Data", [0, 1]]
1033
+ ]
1034
+ )
1035
+
1036
+ EncodedRegistry.register(
1037
+ :class => Virtuozzo::SOAP::Types::Backupm::EventType::C_Data,
1038
+ :schema_name => XSD::QName.new(NsTypes, "data"),
1039
+ :is_anonymous => true,
1040
+ :schema_qualified => true,
1041
+ :schema_element => [
1042
+ ["event_data", "Virtuozzo::SOAP::Types::Backupm::Event_dataType"]
1043
+ ]
1044
+ )
1045
+
1046
+ EncodedRegistry.register(
1047
+ :class => Virtuozzo::SOAP::Types::Backupm::InfoType,
1048
+ :schema_type => XSD::QName.new(NsTypes, "infoType"),
1049
+ :schema_element => [
1050
+ ["message", "SOAP::SOAPBase64"],
1051
+ ["translate", nil, [0, 1]],
1052
+ ["parameter", "Virtuozzo::SOAP::Types::Backupm::InfoType[]", [0, nil]],
1053
+ ["name", "SOAP::SOAPString"]
1054
+ ]
1055
+ )
1056
+
1057
+ EncodedRegistry.register(
1058
+ :class => Virtuozzo::SOAP::Types::Backupm::AceType,
1059
+ :schema_type => XSD::QName.new(NsTypes, "aceType"),
1060
+ :schema_element => [
1061
+ ["type", "SOAP::SOAPInt"],
1062
+ ["sid", nil],
1063
+ ["rights", "SOAP::SOAPBase64"]
1064
+ ]
1065
+ )
1066
+
1067
+ EncodedRegistry.register(
1068
+ :class => Virtuozzo::SOAP::Types::Backupm::Security_descriptorType,
1069
+ :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
1070
+ :schema_element => [
1071
+ ["owner", nil],
1072
+ ["group", nil],
1073
+ ["dacl", "Virtuozzo::SOAP::Types::Backupm::Security_descriptorType::Dacl", [0, 1]]
1074
+ ]
1075
+ )
1076
+
1077
+ EncodedRegistry.register(
1078
+ :class => Virtuozzo::SOAP::Types::Backupm::Security_descriptorType::Dacl,
1079
+ :schema_name => XSD::QName.new(NsTypes, "dacl"),
1080
+ :is_anonymous => true,
1081
+ :schema_qualified => true,
1082
+ :schema_element => [
1083
+ ["ace", "Virtuozzo::SOAP::Types::Backupm::AceType[]", [0, nil]]
1084
+ ]
1085
+ )
1086
+
1087
+ EncodedRegistry.register(
1088
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_security_objectType,
1089
+ :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
1090
+ :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
1091
+ :schema_element => [
1092
+ ["eid", nil]
1093
+ ]
1094
+ )
1095
+
1096
+ EncodedRegistry.register(
1097
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_deviceType,
1098
+ :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
1099
+ :schema_element => [
1100
+ ["id", "SOAP::SOAPString", [0, 1]],
1101
+ ["ip_address", "Virtuozzo::SOAP::Types::Backupm::Ip_addressType[]", [0, nil]],
1102
+ ["dhcp", nil, [0, 1]],
1103
+ ["network_id", "SOAP::SOAPBase64", [0, 1]],
1104
+ ["status", "Virtuozzo::SOAP::Types::Backupm::Net_deviceType::Status", [0, 1]]
1105
+ ]
1106
+ )
1107
+
1108
+ EncodedRegistry.register(
1109
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_deviceType::Status,
1110
+ :schema_name => XSD::QName.new(NsTypes, "status"),
1111
+ :is_anonymous => true,
1112
+ :schema_qualified => true,
1113
+ :schema_element => [ :choice,
1114
+ ["up", nil],
1115
+ ["down", nil]
1116
+ ]
1117
+ )
1118
+
1119
+ EncodedRegistry.register(
1120
+ :class => Virtuozzo::SOAP::Types::Backupm::Voc_parameterType,
1121
+ :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
1122
+ :schema_element => [
1123
+ ["id", "SOAP::SOAPString"],
1124
+ ["type", "SOAP::SOAPString", [0, 1]],
1125
+ ["min", "SOAP::SOAPString", [0, 1]],
1126
+ ["max", "SOAP::SOAPString", [0, 1]],
1127
+ ["long", "SOAP::SOAPString", [0, 1]],
1128
+ ["short", "SOAP::SOAPString", [0, 1]],
1129
+ ["category", "SOAP::SOAPString[]", [0, nil]],
1130
+ ["complex", "SOAP::SOAPString", [0, 1]],
1131
+ ["default", "SOAP::SOAPString", [0, 1]],
1132
+ ["measure", "SOAP::SOAPString", [0, 1]],
1133
+ ["data", nil, [0, 1]],
1134
+ ["name", nil, [0, 1]]
1135
+ ]
1136
+ )
1137
+
1138
+ EncodedRegistry.register(
1139
+ :class => Virtuozzo::SOAP::Types::Backupm::VocabularyType,
1140
+ :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
1141
+ :schema_element => [
1142
+ ["name", "SOAP::SOAPString"],
1143
+ ["parameter", "Virtuozzo::SOAP::Types::Backupm::Voc_parameterType[]", [0, nil]],
1144
+ ["category", "Virtuozzo::SOAP::Types::Backupm::Voc_parameterType[]", [0, nil]]
1145
+ ]
1146
+ )
1147
+
1148
+ EncodedRegistry.register(
1149
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_nicType,
1150
+ :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
1151
+ :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
1152
+ :schema_element => [
1153
+ ["id", "SOAP::SOAPString", [0, 1]],
1154
+ ["ip_address", "Virtuozzo::SOAP::Types::Backupm::Ip_addressType[]", [0, nil]],
1155
+ ["dhcp", nil, [0, 1]],
1156
+ ["network_id", "SOAP::SOAPBase64", [0, 1]],
1157
+ ["status", "Virtuozzo::SOAP::Types::Backupm::Net_nicType::Status", [0, 1]],
1158
+ ["mac_address", "SOAP::SOAPString", [0, 1]]
1159
+ ]
1160
+ )
1161
+
1162
+ EncodedRegistry.register(
1163
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_nicType::Status,
1164
+ :schema_name => XSD::QName.new(NsTypes, "status"),
1165
+ :is_anonymous => true,
1166
+ :schema_qualified => true,
1167
+ :schema_element => [ :choice,
1168
+ ["up", nil],
1169
+ ["down", nil]
1170
+ ]
1171
+ )
1172
+
1173
+ EncodedRegistry.register(
1174
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_statType,
1175
+ :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
1176
+ :schema_element => [
1177
+ ["cur", "SOAP::SOAPAnySimpleType"],
1178
+ ["avg", "SOAP::SOAPAnySimpleType"],
1179
+ ["max", "SOAP::SOAPAnySimpleType"],
1180
+ ["min", "SOAP::SOAPAnySimpleType"]
1181
+ ]
1182
+ )
1183
+
1184
+ EncodedRegistry.register(
1185
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_dataType,
1186
+ :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
1187
+ :schema_element => [
1188
+ ["eid", nil],
1189
+ ["v_class", ["Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1190
+ ["interval", "Virtuozzo::SOAP::Types::Backupm::IntervalType"]
1191
+ ]
1192
+ )
1193
+
1194
+ EncodedRegistry.register(
1195
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class::Instance::Counter,
1196
+ :schema_name => XSD::QName.new(NsTypes, "counter"),
1197
+ :is_anonymous => true,
1198
+ :schema_qualified => true,
1199
+ :schema_element => [
1200
+ ["name", "SOAP::SOAPString"],
1201
+ ["value", "Virtuozzo::SOAP::Types::Backupm::Perf_statType"]
1202
+ ]
1203
+ )
1204
+
1205
+ EncodedRegistry.register(
1206
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class::Instance,
1207
+ :schema_name => XSD::QName.new(NsTypes, "instance"),
1208
+ :is_anonymous => true,
1209
+ :schema_qualified => true,
1210
+ :schema_element => [
1211
+ ["name", "SOAP::SOAPString", [0, 1]],
1212
+ ["counter", "Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1213
+ ]
1214
+ )
1215
+
1216
+ EncodedRegistry.register(
1217
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class,
1218
+ :schema_name => XSD::QName.new(NsTypes, "class"),
1219
+ :is_anonymous => true,
1220
+ :schema_qualified => true,
1221
+ :schema_element => [
1222
+ ["name", "SOAP::SOAPString"],
1223
+ ["instance", "Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class::Instance[]", [1, nil]]
1224
+ ]
1225
+ )
1226
+
1227
+ EncodedRegistry.register(
1228
+ :class => Virtuozzo::SOAP::Types::Backupm::Log_options_baseType,
1229
+ :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
1230
+ :schema_element => []
1231
+ )
1232
+
1233
+ EncodedRegistry.register(
1234
+ :class => Virtuozzo::SOAP::Types::Backupm::Log_optionsType,
1235
+ :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
1236
+ :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
1237
+ :schema_element => []
1238
+ )
1239
+
1240
+ EncodedRegistry.register(
1241
+ :class => Virtuozzo::SOAP::Types::Backupm::Packet_headerType,
1242
+ :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
1243
+ :schema_element => [
1244
+ ["auth", "Virtuozzo::SOAP::Types::Backupm::AuthType", [0, 1]],
1245
+ ["cookie", "SOAP::SOAPString", [0, 1]],
1246
+ ["target", "SOAP::SOAPString[]", [0, nil]],
1247
+ ["origin", "SOAP::SOAPString", [0, 1]],
1248
+ ["src", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
1249
+ ["dst", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
1250
+ ["session", "SOAP::SOAPString", [0, 1]]
1251
+ ],
1252
+ :schema_attribute => {
1253
+ XSD::QName.new(nil, "version") => "SOAP::SOAPString",
1254
+ XSD::QName.new(nil, "id") => "SOAP::SOAPString",
1255
+ XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
1256
+ XSD::QName.new(nil, "time") => "SOAP::SOAPString",
1257
+ XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
1258
+ XSD::QName.new(nil, "log") => "SOAP::SOAPString",
1259
+ XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
1260
+ XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
1261
+ XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
1262
+ XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
1263
+ }
1264
+ )
1265
+
1266
+ EncodedRegistry.register(
1267
+ :class => Virtuozzo::SOAP::Types::Backupm::OperatorType,
1268
+ :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
1269
+ :schema_element => [ :choice,
1270
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"]
1271
+ ]
1272
+ )
1273
+
1274
+ EncodedRegistry.register(
1275
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType,
1276
+ :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
1277
+ :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
1278
+ :schema_element => [ :choice,
1279
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"],
1280
+ ["ok", "Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Ok[]"],
1281
+ ["error", "Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Error[]"]
1282
+ ]
1283
+ )
1284
+
1285
+ EncodedRegistry.register(
1286
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Ok,
1287
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
1288
+ :is_anonymous => true,
1289
+ :schema_qualified => true,
1290
+ :schema_element => []
1291
+ )
1292
+
1293
+ EncodedRegistry.register(
1294
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Error,
1295
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
1296
+ :is_anonymous => true,
1297
+ :schema_qualified => true,
1298
+ :schema_element => [
1299
+ ["code", "SOAP::SOAPInt"],
1300
+ ["message", "SOAP::SOAPString", [0, 1]]
1301
+ ]
1302
+ )
1303
+
1304
+ EncodedRegistry.register(
1305
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType,
1306
+ :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
1307
+ :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1308
+ :schema_element => [ :choice,
1309
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"],
1310
+ ["ok", "Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Ok[]"],
1311
+ ["error", "Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Error[]"],
1312
+ [ :choice,
1313
+ ["start_monitor", "Virtuozzo::SOAP::Types::Backupm::Start_monitorType"],
1314
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Backupm::Stop_monitorType"],
1315
+ ["set_period", "Virtuozzo::SOAP::Types::Backupm::Set_periodType", [0, 1]],
1316
+ ["report", nil, [0, 1]]
1317
+ ]
1318
+ ]
1319
+ )
1320
+
1321
+ EncodedRegistry.register(
1322
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Ok,
1323
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
1324
+ :is_anonymous => true,
1325
+ :schema_qualified => true,
1326
+ :schema_element => []
1327
+ )
1328
+
1329
+ EncodedRegistry.register(
1330
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Error,
1331
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
1332
+ :is_anonymous => true,
1333
+ :schema_qualified => true,
1334
+ :schema_element => [
1335
+ ["code", "SOAP::SOAPInt"],
1336
+ ["message", "SOAP::SOAPString", [0, 1]]
1337
+ ]
1338
+ )
1339
+
1340
+ EncodedRegistry.register(
1341
+ :class => Virtuozzo::SOAP::Types::Backupm::Set_periodType,
1342
+ :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
1343
+ :schema_element => [
1344
+ ["collect", "SOAP::SOAPInt"],
1345
+ ["log", "SOAP::SOAPInt"],
1346
+ ["report", "SOAP::SOAPInt"]
1347
+ ]
1348
+ )
1349
+
1350
+ EncodedRegistry.register(
1351
+ :class => Virtuozzo::SOAP::Types::Backupm::Start_monitorType,
1352
+ :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
1353
+ :schema_element => [
1354
+ ["period", "SOAP::SOAPInt"],
1355
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
1356
+ ]
1357
+ )
1358
+
1359
+ EncodedRegistry.register(
1360
+ :class => Virtuozzo::SOAP::Types::Backupm::Stop_monitorType,
1361
+ :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
1362
+ :schema_element => [
1363
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
1364
+ ]
1365
+ )
1366
+
1367
+ EncodedRegistry.register(
1368
+ :class => Virtuozzo::SOAP::Types::Backupm::AuthType,
1369
+ :schema_type => XSD::QName.new(NsProtocol, "authType"),
1370
+ :schema_element => [
1371
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
1372
+ ]
1373
+ )
1374
+
1375
+ EncodedRegistry.register(
1376
+ :class => Virtuozzo::SOAP::Types::Backupm::Event_configurationType,
1377
+ :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
1378
+ :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1379
+ :schema_element => [
1380
+ ["period", "SOAP::SOAPInt"]
1381
+ ]
1382
+ )
1383
+
1384
+ EncodedRegistry.register(
1385
+ :class => Virtuozzo::SOAP::Types::Backupm::Periodic_configurationType,
1386
+ :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
1387
+ :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1388
+ :schema_element => [
1389
+ ["log_priority", "SOAP::SOAPInt"],
1390
+ ["monitor_priority", "SOAP::SOAPInt"],
1391
+ ["min_monitor_period", "SOAP::SOAPInt"],
1392
+ ["min_monitor_period_root", "SOAP::SOAPInt"]
1393
+ ]
1394
+ )
1395
+
1396
+ EncodedRegistry.register(
1397
+ :class => Virtuozzo::SOAP::Types::Backupm::RouteType,
1398
+ :schema_type => XSD::QName.new(NsProtocol, "routeType"),
1399
+ :schema_element => [
1400
+ ["director", "SOAP::SOAPString", [0, 1]],
1401
+ ["host", "SOAP::SOAPString", [0, 1]],
1402
+ ["index", "SOAP::SOAPString", [0, 1]],
1403
+ ["target", "SOAP::SOAPString", [0, 1]]
1404
+ ]
1405
+ )
1406
+
1407
+ EncodedRegistry.register(
1408
+ :class => Virtuozzo::SOAP::Types::Backupm::DataType,
1409
+ :schema_type => XSD::QName.new(NsProtocol, "dataType"),
1410
+ :schema_element => [
1411
+ ["operator", "Virtuozzo::SOAP::Types::Backupm::OperatorType[]"]
1412
+ ]
1413
+ )
1414
+
1415
+ EncodedRegistry.register(
1416
+ :class => Virtuozzo::SOAP::Types::Backupm::ConfigurationType,
1417
+ :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
1418
+ :schema_element => []
1419
+ )
1420
+
1421
+ EncodedRegistry.register(
1422
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType,
1423
+ :schema_type => XSD::QName.new(NsData_storagem, "data_storagemType"),
1424
+ :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1425
+ :schema_element => [ :choice,
1426
+ ["configuration", ["Virtuozzo::SOAP::Types::Backupm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1427
+ ["ok", ["Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1428
+ ["error", ["Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1429
+ [ :choice,
1430
+ ["get_storage_config", "Virtuozzo::SOAP::Types::Backupm::Get_storage_config"],
1431
+ ["set_storage_config", "Virtuozzo::SOAP::Types::Backupm::Set_storage_config"],
1432
+ ["get_metadata", "Virtuozzo::SOAP::Types::Backupm::Get_metadata"],
1433
+ ["put_metadata", "Virtuozzo::SOAP::Types::Backupm::Put_metadata"],
1434
+ ["get_object_info", "Virtuozzo::SOAP::Types::Backupm::Get_object_info"],
1435
+ ["set_object_info", "Virtuozzo::SOAP::Types::Backupm::Set_object_info"],
1436
+ ["remove_object", "Virtuozzo::SOAP::Types::Backupm::Remove_object"],
1437
+ ["get_list", "Virtuozzo::SOAP::Types::Backupm::Get_list"]
1438
+ ],
1439
+ [ :choice,
1440
+ ["config", "Virtuozzo::SOAP::Types::Backupm::Ds_configurationType"],
1441
+ ["data", "[]", [0, nil]],
1442
+ ["info", "Virtuozzo::SOAP::Types::Backupm::Ds_object_infoType[]", [0, nil]],
1443
+ ["id", "[]", [0, nil]]
1444
+ ]
1445
+ ]
1446
+ )
1447
+
1448
+ EncodedRegistry.register(
1449
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Ok,
1450
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
1451
+ :is_anonymous => true,
1452
+ :schema_qualified => true,
1453
+ :schema_element => []
1454
+ )
1455
+
1456
+ EncodedRegistry.register(
1457
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Error,
1458
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
1459
+ :is_anonymous => true,
1460
+ :schema_qualified => true,
1461
+ :schema_element => [
1462
+ ["code", "SOAP::SOAPInt"],
1463
+ ["message", "SOAP::SOAPString", [0, 1]]
1464
+ ]
1465
+ )
1466
+
1467
+ EncodedRegistry.register(
1468
+ :class => Virtuozzo::SOAP::Types::Backupm::Ds_locationType,
1469
+ :schema_type => XSD::QName.new(NsData_storagem, "ds_locationType"),
1470
+ :schema_element => [
1471
+ ["type", "SOAP::SOAPInt"],
1472
+ ["path", "SOAP::SOAPBase64"],
1473
+ ["login", "Virtuozzo::SOAP::Types::Backupm::Auth_nameType", [0, 1]],
1474
+ ["password", "SOAP::SOAPString", [0, 1]]
1475
+ ]
1476
+ )
1477
+
1478
+ EncodedRegistry.register(
1479
+ :class => Virtuozzo::SOAP::Types::Backupm::Ds_configurationType,
1480
+ :schema_type => XSD::QName.new(NsData_storagem, "ds_configurationType"),
1481
+ :schema_element => [
1482
+ ["location", "Virtuozzo::SOAP::Types::Backupm::Ds_locationType"]
1483
+ ]
1484
+ )
1485
+
1486
+ EncodedRegistry.register(
1487
+ :class => Virtuozzo::SOAP::Types::Backupm::Ds_object_infoType,
1488
+ :schema_type => XSD::QName.new(NsData_storagem, "ds_object_infoType"),
1489
+ :schema_element => [
1490
+ ["time", nil],
1491
+ ["size", "SOAP::SOAPLong"],
1492
+ ["type", "SOAP::SOAPInt"],
1493
+ ["id", nil],
1494
+ ["storage_eid", nil],
1495
+ ["info", "Virtuozzo::SOAP::Types::Backupm::InfoType"]
1496
+ ]
1497
+ )
1498
+
1499
+ EncodedRegistry.register(
1500
+ :class => Virtuozzo::SOAP::Types::Backupm::Transport_type,
1501
+ :schema_type => XSD::QName.new(NsTypes, "transport_type")
1502
+ )
1503
+
1504
+ EncodedRegistry.register(
1505
+ :class => Virtuozzo::SOAP::Types::Backupm::Yes_no_type,
1506
+ :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
1507
+ )
1508
+
1509
+ LiteralRegistry.register(
1510
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType,
1511
+ :schema_type => XSD::QName.new(NsBackupm, "backupmType"),
1512
+ :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1513
+ :schema_element => [ :choice,
1514
+ ["configuration", ["Virtuozzo::SOAP::Types::Backupm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1515
+ ["ok", ["Virtuozzo::SOAP::Types::Backupm::BackupmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1516
+ ["error", ["Virtuozzo::SOAP::Types::Backupm::BackupmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1517
+ [ :choice,
1518
+ ["backup_env", "Virtuozzo::SOAP::Types::Backupm::Backup_env"],
1519
+ ["restore_env", "Virtuozzo::SOAP::Types::Backupm::Restore_env"],
1520
+ ["selective_restore_env", "Virtuozzo::SOAP::Types::Backupm::Selective_restore_env"],
1521
+ ["list", "Virtuozzo::SOAP::Types::Backupm::List"],
1522
+ ["remove", "Virtuozzo::SOAP::Types::Backupm::Remove"],
1523
+ ["search", "Virtuozzo::SOAP::Types::Backupm::Search"],
1524
+ ["get_info", "Virtuozzo::SOAP::Types::Backupm::Get_info"],
1525
+ ["set_config", "Virtuozzo::SOAP::Types::Backupm::Set_config"],
1526
+ ["get_config", "Virtuozzo::SOAP::Types::Backupm::Get_config"]
1527
+ ],
1528
+ [ :choice,
1529
+ ["backup", "Virtuozzo::SOAP::Types::Backupm::BackupType[]", [0, nil]],
1530
+ ["info", "Virtuozzo::SOAP::Types::Backupm::Backup_dataType"],
1531
+ ["backupm_config", "Virtuozzo::SOAP::Types::Backupm::Backupm_configType"]
1532
+ ]
1533
+ ]
1534
+ )
1535
+
1536
+ LiteralRegistry.register(
1537
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType::Ok,
1538
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
1539
+ :is_anonymous => true,
1540
+ :schema_qualified => true,
1541
+ :schema_element => []
1542
+ )
1543
+
1544
+ LiteralRegistry.register(
1545
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType::Error,
1546
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
1547
+ :is_anonymous => true,
1548
+ :schema_qualified => true,
1549
+ :schema_element => [
1550
+ ["code", "SOAP::SOAPInt"],
1551
+ ["message", "SOAP::SOAPString", [0, 1]]
1552
+ ]
1553
+ )
1554
+
1555
+ LiteralRegistry.register(
1556
+ :class => Virtuozzo::SOAP::Types::Backupm::Exclude_listType,
1557
+ :schema_type => XSD::QName.new(NsBackupm, "exclude_listType"),
1558
+ :schema_element => [
1559
+ ["path", "SOAP::SOAPBase64[]", [0, nil]],
1560
+ ["hidden", nil, [0, 1]],
1561
+ ["system", nil, [0, 1]]
1562
+ ]
1563
+ )
1564
+
1565
+ LiteralRegistry.register(
1566
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_optionsType,
1567
+ :schema_type => XSD::QName.new(NsBackupm, "backup_optionsType"),
1568
+ :schema_basetype => XSD::QName.new(NsBackupm, "backup_options_baseType"),
1569
+ :schema_element => [
1570
+ ["type", "SOAP::SOAPInt", [0, 1]],
1571
+ ["policy", "Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Policy", [0, 1]],
1572
+ ["remove", "Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Remove", [0, 1]],
1573
+ ["include_list", "Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Include_list", [0, 1]],
1574
+ ["exclude_list", "Virtuozzo::SOAP::Types::Backupm::Exclude_listType", [0, 1]],
1575
+ ["compression", "SOAP::SOAPInt", [0, 1]],
1576
+ ["description", "SOAP::SOAPBase64", [0, 1]]
1577
+ ]
1578
+ )
1579
+
1580
+ LiteralRegistry.register(
1581
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Policy,
1582
+ :schema_name => XSD::QName.new(NsBackupm, "policy"),
1583
+ :is_anonymous => true,
1584
+ :schema_qualified => true,
1585
+ :schema_element => [
1586
+ ["ignore_error", nil, [0, 1]],
1587
+ ["ignore_unexistent", nil, [0, 1]]
1588
+ ]
1589
+ )
1590
+
1591
+ LiteralRegistry.register(
1592
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Remove,
1593
+ :schema_name => XSD::QName.new(NsBackupm, "remove"),
1594
+ :is_anonymous => true,
1595
+ :schema_qualified => true,
1596
+ :schema_element => [
1597
+ ["backup", nil, [0, 1]]
1598
+ ]
1599
+ )
1600
+
1601
+ LiteralRegistry.register(
1602
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_optionsType::Include_list,
1603
+ :schema_name => XSD::QName.new(NsBackupm, "include_list"),
1604
+ :is_anonymous => true,
1605
+ :schema_qualified => true,
1606
+ :schema_element => [
1607
+ ["path", "SOAP::SOAPBase64[]", [1, nil]]
1608
+ ]
1609
+ )
1610
+
1611
+ LiteralRegistry.register(
1612
+ :class => Virtuozzo::SOAP::Types::Backupm::Restore_optionsType,
1613
+ :schema_type => XSD::QName.new(NsBackupm, "restore_optionsType"),
1614
+ :schema_element => [
1615
+ ["force", nil, [0, 1]]
1616
+ ]
1617
+ )
1618
+
1619
+ LiteralRegistry.register(
1620
+ :class => Virtuozzo::SOAP::Types::Backupm::Selective_restore_optionsType,
1621
+ :schema_type => XSD::QName.new(NsBackupm, "selective_restore_optionsType"),
1622
+ :schema_element => [
1623
+ ["skip_locked", nil, [0, 1]]
1624
+ ]
1625
+ )
1626
+
1627
+ LiteralRegistry.register(
1628
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupType,
1629
+ :schema_type => XSD::QName.new(NsBackupm, "backupType"),
1630
+ :schema_basetype => XSD::QName.new(NsData_storagem, "ds_object_infoType"),
1631
+ :schema_element => [
1632
+ ["time", [nil, XSD::QName.new(NsData_storagem, "time")]],
1633
+ ["size", ["SOAP::SOAPLong", XSD::QName.new(NsData_storagem, "size")]],
1634
+ ["type", ["SOAP::SOAPInt", XSD::QName.new(NsData_storagem, "type")]],
1635
+ ["id", [nil, XSD::QName.new(NsData_storagem, "id")]],
1636
+ ["storage_eid", [nil, XSD::QName.new(NsData_storagem, "storage_eid")]],
1637
+ ["info", ["Virtuozzo::SOAP::Types::Backupm::InfoType", XSD::QName.new(NsData_storagem, "info")]],
1638
+ ["eid", nil],
1639
+ ["description", "SOAP::SOAPBase64", [0, 1]],
1640
+ ["count", "SOAP::SOAPInt"],
1641
+ ["capability", "Virtuozzo::SOAP::Types::Backupm::BackupType::Capability", [0, 1]]
1642
+ ]
1643
+ )
1644
+
1645
+ LiteralRegistry.register(
1646
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupType::Capability,
1647
+ :schema_name => XSD::QName.new(NsBackupm, "capability"),
1648
+ :is_anonymous => true,
1649
+ :schema_qualified => true,
1650
+ :schema_element => [
1651
+ ["browsable", nil, [0, 1]]
1652
+ ]
1653
+ )
1654
+
1655
+ LiteralRegistry.register(
1656
+ :class => Virtuozzo::SOAP::Types::Backupm::List_optionsType,
1657
+ :schema_type => XSD::QName.new(NsBackupm, "list_optionsType"),
1658
+ :schema_element => [
1659
+ ["eid", nil, [0, 1]],
1660
+ ["latest", nil, [0, 1]],
1661
+ ["info", nil, [0, 1]],
1662
+ ["storage_eid", nil, [0, 1]]
1663
+ ]
1664
+ )
1665
+
1666
+ LiteralRegistry.register(
1667
+ :class => Virtuozzo::SOAP::Types::Backupm::Search_optionsType,
1668
+ :schema_type => XSD::QName.new(NsBackupm, "search_optionsType"),
1669
+ :schema_element => [
1670
+ ["hostname", "SOAP::SOAPString", [0, 1]],
1671
+ ["ip", "SOAP::SOAPString", [0, 1]],
1672
+ ["start_date", "SOAP::SOAPDate", [0, 1]],
1673
+ ["end_date", "SOAP::SOAPDate", [0, 1]]
1674
+ ]
1675
+ )
1676
+
1677
+ LiteralRegistry.register(
1678
+ :class => Virtuozzo::SOAP::Types::Backupm::Remove_optionsType,
1679
+ :schema_type => XSD::QName.new(NsBackupm, "remove_optionsType"),
1680
+ :schema_element => [
1681
+ ["eid", nil, [0, 1]],
1682
+ ["prev", nil, [0, 1]]
1683
+ ]
1684
+ )
1685
+
1686
+ LiteralRegistry.register(
1687
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_info_optionsType,
1688
+ :schema_type => XSD::QName.new(NsBackupm, "get_info_optionsType"),
1689
+ :schema_element => []
1690
+ )
1691
+
1692
+ LiteralRegistry.register(
1693
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_env_info_optionsType,
1694
+ :schema_type => XSD::QName.new(NsBackupm, "get_env_info_optionsType"),
1695
+ :schema_basetype => XSD::QName.new(NsBackupm, "get_info_optionsType"),
1696
+ :schema_element => [
1697
+ ["env", "Virtuozzo::SOAP::Types::Backupm::Get_env_info_optionsType::Env", [0, 1]],
1698
+ ["excludes", nil, [0, 1]]
1699
+ ]
1700
+ )
1701
+
1702
+ LiteralRegistry.register(
1703
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_env_info_optionsType::Env,
1704
+ :schema_name => XSD::QName.new(NsBackupm, "env"),
1705
+ :is_anonymous => true,
1706
+ :schema_qualified => true,
1707
+ :schema_element => []
1708
+ )
1709
+
1710
+ LiteralRegistry.register(
1711
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_dataType,
1712
+ :schema_type => XSD::QName.new(NsBackupm, "backup_dataType"),
1713
+ :schema_element => []
1714
+ )
1715
+
1716
+ LiteralRegistry.register(
1717
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_backup_dataType,
1718
+ :schema_type => XSD::QName.new(NsBackupm, "env_backup_dataType"),
1719
+ :schema_basetype => XSD::QName.new(NsBackupm, "backup_dataType"),
1720
+ :schema_element => [
1721
+ ["env", "Virtuozzo::SOAP::Types::Backupm::EnvType", [0, 1]],
1722
+ ["include_list", "Virtuozzo::SOAP::Types::Backupm::Env_backup_dataType::Include_list", [0, 1]],
1723
+ ["exclude_list", "Virtuozzo::SOAP::Types::Backupm::Exclude_listType", [0, 1]]
1724
+ ]
1725
+ )
1726
+
1727
+ LiteralRegistry.register(
1728
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_backup_dataType::Include_list,
1729
+ :schema_name => XSD::QName.new(NsBackupm, "include_list"),
1730
+ :is_anonymous => true,
1731
+ :schema_qualified => true,
1732
+ :schema_element => [
1733
+ ["path", "SOAP::SOAPBase64[]", [1, nil]]
1734
+ ]
1735
+ )
1736
+
1737
+ LiteralRegistry.register(
1738
+ :class => Virtuozzo::SOAP::Types::Backupm::Backupm_configType,
1739
+ :schema_type => XSD::QName.new(NsBackupm, "backupm_configType"),
1740
+ :schema_element => [
1741
+ ["backup_server", "Virtuozzo::SOAP::Types::Backupm::Connection_infoType"],
1742
+ ["chain_length", "SOAP::SOAPInt"],
1743
+ ["chain_days", "SOAP::SOAPInt"],
1744
+ ["keep_max", "SOAP::SOAPInt"],
1745
+ ["compression", "SOAP::SOAPInt"],
1746
+ ["type", "SOAP::SOAPInt"],
1747
+ ["pe_backups_limit", nil]
1748
+ ]
1749
+ )
1750
+
1751
+ LiteralRegistry.register(
1752
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_options_baseType,
1753
+ :schema_type => XSD::QName.new(NsBackupm, "backup_options_baseType"),
1754
+ :schema_element => []
1755
+ )
1756
+
1757
+ LiteralRegistry.register(
1758
+ :class => Virtuozzo::SOAP::Types::Backupm::Backupm_configurationType,
1759
+ :schema_type => XSD::QName.new(NsBackupm, "backupm_configurationType"),
1760
+ :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1761
+ :schema_element => [
1762
+ ["timeouts", "Virtuozzo::SOAP::Types::Backupm::Backupm_configurationType::Timeouts"]
1763
+ ]
1764
+ )
1765
+
1766
+ LiteralRegistry.register(
1767
+ :class => Virtuozzo::SOAP::Types::Backupm::Backupm_configurationType::Timeouts,
1768
+ :schema_name => XSD::QName.new(NsBackupm, "timeouts"),
1769
+ :is_anonymous => true,
1770
+ :schema_qualified => true,
1771
+ :schema_element => [
1772
+ ["backup", "SOAP::SOAPInt"]
1773
+ ]
1774
+ )
1775
+
1776
+ LiteralRegistry.register(
1777
+ :class => Virtuozzo::SOAP::Types::Backupm::OsType,
1778
+ :schema_type => XSD::QName.new(NsTypes, "osType"),
1779
+ :schema_element => [
1780
+ ["platform", "SOAP::SOAPString", [0, 1]],
1781
+ ["name", "SOAP::SOAPString"],
1782
+ ["version", "SOAP::SOAPString", [0, 1]],
1783
+ ["kernel", "SOAP::SOAPString", [0, 1]]
1784
+ ]
1785
+ )
1786
+
1787
+ LiteralRegistry.register(
1788
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_statusType,
1789
+ :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
1790
+ :schema_element => [
1791
+ ["state", "SOAP::SOAPInt", [0, 1]],
1792
+ ["transition", "SOAP::SOAPInt", [0, 1]]
1793
+ ]
1794
+ )
1795
+
1796
+ LiteralRegistry.register(
1797
+ :class => Virtuozzo::SOAP::Types::Backupm::QosType,
1798
+ :schema_type => XSD::QName.new(NsTypes, "qosType"),
1799
+ :schema_element => [
1800
+ ["id", "SOAP::SOAPString"],
1801
+ ["soft", "SOAP::SOAPLong", [0, 1]],
1802
+ ["hard", "SOAP::SOAPLong", [0, 1]],
1803
+ ["cur", "SOAP::SOAPLong", [0, 1]]
1804
+ ]
1805
+ )
1806
+
1807
+ LiteralRegistry.register(
1808
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_configType,
1809
+ :schema_type => XSD::QName.new(NsTypes, "env_configType"),
1810
+ :schema_element => [
1811
+ ["name", "SOAP::SOAPString", [0, 1]],
1812
+ ["description", "SOAP::SOAPBase64", [0, 1]],
1813
+ ["domain", "SOAP::SOAPString", [0, 1]],
1814
+ ["hostname", "SOAP::SOAPString", [0, 1]],
1815
+ ["address", "Virtuozzo::SOAP::Types::Backupm::Ip_addressType[]", [0, nil]],
1816
+ ["architecture", "SOAP::SOAPString", [0, 1]],
1817
+ ["os", "Virtuozzo::SOAP::Types::Backupm::OsType", [0, 1]],
1818
+ ["type", "SOAP::SOAPString", [0, 1]],
1819
+ ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1820
+ ["search_domain", "SOAP::SOAPString[]", [0, nil]],
1821
+ ["base_sample_id", nil, [0, 1]],
1822
+ ["base_snapshot_id", nil, [0, 1]],
1823
+ ["child_type", "SOAP::SOAPString[]", [0, nil]]
1824
+ ]
1825
+ )
1826
+
1827
+ LiteralRegistry.register(
1828
+ :class => Virtuozzo::SOAP::Types::Backupm::Venv_configType,
1829
+ :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
1830
+ :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
1831
+ :schema_element => [
1832
+ ["name", "SOAP::SOAPString", [0, 1]],
1833
+ ["description", "SOAP::SOAPBase64", [0, 1]],
1834
+ ["domain", "SOAP::SOAPString", [0, 1]],
1835
+ ["hostname", "SOAP::SOAPString", [0, 1]],
1836
+ ["address", "Virtuozzo::SOAP::Types::Backupm::Ip_addressType[]", [0, nil]],
1837
+ ["architecture", "SOAP::SOAPString", [0, 1]],
1838
+ ["os", "Virtuozzo::SOAP::Types::Backupm::OsType", [0, 1]],
1839
+ ["type", "SOAP::SOAPString", [0, 1]],
1840
+ ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1841
+ ["search_domain", "SOAP::SOAPString[]", [0, nil]],
1842
+ ["base_sample_id", nil, [0, 1]],
1843
+ ["base_snapshot_id", nil, [0, 1]],
1844
+ ["child_type", "SOAP::SOAPString[]", [0, nil]],
1845
+ ["qos", "Virtuozzo::SOAP::Types::Backupm::QosType[]", [0, nil]]
1846
+ ]
1847
+ )
1848
+
1849
+ LiteralRegistry.register(
1850
+ :class => Virtuozzo::SOAP::Types::Backupm::Native_configType,
1851
+ :schema_type => XSD::QName.new(NsTypes, "native_configType"),
1852
+ :schema_element => []
1853
+ )
1854
+
1855
+ LiteralRegistry.register(
1856
+ :class => Virtuozzo::SOAP::Types::Backupm::EnvType,
1857
+ :schema_type => XSD::QName.new(NsTypes, "envType"),
1858
+ :schema_element => [
1859
+ ["parent_eid", nil],
1860
+ ["eid", nil],
1861
+ ["status", "Virtuozzo::SOAP::Types::Backupm::Env_statusType", [0, 1]],
1862
+ ["alert", "SOAP::SOAPInt", [0, 1]],
1863
+ ["config", "Virtuozzo::SOAP::Types::Backupm::Env_configType", [0, 1]],
1864
+ ["virtual_config", "Virtuozzo::SOAP::Types::Backupm::Venv_configType", [0, 1]]
1865
+ ]
1866
+ )
1867
+
1868
+ LiteralRegistry.register(
1869
+ :class => Virtuozzo::SOAP::Types::Backupm::ProcessesType,
1870
+ :schema_type => XSD::QName.new(NsTypes, "processesType"),
1871
+ :schema_element => [
1872
+ ["run", "SOAP::SOAPInt"],
1873
+ ["zombie", "SOAP::SOAPInt"],
1874
+ ["sleep", "SOAP::SOAPInt"],
1875
+ ["uninterrupt", "SOAP::SOAPInt"],
1876
+ ["stopped", "SOAP::SOAPInt"],
1877
+ ["total", "SOAP::SOAPInt"]
1878
+ ]
1879
+ )
1880
+
1881
+ LiteralRegistry.register(
1882
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avgType,
1883
+ :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
1884
+ :schema_element => [
1885
+ ["l1", "SOAP::SOAPDouble"],
1886
+ ["l2", "SOAP::SOAPDouble", [0, 1]],
1887
+ ["l3", "SOAP::SOAPDouble", [0, 1]]
1888
+ ]
1889
+ )
1890
+
1891
+ LiteralRegistry.register(
1892
+ :class => Virtuozzo::SOAP::Types::Backupm::Cpu_loadType,
1893
+ :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
1894
+ :schema_element => [
1895
+ ["system", "SOAP::SOAPLong"],
1896
+ ["user", "SOAP::SOAPLong"],
1897
+ ["nice", "SOAP::SOAPLong"],
1898
+ ["idle", "SOAP::SOAPLong"]
1899
+ ]
1900
+ )
1901
+
1902
+ LiteralRegistry.register(
1903
+ :class => Virtuozzo::SOAP::Types::Backupm::CpuType,
1904
+ :schema_type => XSD::QName.new(NsTypes, "cpuType"),
1905
+ :schema_element => [
1906
+ ["mhz", "SOAP::SOAPInt"],
1907
+ ["name", "SOAP::SOAPString"],
1908
+ ["number", "SOAP::SOAPInt"],
1909
+ ["cores", "SOAP::SOAPInt"],
1910
+ ["hyperthreads", "SOAP::SOAPInt"],
1911
+ ["units", "SOAP::SOAPInt"],
1912
+ ["family", "SOAP::SOAPString"],
1913
+ ["model", "SOAP::SOAPString"],
1914
+ ["bogomips", "SOAP::SOAPInt"]
1915
+ ]
1916
+ )
1917
+
1918
+ LiteralRegistry.register(
1919
+ :class => Virtuozzo::SOAP::Types::Backupm::TransferType,
1920
+ :schema_type => XSD::QName.new(NsTypes, "transferType"),
1921
+ :schema_element => [
1922
+ ["input", "Virtuozzo::SOAP::Types::Backupm::TransferType::Input"],
1923
+ ["output", "Virtuozzo::SOAP::Types::Backupm::TransferType::Output"]
1924
+ ]
1925
+ )
1926
+
1927
+ LiteralRegistry.register(
1928
+ :class => Virtuozzo::SOAP::Types::Backupm::TransferType::Input,
1929
+ :schema_name => XSD::QName.new(NsTypes, "input"),
1930
+ :is_anonymous => true,
1931
+ :schema_qualified => true,
1932
+ :schema_element => [
1933
+ ["bytes", "SOAP::SOAPLong"],
1934
+ ["packets", "SOAP::SOAPLong", [0, 1]]
1935
+ ]
1936
+ )
1937
+
1938
+ LiteralRegistry.register(
1939
+ :class => Virtuozzo::SOAP::Types::Backupm::TransferType::Output,
1940
+ :schema_name => XSD::QName.new(NsTypes, "output"),
1941
+ :is_anonymous => true,
1942
+ :schema_qualified => true,
1943
+ :schema_element => [
1944
+ ["bytes", "SOAP::SOAPLong"],
1945
+ ["packets", "SOAP::SOAPLong", [0, 1]]
1946
+ ]
1947
+ )
1948
+
1949
+ LiteralRegistry.register(
1950
+ :class => Virtuozzo::SOAP::Types::Backupm::System_nodeType,
1951
+ :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
1952
+ :schema_element => [
1953
+ ["address", "Virtuozzo::SOAP::Types::Backupm::System_nodeType::Address"],
1954
+ ["login", "Virtuozzo::SOAP::Types::Backupm::System_nodeType::Login", [0, 1]]
1955
+ ]
1956
+ )
1957
+
1958
+ LiteralRegistry.register(
1959
+ :class => Virtuozzo::SOAP::Types::Backupm::System_nodeType::Address,
1960
+ :schema_name => XSD::QName.new(NsTypes, "address"),
1961
+ :is_anonymous => true,
1962
+ :schema_qualified => true,
1963
+ :schema_element => [
1964
+ ["ip", nil]
1965
+ ]
1966
+ )
1967
+
1968
+ LiteralRegistry.register(
1969
+ :class => Virtuozzo::SOAP::Types::Backupm::System_nodeType::Login,
1970
+ :schema_name => XSD::QName.new(NsTypes, "login"),
1971
+ :is_anonymous => true,
1972
+ :schema_qualified => true,
1973
+ :schema_element => [
1974
+ ["user", "SOAP::SOAPString"],
1975
+ ["password", "SOAP::SOAPBase64"]
1976
+ ]
1977
+ )
1978
+
1979
+ LiteralRegistry.register(
1980
+ :class => Virtuozzo::SOAP::Types::Backupm::ResourceType,
1981
+ :schema_type => XSD::QName.new(NsTypes, "resourceType"),
1982
+ :schema_element => [
1983
+ ["total", "SOAP::SOAPLong", [0, 1]],
1984
+ ["used", "SOAP::SOAPLong", [0, 1]],
1985
+ ["free", "SOAP::SOAPLong", [0, 1]],
1986
+ ["avg", "SOAP::SOAPLong", [0, 1]],
1987
+ ["min", "SOAP::SOAPLong", [0, 1]],
1988
+ ["max", "SOAP::SOAPLong", [0, 1]]
1989
+ ]
1990
+ )
1991
+
1992
+ LiteralRegistry.register(
1993
+ :class => Virtuozzo::SOAP::Types::Backupm::IntervalType,
1994
+ :schema_type => XSD::QName.new(NsTypes, "intervalType"),
1995
+ :schema_element => [
1996
+ ["start_time", nil],
1997
+ ["end_time", nil]
1998
+ ]
1999
+ )
2000
+
2001
+ LiteralRegistry.register(
2002
+ :class => Virtuozzo::SOAP::Types::Backupm::StatsType,
2003
+ :schema_type => XSD::QName.new(NsTypes, "statsType"),
2004
+ :schema_element => [
2005
+ ["avg", "SOAP::SOAPLong", [0, 1]],
2006
+ ["min", "SOAP::SOAPLong", [0, 1]],
2007
+ ["max", "SOAP::SOAPLong", [0, 1]],
2008
+ ["total", "SOAP::SOAPLong", [0, 1]],
2009
+ ["cur", "SOAP::SOAPLong", [0, 1]],
2010
+ ["soft", "SOAP::SOAPLong", [0, 1]],
2011
+ ["hard", "SOAP::SOAPLong", [0, 1]]
2012
+ ]
2013
+ )
2014
+
2015
+ LiteralRegistry.register(
2016
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_addressType,
2017
+ :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
2018
+ :schema_element => [
2019
+ ["host", nil],
2020
+ ["mask", nil, [0, 1]]
2021
+ ]
2022
+ )
2023
+
2024
+ LiteralRegistry.register(
2025
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_classType,
2026
+ :schema_type => XSD::QName.new(NsTypes, "net_classType"),
2027
+ :schema_element => [
2028
+ ["id", "SOAP::SOAPString", [0, 1]],
2029
+ ["transfer", "Virtuozzo::SOAP::Types::Backupm::TransferType", [0, 1]]
2030
+ ]
2031
+ )
2032
+
2033
+ LiteralRegistry.register(
2034
+ :class => Virtuozzo::SOAP::Types::Backupm::Ip_rangeType,
2035
+ :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
2036
+ :schema_element => [
2037
+ ["id", "SOAP::SOAPString", [0, 1]],
2038
+ ["start_ip", nil, [0, 1]],
2039
+ ["subnet_mask", "SOAP::SOAPInt", [0, 1]],
2040
+ ["comment", "SOAP::SOAPString", [0, 1]]
2041
+ ]
2042
+ )
2043
+
2044
+ LiteralRegistry.register(
2045
+ :class => Virtuozzo::SOAP::Types::Backupm::Sample_confType,
2046
+ :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
2047
+ :schema_element => [
2048
+ ["env_config", "Virtuozzo::SOAP::Types::Backupm::Env_configType"],
2049
+ ["id", "SOAP::SOAPString", [0, 1]],
2050
+ ["name", "SOAP::SOAPString"],
2051
+ ["comment", "SOAP::SOAPBase64", [0, 1]],
2052
+ ["vt_version", "Virtuozzo::SOAP::Types::Backupm::Sample_confType::Vt_version", [0, 1]]
2053
+ ]
2054
+ )
2055
+
2056
+ LiteralRegistry.register(
2057
+ :class => Virtuozzo::SOAP::Types::Backupm::Sample_confType::Vt_version,
2058
+ :schema_name => XSD::QName.new(NsTypes, "vt_version"),
2059
+ :is_anonymous => true,
2060
+ :schema_qualified => true,
2061
+ :schema_element => [
2062
+ ["platform", "SOAP::SOAPString"],
2063
+ ["architecture", "SOAP::SOAPString"],
2064
+ ["vt_technology", "SOAP::SOAPString"]
2065
+ ]
2066
+ )
2067
+
2068
+ LiteralRegistry.register(
2069
+ :class => Virtuozzo::SOAP::Types::Backupm::InterfaceType,
2070
+ :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
2071
+ :schema_element => [
2072
+ ["name", "SOAP::SOAPString"],
2073
+ ["bandwidth", "SOAP::SOAPInt", [0, 1]],
2074
+ ["transfer", "Virtuozzo::SOAP::Types::Backupm::TransferType", [0, 1]],
2075
+ ["ipaddress", nil, [0, 1]],
2076
+ ["flags", "SOAP::SOAPInt", [0, 1]]
2077
+ ]
2078
+ )
2079
+
2080
+ LiteralRegistry.register(
2081
+ :class => Virtuozzo::SOAP::Types::Backupm::Sys_infoType,
2082
+ :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
2083
+ :schema_element => [
2084
+ ["load_avg", "Virtuozzo::SOAP::Types::Backupm::Load_avgType"],
2085
+ ["processes", "Virtuozzo::SOAP::Types::Backupm::ProcessesType"],
2086
+ ["cpu_load", "Virtuozzo::SOAP::Types::Backupm::Cpu_loadType"],
2087
+ ["cpu_states", "Virtuozzo::SOAP::Types::Backupm::Cpu_loadType"],
2088
+ ["users", "SOAP::SOAPInt"],
2089
+ ["uptime", "SOAP::SOAPLong"],
2090
+ ["memory", "Virtuozzo::SOAP::Types::Backupm::Sys_infoType::Memory", [0, 1]],
2091
+ ["swap", "Virtuozzo::SOAP::Types::Backupm::Sys_infoType::Swap", [0, 1]]
2092
+ ]
2093
+ )
2094
+
2095
+ LiteralRegistry.register(
2096
+ :class => Virtuozzo::SOAP::Types::Backupm::Sys_infoType::Memory,
2097
+ :schema_name => XSD::QName.new(NsTypes, "memory"),
2098
+ :is_anonymous => true,
2099
+ :schema_qualified => true,
2100
+ :schema_element => [
2101
+ ["total", "SOAP::SOAPLong", [0, 1]],
2102
+ ["used", "SOAP::SOAPLong"]
2103
+ ]
2104
+ )
2105
+
2106
+ LiteralRegistry.register(
2107
+ :class => Virtuozzo::SOAP::Types::Backupm::Sys_infoType::Swap,
2108
+ :schema_name => XSD::QName.new(NsTypes, "swap"),
2109
+ :is_anonymous => true,
2110
+ :schema_qualified => true,
2111
+ :schema_element => [
2112
+ ["total", "SOAP::SOAPLong", [0, 1]],
2113
+ ["used", "SOAP::SOAPLong"]
2114
+ ]
2115
+ )
2116
+
2117
+ LiteralRegistry.register(
2118
+ :class => Virtuozzo::SOAP::Types::Backupm::Ps_infoType,
2119
+ :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
2120
+ :schema_element => [
2121
+ ["process", "Virtuozzo::SOAP::Types::Backupm::Ps_infoType::C_Process[]", [1, nil]],
2122
+ ["param_id", "SOAP::SOAPString[]", [1, nil]],
2123
+ ["run", "SOAP::SOAPInt"],
2124
+ ["idle", "SOAP::SOAPInt"],
2125
+ ["zombie", "SOAP::SOAPInt"],
2126
+ ["sleep", "SOAP::SOAPInt"],
2127
+ ["uninterrupt", "SOAP::SOAPInt"],
2128
+ ["stopped", "SOAP::SOAPInt"],
2129
+ ["total", "SOAP::SOAPInt"]
2130
+ ]
2131
+ )
2132
+
2133
+ LiteralRegistry.register(
2134
+ :class => Virtuozzo::SOAP::Types::Backupm::Ps_infoType::C_Process,
2135
+ :schema_name => XSD::QName.new(NsTypes, "process"),
2136
+ :is_anonymous => true,
2137
+ :schema_qualified => true,
2138
+ :schema_element => [
2139
+ ["pid", "SOAP::SOAPInt"],
2140
+ ["param", "SOAP::SOAPBase64[]", [0, nil]]
2141
+ ]
2142
+ )
2143
+
2144
+ LiteralRegistry.register(
2145
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType,
2146
+ :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
2147
+ :schema_element => [
2148
+ ["l1", "Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L1"],
2149
+ ["l2", "Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L2", [0, 1]],
2150
+ ["l3", "Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L3", [0, 1]]
2151
+ ]
2152
+ )
2153
+
2154
+ LiteralRegistry.register(
2155
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L1,
2156
+ :schema_name => XSD::QName.new(NsTypes, "l1"),
2157
+ :is_anonymous => true,
2158
+ :schema_qualified => true,
2159
+ :schema_element => [
2160
+ ["avg", "SOAP::SOAPLong", [0, 1]],
2161
+ ["min", "SOAP::SOAPLong", [0, 1]],
2162
+ ["max", "SOAP::SOAPLong", [0, 1]],
2163
+ ["cur", "SOAP::SOAPLong", [0, 1]]
2164
+ ]
2165
+ )
2166
+
2167
+ LiteralRegistry.register(
2168
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L2,
2169
+ :schema_name => XSD::QName.new(NsTypes, "l2"),
2170
+ :is_anonymous => true,
2171
+ :schema_qualified => true,
2172
+ :schema_element => [
2173
+ ["avg", "SOAP::SOAPLong", [0, 1]],
2174
+ ["min", "SOAP::SOAPLong", [0, 1]],
2175
+ ["max", "SOAP::SOAPLong", [0, 1]],
2176
+ ["cur", "SOAP::SOAPLong", [0, 1]]
2177
+ ]
2178
+ )
2179
+
2180
+ LiteralRegistry.register(
2181
+ :class => Virtuozzo::SOAP::Types::Backupm::Load_avg_statsType::L3,
2182
+ :schema_name => XSD::QName.new(NsTypes, "l3"),
2183
+ :is_anonymous => true,
2184
+ :schema_qualified => true,
2185
+ :schema_element => [
2186
+ ["avg", "SOAP::SOAPLong", [0, 1]],
2187
+ ["min", "SOAP::SOAPLong", [0, 1]],
2188
+ ["max", "SOAP::SOAPLong", [0, 1]],
2189
+ ["cur", "SOAP::SOAPLong", [0, 1]]
2190
+ ]
2191
+ )
2192
+
2193
+ LiteralRegistry.register(
2194
+ :class => Virtuozzo::SOAP::Types::Backupm::Alert_dataType,
2195
+ :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
2196
+ :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
2197
+ :schema_element => [
2198
+ ["type", "SOAP::SOAPInt"]
2199
+ ]
2200
+ )
2201
+
2202
+ LiteralRegistry.register(
2203
+ :class => Virtuozzo::SOAP::Types::Backupm::Ip_addressType,
2204
+ :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
2205
+ :schema_element => [
2206
+ ["ip", nil],
2207
+ ["netmask", nil, [0, 1]]
2208
+ ]
2209
+ )
2210
+
2211
+ LiteralRegistry.register(
2212
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_resourceType,
2213
+ :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
2214
+ :schema_element => [
2215
+ ["eid", nil],
2216
+ ["ip_pool", "Virtuozzo::SOAP::Types::Backupm::Ip_poolType", [0, 1]]
2217
+ ]
2218
+ )
2219
+
2220
+ LiteralRegistry.register(
2221
+ :class => Virtuozzo::SOAP::Types::Backupm::Ip_poolType,
2222
+ :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
2223
+ :schema_element => [ :choice,
2224
+ ["ip_range", "Virtuozzo::SOAP::Types::Backupm::Ip_poolType::Ip_range[]"],
2225
+ ["ip", "[]"]
2226
+ ]
2227
+ )
2228
+
2229
+ LiteralRegistry.register(
2230
+ :class => Virtuozzo::SOAP::Types::Backupm::Ip_poolType::Ip_range,
2231
+ :schema_name => XSD::QName.new(NsTypes, "ip_range"),
2232
+ :is_anonymous => true,
2233
+ :schema_qualified => true,
2234
+ :schema_element => [
2235
+ ["start_ip", nil],
2236
+ ["end_ip", nil]
2237
+ ]
2238
+ )
2239
+
2240
+ LiteralRegistry.register(
2241
+ :class => Virtuozzo::SOAP::Types::Backupm::UsageType,
2242
+ :schema_type => XSD::QName.new(NsTypes, "usageType"),
2243
+ :schema_element => [
2244
+ ["total", "SOAP::SOAPLong", [0, 1]],
2245
+ ["used", "SOAP::SOAPLong", [0, 1]],
2246
+ ["free", "SOAP::SOAPLong", [0, 1]]
2247
+ ]
2248
+ )
2249
+
2250
+ LiteralRegistry.register(
2251
+ :class => Virtuozzo::SOAP::Types::Backupm::Root_credentialType,
2252
+ :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
2253
+ :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
2254
+ :schema_element => [
2255
+ ["id", "SOAP::SOAPString"],
2256
+ ["policy", "SOAP::SOAPInt", [0, 1]],
2257
+ ["description", "SOAP::SOAPBase64", [0, 1]],
2258
+ ["cred", "Virtuozzo::SOAP::Types::Backupm::CredentialType[]", [0, nil]],
2259
+ ["objects", "Virtuozzo::SOAP::Types::Backupm::Root_credentialType::Objects", [0, 1]]
2260
+ ]
2261
+ )
2262
+
2263
+ LiteralRegistry.register(
2264
+ :class => Virtuozzo::SOAP::Types::Backupm::Root_credentialType::Objects,
2265
+ :schema_name => XSD::QName.new(NsTypes, "objects"),
2266
+ :is_anonymous => true,
2267
+ :schema_qualified => true,
2268
+ :schema_element => [
2269
+ ["eid", "SOAP::SOAPString[]", [0, nil]]
2270
+ ]
2271
+ )
2272
+
2273
+ LiteralRegistry.register(
2274
+ :class => Virtuozzo::SOAP::Types::Backupm::CredentialType,
2275
+ :schema_type => XSD::QName.new(NsTypes, "credentialType"),
2276
+ :schema_element => [
2277
+ ["id", "SOAP::SOAPString"],
2278
+ ["policy", "SOAP::SOAPInt", [0, 1]],
2279
+ ["description", "SOAP::SOAPBase64", [0, 1]],
2280
+ ["cred", "Virtuozzo::SOAP::Types::Backupm::CredentialType[]", [0, nil]]
2281
+ ]
2282
+ )
2283
+
2284
+ LiteralRegistry.register(
2285
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType,
2286
+ :schema_type => XSD::QName.new(NsTypes, "tokenType"),
2287
+ :schema_element => [
2288
+ ["user", nil],
2289
+ ["groups", "Virtuozzo::SOAP::Types::Backupm::TokenType::Groups", [0, 1]],
2290
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Backupm::TokenType::Deny_only_sids", [0, 1]],
2291
+ ["privileges", "Virtuozzo::SOAP::Types::Backupm::TokenType::Privileges", [0, 1]],
2292
+ ["source", "Virtuozzo::SOAP::Types::Backupm::TokenType::Source", [0, 1]]
2293
+ ]
2294
+ )
2295
+
2296
+ LiteralRegistry.register(
2297
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType::Groups,
2298
+ :schema_name => XSD::QName.new(NsTypes, "groups"),
2299
+ :is_anonymous => true,
2300
+ :schema_qualified => true,
2301
+ :schema_element => [
2302
+ ["sid", "[]", [1, nil]]
2303
+ ]
2304
+ )
2305
+
2306
+ LiteralRegistry.register(
2307
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType::Deny_only_sids,
2308
+ :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
2309
+ :is_anonymous => true,
2310
+ :schema_qualified => true,
2311
+ :schema_element => [
2312
+ ["sid", "[]", [0, nil]]
2313
+ ]
2314
+ )
2315
+
2316
+ LiteralRegistry.register(
2317
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType::Privileges,
2318
+ :schema_name => XSD::QName.new(NsTypes, "privileges"),
2319
+ :is_anonymous => true,
2320
+ :schema_qualified => true,
2321
+ :schema_element => [
2322
+ ["privilege", "[]", [0, nil]]
2323
+ ]
2324
+ )
2325
+
2326
+ LiteralRegistry.register(
2327
+ :class => Virtuozzo::SOAP::Types::Backupm::TokenType::Source,
2328
+ :schema_name => XSD::QName.new(NsTypes, "source"),
2329
+ :is_anonymous => true,
2330
+ :schema_qualified => true,
2331
+ :schema_element => [
2332
+ ["name", "SOAP::SOAPString"],
2333
+ ["id", nil]
2334
+ ]
2335
+ )
2336
+
2337
+ LiteralRegistry.register(
2338
+ :class => Virtuozzo::SOAP::Types::Backupm::Connectivity_infoType,
2339
+ :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
2340
+ :schema_element => [
2341
+ ["protocol", "SOAP::SOAPString", [0, 1]],
2342
+ ["address", "SOAP::SOAPString"],
2343
+ ["port", "SOAP::SOAPUnsignedInt", [0, 1]]
2344
+ ]
2345
+ )
2346
+
2347
+ LiteralRegistry.register(
2348
+ :class => Virtuozzo::SOAP::Types::Backupm::Auth_nameType,
2349
+ :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
2350
+ :schema_element => [
2351
+ ["name", "SOAP::SOAPBase64", [0, 1]],
2352
+ ["domain", "SOAP::SOAPBase64", [0, 1]],
2353
+ ["realm", nil]
2354
+ ]
2355
+ )
2356
+
2357
+ LiteralRegistry.register(
2358
+ :class => Virtuozzo::SOAP::Types::Backupm::Connection_infoType,
2359
+ :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
2360
+ :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
2361
+ :schema_element => [
2362
+ ["protocol", "SOAP::SOAPString", [0, 1]],
2363
+ ["address", "SOAP::SOAPString"],
2364
+ ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
2365
+ ["login", "Virtuozzo::SOAP::Types::Backupm::Auth_nameType", [0, 1]],
2366
+ ["password", "SOAP::SOAPBase64", [0, 1]]
2367
+ ]
2368
+ )
2369
+
2370
+ LiteralRegistry.register(
2371
+ :class => Virtuozzo::SOAP::Types::Backupm::Eid_listType,
2372
+ :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
2373
+ :schema_element => [
2374
+ ["eid", "[]", [0, nil]]
2375
+ ]
2376
+ )
2377
+
2378
+ LiteralRegistry.register(
2379
+ :class => Virtuozzo::SOAP::Types::Backupm::Vt_infoType,
2380
+ :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
2381
+ :schema_element => [
2382
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
2383
+ ]
2384
+ )
2385
+
2386
+ LiteralRegistry.register(
2387
+ :class => Virtuozzo::SOAP::Types::Backupm::Vt_settingsType,
2388
+ :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
2389
+ :schema_element => [
2390
+ ["default_sample_id", nil, [0, 1]]
2391
+ ]
2392
+ )
2393
+
2394
+ LiteralRegistry.register(
2395
+ :class => Virtuozzo::SOAP::Types::Backupm::UserType,
2396
+ :schema_type => XSD::QName.new(NsTypes, "userType"),
2397
+ :schema_element => [
2398
+ ["initial_group", "Virtuozzo::SOAP::Types::Backupm::UserType::Initial_group", [0, 1]],
2399
+ ["group", "Virtuozzo::SOAP::Types::Backupm::UserType::Group[]", [0, nil]],
2400
+ ["uid", "SOAP::SOAPInt", [0, 1]],
2401
+ ["shell", "SOAP::SOAPString", [0, 1]],
2402
+ ["password", "SOAP::SOAPBase64", [0, 1]],
2403
+ ["home_dir", "SOAP::SOAPString", [0, 1]],
2404
+ ["name", "SOAP::SOAPString", [0, 1]],
2405
+ ["comment", "SOAP::SOAPString", [0, 1]]
2406
+ ]
2407
+ )
2408
+
2409
+ LiteralRegistry.register(
2410
+ :class => Virtuozzo::SOAP::Types::Backupm::UserType::Initial_group,
2411
+ :schema_name => XSD::QName.new(NsTypes, "initial_group"),
2412
+ :is_anonymous => true,
2413
+ :schema_qualified => true,
2414
+ :schema_element => [
2415
+ ["name", "SOAP::SOAPString", [0, 1]],
2416
+ ["gid", "SOAP::SOAPInt", [0, 1]]
2417
+ ]
2418
+ )
2419
+
2420
+ LiteralRegistry.register(
2421
+ :class => Virtuozzo::SOAP::Types::Backupm::UserType::Group,
2422
+ :schema_name => XSD::QName.new(NsTypes, "group"),
2423
+ :is_anonymous => true,
2424
+ :schema_qualified => true,
2425
+ :schema_element => [
2426
+ ["name", "SOAP::SOAPString", [0, 1]],
2427
+ ["gid", "SOAP::SOAPInt", [0, 1]]
2428
+ ]
2429
+ )
2430
+
2431
+ LiteralRegistry.register(
2432
+ :class => Virtuozzo::SOAP::Types::Backupm::GroupType,
2433
+ :schema_type => XSD::QName.new(NsTypes, "groupType"),
2434
+ :schema_element => [
2435
+ ["user", "Virtuozzo::SOAP::Types::Backupm::GroupType::User[]", [0, nil]],
2436
+ ["member_group", "Virtuozzo::SOAP::Types::Backupm::GroupType::Member_group[]", [0, nil]],
2437
+ ["name", "SOAP::SOAPString", [0, 1]],
2438
+ ["gid", "SOAP::SOAPInt", [0, 1]]
2439
+ ]
2440
+ )
2441
+
2442
+ LiteralRegistry.register(
2443
+ :class => Virtuozzo::SOAP::Types::Backupm::GroupType::User,
2444
+ :schema_name => XSD::QName.new(NsTypes, "user"),
2445
+ :is_anonymous => true,
2446
+ :schema_qualified => true,
2447
+ :schema_element => [
2448
+ ["name", "SOAP::SOAPString"]
2449
+ ]
2450
+ )
2451
+
2452
+ LiteralRegistry.register(
2453
+ :class => Virtuozzo::SOAP::Types::Backupm::GroupType::Member_group,
2454
+ :schema_name => XSD::QName.new(NsTypes, "member_group"),
2455
+ :is_anonymous => true,
2456
+ :schema_qualified => true,
2457
+ :schema_element => [
2458
+ ["name", "SOAP::SOAPString", [0, 1]]
2459
+ ]
2460
+ )
2461
+
2462
+ LiteralRegistry.register(
2463
+ :class => Virtuozzo::SOAP::Types::Backupm::PackageType,
2464
+ :schema_type => XSD::QName.new(NsTypes, "packageType"),
2465
+ :schema_element => [
2466
+ ["name", "SOAP::SOAPString"],
2467
+ ["summary", "SOAP::SOAPString", [0, 1]],
2468
+ ["os", "Virtuozzo::SOAP::Types::Backupm::OsType", [0, 1]],
2469
+ ["description", "SOAP::SOAPString", [0, 1]],
2470
+ ["arch", "SOAP::SOAPString", [0, 1]],
2471
+ ["version", "SOAP::SOAPString", [0, 1]]
2472
+ ]
2473
+ )
2474
+
2475
+ LiteralRegistry.register(
2476
+ :class => Virtuozzo::SOAP::Types::Backupm::Event_dataType,
2477
+ :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
2478
+ :schema_element => []
2479
+ )
2480
+
2481
+ LiteralRegistry.register(
2482
+ :class => Virtuozzo::SOAP::Types::Backupm::Named_listType,
2483
+ :schema_type => XSD::QName.new(NsTypes, "named_listType"),
2484
+ :schema_element => [
2485
+ ["name", "SOAP::SOAPString"],
2486
+ ["value", "SOAP::SOAPBase64[]", [0, nil]]
2487
+ ]
2488
+ )
2489
+
2490
+ LiteralRegistry.register(
2491
+ :class => Virtuozzo::SOAP::Types::Backupm::ModType,
2492
+ :schema_type => XSD::QName.new(NsTypes, "modType"),
2493
+ :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
2494
+ :schema_element => [
2495
+ ["name", "SOAP::SOAPString"],
2496
+ ["value", "SOAP::SOAPBase64[]", [0, nil]],
2497
+ ["op", "SOAP::SOAPInt", [0, 1]]
2498
+ ]
2499
+ )
2500
+
2501
+ LiteralRegistry.register(
2502
+ :class => Virtuozzo::SOAP::Types::Backupm::RealmType,
2503
+ :schema_type => XSD::QName.new(NsTypes, "realmType"),
2504
+ :schema_element => [
2505
+ ["id", nil, [0, 1]],
2506
+ ["type", "SOAP::SOAPInt"],
2507
+ ["name", "SOAP::SOAPString"],
2508
+ ["builtin", nil, [0, 1]]
2509
+ ]
2510
+ )
2511
+
2512
+ LiteralRegistry.register(
2513
+ :class => Virtuozzo::SOAP::Types::Backupm::EventType,
2514
+ :schema_type => XSD::QName.new(NsTypes, "eventType"),
2515
+ :schema_element => [
2516
+ ["eid", nil],
2517
+ ["time", nil],
2518
+ ["source", "SOAP::SOAPString"],
2519
+ ["category", "SOAP::SOAPString"],
2520
+ ["sid", nil, [0, 1]],
2521
+ ["count", "SOAP::SOAPInt"],
2522
+ ["id", nil],
2523
+ ["info", "Virtuozzo::SOAP::Types::Backupm::InfoType"],
2524
+ ["data", "Virtuozzo::SOAP::Types::Backupm::EventType::C_Data", [0, 1]]
2525
+ ]
2526
+ )
2527
+
2528
+ LiteralRegistry.register(
2529
+ :class => Virtuozzo::SOAP::Types::Backupm::EventType::C_Data,
2530
+ :schema_name => XSD::QName.new(NsTypes, "data"),
2531
+ :is_anonymous => true,
2532
+ :schema_qualified => true,
2533
+ :schema_element => [
2534
+ ["event_data", "Virtuozzo::SOAP::Types::Backupm::Event_dataType"]
2535
+ ]
2536
+ )
2537
+
2538
+ LiteralRegistry.register(
2539
+ :class => Virtuozzo::SOAP::Types::Backupm::InfoType,
2540
+ :schema_type => XSD::QName.new(NsTypes, "infoType"),
2541
+ :schema_element => [
2542
+ ["message", "SOAP::SOAPBase64"],
2543
+ ["translate", nil, [0, 1]],
2544
+ ["parameter", "Virtuozzo::SOAP::Types::Backupm::InfoType[]", [0, nil]],
2545
+ ["name", "SOAP::SOAPString"]
2546
+ ]
2547
+ )
2548
+
2549
+ LiteralRegistry.register(
2550
+ :class => Virtuozzo::SOAP::Types::Backupm::AceType,
2551
+ :schema_type => XSD::QName.new(NsTypes, "aceType"),
2552
+ :schema_element => [
2553
+ ["type", "SOAP::SOAPInt"],
2554
+ ["sid", nil],
2555
+ ["rights", "SOAP::SOAPBase64"]
2556
+ ]
2557
+ )
2558
+
2559
+ LiteralRegistry.register(
2560
+ :class => Virtuozzo::SOAP::Types::Backupm::Security_descriptorType,
2561
+ :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
2562
+ :schema_element => [
2563
+ ["owner", nil],
2564
+ ["group", nil],
2565
+ ["dacl", "Virtuozzo::SOAP::Types::Backupm::Security_descriptorType::Dacl", [0, 1]]
2566
+ ]
2567
+ )
2568
+
2569
+ LiteralRegistry.register(
2570
+ :class => Virtuozzo::SOAP::Types::Backupm::Security_descriptorType::Dacl,
2571
+ :schema_name => XSD::QName.new(NsTypes, "dacl"),
2572
+ :is_anonymous => true,
2573
+ :schema_qualified => true,
2574
+ :schema_element => [
2575
+ ["ace", "Virtuozzo::SOAP::Types::Backupm::AceType[]", [0, nil]]
2576
+ ]
2577
+ )
2578
+
2579
+ LiteralRegistry.register(
2580
+ :class => Virtuozzo::SOAP::Types::Backupm::Env_security_objectType,
2581
+ :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
2582
+ :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
2583
+ :schema_element => [
2584
+ ["eid", nil]
2585
+ ]
2586
+ )
2587
+
2588
+ LiteralRegistry.register(
2589
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_deviceType,
2590
+ :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
2591
+ :schema_element => [
2592
+ ["id", "SOAP::SOAPString", [0, 1]],
2593
+ ["ip_address", "Virtuozzo::SOAP::Types::Backupm::Ip_addressType[]", [0, nil]],
2594
+ ["dhcp", nil, [0, 1]],
2595
+ ["network_id", "SOAP::SOAPBase64", [0, 1]],
2596
+ ["status", "Virtuozzo::SOAP::Types::Backupm::Net_deviceType::Status", [0, 1]]
2597
+ ]
2598
+ )
2599
+
2600
+ LiteralRegistry.register(
2601
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_deviceType::Status,
2602
+ :schema_name => XSD::QName.new(NsTypes, "status"),
2603
+ :is_anonymous => true,
2604
+ :schema_qualified => true,
2605
+ :schema_element => [ :choice,
2606
+ ["up", nil],
2607
+ ["down", nil]
2608
+ ]
2609
+ )
2610
+
2611
+ LiteralRegistry.register(
2612
+ :class => Virtuozzo::SOAP::Types::Backupm::Voc_parameterType,
2613
+ :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
2614
+ :schema_element => [
2615
+ ["id", "SOAP::SOAPString"],
2616
+ ["type", "SOAP::SOAPString", [0, 1]],
2617
+ ["min", "SOAP::SOAPString", [0, 1]],
2618
+ ["max", "SOAP::SOAPString", [0, 1]],
2619
+ ["long", "SOAP::SOAPString", [0, 1]],
2620
+ ["short", "SOAP::SOAPString", [0, 1]],
2621
+ ["category", "SOAP::SOAPString[]", [0, nil]],
2622
+ ["complex", "SOAP::SOAPString", [0, 1]],
2623
+ ["default", "SOAP::SOAPString", [0, 1]],
2624
+ ["measure", "SOAP::SOAPString", [0, 1]],
2625
+ ["data", nil, [0, 1]],
2626
+ ["name", nil, [0, 1]]
2627
+ ]
2628
+ )
2629
+
2630
+ LiteralRegistry.register(
2631
+ :class => Virtuozzo::SOAP::Types::Backupm::VocabularyType,
2632
+ :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
2633
+ :schema_element => [
2634
+ ["name", "SOAP::SOAPString"],
2635
+ ["parameter", "Virtuozzo::SOAP::Types::Backupm::Voc_parameterType[]", [0, nil]],
2636
+ ["category", "Virtuozzo::SOAP::Types::Backupm::Voc_parameterType[]", [0, nil]]
2637
+ ]
2638
+ )
2639
+
2640
+ LiteralRegistry.register(
2641
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_nicType,
2642
+ :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
2643
+ :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
2644
+ :schema_element => [
2645
+ ["id", "SOAP::SOAPString", [0, 1]],
2646
+ ["ip_address", "Virtuozzo::SOAP::Types::Backupm::Ip_addressType[]", [0, nil]],
2647
+ ["dhcp", nil, [0, 1]],
2648
+ ["network_id", "SOAP::SOAPBase64", [0, 1]],
2649
+ ["status", "Virtuozzo::SOAP::Types::Backupm::Net_nicType::Status", [0, 1]],
2650
+ ["mac_address", "SOAP::SOAPString", [0, 1]]
2651
+ ]
2652
+ )
2653
+
2654
+ LiteralRegistry.register(
2655
+ :class => Virtuozzo::SOAP::Types::Backupm::Net_nicType::Status,
2656
+ :schema_name => XSD::QName.new(NsTypes, "status"),
2657
+ :is_anonymous => true,
2658
+ :schema_qualified => true,
2659
+ :schema_element => [ :choice,
2660
+ ["up", nil],
2661
+ ["down", nil]
2662
+ ]
2663
+ )
2664
+
2665
+ LiteralRegistry.register(
2666
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_statType,
2667
+ :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
2668
+ :schema_element => [
2669
+ ["cur", "SOAP::SOAPAnySimpleType"],
2670
+ ["avg", "SOAP::SOAPAnySimpleType"],
2671
+ ["max", "SOAP::SOAPAnySimpleType"],
2672
+ ["min", "SOAP::SOAPAnySimpleType"]
2673
+ ]
2674
+ )
2675
+
2676
+ LiteralRegistry.register(
2677
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_dataType,
2678
+ :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
2679
+ :schema_element => [
2680
+ ["eid", nil],
2681
+ ["v_class", ["Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2682
+ ["interval", "Virtuozzo::SOAP::Types::Backupm::IntervalType"]
2683
+ ]
2684
+ )
2685
+
2686
+ LiteralRegistry.register(
2687
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class::Instance::Counter,
2688
+ :schema_name => XSD::QName.new(NsTypes, "counter"),
2689
+ :is_anonymous => true,
2690
+ :schema_qualified => true,
2691
+ :schema_element => [
2692
+ ["name", "SOAP::SOAPString"],
2693
+ ["value", "Virtuozzo::SOAP::Types::Backupm::Perf_statType"]
2694
+ ]
2695
+ )
2696
+
2697
+ LiteralRegistry.register(
2698
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class::Instance,
2699
+ :schema_name => XSD::QName.new(NsTypes, "instance"),
2700
+ :is_anonymous => true,
2701
+ :schema_qualified => true,
2702
+ :schema_element => [
2703
+ ["name", "SOAP::SOAPString", [0, 1]],
2704
+ ["counter", "Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2705
+ ]
2706
+ )
2707
+
2708
+ LiteralRegistry.register(
2709
+ :class => Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class,
2710
+ :schema_name => XSD::QName.new(NsTypes, "class"),
2711
+ :is_anonymous => true,
2712
+ :schema_qualified => true,
2713
+ :schema_element => [
2714
+ ["name", "SOAP::SOAPString"],
2715
+ ["instance", "Virtuozzo::SOAP::Types::Backupm::Perf_dataType::C_Class::Instance[]", [1, nil]]
2716
+ ]
2717
+ )
2718
+
2719
+ LiteralRegistry.register(
2720
+ :class => Virtuozzo::SOAP::Types::Backupm::Log_options_baseType,
2721
+ :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
2722
+ :schema_element => []
2723
+ )
2724
+
2725
+ LiteralRegistry.register(
2726
+ :class => Virtuozzo::SOAP::Types::Backupm::Log_optionsType,
2727
+ :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
2728
+ :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
2729
+ :schema_element => []
2730
+ )
2731
+
2732
+ LiteralRegistry.register(
2733
+ :class => Virtuozzo::SOAP::Types::Backupm::Packet_headerType,
2734
+ :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
2735
+ :schema_element => [
2736
+ ["auth", "Virtuozzo::SOAP::Types::Backupm::AuthType", [0, 1]],
2737
+ ["cookie", "SOAP::SOAPString", [0, 1]],
2738
+ ["target", "SOAP::SOAPString[]", [0, nil]],
2739
+ ["origin", "SOAP::SOAPString", [0, 1]],
2740
+ ["src", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
2741
+ ["dst", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
2742
+ ["session", "SOAP::SOAPString", [0, 1]]
2743
+ ],
2744
+ :schema_attribute => {
2745
+ XSD::QName.new(nil, "version") => "SOAP::SOAPString",
2746
+ XSD::QName.new(nil, "id") => "SOAP::SOAPString",
2747
+ XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
2748
+ XSD::QName.new(nil, "time") => "SOAP::SOAPString",
2749
+ XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
2750
+ XSD::QName.new(nil, "log") => "SOAP::SOAPString",
2751
+ XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
2752
+ XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
2753
+ XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
2754
+ XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
2755
+ }
2756
+ )
2757
+
2758
+ LiteralRegistry.register(
2759
+ :class => Virtuozzo::SOAP::Types::Backupm::OperatorType,
2760
+ :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
2761
+ :schema_element => [ :choice,
2762
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"]
2763
+ ]
2764
+ )
2765
+
2766
+ LiteralRegistry.register(
2767
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType,
2768
+ :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
2769
+ :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
2770
+ :schema_element => [ :choice,
2771
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"],
2772
+ ["ok", "Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Ok[]"],
2773
+ ["error", "Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Error[]"]
2774
+ ]
2775
+ )
2776
+
2777
+ LiteralRegistry.register(
2778
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Ok,
2779
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
2780
+ :is_anonymous => true,
2781
+ :schema_qualified => true,
2782
+ :schema_element => []
2783
+ )
2784
+
2785
+ LiteralRegistry.register(
2786
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Error,
2787
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
2788
+ :is_anonymous => true,
2789
+ :schema_qualified => true,
2790
+ :schema_element => [
2791
+ ["code", "SOAP::SOAPInt"],
2792
+ ["message", "SOAP::SOAPString", [0, 1]]
2793
+ ]
2794
+ )
2795
+
2796
+ LiteralRegistry.register(
2797
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType,
2798
+ :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
2799
+ :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
2800
+ :schema_element => [ :choice,
2801
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"],
2802
+ ["ok", "Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Ok[]"],
2803
+ ["error", "Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Error[]"],
2804
+ [ :choice,
2805
+ ["start_monitor", "Virtuozzo::SOAP::Types::Backupm::Start_monitorType"],
2806
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Backupm::Stop_monitorType"],
2807
+ ["set_period", "Virtuozzo::SOAP::Types::Backupm::Set_periodType", [0, 1]],
2808
+ ["report", nil, [0, 1]]
2809
+ ]
2810
+ ]
2811
+ )
2812
+
2813
+ LiteralRegistry.register(
2814
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Ok,
2815
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
2816
+ :is_anonymous => true,
2817
+ :schema_qualified => true,
2818
+ :schema_element => []
2819
+ )
2820
+
2821
+ LiteralRegistry.register(
2822
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Error,
2823
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
2824
+ :is_anonymous => true,
2825
+ :schema_qualified => true,
2826
+ :schema_element => [
2827
+ ["code", "SOAP::SOAPInt"],
2828
+ ["message", "SOAP::SOAPString", [0, 1]]
2829
+ ]
2830
+ )
2831
+
2832
+ LiteralRegistry.register(
2833
+ :class => Virtuozzo::SOAP::Types::Backupm::Set_periodType,
2834
+ :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
2835
+ :schema_element => [
2836
+ ["collect", "SOAP::SOAPInt"],
2837
+ ["log", "SOAP::SOAPInt"],
2838
+ ["report", "SOAP::SOAPInt"]
2839
+ ]
2840
+ )
2841
+
2842
+ LiteralRegistry.register(
2843
+ :class => Virtuozzo::SOAP::Types::Backupm::Start_monitorType,
2844
+ :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
2845
+ :schema_element => [
2846
+ ["period", "SOAP::SOAPInt"],
2847
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
2848
+ ]
2849
+ )
2850
+
2851
+ LiteralRegistry.register(
2852
+ :class => Virtuozzo::SOAP::Types::Backupm::Stop_monitorType,
2853
+ :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
2854
+ :schema_element => [
2855
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
2856
+ ]
2857
+ )
2858
+
2859
+ LiteralRegistry.register(
2860
+ :class => Virtuozzo::SOAP::Types::Backupm::AuthType,
2861
+ :schema_type => XSD::QName.new(NsProtocol, "authType"),
2862
+ :schema_element => [
2863
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
2864
+ ]
2865
+ )
2866
+
2867
+ LiteralRegistry.register(
2868
+ :class => Virtuozzo::SOAP::Types::Backupm::Event_configurationType,
2869
+ :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
2870
+ :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
2871
+ :schema_element => [
2872
+ ["period", "SOAP::SOAPInt"]
2873
+ ]
2874
+ )
2875
+
2876
+ LiteralRegistry.register(
2877
+ :class => Virtuozzo::SOAP::Types::Backupm::Periodic_configurationType,
2878
+ :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
2879
+ :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
2880
+ :schema_element => [
2881
+ ["log_priority", "SOAP::SOAPInt"],
2882
+ ["monitor_priority", "SOAP::SOAPInt"],
2883
+ ["min_monitor_period", "SOAP::SOAPInt"],
2884
+ ["min_monitor_period_root", "SOAP::SOAPInt"]
2885
+ ]
2886
+ )
2887
+
2888
+ LiteralRegistry.register(
2889
+ :class => Virtuozzo::SOAP::Types::Backupm::RouteType,
2890
+ :schema_type => XSD::QName.new(NsProtocol, "routeType"),
2891
+ :schema_element => [
2892
+ ["director", "SOAP::SOAPString", [0, 1]],
2893
+ ["host", "SOAP::SOAPString", [0, 1]],
2894
+ ["index", "SOAP::SOAPString", [0, 1]],
2895
+ ["target", "SOAP::SOAPString", [0, 1]]
2896
+ ]
2897
+ )
2898
+
2899
+ LiteralRegistry.register(
2900
+ :class => Virtuozzo::SOAP::Types::Backupm::DataType,
2901
+ :schema_type => XSD::QName.new(NsProtocol, "dataType"),
2902
+ :schema_element => [
2903
+ ["operator", "Virtuozzo::SOAP::Types::Backupm::OperatorType[]"]
2904
+ ]
2905
+ )
2906
+
2907
+ LiteralRegistry.register(
2908
+ :class => Virtuozzo::SOAP::Types::Backupm::ConfigurationType,
2909
+ :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
2910
+ :schema_element => []
2911
+ )
2912
+
2913
+ LiteralRegistry.register(
2914
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType,
2915
+ :schema_type => XSD::QName.new(NsData_storagem, "data_storagemType"),
2916
+ :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
2917
+ :schema_element => [ :choice,
2918
+ ["configuration", ["Virtuozzo::SOAP::Types::Backupm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
2919
+ ["ok", ["Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
2920
+ ["error", ["Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
2921
+ [ :choice,
2922
+ ["get_storage_config", "Virtuozzo::SOAP::Types::Backupm::Get_storage_config"],
2923
+ ["set_storage_config", "Virtuozzo::SOAP::Types::Backupm::Set_storage_config"],
2924
+ ["get_metadata", "Virtuozzo::SOAP::Types::Backupm::Get_metadata"],
2925
+ ["put_metadata", "Virtuozzo::SOAP::Types::Backupm::Put_metadata"],
2926
+ ["get_object_info", "Virtuozzo::SOAP::Types::Backupm::Get_object_info"],
2927
+ ["set_object_info", "Virtuozzo::SOAP::Types::Backupm::Set_object_info"],
2928
+ ["remove_object", "Virtuozzo::SOAP::Types::Backupm::Remove_object"],
2929
+ ["get_list", "Virtuozzo::SOAP::Types::Backupm::Get_list"]
2930
+ ],
2931
+ [ :choice,
2932
+ ["config", "Virtuozzo::SOAP::Types::Backupm::Ds_configurationType"],
2933
+ ["data", "[]", [0, nil]],
2934
+ ["info", "Virtuozzo::SOAP::Types::Backupm::Ds_object_infoType[]", [0, nil]],
2935
+ ["id", "[]", [0, nil]]
2936
+ ]
2937
+ ]
2938
+ )
2939
+
2940
+ LiteralRegistry.register(
2941
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Ok,
2942
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
2943
+ :is_anonymous => true,
2944
+ :schema_qualified => true,
2945
+ :schema_element => []
2946
+ )
2947
+
2948
+ LiteralRegistry.register(
2949
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Error,
2950
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
2951
+ :is_anonymous => true,
2952
+ :schema_qualified => true,
2953
+ :schema_element => [
2954
+ ["code", "SOAP::SOAPInt"],
2955
+ ["message", "SOAP::SOAPString", [0, 1]]
2956
+ ]
2957
+ )
2958
+
2959
+ LiteralRegistry.register(
2960
+ :class => Virtuozzo::SOAP::Types::Backupm::Ds_locationType,
2961
+ :schema_type => XSD::QName.new(NsData_storagem, "ds_locationType"),
2962
+ :schema_element => [
2963
+ ["type", "SOAP::SOAPInt"],
2964
+ ["path", "SOAP::SOAPBase64"],
2965
+ ["login", "Virtuozzo::SOAP::Types::Backupm::Auth_nameType", [0, 1]],
2966
+ ["password", "SOAP::SOAPString", [0, 1]]
2967
+ ]
2968
+ )
2969
+
2970
+ LiteralRegistry.register(
2971
+ :class => Virtuozzo::SOAP::Types::Backupm::Ds_configurationType,
2972
+ :schema_type => XSD::QName.new(NsData_storagem, "ds_configurationType"),
2973
+ :schema_element => [
2974
+ ["location", "Virtuozzo::SOAP::Types::Backupm::Ds_locationType"]
2975
+ ]
2976
+ )
2977
+
2978
+ LiteralRegistry.register(
2979
+ :class => Virtuozzo::SOAP::Types::Backupm::Ds_object_infoType,
2980
+ :schema_type => XSD::QName.new(NsData_storagem, "ds_object_infoType"),
2981
+ :schema_element => [
2982
+ ["time", nil],
2983
+ ["size", "SOAP::SOAPLong"],
2984
+ ["type", "SOAP::SOAPInt"],
2985
+ ["id", nil],
2986
+ ["storage_eid", nil],
2987
+ ["info", "Virtuozzo::SOAP::Types::Backupm::InfoType"]
2988
+ ]
2989
+ )
2990
+
2991
+ LiteralRegistry.register(
2992
+ :class => Virtuozzo::SOAP::Types::Backupm::Transport_type,
2993
+ :schema_type => XSD::QName.new(NsTypes, "transport_type")
2994
+ )
2995
+
2996
+ LiteralRegistry.register(
2997
+ :class => Virtuozzo::SOAP::Types::Backupm::Yes_no_type,
2998
+ :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
2999
+ )
3000
+
3001
+ LiteralRegistry.register(
3002
+ :class => Virtuozzo::SOAP::Types::Backupm::Packet_headerType,
3003
+ :schema_name => XSD::QName.new(NsBackupm_0, "packet_header"),
3004
+ :schema_element => [
3005
+ ["auth", "Virtuozzo::SOAP::Types::Backupm::AuthType", [0, 1]],
3006
+ ["cookie", "SOAP::SOAPString", [0, 1]],
3007
+ ["target", "SOAP::SOAPString[]", [0, nil]],
3008
+ ["origin", "SOAP::SOAPString", [0, 1]],
3009
+ ["src", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
3010
+ ["dst", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
3011
+ ["session", "SOAP::SOAPString", [0, 1]]
3012
+ ],
3013
+ :schema_attribute => {
3014
+ XSD::QName.new(nil, "version") => "SOAP::SOAPString",
3015
+ XSD::QName.new(nil, "id") => "SOAP::SOAPString",
3016
+ XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
3017
+ XSD::QName.new(nil, "time") => "SOAP::SOAPString",
3018
+ XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
3019
+ XSD::QName.new(nil, "log") => "SOAP::SOAPString",
3020
+ XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
3021
+ XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
3022
+ XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
3023
+ XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
3024
+ }
3025
+ )
3026
+
3027
+ LiteralRegistry.register(
3028
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType,
3029
+ :schema_name => XSD::QName.new(NsBackupm, "backupm"),
3030
+ :schema_element => [ :choice,
3031
+ ["configuration", ["Virtuozzo::SOAP::Types::Backupm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3032
+ ["ok", ["Virtuozzo::SOAP::Types::Backupm::BackupmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3033
+ ["error", ["Virtuozzo::SOAP::Types::Backupm::BackupmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3034
+ [ :choice,
3035
+ ["backup_env", "Virtuozzo::SOAP::Types::Backupm::Backup_env"],
3036
+ ["restore_env", "Virtuozzo::SOAP::Types::Backupm::Restore_env"],
3037
+ ["selective_restore_env", "Virtuozzo::SOAP::Types::Backupm::Selective_restore_env"],
3038
+ ["list", "Virtuozzo::SOAP::Types::Backupm::List"],
3039
+ ["remove", "Virtuozzo::SOAP::Types::Backupm::Remove"],
3040
+ ["search", "Virtuozzo::SOAP::Types::Backupm::Search"],
3041
+ ["get_info", "Virtuozzo::SOAP::Types::Backupm::Get_info"],
3042
+ ["set_config", "Virtuozzo::SOAP::Types::Backupm::Set_config"],
3043
+ ["get_config", "Virtuozzo::SOAP::Types::Backupm::Get_config"]
3044
+ ],
3045
+ [ :choice,
3046
+ ["backup", "Virtuozzo::SOAP::Types::Backupm::BackupType[]", [0, nil]],
3047
+ ["info", "Virtuozzo::SOAP::Types::Backupm::Backup_dataType"],
3048
+ ["backupm_config", "Virtuozzo::SOAP::Types::Backupm::Backupm_configType"]
3049
+ ]
3050
+ ]
3051
+ )
3052
+
3053
+ LiteralRegistry.register(
3054
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType::Ok,
3055
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
3056
+ :is_anonymous => true,
3057
+ :schema_qualified => true,
3058
+ :schema_element => []
3059
+ )
3060
+
3061
+ LiteralRegistry.register(
3062
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupmType::Error,
3063
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
3064
+ :is_anonymous => true,
3065
+ :schema_qualified => true,
3066
+ :schema_element => [
3067
+ ["code", "SOAP::SOAPInt"],
3068
+ ["message", "SOAP::SOAPString", [0, 1]]
3069
+ ]
3070
+ )
3071
+
3072
+ LiteralRegistry.register(
3073
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_env,
3074
+ :schema_name => XSD::QName.new(NsBackupm, "backup_env"),
3075
+ :schema_element => [
3076
+ ["env_list", "Virtuozzo::SOAP::Types::Backupm::Eid_listType"],
3077
+ ["backup_options", "Virtuozzo::SOAP::Types::Backupm::Backup_options_baseType", [0, 1]],
3078
+ ["backup_server", "Virtuozzo::SOAP::Types::Backupm::Connection_infoType", [0, 1]]
3079
+ ]
3080
+ )
3081
+
3082
+ LiteralRegistry.register(
3083
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupType,
3084
+ :schema_name => XSD::QName.new(NsBackupm, "backup"),
3085
+ :schema_element => [
3086
+ ["time", [nil, XSD::QName.new(NsData_storagem, "time")]],
3087
+ ["size", ["SOAP::SOAPLong", XSD::QName.new(NsData_storagem, "size")]],
3088
+ ["type", ["SOAP::SOAPInt", XSD::QName.new(NsData_storagem, "type")]],
3089
+ ["id", [nil, XSD::QName.new(NsData_storagem, "id")]],
3090
+ ["storage_eid", [nil, XSD::QName.new(NsData_storagem, "storage_eid")]],
3091
+ ["info", ["Virtuozzo::SOAP::Types::Backupm::InfoType", XSD::QName.new(NsData_storagem, "info")]],
3092
+ ["eid", nil],
3093
+ ["description", "SOAP::SOAPBase64", [0, 1]],
3094
+ ["count", "SOAP::SOAPInt"],
3095
+ ["capability", "Virtuozzo::SOAP::Types::Backupm::BackupType::Capability", [0, 1]]
3096
+ ]
3097
+ )
3098
+
3099
+ LiteralRegistry.register(
3100
+ :class => Virtuozzo::SOAP::Types::Backupm::BackupType::Capability,
3101
+ :schema_name => XSD::QName.new(NsBackupm, "capability"),
3102
+ :is_anonymous => true,
3103
+ :schema_qualified => true,
3104
+ :schema_element => [
3105
+ ["browsable", nil, [0, 1]]
3106
+ ]
3107
+ )
3108
+
3109
+ LiteralRegistry.register(
3110
+ :class => Virtuozzo::SOAP::Types::Backupm::Restore_env,
3111
+ :schema_name => XSD::QName.new(NsBackupm, "restore_env"),
3112
+ :schema_element => [
3113
+ ["backup_id", nil],
3114
+ ["restore_options", "Virtuozzo::SOAP::Types::Backupm::Restore_optionsType", [0, 1]],
3115
+ ["backup_server", "Virtuozzo::SOAP::Types::Backupm::Connection_infoType", [0, 1]],
3116
+ ["parent_eid", nil, [0, 1]]
3117
+ ]
3118
+ )
3119
+
3120
+ LiteralRegistry.register(
3121
+ :class => Virtuozzo::SOAP::Types::Backupm::Selective_restore_env,
3122
+ :schema_name => XSD::QName.new(NsBackupm, "selective_restore_env"),
3123
+ :schema_element => [
3124
+ ["eid", nil],
3125
+ ["backup_id", nil],
3126
+ ["path", "SOAP::SOAPBase64[]", [1, nil]],
3127
+ ["selective_restore_options", "Virtuozzo::SOAP::Types::Backupm::Selective_restore_optionsType", [0, 1]],
3128
+ ["backup_server", "Virtuozzo::SOAP::Types::Backupm::Connection_infoType", [0, 1]]
3129
+ ]
3130
+ )
3131
+
3132
+ LiteralRegistry.register(
3133
+ :class => Virtuozzo::SOAP::Types::Backupm::List,
3134
+ :schema_name => XSD::QName.new(NsBackupm, "list"),
3135
+ :schema_element => [
3136
+ ["backup_id", "[]", [0, nil]],
3137
+ ["options", "Virtuozzo::SOAP::Types::Backupm::List_optionsType", [0, 1]]
3138
+ ]
3139
+ )
3140
+
3141
+ LiteralRegistry.register(
3142
+ :class => Virtuozzo::SOAP::Types::Backupm::Remove,
3143
+ :schema_name => XSD::QName.new(NsBackupm, "remove"),
3144
+ :schema_element => [
3145
+ ["backup_id", nil, [0, 1]],
3146
+ ["options", "Virtuozzo::SOAP::Types::Backupm::Remove_optionsType", [0, 1]]
3147
+ ]
3148
+ )
3149
+
3150
+ LiteralRegistry.register(
3151
+ :class => Virtuozzo::SOAP::Types::Backupm::Search,
3152
+ :schema_name => XSD::QName.new(NsBackupm, "search"),
3153
+ :schema_element => [
3154
+ ["options", "Virtuozzo::SOAP::Types::Backupm::Search_optionsType"]
3155
+ ]
3156
+ )
3157
+
3158
+ LiteralRegistry.register(
3159
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_info,
3160
+ :schema_name => XSD::QName.new(NsBackupm, "get_info"),
3161
+ :schema_element => [
3162
+ ["backup_id", nil],
3163
+ ["options", "Virtuozzo::SOAP::Types::Backupm::Get_info_optionsType"]
3164
+ ]
3165
+ )
3166
+
3167
+ LiteralRegistry.register(
3168
+ :class => Virtuozzo::SOAP::Types::Backupm::Set_config,
3169
+ :schema_name => XSD::QName.new(NsBackupm, "set_config"),
3170
+ :schema_element => [
3171
+ ["backupm_config", "Virtuozzo::SOAP::Types::Backupm::Backupm_configType", [0, 1]]
3172
+ ]
3173
+ )
3174
+
3175
+ LiteralRegistry.register(
3176
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_config,
3177
+ :schema_name => XSD::QName.new(NsBackupm, "get_config"),
3178
+ :schema_element => [
3179
+ ["local", nil, [0, 1]]
3180
+ ]
3181
+ )
3182
+
3183
+ LiteralRegistry.register(
3184
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_options_baseType,
3185
+ :schema_name => XSD::QName.new(NsBackupm, "backup_options"),
3186
+ :schema_element => []
3187
+ )
3188
+
3189
+ LiteralRegistry.register(
3190
+ :class => Virtuozzo::SOAP::Types::Backupm::Restore_optionsType,
3191
+ :schema_name => XSD::QName.new(NsBackupm, "restore_options"),
3192
+ :schema_element => [
3193
+ ["force", nil, [0, 1]]
3194
+ ]
3195
+ )
3196
+
3197
+ LiteralRegistry.register(
3198
+ :class => Virtuozzo::SOAP::Types::Backupm::Selective_restore_optionsType,
3199
+ :schema_name => XSD::QName.new(NsBackupm, "selective_restore_options"),
3200
+ :schema_element => [
3201
+ ["skip_locked", nil, [0, 1]]
3202
+ ]
3203
+ )
3204
+
3205
+ LiteralRegistry.register(
3206
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_dataType,
3207
+ :schema_name => XSD::QName.new(NsBackupm, "info"),
3208
+ :schema_element => []
3209
+ )
3210
+
3211
+ LiteralRegistry.register(
3212
+ :class => Virtuozzo::SOAP::Types::Backupm::Backupm_configType,
3213
+ :schema_name => XSD::QName.new(NsBackupm, "backupm_config"),
3214
+ :schema_element => [
3215
+ ["backup_server", "Virtuozzo::SOAP::Types::Backupm::Connection_infoType"],
3216
+ ["chain_length", "SOAP::SOAPInt"],
3217
+ ["chain_days", "SOAP::SOAPInt"],
3218
+ ["keep_max", "SOAP::SOAPInt"],
3219
+ ["compression", "SOAP::SOAPInt"],
3220
+ ["type", "SOAP::SOAPInt"],
3221
+ ["pe_backups_limit", nil]
3222
+ ]
3223
+ )
3224
+
3225
+ LiteralRegistry.register(
3226
+ :class => Virtuozzo::SOAP::Types::Backupm::Backup_envResponse,
3227
+ :schema_name => XSD::QName.new(NsBackupm, "backup_envResponse"),
3228
+ :schema_element => [
3229
+ ["backup", "Virtuozzo::SOAP::Types::Backupm::BackupType[]", [1, nil]]
3230
+ ]
3231
+ )
3232
+
3233
+ LiteralRegistry.register(
3234
+ :class => Virtuozzo::SOAP::Types::Backupm::ListResponse,
3235
+ :schema_name => XSD::QName.new(NsBackupm, "listResponse"),
3236
+ :schema_element => [
3237
+ ["backup", "Virtuozzo::SOAP::Types::Backupm::BackupType[]", [1, nil]]
3238
+ ]
3239
+ )
3240
+
3241
+ LiteralRegistry.register(
3242
+ :class => Virtuozzo::SOAP::Types::Backupm::SearchResponse,
3243
+ :schema_name => XSD::QName.new(NsBackupm, "searchResponse"),
3244
+ :schema_element => [
3245
+ ["backup", "Virtuozzo::SOAP::Types::Backupm::BackupType[]", [1, nil]]
3246
+ ]
3247
+ )
3248
+
3249
+ LiteralRegistry.register(
3250
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_infoResponse,
3251
+ :schema_name => XSD::QName.new(NsBackupm, "get_infoResponse"),
3252
+ :schema_element => [
3253
+ ["info", "Virtuozzo::SOAP::Types::Backupm::Backup_dataType"]
3254
+ ]
3255
+ )
3256
+
3257
+ LiteralRegistry.register(
3258
+ :class => Virtuozzo::SOAP::Types::Backupm::Set_configResponse,
3259
+ :schema_name => XSD::QName.new(NsBackupm, "set_configResponse"),
3260
+ :schema_element => []
3261
+ )
3262
+
3263
+ LiteralRegistry.register(
3264
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_configResponse,
3265
+ :schema_name => XSD::QName.new(NsBackupm, "get_configResponse"),
3266
+ :schema_element => [
3267
+ ["backupm_config", "Virtuozzo::SOAP::Types::Backupm::Backupm_configType"]
3268
+ ]
3269
+ )
3270
+
3271
+ LiteralRegistry.register(
3272
+ :class => Virtuozzo::SOAP::Types::Backupm::Connection_infoType,
3273
+ :schema_name => XSD::QName.new(NsBackupm, "backup_server"),
3274
+ :schema_element => [
3275
+ ["protocol", "SOAP::SOAPString", [0, 1]],
3276
+ ["address", "SOAP::SOAPString"],
3277
+ ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
3278
+ ["login", "Virtuozzo::SOAP::Types::Backupm::Auth_nameType", [0, 1]],
3279
+ ["password", "SOAP::SOAPBase64", [0, 1]]
3280
+ ]
3281
+ )
3282
+
3283
+ LiteralRegistry.register(
3284
+ :class => Virtuozzo::SOAP::Types::Backupm::Restore_envResponse,
3285
+ :schema_name => XSD::QName.new(NsBackupm, "restore_envResponse"),
3286
+ :schema_element => []
3287
+ )
3288
+
3289
+ LiteralRegistry.register(
3290
+ :class => Virtuozzo::SOAP::Types::Backupm::Event_dataType,
3291
+ :schema_name => XSD::QName.new(NsTypes, "event_data"),
3292
+ :schema_element => []
3293
+ )
3294
+
3295
+ LiteralRegistry.register(
3296
+ :class => Virtuozzo::SOAP::Types::Backupm::Voc_parameterType,
3297
+ :schema_name => XSD::QName.new(NsTypes, "parameter"),
3298
+ :schema_element => [
3299
+ ["id", "SOAP::SOAPString"],
3300
+ ["type", "SOAP::SOAPString", [0, 1]],
3301
+ ["min", "SOAP::SOAPString", [0, 1]],
3302
+ ["max", "SOAP::SOAPString", [0, 1]],
3303
+ ["long", "SOAP::SOAPString", [0, 1]],
3304
+ ["short", "SOAP::SOAPString", [0, 1]],
3305
+ ["category", "SOAP::SOAPString[]", [0, nil]],
3306
+ ["complex", "SOAP::SOAPString", [0, 1]],
3307
+ ["default", "SOAP::SOAPString", [0, 1]],
3308
+ ["measure", "SOAP::SOAPString", [0, 1]],
3309
+ ["data", nil, [0, 1]],
3310
+ ["name", nil, [0, 1]]
3311
+ ]
3312
+ )
3313
+
3314
+ LiteralRegistry.register(
3315
+ :class => Virtuozzo::SOAP::Types::Backupm::Voc_parameterType,
3316
+ :schema_name => XSD::QName.new(NsTypes, "category"),
3317
+ :schema_element => [
3318
+ ["id", "SOAP::SOAPString"],
3319
+ ["type", "SOAP::SOAPString", [0, 1]],
3320
+ ["min", "SOAP::SOAPString", [0, 1]],
3321
+ ["max", "SOAP::SOAPString", [0, 1]],
3322
+ ["long", "SOAP::SOAPString", [0, 1]],
3323
+ ["short", "SOAP::SOAPString", [0, 1]],
3324
+ ["category", "SOAP::SOAPString[]", [0, nil]],
3325
+ ["complex", "SOAP::SOAPString", [0, 1]],
3326
+ ["default", "SOAP::SOAPString", [0, 1]],
3327
+ ["measure", "SOAP::SOAPString", [0, 1]],
3328
+ ["data", nil, [0, 1]],
3329
+ ["name", nil, [0, 1]]
3330
+ ]
3331
+ )
3332
+
3333
+ LiteralRegistry.register(
3334
+ :class => Virtuozzo::SOAP::Types::Backupm::Packet,
3335
+ :schema_name => XSD::QName.new(NsProtocol, "packet"),
3336
+ :schema_element => [
3337
+ ["auth", "Virtuozzo::SOAP::Types::Backupm::AuthType", [0, 1]],
3338
+ ["cookie", "SOAP::SOAPString", [0, 1]],
3339
+ ["target", "SOAP::SOAPString[]", [0, nil]],
3340
+ ["origin", "SOAP::SOAPString", [0, 1]],
3341
+ ["src", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
3342
+ ["dst", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
3343
+ ["session", "SOAP::SOAPString", [0, 1]],
3344
+ ["data", "Virtuozzo::SOAP::Types::Backupm::Packet::C_Data"]
3345
+ ],
3346
+ :schema_attribute => {
3347
+ XSD::QName.new(nil, "version") => "SOAP::SOAPString",
3348
+ XSD::QName.new(nil, "id") => "SOAP::SOAPString",
3349
+ XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
3350
+ XSD::QName.new(nil, "time") => "SOAP::SOAPString",
3351
+ XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
3352
+ XSD::QName.new(nil, "log") => "SOAP::SOAPString",
3353
+ XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
3354
+ XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
3355
+ XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
3356
+ XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
3357
+ }
3358
+ )
3359
+
3360
+ LiteralRegistry.register(
3361
+ :class => Virtuozzo::SOAP::Types::Backupm::Packet::C_Data,
3362
+ :schema_name => XSD::QName.new(NsProtocol, "data"),
3363
+ :is_anonymous => true,
3364
+ :schema_qualified => true,
3365
+ :schema_element => [
3366
+ ["operator", "Virtuozzo::SOAP::Types::Backupm::OperatorType[]"]
3367
+ ]
3368
+ )
3369
+
3370
+ LiteralRegistry.register(
3371
+ :class => Virtuozzo::SOAP::Types::Backupm::Packet_headerType,
3372
+ :schema_name => XSD::QName.new(NsProtocol, "packet_header"),
3373
+ :schema_element => [
3374
+ ["auth", "Virtuozzo::SOAP::Types::Backupm::AuthType", [0, 1]],
3375
+ ["cookie", "SOAP::SOAPString", [0, 1]],
3376
+ ["target", "SOAP::SOAPString[]", [0, nil]],
3377
+ ["origin", "SOAP::SOAPString", [0, 1]],
3378
+ ["src", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
3379
+ ["dst", "Virtuozzo::SOAP::Types::Backupm::RouteType", [0, 1]],
3380
+ ["session", "SOAP::SOAPString", [0, 1]]
3381
+ ],
3382
+ :schema_attribute => {
3383
+ XSD::QName.new(nil, "version") => "SOAP::SOAPString",
3384
+ XSD::QName.new(nil, "id") => "SOAP::SOAPString",
3385
+ XSD::QName.new(nil, "priority") => "SOAP::SOAPString",
3386
+ XSD::QName.new(nil, "time") => "SOAP::SOAPString",
3387
+ XSD::QName.new(nil, "progress") => "SOAP::SOAPString",
3388
+ XSD::QName.new(nil, "log") => "SOAP::SOAPString",
3389
+ XSD::QName.new(nil, "type") => "SOAP::SOAPInt",
3390
+ XSD::QName.new(nil, "timeout") => "SOAP::SOAPInt",
3391
+ XSD::QName.new(nil, "timeout_limit") => "SOAP::SOAPInt",
3392
+ XSD::QName.new(nil, "uid") => "SOAP::SOAPInt"
3393
+ }
3394
+ )
3395
+
3396
+ LiteralRegistry.register(
3397
+ :class => Virtuozzo::SOAP::Types::Backupm::OperatorType,
3398
+ :schema_name => XSD::QName.new(NsProtocol, "operator"),
3399
+ :schema_element => [ :choice,
3400
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"]
3401
+ ]
3402
+ )
3403
+
3404
+ LiteralRegistry.register(
3405
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType,
3406
+ :schema_name => XSD::QName.new(NsProtocol, "operator_periodic"),
3407
+ :schema_element => [ :choice,
3408
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"],
3409
+ ["ok", "Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Ok[]"],
3410
+ ["error", "Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Error[]"],
3411
+ [ :choice,
3412
+ ["start_monitor", "Virtuozzo::SOAP::Types::Backupm::Start_monitorType"],
3413
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Backupm::Stop_monitorType"],
3414
+ ["set_period", "Virtuozzo::SOAP::Types::Backupm::Set_periodType", [0, 1]],
3415
+ ["report", nil, [0, 1]]
3416
+ ]
3417
+ ]
3418
+ )
3419
+
3420
+ LiteralRegistry.register(
3421
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Ok,
3422
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
3423
+ :is_anonymous => true,
3424
+ :schema_qualified => true,
3425
+ :schema_element => []
3426
+ )
3427
+
3428
+ LiteralRegistry.register(
3429
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_periodicType::Error,
3430
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
3431
+ :is_anonymous => true,
3432
+ :schema_qualified => true,
3433
+ :schema_element => [
3434
+ ["code", "SOAP::SOAPInt"],
3435
+ ["message", "SOAP::SOAPString", [0, 1]]
3436
+ ]
3437
+ )
3438
+
3439
+ LiteralRegistry.register(
3440
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType,
3441
+ :schema_name => XSD::QName.new(NsProtocol, "operator_functional"),
3442
+ :schema_element => [ :choice,
3443
+ ["configuration", "Virtuozzo::SOAP::Types::Backupm::ConfigurationType"],
3444
+ ["ok", "Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Ok[]"],
3445
+ ["error", "Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Error[]"]
3446
+ ]
3447
+ )
3448
+
3449
+ LiteralRegistry.register(
3450
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Ok,
3451
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
3452
+ :is_anonymous => true,
3453
+ :schema_qualified => true,
3454
+ :schema_element => []
3455
+ )
3456
+
3457
+ LiteralRegistry.register(
3458
+ :class => Virtuozzo::SOAP::Types::Backupm::Operator_functionalType::Error,
3459
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
3460
+ :is_anonymous => true,
3461
+ :schema_qualified => true,
3462
+ :schema_element => [
3463
+ ["code", "SOAP::SOAPInt"],
3464
+ ["message", "SOAP::SOAPString", [0, 1]]
3465
+ ]
3466
+ )
3467
+
3468
+ LiteralRegistry.register(
3469
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType,
3470
+ :schema_name => XSD::QName.new(NsData_storagem, "data_storagem"),
3471
+ :schema_element => [ :choice,
3472
+ ["configuration", ["Virtuozzo::SOAP::Types::Backupm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3473
+ ["ok", ["Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3474
+ ["error", ["Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3475
+ [ :choice,
3476
+ ["get_storage_config", "Virtuozzo::SOAP::Types::Backupm::Get_storage_config"],
3477
+ ["set_storage_config", "Virtuozzo::SOAP::Types::Backupm::Set_storage_config"],
3478
+ ["get_metadata", "Virtuozzo::SOAP::Types::Backupm::Get_metadata"],
3479
+ ["put_metadata", "Virtuozzo::SOAP::Types::Backupm::Put_metadata"],
3480
+ ["get_object_info", "Virtuozzo::SOAP::Types::Backupm::Get_object_info"],
3481
+ ["set_object_info", "Virtuozzo::SOAP::Types::Backupm::Set_object_info"],
3482
+ ["remove_object", "Virtuozzo::SOAP::Types::Backupm::Remove_object"],
3483
+ ["get_list", "Virtuozzo::SOAP::Types::Backupm::Get_list"]
3484
+ ],
3485
+ [ :choice,
3486
+ ["config", "Virtuozzo::SOAP::Types::Backupm::Ds_configurationType"],
3487
+ ["data", "[]", [0, nil]],
3488
+ ["info", "Virtuozzo::SOAP::Types::Backupm::Ds_object_infoType[]", [0, nil]],
3489
+ ["id", "[]", [0, nil]]
3490
+ ]
3491
+ ]
3492
+ )
3493
+
3494
+ LiteralRegistry.register(
3495
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Ok,
3496
+ :schema_name => XSD::QName.new(NsProtocol, "ok"),
3497
+ :is_anonymous => true,
3498
+ :schema_qualified => true,
3499
+ :schema_element => []
3500
+ )
3501
+
3502
+ LiteralRegistry.register(
3503
+ :class => Virtuozzo::SOAP::Types::Backupm::Data_storagemType::Error,
3504
+ :schema_name => XSD::QName.new(NsProtocol, "error"),
3505
+ :is_anonymous => true,
3506
+ :schema_qualified => true,
3507
+ :schema_element => [
3508
+ ["code", "SOAP::SOAPInt"],
3509
+ ["message", "SOAP::SOAPString", [0, 1]]
3510
+ ]
3511
+ )
3512
+
3513
+ LiteralRegistry.register(
3514
+ :class => Virtuozzo::SOAP::Types::Backupm::Set_storage_config,
3515
+ :schema_name => XSD::QName.new(NsData_storagem, "set_storage_config"),
3516
+ :schema_element => [
3517
+ ["config", "Virtuozzo::SOAP::Types::Backupm::Ds_configurationType"]
3518
+ ]
3519
+ )
3520
+
3521
+ LiteralRegistry.register(
3522
+ :class => Virtuozzo::SOAP::Types::Backupm::Ds_configurationType,
3523
+ :schema_name => XSD::QName.new(NsData_storagem, "config"),
3524
+ :schema_element => [
3525
+ ["location", "Virtuozzo::SOAP::Types::Backupm::Ds_locationType"]
3526
+ ]
3527
+ )
3528
+
3529
+ LiteralRegistry.register(
3530
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_metadata,
3531
+ :schema_name => XSD::QName.new(NsData_storagem, "get_metadata"),
3532
+ :schema_element => [
3533
+ ["id", "[]", [0, nil]]
3534
+ ]
3535
+ )
3536
+
3537
+ LiteralRegistry.register(
3538
+ :class => Virtuozzo::SOAP::Types::Backupm::Put_metadata,
3539
+ :schema_name => XSD::QName.new(NsData_storagem, "put_metadata"),
3540
+ :schema_element => [
3541
+ ["id", nil],
3542
+ ["data", nil]
3543
+ ]
3544
+ )
3545
+
3546
+ LiteralRegistry.register(
3547
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_object_info,
3548
+ :schema_name => XSD::QName.new(NsData_storagem, "get_object_info"),
3549
+ :schema_element => [
3550
+ ["id", "[]", [0, nil]]
3551
+ ]
3552
+ )
3553
+
3554
+ LiteralRegistry.register(
3555
+ :class => Virtuozzo::SOAP::Types::Backupm::Set_object_info,
3556
+ :schema_name => XSD::QName.new(NsData_storagem, "set_object_info"),
3557
+ :schema_element => [
3558
+ ["id", nil],
3559
+ ["info", "Virtuozzo::SOAP::Types::Backupm::InfoType"]
3560
+ ]
3561
+ )
3562
+
3563
+ LiteralRegistry.register(
3564
+ :class => Virtuozzo::SOAP::Types::Backupm::Ds_object_infoType,
3565
+ :schema_name => XSD::QName.new(NsData_storagem, "info"),
3566
+ :schema_element => [
3567
+ ["time", nil],
3568
+ ["size", "SOAP::SOAPLong"],
3569
+ ["type", "SOAP::SOAPInt"],
3570
+ ["id", nil],
3571
+ ["storage_eid", nil],
3572
+ ["info", "Virtuozzo::SOAP::Types::Backupm::InfoType"]
3573
+ ]
3574
+ )
3575
+
3576
+ LiteralRegistry.register(
3577
+ :class => Virtuozzo::SOAP::Types::Backupm::Remove_object,
3578
+ :schema_name => XSD::QName.new(NsData_storagem, "remove_object"),
3579
+ :schema_element => [
3580
+ ["id", "[]", [1, nil]]
3581
+ ]
3582
+ )
3583
+
3584
+ LiteralRegistry.register(
3585
+ :class => Virtuozzo::SOAP::Types::Backupm::Get_list,
3586
+ :schema_name => XSD::QName.new(NsData_storagem, "get_list"),
3587
+ :schema_element => [
3588
+ ["id", nil],
3589
+ ["recursively", nil, [0, 1]]
3590
+ ]
3591
+ )
3592
+
3593
+ end
3594
+
3595
+ end
3596
+ end
3597
+ end