plainprograms-virtuozzo 0.1.1 → 0.2.0

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