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