virtuozzo 0.5.1

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