plainprograms-virtuozzo 0.1.0

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