virtuozzo 0.5.1

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