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