plainprograms-virtuozzo 0.5.3 → 0.6.0

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