plainprograms-virtuozzo 0.1.1 → 0.2.0

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