plainprograms-virtuozzo 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. data/CHANGELOG.rdoc +12 -1
  2. data/Rakefile +1 -1
  3. data/lib/virtuozzo/soap/drivers/{device_driver.rb → device.rb} +6 -6
  4. data/lib/virtuozzo/soap/drivers/{environment_driver.rb → environment.rb} +3 -3
  5. data/lib/virtuozzo/soap/drivers/{network_driver.rb → network.rb} +6 -6
  6. data/lib/virtuozzo/soap/drivers/{process_driver.rb → process.rb} +6 -6
  7. data/lib/virtuozzo/soap/drivers/{process_info_driver.rb → process_info.rb} +6 -6
  8. data/lib/virtuozzo/soap/drivers/{relocator_driver.rb → relocator.rb} +6 -6
  9. data/lib/virtuozzo/soap/drivers/{session_driver.rb → session.rb} +3 -3
  10. data/lib/virtuozzo/soap/drivers/{support_driver.rb → support.rb} +6 -6
  11. data/lib/virtuozzo/soap/drivers/{template_driver.rb → template.rb} +6 -6
  12. data/lib/virtuozzo/soap/drivers/{up2date_driver.rb → up2date.rb} +7 -6
  13. data/lib/virtuozzo/soap/mapping_registries/device.rb +643 -643
  14. data/lib/virtuozzo/soap/mapping_registries/environment.rb +870 -870
  15. data/lib/virtuozzo/soap/mapping_registries/network.rb +531 -531
  16. data/lib/virtuozzo/soap/mapping_registries/process.rb +525 -525
  17. data/lib/virtuozzo/soap/mapping_registries/process_info.rb +478 -478
  18. data/lib/virtuozzo/soap/mapping_registries/relocator.rb +629 -629
  19. data/lib/virtuozzo/soap/mapping_registries/session.rb +521 -521
  20. data/lib/virtuozzo/soap/mapping_registries/support.rb +515 -515
  21. data/lib/virtuozzo/soap/mapping_registries/template.rb +646 -646
  22. data/lib/virtuozzo/soap/mapping_registries/up2date.rb +517 -517
  23. data/lib/virtuozzo/soap/{drivers/device/types.rb → types/device.rb} +1 -1
  24. data/lib/virtuozzo/soap/{drivers/environment/types.rb → types/environment.rb} +1 -1
  25. data/lib/virtuozzo/soap/{drivers/network/types.rb → types/network.rb} +1 -1
  26. data/lib/virtuozzo/soap/{drivers/process/types.rb → types/process.rb} +1 -1
  27. data/lib/virtuozzo/soap/{drivers/process_info/types.rb → types/process_info.rb} +1 -1
  28. data/lib/virtuozzo/soap/{drivers/relocator/types.rb → types/relocator.rb} +1 -1
  29. data/lib/virtuozzo/soap/{drivers/session/types.rb → types/session.rb} +1 -1
  30. data/lib/virtuozzo/soap/{drivers/support/types.rb → types/support.rb} +1 -1
  31. data/lib/virtuozzo/soap/{drivers/template/types.rb → types/template.rb} +1 -1
  32. data/lib/virtuozzo/soap/{drivers/up2date/types.rb → types/up2date.rb} +1 -1
  33. data/lib/virtuozzo/soap.rb +103 -67
  34. data/virtuozzo.gemspec +4 -4
  35. metadata +43 -43
@@ -1,4 +1,4 @@
1
- require 'virtuozzo/soap/drivers/up2date/types'
1
+ require 'virtuozzo/soap/types/up2date'
2
2
  require 'soap/mapping'
3
3
 
4
4
  module Virtuozzo # :nodoc:
@@ -16,29 +16,29 @@ module Virtuozzo # :nodoc:
16
16
  NsXMLSchema = "http://www.w3.org/2001/XMLSchema"
17
17
 
18
18
  EncodedRegistry.register(
19
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType,
19
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType,
20
20
  :schema_type => XSD::QName.new(NsVzaup2date, "vzaup2dateType"),
21
21
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
22
22
  :schema_element => [ :choice,
23
- ["configuration", ["Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_", XSD::QName.new(NsProtocol, "configuration")]],
24
- ["ok", ["Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
25
- ["error", ["Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Error[]", XSD::QName.new(NsProtocol, "error")]],
23
+ ["configuration", ["Virtuozzo::SOAP::Types::Up2date::ConfigurationType_", XSD::QName.new(NsProtocol, "configuration")]],
24
+ ["ok", ["Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
25
+ ["error", ["Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Error[]", XSD::QName.new(NsProtocol, "error")]],
26
26
  [
27
- ["get_config", "Virtuozzo::SOAP::Drivers::Up2date::Get_config[]"],
28
- ["set_config", "Virtuozzo::SOAP::Drivers::Up2date::Set_config[]"],
29
- ["list", "Virtuozzo::SOAP::Drivers::Up2date::List[]"],
30
- ["install", "Virtuozzo::SOAP::Drivers::Up2date::Install[]"],
31
- ["uninstall", "Virtuozzo::SOAP::Drivers::Up2date::Uninstall[]"]
27
+ ["get_config", "Virtuozzo::SOAP::Types::Up2date::Get_config[]"],
28
+ ["set_config", "Virtuozzo::SOAP::Types::Up2date::Set_config[]"],
29
+ ["list", "Virtuozzo::SOAP::Types::Up2date::List[]"],
30
+ ["install", "Virtuozzo::SOAP::Types::Up2date::Install[]"],
31
+ ["uninstall", "Virtuozzo::SOAP::Types::Up2date::Uninstall[]"]
32
32
  ],
33
33
  [
34
- ["config", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType[]"],
35
- ["update", "Virtuozzo::SOAP::Drivers::Up2date::UpdateType[]"]
34
+ ["config", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType[]"],
35
+ ["update", "Virtuozzo::SOAP::Types::Up2date::UpdateType[]"]
36
36
  ]
37
37
  ]
38
38
  )
39
39
 
40
40
  EncodedRegistry.register(
41
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Ok,
41
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Ok,
42
42
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
43
43
  :is_anonymous => true,
44
44
  :schema_qualified => true,
@@ -46,7 +46,7 @@ module Virtuozzo # :nodoc:
46
46
  )
47
47
 
48
48
  EncodedRegistry.register(
49
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Error,
49
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Error,
50
50
  :schema_name => XSD::QName.new(NsProtocol, "error"),
51
51
  :is_anonymous => true,
52
52
  :schema_qualified => true,
@@ -57,17 +57,17 @@ module Virtuozzo # :nodoc:
57
57
  )
58
58
 
59
59
  EncodedRegistry.register(
60
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType,
60
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType,
61
61
  :schema_type => XSD::QName.new(NsVzaup2date, "configurationType"),
62
62
  :schema_element => [
63
- ["connection", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection", [0, 1]],
64
- ["product", "Virtuozzo::SOAP::Drivers::Up2date::Product[]", [0, nil]],
65
- ["service", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service", [0, 1]]
63
+ ["connection", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection", [0, 1]],
64
+ ["product", "Virtuozzo::SOAP::Types::Up2date::Product[]", [0, nil]],
65
+ ["service", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service", [0, 1]]
66
66
  ]
67
67
  )
68
68
 
69
69
  EncodedRegistry.register(
70
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy::Type,
70
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy::Type,
71
71
  :schema_name => XSD::QName.new(NsVzaup2date, "type"),
72
72
  :is_anonymous => true,
73
73
  :schema_qualified => true,
@@ -79,12 +79,12 @@ module Virtuozzo # :nodoc:
79
79
  )
80
80
 
81
81
  EncodedRegistry.register(
82
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy,
82
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy,
83
83
  :schema_name => XSD::QName.new(NsVzaup2date, "proxy"),
84
84
  :is_anonymous => true,
85
85
  :schema_qualified => true,
86
86
  :schema_element => [
87
- ["type", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy::Type", [0, 1]],
87
+ ["type", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy::Type", [0, 1]],
88
88
  ["server", "SOAP::SOAPString", [0, 1]],
89
89
  ["user", "SOAP::SOAPBase64", [0, 1]],
90
90
  ["password", "SOAP::SOAPBase64", [0, 1]]
@@ -92,7 +92,7 @@ module Virtuozzo # :nodoc:
92
92
  )
93
93
 
94
94
  EncodedRegistry.register(
95
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection,
95
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection,
96
96
  :schema_name => XSD::QName.new(NsVzaup2date, "connection"),
97
97
  :is_anonymous => true,
98
98
  :schema_qualified => true,
@@ -100,14 +100,14 @@ module Virtuozzo # :nodoc:
100
100
  ["server", "SOAP::SOAPString"],
101
101
  ["user", "SOAP::SOAPBase64", [0, 1]],
102
102
  ["password", "SOAP::SOAPBase64", [0, 1]],
103
- ["proxy", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy", [0, 1]],
103
+ ["proxy", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy", [0, 1]],
104
104
  ["local_path", "SOAP::SOAPBase64", [0, 1]],
105
105
  ["log_path", "SOAP::SOAPBase64", [0, 1]]
106
106
  ]
107
107
  )
108
108
 
109
109
  EncodedRegistry.register(
110
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service::Check_period,
110
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service::Check_period,
111
111
  :schema_name => XSD::QName.new(NsVzaup2date, "check_period"),
112
112
  :is_anonymous => true,
113
113
  :schema_qualified => true,
@@ -123,20 +123,20 @@ module Virtuozzo # :nodoc:
123
123
  )
124
124
 
125
125
  EncodedRegistry.register(
126
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service,
126
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service,
127
127
  :schema_name => XSD::QName.new(NsVzaup2date, "service"),
128
128
  :is_anonymous => true,
129
129
  :schema_qualified => true,
130
130
  :schema_element => [
131
131
  ["autoreboot", nil, [0, 1]],
132
- ["check_period", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service::Check_period", [0, 1]],
132
+ ["check_period", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service::Check_period", [0, 1]],
133
133
  ["hour", "SOAP::SOAPInt"],
134
134
  ["disabled", nil, [0, 1]]
135
135
  ]
136
136
  )
137
137
 
138
138
  EncodedRegistry.register(
139
- :class => Virtuozzo::SOAP::Drivers::Up2date::UpdateType,
139
+ :class => Virtuozzo::SOAP::Types::Up2date::UpdateType,
140
140
  :schema_type => XSD::QName.new(NsVzaup2date, "updateType"),
141
141
  :schema_element => [
142
142
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -151,7 +151,7 @@ module Virtuozzo # :nodoc:
151
151
  )
152
152
 
153
153
  EncodedRegistry.register(
154
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_updateType,
154
+ :class => Virtuozzo::SOAP::Types::Up2date::System_updateType,
155
155
  :schema_type => XSD::QName.new(NsVzaup2date, "system_updateType"),
156
156
  :schema_basetype => XSD::QName.new(NsVzaup2date, "updateType"),
157
157
  :schema_element => [
@@ -163,13 +163,13 @@ module Virtuozzo # :nodoc:
163
163
  ["version", "SOAP::SOAPString", [0, 1]],
164
164
  ["installed_version", "SOAP::SOAPString", [0, 1]],
165
165
  ["date", nil, [0, 1]],
166
- ["type", "Virtuozzo::SOAP::Drivers::Up2date::System_updateType::Type", [0, 1]],
166
+ ["type", "Virtuozzo::SOAP::Types::Up2date::System_updateType::Type", [0, 1]],
167
167
  ["category", "SOAP::SOAPString", [0, 1]]
168
168
  ]
169
169
  )
170
170
 
171
171
  EncodedRegistry.register(
172
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_updateType::Type,
172
+ :class => Virtuozzo::SOAP::Types::Up2date::System_updateType::Type,
173
173
  :schema_name => XSD::QName.new(NsVzaup2date, "type"),
174
174
  :is_anonymous => true,
175
175
  :schema_qualified => true,
@@ -181,7 +181,7 @@ module Virtuozzo # :nodoc:
181
181
  )
182
182
 
183
183
  EncodedRegistry.register(
184
- :class => Virtuozzo::SOAP::Drivers::Up2date::Windows_system_updateType,
184
+ :class => Virtuozzo::SOAP::Types::Up2date::Windows_system_updateType,
185
185
  :schema_type => XSD::QName.new(NsVzaup2date, "windows_system_updateType"),
186
186
  :schema_basetype => XSD::QName.new(NsVzaup2date, "system_updateType"),
187
187
  :schema_element => [
@@ -193,14 +193,14 @@ module Virtuozzo # :nodoc:
193
193
  ["version", "SOAP::SOAPString", [0, 1]],
194
194
  ["installed_version", "SOAP::SOAPString", [0, 1]],
195
195
  ["date", nil, [0, 1]],
196
- ["type", "Virtuozzo::SOAP::Drivers::Up2date::Windows_system_updateType::Type", [0, 1]],
196
+ ["type", "Virtuozzo::SOAP::Types::Up2date::Windows_system_updateType::Type", [0, 1]],
197
197
  ["category", "SOAP::SOAPString", [0, 1]],
198
198
  ["product", "SOAP::SOAPString"]
199
199
  ]
200
200
  )
201
201
 
202
202
  EncodedRegistry.register(
203
- :class => Virtuozzo::SOAP::Drivers::Up2date::Windows_system_updateType::Type,
203
+ :class => Virtuozzo::SOAP::Types::Up2date::Windows_system_updateType::Type,
204
204
  :schema_name => XSD::QName.new(NsVzaup2date, "type"),
205
205
  :is_anonymous => true,
206
206
  :schema_qualified => true,
@@ -212,7 +212,7 @@ module Virtuozzo # :nodoc:
212
212
  )
213
213
 
214
214
  EncodedRegistry.register(
215
- :class => Virtuozzo::SOAP::Drivers::Up2date::Template_updateType,
215
+ :class => Virtuozzo::SOAP::Types::Up2date::Template_updateType,
216
216
  :schema_type => XSD::QName.new(NsVzaup2date, "template_updateType"),
217
217
  :schema_basetype => XSD::QName.new(NsVzaup2date, "updateType"),
218
218
  :schema_element => [
@@ -224,12 +224,12 @@ module Virtuozzo # :nodoc:
224
224
  ["version", "SOAP::SOAPString", [0, 1]],
225
225
  ["installed_version", "SOAP::SOAPString", [0, 1]],
226
226
  ["date", nil, [0, 1]],
227
- ["app_template", "Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType[]", [0, nil]]
227
+ ["app_template", "Virtuozzo::SOAP::Types::Up2date::App_template_updateType[]", [0, nil]]
228
228
  ]
229
229
  )
230
230
 
231
231
  EncodedRegistry.register(
232
- :class => Virtuozzo::SOAP::Drivers::Up2date::Os_template_updateType,
232
+ :class => Virtuozzo::SOAP::Types::Up2date::Os_template_updateType,
233
233
  :schema_type => XSD::QName.new(NsVzaup2date, "os_template_updateType"),
234
234
  :schema_basetype => XSD::QName.new(NsVzaup2date, "template_updateType"),
235
235
  :schema_element => [
@@ -241,12 +241,12 @@ module Virtuozzo # :nodoc:
241
241
  ["version", "SOAP::SOAPString", [0, 1]],
242
242
  ["installed_version", "SOAP::SOAPString", [0, 1]],
243
243
  ["date", nil, [0, 1]],
244
- ["app_template", "Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType[]", [0, nil]]
244
+ ["app_template", "Virtuozzo::SOAP::Types::Up2date::App_template_updateType[]", [0, nil]]
245
245
  ]
246
246
  )
247
247
 
248
248
  EncodedRegistry.register(
249
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ez_template_updateType,
249
+ :class => Virtuozzo::SOAP::Types::Up2date::Ez_template_updateType,
250
250
  :schema_type => XSD::QName.new(NsVzaup2date, "ez_template_updateType"),
251
251
  :schema_basetype => XSD::QName.new(NsVzaup2date, "template_updateType"),
252
252
  :schema_element => [
@@ -258,12 +258,12 @@ module Virtuozzo # :nodoc:
258
258
  ["version", "SOAP::SOAPString", [0, 1]],
259
259
  ["installed_version", "SOAP::SOAPString", [0, 1]],
260
260
  ["date", nil, [0, 1]],
261
- ["app_template", "Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType[]", [0, nil]]
261
+ ["app_template", "Virtuozzo::SOAP::Types::Up2date::App_template_updateType[]", [0, nil]]
262
262
  ]
263
263
  )
264
264
 
265
265
  EncodedRegistry.register(
266
- :class => Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType,
266
+ :class => Virtuozzo::SOAP::Types::Up2date::App_template_updateType,
267
267
  :schema_type => XSD::QName.new(NsVzaup2date, "app_template_updateType"),
268
268
  :schema_basetype => XSD::QName.new(NsVzaup2date, "updateType"),
269
269
  :schema_element => [
@@ -279,7 +279,7 @@ module Virtuozzo # :nodoc:
279
279
  )
280
280
 
281
281
  EncodedRegistry.register(
282
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2date_configurationType,
282
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2date_configurationType,
283
283
  :schema_type => XSD::QName.new(NsVzaup2date, "vzaup2date_configurationType"),
284
284
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
285
285
  :schema_element => [
@@ -288,15 +288,15 @@ module Virtuozzo # :nodoc:
288
288
  )
289
289
 
290
290
  EncodedRegistry.register(
291
- :class => Virtuozzo::SOAP::Drivers::Up2date::Packet_headerType,
291
+ :class => Virtuozzo::SOAP::Types::Up2date::Packet_headerType,
292
292
  :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
293
293
  :schema_element => [
294
- ["auth", "Virtuozzo::SOAP::Drivers::Up2date::AuthType", [0, 1]],
294
+ ["auth", "Virtuozzo::SOAP::Types::Up2date::AuthType", [0, 1]],
295
295
  ["cookie", "SOAP::SOAPString", [0, 1]],
296
296
  ["target", "SOAP::SOAPString[]", [0, nil]],
297
297
  ["origin", "SOAP::SOAPString", [0, 1]],
298
- ["src", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
299
- ["dst", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
298
+ ["src", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
299
+ ["dst", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
300
300
  ["session", "SOAP::SOAPString", [0, 1]]
301
301
  ],
302
302
  :schema_attribute => {
@@ -314,26 +314,26 @@ module Virtuozzo # :nodoc:
314
314
  )
315
315
 
316
316
  EncodedRegistry.register(
317
- :class => Virtuozzo::SOAP::Drivers::Up2date::OperatorType,
317
+ :class => Virtuozzo::SOAP::Types::Up2date::OperatorType,
318
318
  :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
319
319
  :schema_element => [ :choice,
320
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"]
320
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"]
321
321
  ]
322
322
  )
323
323
 
324
324
  EncodedRegistry.register(
325
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType,
325
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType,
326
326
  :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
327
327
  :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
328
328
  :schema_element => [ :choice,
329
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"],
330
- ["ok", "Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Ok[]"],
331
- ["error", "Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Error[]"]
329
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"],
330
+ ["ok", "Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Ok[]"],
331
+ ["error", "Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Error[]"]
332
332
  ]
333
333
  )
334
334
 
335
335
  EncodedRegistry.register(
336
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Ok,
336
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Ok,
337
337
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
338
338
  :is_anonymous => true,
339
339
  :schema_qualified => true,
@@ -341,7 +341,7 @@ module Virtuozzo # :nodoc:
341
341
  )
342
342
 
343
343
  EncodedRegistry.register(
344
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Error,
344
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Error,
345
345
  :schema_name => XSD::QName.new(NsProtocol, "error"),
346
346
  :is_anonymous => true,
347
347
  :schema_qualified => true,
@@ -352,24 +352,24 @@ module Virtuozzo # :nodoc:
352
352
  )
353
353
 
354
354
  EncodedRegistry.register(
355
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType,
355
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType,
356
356
  :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
357
357
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
358
358
  :schema_element => [ :choice,
359
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"],
360
- ["ok", "Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Ok[]"],
361
- ["error", "Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Error[]"],
359
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"],
360
+ ["ok", "Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Ok[]"],
361
+ ["error", "Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Error[]"],
362
362
  [ :choice,
363
- ["start_monitor", "Virtuozzo::SOAP::Drivers::Up2date::Start_monitorType"],
364
- ["stop_monitor", "Virtuozzo::SOAP::Drivers::Up2date::Stop_monitorType"],
365
- ["set_period", "Virtuozzo::SOAP::Drivers::Up2date::Set_periodType", [0, 1]],
363
+ ["start_monitor", "Virtuozzo::SOAP::Types::Up2date::Start_monitorType"],
364
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Up2date::Stop_monitorType"],
365
+ ["set_period", "Virtuozzo::SOAP::Types::Up2date::Set_periodType", [0, 1]],
366
366
  ["report", nil, [0, 1]]
367
367
  ]
368
368
  ]
369
369
  )
370
370
 
371
371
  EncodedRegistry.register(
372
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Ok,
372
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Ok,
373
373
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
374
374
  :is_anonymous => true,
375
375
  :schema_qualified => true,
@@ -377,7 +377,7 @@ module Virtuozzo # :nodoc:
377
377
  )
378
378
 
379
379
  EncodedRegistry.register(
380
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Error,
380
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Error,
381
381
  :schema_name => XSD::QName.new(NsProtocol, "error"),
382
382
  :is_anonymous => true,
383
383
  :schema_qualified => true,
@@ -388,7 +388,7 @@ module Virtuozzo # :nodoc:
388
388
  )
389
389
 
390
390
  EncodedRegistry.register(
391
- :class => Virtuozzo::SOAP::Drivers::Up2date::Set_periodType,
391
+ :class => Virtuozzo::SOAP::Types::Up2date::Set_periodType,
392
392
  :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
393
393
  :schema_element => [
394
394
  ["collect", "SOAP::SOAPInt"],
@@ -398,7 +398,7 @@ module Virtuozzo # :nodoc:
398
398
  )
399
399
 
400
400
  EncodedRegistry.register(
401
- :class => Virtuozzo::SOAP::Drivers::Up2date::Start_monitorType,
401
+ :class => Virtuozzo::SOAP::Types::Up2date::Start_monitorType,
402
402
  :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
403
403
  :schema_element => [
404
404
  ["period", "SOAP::SOAPInt"],
@@ -407,7 +407,7 @@ module Virtuozzo # :nodoc:
407
407
  )
408
408
 
409
409
  EncodedRegistry.register(
410
- :class => Virtuozzo::SOAP::Drivers::Up2date::Stop_monitorType,
410
+ :class => Virtuozzo::SOAP::Types::Up2date::Stop_monitorType,
411
411
  :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
412
412
  :schema_element => [
413
413
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -415,7 +415,7 @@ module Virtuozzo # :nodoc:
415
415
  )
416
416
 
417
417
  EncodedRegistry.register(
418
- :class => Virtuozzo::SOAP::Drivers::Up2date::AuthType,
418
+ :class => Virtuozzo::SOAP::Types::Up2date::AuthType,
419
419
  :schema_type => XSD::QName.new(NsProtocol, "authType"),
420
420
  :schema_element => [
421
421
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -423,7 +423,7 @@ module Virtuozzo # :nodoc:
423
423
  )
424
424
 
425
425
  EncodedRegistry.register(
426
- :class => Virtuozzo::SOAP::Drivers::Up2date::Event_configurationType,
426
+ :class => Virtuozzo::SOAP::Types::Up2date::Event_configurationType,
427
427
  :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
428
428
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
429
429
  :schema_element => [
@@ -432,7 +432,7 @@ module Virtuozzo # :nodoc:
432
432
  )
433
433
 
434
434
  EncodedRegistry.register(
435
- :class => Virtuozzo::SOAP::Drivers::Up2date::Periodic_configurationType,
435
+ :class => Virtuozzo::SOAP::Types::Up2date::Periodic_configurationType,
436
436
  :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
437
437
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
438
438
  :schema_element => [
@@ -444,7 +444,7 @@ module Virtuozzo # :nodoc:
444
444
  )
445
445
 
446
446
  EncodedRegistry.register(
447
- :class => Virtuozzo::SOAP::Drivers::Up2date::RouteType,
447
+ :class => Virtuozzo::SOAP::Types::Up2date::RouteType,
448
448
  :schema_type => XSD::QName.new(NsProtocol, "routeType"),
449
449
  :schema_element => [
450
450
  ["director", "SOAP::SOAPString", [0, 1]],
@@ -455,21 +455,21 @@ module Virtuozzo # :nodoc:
455
455
  )
456
456
 
457
457
  EncodedRegistry.register(
458
- :class => Virtuozzo::SOAP::Drivers::Up2date::DataType,
458
+ :class => Virtuozzo::SOAP::Types::Up2date::DataType,
459
459
  :schema_type => XSD::QName.new(NsProtocol, "dataType"),
460
460
  :schema_element => [
461
- ["operator", "Virtuozzo::SOAP::Drivers::Up2date::OperatorType[]"]
461
+ ["operator", "Virtuozzo::SOAP::Types::Up2date::OperatorType[]"]
462
462
  ]
463
463
  )
464
464
 
465
465
  EncodedRegistry.register(
466
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_,
466
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType_,
467
467
  :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
468
468
  :schema_element => []
469
469
  )
470
470
 
471
471
  EncodedRegistry.register(
472
- :class => Virtuozzo::SOAP::Drivers::Up2date::OsType,
472
+ :class => Virtuozzo::SOAP::Types::Up2date::OsType,
473
473
  :schema_type => XSD::QName.new(NsTypes, "osType"),
474
474
  :schema_element => [
475
475
  ["platform", "SOAP::SOAPString", [0, 1]],
@@ -480,7 +480,7 @@ module Virtuozzo # :nodoc:
480
480
  )
481
481
 
482
482
  EncodedRegistry.register(
483
- :class => Virtuozzo::SOAP::Drivers::Up2date::Env_statusType,
483
+ :class => Virtuozzo::SOAP::Types::Up2date::Env_statusType,
484
484
  :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
485
485
  :schema_element => [
486
486
  ["state", "SOAP::SOAPInt", [0, 1]],
@@ -489,7 +489,7 @@ module Virtuozzo # :nodoc:
489
489
  )
490
490
 
491
491
  EncodedRegistry.register(
492
- :class => Virtuozzo::SOAP::Drivers::Up2date::QosType,
492
+ :class => Virtuozzo::SOAP::Types::Up2date::QosType,
493
493
  :schema_type => XSD::QName.new(NsTypes, "qosType"),
494
494
  :schema_element => [
495
495
  ["id", "SOAP::SOAPString"],
@@ -500,16 +500,16 @@ module Virtuozzo # :nodoc:
500
500
  )
501
501
 
502
502
  EncodedRegistry.register(
503
- :class => Virtuozzo::SOAP::Drivers::Up2date::Env_configType,
503
+ :class => Virtuozzo::SOAP::Types::Up2date::Env_configType,
504
504
  :schema_type => XSD::QName.new(NsTypes, "env_configType"),
505
505
  :schema_element => [
506
506
  ["name", "SOAP::SOAPString", [0, 1]],
507
507
  ["description", "SOAP::SOAPBase64", [0, 1]],
508
508
  ["domain", "SOAP::SOAPString", [0, 1]],
509
509
  ["hostname", "SOAP::SOAPString", [0, 1]],
510
- ["address", "Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType[]", [0, nil]],
510
+ ["address", "Virtuozzo::SOAP::Types::Up2date::Ip_addressType[]", [0, nil]],
511
511
  ["architecture", "SOAP::SOAPString", [0, 1]],
512
- ["os", "Virtuozzo::SOAP::Drivers::Up2date::OsType", [0, 1]],
512
+ ["os", "Virtuozzo::SOAP::Types::Up2date::OsType", [0, 1]],
513
513
  ["type", "SOAP::SOAPString", [0, 1]],
514
514
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
515
515
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -520,7 +520,7 @@ module Virtuozzo # :nodoc:
520
520
  )
521
521
 
522
522
  EncodedRegistry.register(
523
- :class => Virtuozzo::SOAP::Drivers::Up2date::Venv_configType,
523
+ :class => Virtuozzo::SOAP::Types::Up2date::Venv_configType,
524
524
  :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
525
525
  :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
526
526
  :schema_element => [
@@ -528,40 +528,40 @@ module Virtuozzo # :nodoc:
528
528
  ["description", "SOAP::SOAPBase64", [0, 1]],
529
529
  ["domain", "SOAP::SOAPString", [0, 1]],
530
530
  ["hostname", "SOAP::SOAPString", [0, 1]],
531
- ["address", "Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType[]", [0, nil]],
531
+ ["address", "Virtuozzo::SOAP::Types::Up2date::Ip_addressType[]", [0, nil]],
532
532
  ["architecture", "SOAP::SOAPString", [0, 1]],
533
- ["os", "Virtuozzo::SOAP::Drivers::Up2date::OsType", [0, 1]],
533
+ ["os", "Virtuozzo::SOAP::Types::Up2date::OsType", [0, 1]],
534
534
  ["type", "SOAP::SOAPString", [0, 1]],
535
535
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
536
536
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
537
537
  ["base_sample_id", nil, [0, 1]],
538
538
  ["base_snapshot_id", nil, [0, 1]],
539
539
  ["child_type", "SOAP::SOAPString[]", [0, nil]],
540
- ["qos", "Virtuozzo::SOAP::Drivers::Up2date::QosType[]", [0, nil]]
540
+ ["qos", "Virtuozzo::SOAP::Types::Up2date::QosType[]", [0, nil]]
541
541
  ]
542
542
  )
543
543
 
544
544
  EncodedRegistry.register(
545
- :class => Virtuozzo::SOAP::Drivers::Up2date::Native_configType,
545
+ :class => Virtuozzo::SOAP::Types::Up2date::Native_configType,
546
546
  :schema_type => XSD::QName.new(NsTypes, "native_configType"),
547
547
  :schema_element => []
548
548
  )
549
549
 
550
550
  EncodedRegistry.register(
551
- :class => Virtuozzo::SOAP::Drivers::Up2date::EnvType,
551
+ :class => Virtuozzo::SOAP::Types::Up2date::EnvType,
552
552
  :schema_type => XSD::QName.new(NsTypes, "envType"),
553
553
  :schema_element => [
554
554
  ["parent_eid", nil],
555
555
  ["eid", nil],
556
- ["status", "Virtuozzo::SOAP::Drivers::Up2date::Env_statusType", [0, 1]],
556
+ ["status", "Virtuozzo::SOAP::Types::Up2date::Env_statusType", [0, 1]],
557
557
  ["alert", "SOAP::SOAPInt", [0, 1]],
558
- ["config", "Virtuozzo::SOAP::Drivers::Up2date::Env_configType", [0, 1]],
559
- ["virtual_config", "Virtuozzo::SOAP::Drivers::Up2date::Venv_configType", [0, 1]]
558
+ ["config", "Virtuozzo::SOAP::Types::Up2date::Env_configType", [0, 1]],
559
+ ["virtual_config", "Virtuozzo::SOAP::Types::Up2date::Venv_configType", [0, 1]]
560
560
  ]
561
561
  )
562
562
 
563
563
  EncodedRegistry.register(
564
- :class => Virtuozzo::SOAP::Drivers::Up2date::ProcessesType,
564
+ :class => Virtuozzo::SOAP::Types::Up2date::ProcessesType,
565
565
  :schema_type => XSD::QName.new(NsTypes, "processesType"),
566
566
  :schema_element => [
567
567
  ["run", "SOAP::SOAPInt"],
@@ -574,7 +574,7 @@ module Virtuozzo # :nodoc:
574
574
  )
575
575
 
576
576
  EncodedRegistry.register(
577
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avgType,
577
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avgType,
578
578
  :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
579
579
  :schema_element => [
580
580
  ["l1", "SOAP::SOAPDouble"],
@@ -584,7 +584,7 @@ module Virtuozzo # :nodoc:
584
584
  )
585
585
 
586
586
  EncodedRegistry.register(
587
- :class => Virtuozzo::SOAP::Drivers::Up2date::Cpu_loadType,
587
+ :class => Virtuozzo::SOAP::Types::Up2date::Cpu_loadType,
588
588
  :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
589
589
  :schema_element => [
590
590
  ["system", "SOAP::SOAPLong"],
@@ -595,7 +595,7 @@ module Virtuozzo # :nodoc:
595
595
  )
596
596
 
597
597
  EncodedRegistry.register(
598
- :class => Virtuozzo::SOAP::Drivers::Up2date::CpuType,
598
+ :class => Virtuozzo::SOAP::Types::Up2date::CpuType,
599
599
  :schema_type => XSD::QName.new(NsTypes, "cpuType"),
600
600
  :schema_element => [
601
601
  ["mhz", "SOAP::SOAPInt"],
@@ -611,16 +611,16 @@ module Virtuozzo # :nodoc:
611
611
  )
612
612
 
613
613
  EncodedRegistry.register(
614
- :class => Virtuozzo::SOAP::Drivers::Up2date::TransferType,
614
+ :class => Virtuozzo::SOAP::Types::Up2date::TransferType,
615
615
  :schema_type => XSD::QName.new(NsTypes, "transferType"),
616
616
  :schema_element => [
617
- ["input", "Virtuozzo::SOAP::Drivers::Up2date::TransferType::Input"],
618
- ["output", "Virtuozzo::SOAP::Drivers::Up2date::TransferType::Output"]
617
+ ["input", "Virtuozzo::SOAP::Types::Up2date::TransferType::Input"],
618
+ ["output", "Virtuozzo::SOAP::Types::Up2date::TransferType::Output"]
619
619
  ]
620
620
  )
621
621
 
622
622
  EncodedRegistry.register(
623
- :class => Virtuozzo::SOAP::Drivers::Up2date::TransferType::Input,
623
+ :class => Virtuozzo::SOAP::Types::Up2date::TransferType::Input,
624
624
  :schema_name => XSD::QName.new(NsTypes, "input"),
625
625
  :is_anonymous => true,
626
626
  :schema_qualified => true,
@@ -631,7 +631,7 @@ module Virtuozzo # :nodoc:
631
631
  )
632
632
 
633
633
  EncodedRegistry.register(
634
- :class => Virtuozzo::SOAP::Drivers::Up2date::TransferType::Output,
634
+ :class => Virtuozzo::SOAP::Types::Up2date::TransferType::Output,
635
635
  :schema_name => XSD::QName.new(NsTypes, "output"),
636
636
  :is_anonymous => true,
637
637
  :schema_qualified => true,
@@ -642,16 +642,16 @@ module Virtuozzo # :nodoc:
642
642
  )
643
643
 
644
644
  EncodedRegistry.register(
645
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_nodeType,
645
+ :class => Virtuozzo::SOAP::Types::Up2date::System_nodeType,
646
646
  :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
647
647
  :schema_element => [
648
- ["address", "Virtuozzo::SOAP::Drivers::Up2date::System_nodeType::Address"],
649
- ["login", "Virtuozzo::SOAP::Drivers::Up2date::System_nodeType::Login", [0, 1]]
648
+ ["address", "Virtuozzo::SOAP::Types::Up2date::System_nodeType::Address"],
649
+ ["login", "Virtuozzo::SOAP::Types::Up2date::System_nodeType::Login", [0, 1]]
650
650
  ]
651
651
  )
652
652
 
653
653
  EncodedRegistry.register(
654
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_nodeType::Address,
654
+ :class => Virtuozzo::SOAP::Types::Up2date::System_nodeType::Address,
655
655
  :schema_name => XSD::QName.new(NsTypes, "address"),
656
656
  :is_anonymous => true,
657
657
  :schema_qualified => true,
@@ -661,7 +661,7 @@ module Virtuozzo # :nodoc:
661
661
  )
662
662
 
663
663
  EncodedRegistry.register(
664
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_nodeType::Login,
664
+ :class => Virtuozzo::SOAP::Types::Up2date::System_nodeType::Login,
665
665
  :schema_name => XSD::QName.new(NsTypes, "login"),
666
666
  :is_anonymous => true,
667
667
  :schema_qualified => true,
@@ -672,7 +672,7 @@ module Virtuozzo # :nodoc:
672
672
  )
673
673
 
674
674
  EncodedRegistry.register(
675
- :class => Virtuozzo::SOAP::Drivers::Up2date::ResourceType,
675
+ :class => Virtuozzo::SOAP::Types::Up2date::ResourceType,
676
676
  :schema_type => XSD::QName.new(NsTypes, "resourceType"),
677
677
  :schema_element => [
678
678
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -685,7 +685,7 @@ module Virtuozzo # :nodoc:
685
685
  )
686
686
 
687
687
  EncodedRegistry.register(
688
- :class => Virtuozzo::SOAP::Drivers::Up2date::IntervalType,
688
+ :class => Virtuozzo::SOAP::Types::Up2date::IntervalType,
689
689
  :schema_type => XSD::QName.new(NsTypes, "intervalType"),
690
690
  :schema_element => [
691
691
  ["start_time", nil],
@@ -694,7 +694,7 @@ module Virtuozzo # :nodoc:
694
694
  )
695
695
 
696
696
  EncodedRegistry.register(
697
- :class => Virtuozzo::SOAP::Drivers::Up2date::StatsType,
697
+ :class => Virtuozzo::SOAP::Types::Up2date::StatsType,
698
698
  :schema_type => XSD::QName.new(NsTypes, "statsType"),
699
699
  :schema_element => [
700
700
  ["avg", "SOAP::SOAPLong", [0, 1]],
@@ -708,7 +708,7 @@ module Virtuozzo # :nodoc:
708
708
  )
709
709
 
710
710
  EncodedRegistry.register(
711
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_addressType,
711
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_addressType,
712
712
  :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
713
713
  :schema_element => [
714
714
  ["host", nil],
@@ -717,16 +717,16 @@ module Virtuozzo # :nodoc:
717
717
  )
718
718
 
719
719
  EncodedRegistry.register(
720
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_classType,
720
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_classType,
721
721
  :schema_type => XSD::QName.new(NsTypes, "net_classType"),
722
722
  :schema_element => [
723
723
  ["id", "SOAP::SOAPString", [0, 1]],
724
- ["transfer", "Virtuozzo::SOAP::Drivers::Up2date::TransferType", [0, 1]]
724
+ ["transfer", "Virtuozzo::SOAP::Types::Up2date::TransferType", [0, 1]]
725
725
  ]
726
726
  )
727
727
 
728
728
  EncodedRegistry.register(
729
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ip_rangeType,
729
+ :class => Virtuozzo::SOAP::Types::Up2date::Ip_rangeType,
730
730
  :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
731
731
  :schema_element => [
732
732
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -737,19 +737,19 @@ module Virtuozzo # :nodoc:
737
737
  )
738
738
 
739
739
  EncodedRegistry.register(
740
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sample_confType,
740
+ :class => Virtuozzo::SOAP::Types::Up2date::Sample_confType,
741
741
  :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
742
742
  :schema_element => [
743
- ["env_config", "Virtuozzo::SOAP::Drivers::Up2date::Env_configType"],
743
+ ["env_config", "Virtuozzo::SOAP::Types::Up2date::Env_configType"],
744
744
  ["id", "SOAP::SOAPString", [0, 1]],
745
745
  ["name", "SOAP::SOAPString"],
746
746
  ["comment", "SOAP::SOAPBase64", [0, 1]],
747
- ["vt_version", "Virtuozzo::SOAP::Drivers::Up2date::Sample_confType::Vt_version", [0, 1]]
747
+ ["vt_version", "Virtuozzo::SOAP::Types::Up2date::Sample_confType::Vt_version", [0, 1]]
748
748
  ]
749
749
  )
750
750
 
751
751
  EncodedRegistry.register(
752
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sample_confType::Vt_version,
752
+ :class => Virtuozzo::SOAP::Types::Up2date::Sample_confType::Vt_version,
753
753
  :schema_name => XSD::QName.new(NsTypes, "vt_version"),
754
754
  :is_anonymous => true,
755
755
  :schema_qualified => true,
@@ -761,34 +761,34 @@ module Virtuozzo # :nodoc:
761
761
  )
762
762
 
763
763
  EncodedRegistry.register(
764
- :class => Virtuozzo::SOAP::Drivers::Up2date::InterfaceType,
764
+ :class => Virtuozzo::SOAP::Types::Up2date::InterfaceType,
765
765
  :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
766
766
  :schema_element => [
767
767
  ["name", "SOAP::SOAPString"],
768
768
  ["bandwidth", "SOAP::SOAPInt", [0, 1]],
769
- ["transfer", "Virtuozzo::SOAP::Drivers::Up2date::TransferType", [0, 1]],
769
+ ["transfer", "Virtuozzo::SOAP::Types::Up2date::TransferType", [0, 1]],
770
770
  ["ipaddress", nil, [0, 1]],
771
771
  ["flags", "SOAP::SOAPInt", [0, 1]]
772
772
  ]
773
773
  )
774
774
 
775
775
  EncodedRegistry.register(
776
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType,
776
+ :class => Virtuozzo::SOAP::Types::Up2date::Sys_infoType,
777
777
  :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
778
778
  :schema_element => [
779
- ["load_avg", "Virtuozzo::SOAP::Drivers::Up2date::Load_avgType"],
780
- ["processes", "Virtuozzo::SOAP::Drivers::Up2date::ProcessesType"],
781
- ["cpu_load", "Virtuozzo::SOAP::Drivers::Up2date::Cpu_loadType"],
782
- ["cpu_states", "Virtuozzo::SOAP::Drivers::Up2date::Cpu_loadType"],
779
+ ["load_avg", "Virtuozzo::SOAP::Types::Up2date::Load_avgType"],
780
+ ["processes", "Virtuozzo::SOAP::Types::Up2date::ProcessesType"],
781
+ ["cpu_load", "Virtuozzo::SOAP::Types::Up2date::Cpu_loadType"],
782
+ ["cpu_states", "Virtuozzo::SOAP::Types::Up2date::Cpu_loadType"],
783
783
  ["users", "SOAP::SOAPInt"],
784
784
  ["uptime", "SOAP::SOAPLong"],
785
- ["memory", "Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType::Memory", [0, 1]],
786
- ["swap", "Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType::Swap", [0, 1]]
785
+ ["memory", "Virtuozzo::SOAP::Types::Up2date::Sys_infoType::Memory", [0, 1]],
786
+ ["swap", "Virtuozzo::SOAP::Types::Up2date::Sys_infoType::Swap", [0, 1]]
787
787
  ]
788
788
  )
789
789
 
790
790
  EncodedRegistry.register(
791
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType::Memory,
791
+ :class => Virtuozzo::SOAP::Types::Up2date::Sys_infoType::Memory,
792
792
  :schema_name => XSD::QName.new(NsTypes, "memory"),
793
793
  :is_anonymous => true,
794
794
  :schema_qualified => true,
@@ -799,7 +799,7 @@ module Virtuozzo # :nodoc:
799
799
  )
800
800
 
801
801
  EncodedRegistry.register(
802
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType::Swap,
802
+ :class => Virtuozzo::SOAP::Types::Up2date::Sys_infoType::Swap,
803
803
  :schema_name => XSD::QName.new(NsTypes, "swap"),
804
804
  :is_anonymous => true,
805
805
  :schema_qualified => true,
@@ -810,10 +810,10 @@ module Virtuozzo # :nodoc:
810
810
  )
811
811
 
812
812
  EncodedRegistry.register(
813
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ps_infoType,
813
+ :class => Virtuozzo::SOAP::Types::Up2date::Ps_infoType,
814
814
  :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
815
815
  :schema_element => [
816
- ["process", "Virtuozzo::SOAP::Drivers::Up2date::Ps_infoType::C_Process[]", [1, nil]],
816
+ ["process", "Virtuozzo::SOAP::Types::Up2date::Ps_infoType::C_Process[]", [1, nil]],
817
817
  ["param_id", "SOAP::SOAPString[]", [1, nil]],
818
818
  ["run", "SOAP::SOAPInt"],
819
819
  ["idle", "SOAP::SOAPInt"],
@@ -826,7 +826,7 @@ module Virtuozzo # :nodoc:
826
826
  )
827
827
 
828
828
  EncodedRegistry.register(
829
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ps_infoType::C_Process,
829
+ :class => Virtuozzo::SOAP::Types::Up2date::Ps_infoType::C_Process,
830
830
  :schema_name => XSD::QName.new(NsTypes, "process"),
831
831
  :is_anonymous => true,
832
832
  :schema_qualified => true,
@@ -837,17 +837,17 @@ module Virtuozzo # :nodoc:
837
837
  )
838
838
 
839
839
  EncodedRegistry.register(
840
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType,
840
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType,
841
841
  :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
842
842
  :schema_element => [
843
- ["l1", "Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L1"],
844
- ["l2", "Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L2", [0, 1]],
845
- ["l3", "Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L3", [0, 1]]
843
+ ["l1", "Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L1"],
844
+ ["l2", "Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L2", [0, 1]],
845
+ ["l3", "Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L3", [0, 1]]
846
846
  ]
847
847
  )
848
848
 
849
849
  EncodedRegistry.register(
850
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L1,
850
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L1,
851
851
  :schema_name => XSD::QName.new(NsTypes, "l1"),
852
852
  :is_anonymous => true,
853
853
  :schema_qualified => true,
@@ -860,7 +860,7 @@ module Virtuozzo # :nodoc:
860
860
  )
861
861
 
862
862
  EncodedRegistry.register(
863
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L2,
863
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L2,
864
864
  :schema_name => XSD::QName.new(NsTypes, "l2"),
865
865
  :is_anonymous => true,
866
866
  :schema_qualified => true,
@@ -873,7 +873,7 @@ module Virtuozzo # :nodoc:
873
873
  )
874
874
 
875
875
  EncodedRegistry.register(
876
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L3,
876
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L3,
877
877
  :schema_name => XSD::QName.new(NsTypes, "l3"),
878
878
  :is_anonymous => true,
879
879
  :schema_qualified => true,
@@ -886,7 +886,7 @@ module Virtuozzo # :nodoc:
886
886
  )
887
887
 
888
888
  EncodedRegistry.register(
889
- :class => Virtuozzo::SOAP::Drivers::Up2date::Alert_dataType,
889
+ :class => Virtuozzo::SOAP::Types::Up2date::Alert_dataType,
890
890
  :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
891
891
  :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
892
892
  :schema_element => [
@@ -895,7 +895,7 @@ module Virtuozzo # :nodoc:
895
895
  )
896
896
 
897
897
  EncodedRegistry.register(
898
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType,
898
+ :class => Virtuozzo::SOAP::Types::Up2date::Ip_addressType,
899
899
  :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
900
900
  :schema_element => [
901
901
  ["ip", nil],
@@ -904,25 +904,25 @@ module Virtuozzo # :nodoc:
904
904
  )
905
905
 
906
906
  EncodedRegistry.register(
907
- :class => Virtuozzo::SOAP::Drivers::Up2date::Env_resourceType,
907
+ :class => Virtuozzo::SOAP::Types::Up2date::Env_resourceType,
908
908
  :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
909
909
  :schema_element => [
910
910
  ["eid", nil],
911
- ["ip_pool", "Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType", [0, 1]]
911
+ ["ip_pool", "Virtuozzo::SOAP::Types::Up2date::Ip_poolType", [0, 1]]
912
912
  ]
913
913
  )
914
914
 
915
915
  EncodedRegistry.register(
916
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType,
916
+ :class => Virtuozzo::SOAP::Types::Up2date::Ip_poolType,
917
917
  :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
918
918
  :schema_element => [ :choice,
919
- ["ip_range", "Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType::Ip_range[]"],
919
+ ["ip_range", "Virtuozzo::SOAP::Types::Up2date::Ip_poolType::Ip_range[]"],
920
920
  ["ip", "[]"]
921
921
  ]
922
922
  )
923
923
 
924
924
  EncodedRegistry.register(
925
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType::Ip_range,
925
+ :class => Virtuozzo::SOAP::Types::Up2date::Ip_poolType::Ip_range,
926
926
  :schema_name => XSD::QName.new(NsTypes, "ip_range"),
927
927
  :is_anonymous => true,
928
928
  :schema_qualified => true,
@@ -933,7 +933,7 @@ module Virtuozzo # :nodoc:
933
933
  )
934
934
 
935
935
  EncodedRegistry.register(
936
- :class => Virtuozzo::SOAP::Drivers::Up2date::UsageType,
936
+ :class => Virtuozzo::SOAP::Types::Up2date::UsageType,
937
937
  :schema_type => XSD::QName.new(NsTypes, "usageType"),
938
938
  :schema_element => [
939
939
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -943,20 +943,20 @@ module Virtuozzo # :nodoc:
943
943
  )
944
944
 
945
945
  EncodedRegistry.register(
946
- :class => Virtuozzo::SOAP::Drivers::Up2date::Root_credentialType,
946
+ :class => Virtuozzo::SOAP::Types::Up2date::Root_credentialType,
947
947
  :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
948
948
  :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
949
949
  :schema_element => [
950
950
  ["id", "SOAP::SOAPString"],
951
951
  ["policy", "SOAP::SOAPInt", [0, 1]],
952
952
  ["description", "SOAP::SOAPBase64", [0, 1]],
953
- ["cred", "Virtuozzo::SOAP::Drivers::Up2date::CredentialType[]", [0, nil]],
954
- ["objects", "Virtuozzo::SOAP::Drivers::Up2date::Root_credentialType::Objects", [0, 1]]
953
+ ["cred", "Virtuozzo::SOAP::Types::Up2date::CredentialType[]", [0, nil]],
954
+ ["objects", "Virtuozzo::SOAP::Types::Up2date::Root_credentialType::Objects", [0, 1]]
955
955
  ]
956
956
  )
957
957
 
958
958
  EncodedRegistry.register(
959
- :class => Virtuozzo::SOAP::Drivers::Up2date::Root_credentialType::Objects,
959
+ :class => Virtuozzo::SOAP::Types::Up2date::Root_credentialType::Objects,
960
960
  :schema_name => XSD::QName.new(NsTypes, "objects"),
961
961
  :is_anonymous => true,
962
962
  :schema_qualified => true,
@@ -966,30 +966,30 @@ module Virtuozzo # :nodoc:
966
966
  )
967
967
 
968
968
  EncodedRegistry.register(
969
- :class => Virtuozzo::SOAP::Drivers::Up2date::CredentialType,
969
+ :class => Virtuozzo::SOAP::Types::Up2date::CredentialType,
970
970
  :schema_type => XSD::QName.new(NsTypes, "credentialType"),
971
971
  :schema_element => [
972
972
  ["id", "SOAP::SOAPString"],
973
973
  ["policy", "SOAP::SOAPInt", [0, 1]],
974
974
  ["description", "SOAP::SOAPBase64", [0, 1]],
975
- ["cred", "Virtuozzo::SOAP::Drivers::Up2date::CredentialType[]", [0, nil]]
975
+ ["cred", "Virtuozzo::SOAP::Types::Up2date::CredentialType[]", [0, nil]]
976
976
  ]
977
977
  )
978
978
 
979
979
  EncodedRegistry.register(
980
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType,
980
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType,
981
981
  :schema_type => XSD::QName.new(NsTypes, "tokenType"),
982
982
  :schema_element => [
983
983
  ["user", nil],
984
- ["groups", "Virtuozzo::SOAP::Drivers::Up2date::TokenType::Groups", [0, 1]],
985
- ["deny_only_sids", "Virtuozzo::SOAP::Drivers::Up2date::TokenType::Deny_only_sids", [0, 1]],
986
- ["privileges", "Virtuozzo::SOAP::Drivers::Up2date::TokenType::Privileges", [0, 1]],
987
- ["source", "Virtuozzo::SOAP::Drivers::Up2date::TokenType::Source", [0, 1]]
984
+ ["groups", "Virtuozzo::SOAP::Types::Up2date::TokenType::Groups", [0, 1]],
985
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Up2date::TokenType::Deny_only_sids", [0, 1]],
986
+ ["privileges", "Virtuozzo::SOAP::Types::Up2date::TokenType::Privileges", [0, 1]],
987
+ ["source", "Virtuozzo::SOAP::Types::Up2date::TokenType::Source", [0, 1]]
988
988
  ]
989
989
  )
990
990
 
991
991
  EncodedRegistry.register(
992
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType::Groups,
992
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType::Groups,
993
993
  :schema_name => XSD::QName.new(NsTypes, "groups"),
994
994
  :is_anonymous => true,
995
995
  :schema_qualified => true,
@@ -999,7 +999,7 @@ module Virtuozzo # :nodoc:
999
999
  )
1000
1000
 
1001
1001
  EncodedRegistry.register(
1002
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType::Deny_only_sids,
1002
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType::Deny_only_sids,
1003
1003
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
1004
1004
  :is_anonymous => true,
1005
1005
  :schema_qualified => true,
@@ -1009,7 +1009,7 @@ module Virtuozzo # :nodoc:
1009
1009
  )
1010
1010
 
1011
1011
  EncodedRegistry.register(
1012
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType::Privileges,
1012
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType::Privileges,
1013
1013
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
1014
1014
  :is_anonymous => true,
1015
1015
  :schema_qualified => true,
@@ -1019,7 +1019,7 @@ module Virtuozzo # :nodoc:
1019
1019
  )
1020
1020
 
1021
1021
  EncodedRegistry.register(
1022
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType::Source,
1022
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType::Source,
1023
1023
  :schema_name => XSD::QName.new(NsTypes, "source"),
1024
1024
  :is_anonymous => true,
1025
1025
  :schema_qualified => true,
@@ -1030,7 +1030,7 @@ module Virtuozzo # :nodoc:
1030
1030
  )
1031
1031
 
1032
1032
  EncodedRegistry.register(
1033
- :class => Virtuozzo::SOAP::Drivers::Up2date::Connectivity_infoType,
1033
+ :class => Virtuozzo::SOAP::Types::Up2date::Connectivity_infoType,
1034
1034
  :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
1035
1035
  :schema_element => [
1036
1036
  ["protocol", "SOAP::SOAPString", [0, 1]],
@@ -1040,7 +1040,7 @@ module Virtuozzo # :nodoc:
1040
1040
  )
1041
1041
 
1042
1042
  EncodedRegistry.register(
1043
- :class => Virtuozzo::SOAP::Drivers::Up2date::Auth_nameType,
1043
+ :class => Virtuozzo::SOAP::Types::Up2date::Auth_nameType,
1044
1044
  :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
1045
1045
  :schema_element => [
1046
1046
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -1050,20 +1050,20 @@ module Virtuozzo # :nodoc:
1050
1050
  )
1051
1051
 
1052
1052
  EncodedRegistry.register(
1053
- :class => Virtuozzo::SOAP::Drivers::Up2date::Connection_infoType,
1053
+ :class => Virtuozzo::SOAP::Types::Up2date::Connection_infoType,
1054
1054
  :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
1055
1055
  :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
1056
1056
  :schema_element => [
1057
1057
  ["protocol", "SOAP::SOAPString", [0, 1]],
1058
1058
  ["address", "SOAP::SOAPString"],
1059
1059
  ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
1060
- ["login", "Virtuozzo::SOAP::Drivers::Up2date::Auth_nameType", [0, 1]],
1060
+ ["login", "Virtuozzo::SOAP::Types::Up2date::Auth_nameType", [0, 1]],
1061
1061
  ["password", "SOAP::SOAPBase64", [0, 1]]
1062
1062
  ]
1063
1063
  )
1064
1064
 
1065
1065
  EncodedRegistry.register(
1066
- :class => Virtuozzo::SOAP::Drivers::Up2date::Eid_listType,
1066
+ :class => Virtuozzo::SOAP::Types::Up2date::Eid_listType,
1067
1067
  :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
1068
1068
  :schema_element => [
1069
1069
  ["eid", "[]", [0, nil]]
@@ -1071,7 +1071,7 @@ module Virtuozzo # :nodoc:
1071
1071
  )
1072
1072
 
1073
1073
  EncodedRegistry.register(
1074
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vt_infoType,
1074
+ :class => Virtuozzo::SOAP::Types::Up2date::Vt_infoType,
1075
1075
  :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
1076
1076
  :schema_element => [
1077
1077
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1079,7 +1079,7 @@ module Virtuozzo # :nodoc:
1079
1079
  )
1080
1080
 
1081
1081
  EncodedRegistry.register(
1082
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vt_settingsType,
1082
+ :class => Virtuozzo::SOAP::Types::Up2date::Vt_settingsType,
1083
1083
  :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
1084
1084
  :schema_element => [
1085
1085
  ["default_sample_id", nil, [0, 1]]
@@ -1087,11 +1087,11 @@ module Virtuozzo # :nodoc:
1087
1087
  )
1088
1088
 
1089
1089
  EncodedRegistry.register(
1090
- :class => Virtuozzo::SOAP::Drivers::Up2date::UserType,
1090
+ :class => Virtuozzo::SOAP::Types::Up2date::UserType,
1091
1091
  :schema_type => XSD::QName.new(NsTypes, "userType"),
1092
1092
  :schema_element => [
1093
- ["initial_group", "Virtuozzo::SOAP::Drivers::Up2date::UserType::Initial_group", [0, 1]],
1094
- ["group", "Virtuozzo::SOAP::Drivers::Up2date::UserType::Group[]", [0, nil]],
1093
+ ["initial_group", "Virtuozzo::SOAP::Types::Up2date::UserType::Initial_group", [0, 1]],
1094
+ ["group", "Virtuozzo::SOAP::Types::Up2date::UserType::Group[]", [0, nil]],
1095
1095
  ["uid", "SOAP::SOAPInt", [0, 1]],
1096
1096
  ["shell", "SOAP::SOAPString", [0, 1]],
1097
1097
  ["password", "SOAP::SOAPBase64", [0, 1]],
@@ -1102,7 +1102,7 @@ module Virtuozzo # :nodoc:
1102
1102
  )
1103
1103
 
1104
1104
  EncodedRegistry.register(
1105
- :class => Virtuozzo::SOAP::Drivers::Up2date::UserType::Initial_group,
1105
+ :class => Virtuozzo::SOAP::Types::Up2date::UserType::Initial_group,
1106
1106
  :schema_name => XSD::QName.new(NsTypes, "initial_group"),
1107
1107
  :is_anonymous => true,
1108
1108
  :schema_qualified => true,
@@ -1113,7 +1113,7 @@ module Virtuozzo # :nodoc:
1113
1113
  )
1114
1114
 
1115
1115
  EncodedRegistry.register(
1116
- :class => Virtuozzo::SOAP::Drivers::Up2date::UserType::Group,
1116
+ :class => Virtuozzo::SOAP::Types::Up2date::UserType::Group,
1117
1117
  :schema_name => XSD::QName.new(NsTypes, "group"),
1118
1118
  :is_anonymous => true,
1119
1119
  :schema_qualified => true,
@@ -1124,18 +1124,18 @@ module Virtuozzo # :nodoc:
1124
1124
  )
1125
1125
 
1126
1126
  EncodedRegistry.register(
1127
- :class => Virtuozzo::SOAP::Drivers::Up2date::GroupType,
1127
+ :class => Virtuozzo::SOAP::Types::Up2date::GroupType,
1128
1128
  :schema_type => XSD::QName.new(NsTypes, "groupType"),
1129
1129
  :schema_element => [
1130
- ["user", "Virtuozzo::SOAP::Drivers::Up2date::GroupType::User[]", [0, nil]],
1131
- ["member_group", "Virtuozzo::SOAP::Drivers::Up2date::GroupType::Member_group[]", [0, nil]],
1130
+ ["user", "Virtuozzo::SOAP::Types::Up2date::GroupType::User[]", [0, nil]],
1131
+ ["member_group", "Virtuozzo::SOAP::Types::Up2date::GroupType::Member_group[]", [0, nil]],
1132
1132
  ["name", "SOAP::SOAPString", [0, 1]],
1133
1133
  ["gid", "SOAP::SOAPInt", [0, 1]]
1134
1134
  ]
1135
1135
  )
1136
1136
 
1137
1137
  EncodedRegistry.register(
1138
- :class => Virtuozzo::SOAP::Drivers::Up2date::GroupType::User,
1138
+ :class => Virtuozzo::SOAP::Types::Up2date::GroupType::User,
1139
1139
  :schema_name => XSD::QName.new(NsTypes, "user"),
1140
1140
  :is_anonymous => true,
1141
1141
  :schema_qualified => true,
@@ -1145,7 +1145,7 @@ module Virtuozzo # :nodoc:
1145
1145
  )
1146
1146
 
1147
1147
  EncodedRegistry.register(
1148
- :class => Virtuozzo::SOAP::Drivers::Up2date::GroupType::Member_group,
1148
+ :class => Virtuozzo::SOAP::Types::Up2date::GroupType::Member_group,
1149
1149
  :schema_name => XSD::QName.new(NsTypes, "member_group"),
1150
1150
  :is_anonymous => true,
1151
1151
  :schema_qualified => true,
@@ -1155,12 +1155,12 @@ module Virtuozzo # :nodoc:
1155
1155
  )
1156
1156
 
1157
1157
  EncodedRegistry.register(
1158
- :class => Virtuozzo::SOAP::Drivers::Up2date::PackageType,
1158
+ :class => Virtuozzo::SOAP::Types::Up2date::PackageType,
1159
1159
  :schema_type => XSD::QName.new(NsTypes, "packageType"),
1160
1160
  :schema_element => [
1161
1161
  ["name", "SOAP::SOAPString"],
1162
1162
  ["summary", "SOAP::SOAPString", [0, 1]],
1163
- ["os", "Virtuozzo::SOAP::Drivers::Up2date::OsType", [0, 1]],
1163
+ ["os", "Virtuozzo::SOAP::Types::Up2date::OsType", [0, 1]],
1164
1164
  ["description", "SOAP::SOAPString", [0, 1]],
1165
1165
  ["arch", "SOAP::SOAPString", [0, 1]],
1166
1166
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -1168,13 +1168,13 @@ module Virtuozzo # :nodoc:
1168
1168
  )
1169
1169
 
1170
1170
  EncodedRegistry.register(
1171
- :class => Virtuozzo::SOAP::Drivers::Up2date::Event_dataType,
1171
+ :class => Virtuozzo::SOAP::Types::Up2date::Event_dataType,
1172
1172
  :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
1173
1173
  :schema_element => []
1174
1174
  )
1175
1175
 
1176
1176
  EncodedRegistry.register(
1177
- :class => Virtuozzo::SOAP::Drivers::Up2date::Named_listType,
1177
+ :class => Virtuozzo::SOAP::Types::Up2date::Named_listType,
1178
1178
  :schema_type => XSD::QName.new(NsTypes, "named_listType"),
1179
1179
  :schema_element => [
1180
1180
  ["name", "SOAP::SOAPString"],
@@ -1183,7 +1183,7 @@ module Virtuozzo # :nodoc:
1183
1183
  )
1184
1184
 
1185
1185
  EncodedRegistry.register(
1186
- :class => Virtuozzo::SOAP::Drivers::Up2date::ModType,
1186
+ :class => Virtuozzo::SOAP::Types::Up2date::ModType,
1187
1187
  :schema_type => XSD::QName.new(NsTypes, "modType"),
1188
1188
  :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
1189
1189
  :schema_element => [
@@ -1194,7 +1194,7 @@ module Virtuozzo # :nodoc:
1194
1194
  )
1195
1195
 
1196
1196
  EncodedRegistry.register(
1197
- :class => Virtuozzo::SOAP::Drivers::Up2date::RealmType,
1197
+ :class => Virtuozzo::SOAP::Types::Up2date::RealmType,
1198
1198
  :schema_type => XSD::QName.new(NsTypes, "realmType"),
1199
1199
  :schema_element => [
1200
1200
  ["id", nil, [0, 1]],
@@ -1205,7 +1205,7 @@ module Virtuozzo # :nodoc:
1205
1205
  )
1206
1206
 
1207
1207
  EncodedRegistry.register(
1208
- :class => Virtuozzo::SOAP::Drivers::Up2date::EventType,
1208
+ :class => Virtuozzo::SOAP::Types::Up2date::EventType,
1209
1209
  :schema_type => XSD::QName.new(NsTypes, "eventType"),
1210
1210
  :schema_element => [
1211
1211
  ["eid", nil],
@@ -1215,34 +1215,34 @@ module Virtuozzo # :nodoc:
1215
1215
  ["sid", nil, [0, 1]],
1216
1216
  ["count", "SOAP::SOAPInt"],
1217
1217
  ["id", nil],
1218
- ["info", "Virtuozzo::SOAP::Drivers::Up2date::InfoType"],
1219
- ["data", "Virtuozzo::SOAP::Drivers::Up2date::EventType::C_Data", [0, 1]]
1218
+ ["info", "Virtuozzo::SOAP::Types::Up2date::InfoType"],
1219
+ ["data", "Virtuozzo::SOAP::Types::Up2date::EventType::C_Data", [0, 1]]
1220
1220
  ]
1221
1221
  )
1222
1222
 
1223
1223
  EncodedRegistry.register(
1224
- :class => Virtuozzo::SOAP::Drivers::Up2date::EventType::C_Data,
1224
+ :class => Virtuozzo::SOAP::Types::Up2date::EventType::C_Data,
1225
1225
  :schema_name => XSD::QName.new(NsTypes, "data"),
1226
1226
  :is_anonymous => true,
1227
1227
  :schema_qualified => true,
1228
1228
  :schema_element => [
1229
- ["event_data", "Virtuozzo::SOAP::Drivers::Up2date::Event_dataType"]
1229
+ ["event_data", "Virtuozzo::SOAP::Types::Up2date::Event_dataType"]
1230
1230
  ]
1231
1231
  )
1232
1232
 
1233
1233
  EncodedRegistry.register(
1234
- :class => Virtuozzo::SOAP::Drivers::Up2date::InfoType,
1234
+ :class => Virtuozzo::SOAP::Types::Up2date::InfoType,
1235
1235
  :schema_type => XSD::QName.new(NsTypes, "infoType"),
1236
1236
  :schema_element => [
1237
1237
  ["message", "SOAP::SOAPBase64"],
1238
1238
  ["translate", nil, [0, 1]],
1239
- ["parameter", "Virtuozzo::SOAP::Drivers::Up2date::InfoType[]", [0, nil]],
1239
+ ["parameter", "Virtuozzo::SOAP::Types::Up2date::InfoType[]", [0, nil]],
1240
1240
  ["name", "SOAP::SOAPString"]
1241
1241
  ]
1242
1242
  )
1243
1243
 
1244
1244
  EncodedRegistry.register(
1245
- :class => Virtuozzo::SOAP::Drivers::Up2date::AceType,
1245
+ :class => Virtuozzo::SOAP::Types::Up2date::AceType,
1246
1246
  :schema_type => XSD::QName.new(NsTypes, "aceType"),
1247
1247
  :schema_element => [
1248
1248
  ["type", "SOAP::SOAPInt"],
@@ -1252,27 +1252,27 @@ module Virtuozzo # :nodoc:
1252
1252
  )
1253
1253
 
1254
1254
  EncodedRegistry.register(
1255
- :class => Virtuozzo::SOAP::Drivers::Up2date::Security_descriptorType,
1255
+ :class => Virtuozzo::SOAP::Types::Up2date::Security_descriptorType,
1256
1256
  :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
1257
1257
  :schema_element => [
1258
1258
  ["owner", nil],
1259
1259
  ["group", nil],
1260
- ["dacl", "Virtuozzo::SOAP::Drivers::Up2date::Security_descriptorType::Dacl", [0, 1]]
1260
+ ["dacl", "Virtuozzo::SOAP::Types::Up2date::Security_descriptorType::Dacl", [0, 1]]
1261
1261
  ]
1262
1262
  )
1263
1263
 
1264
1264
  EncodedRegistry.register(
1265
- :class => Virtuozzo::SOAP::Drivers::Up2date::Security_descriptorType::Dacl,
1265
+ :class => Virtuozzo::SOAP::Types::Up2date::Security_descriptorType::Dacl,
1266
1266
  :schema_name => XSD::QName.new(NsTypes, "dacl"),
1267
1267
  :is_anonymous => true,
1268
1268
  :schema_qualified => true,
1269
1269
  :schema_element => [
1270
- ["ace", "Virtuozzo::SOAP::Drivers::Up2date::AceType[]", [0, nil]]
1270
+ ["ace", "Virtuozzo::SOAP::Types::Up2date::AceType[]", [0, nil]]
1271
1271
  ]
1272
1272
  )
1273
1273
 
1274
1274
  EncodedRegistry.register(
1275
- :class => Virtuozzo::SOAP::Drivers::Up2date::Env_security_objectType,
1275
+ :class => Virtuozzo::SOAP::Types::Up2date::Env_security_objectType,
1276
1276
  :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
1277
1277
  :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
1278
1278
  :schema_element => [
@@ -1281,19 +1281,19 @@ module Virtuozzo # :nodoc:
1281
1281
  )
1282
1282
 
1283
1283
  EncodedRegistry.register(
1284
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_deviceType,
1284
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_deviceType,
1285
1285
  :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
1286
1286
  :schema_element => [
1287
1287
  ["id", "SOAP::SOAPString", [0, 1]],
1288
- ["ip_address", "Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType[]", [0, nil]],
1288
+ ["ip_address", "Virtuozzo::SOAP::Types::Up2date::Ip_addressType[]", [0, nil]],
1289
1289
  ["dhcp", nil, [0, 1]],
1290
1290
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
1291
- ["status", "Virtuozzo::SOAP::Drivers::Up2date::Net_deviceType::Status", [0, 1]]
1291
+ ["status", "Virtuozzo::SOAP::Types::Up2date::Net_deviceType::Status", [0, 1]]
1292
1292
  ]
1293
1293
  )
1294
1294
 
1295
1295
  EncodedRegistry.register(
1296
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_deviceType::Status,
1296
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_deviceType::Status,
1297
1297
  :schema_name => XSD::QName.new(NsTypes, "status"),
1298
1298
  :is_anonymous => true,
1299
1299
  :schema_qualified => true,
@@ -1304,7 +1304,7 @@ module Virtuozzo # :nodoc:
1304
1304
  )
1305
1305
 
1306
1306
  EncodedRegistry.register(
1307
- :class => Virtuozzo::SOAP::Drivers::Up2date::Voc_parameterType,
1307
+ :class => Virtuozzo::SOAP::Types::Up2date::Voc_parameterType,
1308
1308
  :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
1309
1309
  :schema_element => [
1310
1310
  ["id", "SOAP::SOAPString"],
@@ -1323,31 +1323,31 @@ module Virtuozzo # :nodoc:
1323
1323
  )
1324
1324
 
1325
1325
  EncodedRegistry.register(
1326
- :class => Virtuozzo::SOAP::Drivers::Up2date::VocabularyType,
1326
+ :class => Virtuozzo::SOAP::Types::Up2date::VocabularyType,
1327
1327
  :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
1328
1328
  :schema_element => [
1329
1329
  ["name", "SOAP::SOAPString"],
1330
- ["parameter", "Virtuozzo::SOAP::Drivers::Up2date::Voc_parameterType[]", [0, nil]],
1331
- ["category", "Virtuozzo::SOAP::Drivers::Up2date::Voc_parameterType[]", [0, nil]]
1330
+ ["parameter", "Virtuozzo::SOAP::Types::Up2date::Voc_parameterType[]", [0, nil]],
1331
+ ["category", "Virtuozzo::SOAP::Types::Up2date::Voc_parameterType[]", [0, nil]]
1332
1332
  ]
1333
1333
  )
1334
1334
 
1335
1335
  EncodedRegistry.register(
1336
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_nicType,
1336
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_nicType,
1337
1337
  :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
1338
1338
  :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
1339
1339
  :schema_element => [
1340
1340
  ["id", "SOAP::SOAPString", [0, 1]],
1341
- ["ip_address", "Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType[]", [0, nil]],
1341
+ ["ip_address", "Virtuozzo::SOAP::Types::Up2date::Ip_addressType[]", [0, nil]],
1342
1342
  ["dhcp", nil, [0, 1]],
1343
1343
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
1344
- ["status", "Virtuozzo::SOAP::Drivers::Up2date::Net_nicType::Status", [0, 1]],
1344
+ ["status", "Virtuozzo::SOAP::Types::Up2date::Net_nicType::Status", [0, 1]],
1345
1345
  ["mac_address", "SOAP::SOAPString", [0, 1]]
1346
1346
  ]
1347
1347
  )
1348
1348
 
1349
1349
  EncodedRegistry.register(
1350
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_nicType::Status,
1350
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_nicType::Status,
1351
1351
  :schema_name => XSD::QName.new(NsTypes, "status"),
1352
1352
  :is_anonymous => true,
1353
1353
  :schema_qualified => true,
@@ -1358,7 +1358,7 @@ module Virtuozzo # :nodoc:
1358
1358
  )
1359
1359
 
1360
1360
  EncodedRegistry.register(
1361
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_statType,
1361
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_statType,
1362
1362
  :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
1363
1363
  :schema_element => [
1364
1364
  ["cur", "SOAP::SOAPAnySimpleType"],
@@ -1369,95 +1369,95 @@ module Virtuozzo # :nodoc:
1369
1369
  )
1370
1370
 
1371
1371
  EncodedRegistry.register(
1372
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType,
1372
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_dataType,
1373
1373
  :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
1374
1374
  :schema_element => [
1375
1375
  ["eid", nil],
1376
- ["v_class", ["Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1377
- ["interval", "Virtuozzo::SOAP::Drivers::Up2date::IntervalType"]
1376
+ ["v_class", ["Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1377
+ ["interval", "Virtuozzo::SOAP::Types::Up2date::IntervalType"]
1378
1378
  ]
1379
1379
  )
1380
1380
 
1381
1381
  EncodedRegistry.register(
1382
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class::Instance::Counter,
1382
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class::Instance::Counter,
1383
1383
  :schema_name => XSD::QName.new(NsTypes, "counter"),
1384
1384
  :is_anonymous => true,
1385
1385
  :schema_qualified => true,
1386
1386
  :schema_element => [
1387
1387
  ["name", "SOAP::SOAPString"],
1388
- ["value", "Virtuozzo::SOAP::Drivers::Up2date::Perf_statType"]
1388
+ ["value", "Virtuozzo::SOAP::Types::Up2date::Perf_statType"]
1389
1389
  ]
1390
1390
  )
1391
1391
 
1392
1392
  EncodedRegistry.register(
1393
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class::Instance,
1393
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class::Instance,
1394
1394
  :schema_name => XSD::QName.new(NsTypes, "instance"),
1395
1395
  :is_anonymous => true,
1396
1396
  :schema_qualified => true,
1397
1397
  :schema_element => [
1398
1398
  ["name", "SOAP::SOAPString", [0, 1]],
1399
- ["counter", "Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1399
+ ["counter", "Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1400
1400
  ]
1401
1401
  )
1402
1402
 
1403
1403
  EncodedRegistry.register(
1404
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class,
1404
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class,
1405
1405
  :schema_name => XSD::QName.new(NsTypes, "class"),
1406
1406
  :is_anonymous => true,
1407
1407
  :schema_qualified => true,
1408
1408
  :schema_element => [
1409
1409
  ["name", "SOAP::SOAPString"],
1410
- ["instance", "Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class::Instance[]", [1, nil]]
1410
+ ["instance", "Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class::Instance[]", [1, nil]]
1411
1411
  ]
1412
1412
  )
1413
1413
 
1414
1414
  EncodedRegistry.register(
1415
- :class => Virtuozzo::SOAP::Drivers::Up2date::Log_options_baseType,
1415
+ :class => Virtuozzo::SOAP::Types::Up2date::Log_options_baseType,
1416
1416
  :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
1417
1417
  :schema_element => []
1418
1418
  )
1419
1419
 
1420
1420
  EncodedRegistry.register(
1421
- :class => Virtuozzo::SOAP::Drivers::Up2date::Log_optionsType,
1421
+ :class => Virtuozzo::SOAP::Types::Up2date::Log_optionsType,
1422
1422
  :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
1423
1423
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
1424
1424
  :schema_element => []
1425
1425
  )
1426
1426
 
1427
1427
  EncodedRegistry.register(
1428
- :class => Virtuozzo::SOAP::Drivers::Up2date::Transport_type,
1428
+ :class => Virtuozzo::SOAP::Types::Up2date::Transport_type,
1429
1429
  :schema_type => XSD::QName.new(NsTypes, "transport_type")
1430
1430
  )
1431
1431
 
1432
1432
  EncodedRegistry.register(
1433
- :class => Virtuozzo::SOAP::Drivers::Up2date::Yes_no_type,
1433
+ :class => Virtuozzo::SOAP::Types::Up2date::Yes_no_type,
1434
1434
  :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
1435
1435
  )
1436
1436
 
1437
1437
  LiteralRegistry.register(
1438
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType,
1438
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType,
1439
1439
  :schema_type => XSD::QName.new(NsVzaup2date, "vzaup2dateType"),
1440
1440
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1441
1441
  :schema_element => [ :choice,
1442
- ["configuration", ["Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_", XSD::QName.new(NsProtocol, "configuration")]],
1443
- ["ok", ["Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1444
- ["error", ["Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1442
+ ["configuration", ["Virtuozzo::SOAP::Types::Up2date::ConfigurationType_", XSD::QName.new(NsProtocol, "configuration")]],
1443
+ ["ok", ["Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1444
+ ["error", ["Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1445
1445
  [
1446
- ["get_config", "Virtuozzo::SOAP::Drivers::Up2date::Get_config[]"],
1447
- ["set_config", "Virtuozzo::SOAP::Drivers::Up2date::Set_config[]"],
1448
- ["list", "Virtuozzo::SOAP::Drivers::Up2date::List[]"],
1449
- ["install", "Virtuozzo::SOAP::Drivers::Up2date::Install[]"],
1450
- ["uninstall", "Virtuozzo::SOAP::Drivers::Up2date::Uninstall[]"]
1446
+ ["get_config", "Virtuozzo::SOAP::Types::Up2date::Get_config[]"],
1447
+ ["set_config", "Virtuozzo::SOAP::Types::Up2date::Set_config[]"],
1448
+ ["list", "Virtuozzo::SOAP::Types::Up2date::List[]"],
1449
+ ["install", "Virtuozzo::SOAP::Types::Up2date::Install[]"],
1450
+ ["uninstall", "Virtuozzo::SOAP::Types::Up2date::Uninstall[]"]
1451
1451
  ],
1452
1452
  [
1453
- ["config", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType[]"],
1454
- ["update", "Virtuozzo::SOAP::Drivers::Up2date::UpdateType[]"]
1453
+ ["config", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType[]"],
1454
+ ["update", "Virtuozzo::SOAP::Types::Up2date::UpdateType[]"]
1455
1455
  ]
1456
1456
  ]
1457
1457
  )
1458
1458
 
1459
1459
  LiteralRegistry.register(
1460
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Ok,
1460
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Ok,
1461
1461
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1462
1462
  :is_anonymous => true,
1463
1463
  :schema_qualified => true,
@@ -1465,7 +1465,7 @@ module Virtuozzo # :nodoc:
1465
1465
  )
1466
1466
 
1467
1467
  LiteralRegistry.register(
1468
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Error,
1468
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Error,
1469
1469
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1470
1470
  :is_anonymous => true,
1471
1471
  :schema_qualified => true,
@@ -1476,17 +1476,17 @@ module Virtuozzo # :nodoc:
1476
1476
  )
1477
1477
 
1478
1478
  LiteralRegistry.register(
1479
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType,
1479
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType,
1480
1480
  :schema_type => XSD::QName.new(NsVzaup2date, "configurationType"),
1481
1481
  :schema_element => [
1482
- ["connection", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection", [0, 1]],
1483
- ["product", "Virtuozzo::SOAP::Drivers::Up2date::Product[]", [0, nil]],
1484
- ["service", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service", [0, 1]]
1482
+ ["connection", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection", [0, 1]],
1483
+ ["product", "Virtuozzo::SOAP::Types::Up2date::Product[]", [0, nil]],
1484
+ ["service", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service", [0, 1]]
1485
1485
  ]
1486
1486
  )
1487
1487
 
1488
1488
  LiteralRegistry.register(
1489
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy::Type,
1489
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy::Type,
1490
1490
  :schema_name => XSD::QName.new(NsVzaup2date, "type"),
1491
1491
  :is_anonymous => true,
1492
1492
  :schema_qualified => true,
@@ -1498,12 +1498,12 @@ module Virtuozzo # :nodoc:
1498
1498
  )
1499
1499
 
1500
1500
  LiteralRegistry.register(
1501
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy,
1501
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy,
1502
1502
  :schema_name => XSD::QName.new(NsVzaup2date, "proxy"),
1503
1503
  :is_anonymous => true,
1504
1504
  :schema_qualified => true,
1505
1505
  :schema_element => [
1506
- ["type", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy::Type", [0, 1]],
1506
+ ["type", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy::Type", [0, 1]],
1507
1507
  ["server", "SOAP::SOAPString", [0, 1]],
1508
1508
  ["user", "SOAP::SOAPBase64", [0, 1]],
1509
1509
  ["password", "SOAP::SOAPBase64", [0, 1]]
@@ -1511,7 +1511,7 @@ module Virtuozzo # :nodoc:
1511
1511
  )
1512
1512
 
1513
1513
  LiteralRegistry.register(
1514
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection,
1514
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection,
1515
1515
  :schema_name => XSD::QName.new(NsVzaup2date, "connection"),
1516
1516
  :is_anonymous => true,
1517
1517
  :schema_qualified => true,
@@ -1519,14 +1519,14 @@ module Virtuozzo # :nodoc:
1519
1519
  ["server", "SOAP::SOAPString"],
1520
1520
  ["user", "SOAP::SOAPBase64", [0, 1]],
1521
1521
  ["password", "SOAP::SOAPBase64", [0, 1]],
1522
- ["proxy", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy", [0, 1]],
1522
+ ["proxy", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy", [0, 1]],
1523
1523
  ["local_path", "SOAP::SOAPBase64", [0, 1]],
1524
1524
  ["log_path", "SOAP::SOAPBase64", [0, 1]]
1525
1525
  ]
1526
1526
  )
1527
1527
 
1528
1528
  LiteralRegistry.register(
1529
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service::Check_period,
1529
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service::Check_period,
1530
1530
  :schema_name => XSD::QName.new(NsVzaup2date, "check_period"),
1531
1531
  :is_anonymous => true,
1532
1532
  :schema_qualified => true,
@@ -1542,20 +1542,20 @@ module Virtuozzo # :nodoc:
1542
1542
  )
1543
1543
 
1544
1544
  LiteralRegistry.register(
1545
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service,
1545
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service,
1546
1546
  :schema_name => XSD::QName.new(NsVzaup2date, "service"),
1547
1547
  :is_anonymous => true,
1548
1548
  :schema_qualified => true,
1549
1549
  :schema_element => [
1550
1550
  ["autoreboot", nil, [0, 1]],
1551
- ["check_period", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service::Check_period", [0, 1]],
1551
+ ["check_period", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service::Check_period", [0, 1]],
1552
1552
  ["hour", "SOAP::SOAPInt"],
1553
1553
  ["disabled", nil, [0, 1]]
1554
1554
  ]
1555
1555
  )
1556
1556
 
1557
1557
  LiteralRegistry.register(
1558
- :class => Virtuozzo::SOAP::Drivers::Up2date::UpdateType,
1558
+ :class => Virtuozzo::SOAP::Types::Up2date::UpdateType,
1559
1559
  :schema_type => XSD::QName.new(NsVzaup2date, "updateType"),
1560
1560
  :schema_element => [
1561
1561
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -1570,7 +1570,7 @@ module Virtuozzo # :nodoc:
1570
1570
  )
1571
1571
 
1572
1572
  LiteralRegistry.register(
1573
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_updateType,
1573
+ :class => Virtuozzo::SOAP::Types::Up2date::System_updateType,
1574
1574
  :schema_type => XSD::QName.new(NsVzaup2date, "system_updateType"),
1575
1575
  :schema_basetype => XSD::QName.new(NsVzaup2date, "updateType"),
1576
1576
  :schema_element => [
@@ -1582,13 +1582,13 @@ module Virtuozzo # :nodoc:
1582
1582
  ["version", "SOAP::SOAPString", [0, 1]],
1583
1583
  ["installed_version", "SOAP::SOAPString", [0, 1]],
1584
1584
  ["date", nil, [0, 1]],
1585
- ["type", "Virtuozzo::SOAP::Drivers::Up2date::System_updateType::Type", [0, 1]],
1585
+ ["type", "Virtuozzo::SOAP::Types::Up2date::System_updateType::Type", [0, 1]],
1586
1586
  ["category", "SOAP::SOAPString", [0, 1]]
1587
1587
  ]
1588
1588
  )
1589
1589
 
1590
1590
  LiteralRegistry.register(
1591
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_updateType::Type,
1591
+ :class => Virtuozzo::SOAP::Types::Up2date::System_updateType::Type,
1592
1592
  :schema_name => XSD::QName.new(NsVzaup2date, "type"),
1593
1593
  :is_anonymous => true,
1594
1594
  :schema_qualified => true,
@@ -1600,7 +1600,7 @@ module Virtuozzo # :nodoc:
1600
1600
  )
1601
1601
 
1602
1602
  LiteralRegistry.register(
1603
- :class => Virtuozzo::SOAP::Drivers::Up2date::Windows_system_updateType,
1603
+ :class => Virtuozzo::SOAP::Types::Up2date::Windows_system_updateType,
1604
1604
  :schema_type => XSD::QName.new(NsVzaup2date, "windows_system_updateType"),
1605
1605
  :schema_basetype => XSD::QName.new(NsVzaup2date, "system_updateType"),
1606
1606
  :schema_element => [
@@ -1612,14 +1612,14 @@ module Virtuozzo # :nodoc:
1612
1612
  ["version", "SOAP::SOAPString", [0, 1]],
1613
1613
  ["installed_version", "SOAP::SOAPString", [0, 1]],
1614
1614
  ["date", nil, [0, 1]],
1615
- ["type", "Virtuozzo::SOAP::Drivers::Up2date::Windows_system_updateType::Type", [0, 1]],
1615
+ ["type", "Virtuozzo::SOAP::Types::Up2date::Windows_system_updateType::Type", [0, 1]],
1616
1616
  ["category", "SOAP::SOAPString", [0, 1]],
1617
1617
  ["product", "SOAP::SOAPString"]
1618
1618
  ]
1619
1619
  )
1620
1620
 
1621
1621
  LiteralRegistry.register(
1622
- :class => Virtuozzo::SOAP::Drivers::Up2date::Windows_system_updateType::Type,
1622
+ :class => Virtuozzo::SOAP::Types::Up2date::Windows_system_updateType::Type,
1623
1623
  :schema_name => XSD::QName.new(NsVzaup2date, "type"),
1624
1624
  :is_anonymous => true,
1625
1625
  :schema_qualified => true,
@@ -1631,7 +1631,7 @@ module Virtuozzo # :nodoc:
1631
1631
  )
1632
1632
 
1633
1633
  LiteralRegistry.register(
1634
- :class => Virtuozzo::SOAP::Drivers::Up2date::Template_updateType,
1634
+ :class => Virtuozzo::SOAP::Types::Up2date::Template_updateType,
1635
1635
  :schema_type => XSD::QName.new(NsVzaup2date, "template_updateType"),
1636
1636
  :schema_basetype => XSD::QName.new(NsVzaup2date, "updateType"),
1637
1637
  :schema_element => [
@@ -1643,12 +1643,12 @@ module Virtuozzo # :nodoc:
1643
1643
  ["version", "SOAP::SOAPString", [0, 1]],
1644
1644
  ["installed_version", "SOAP::SOAPString", [0, 1]],
1645
1645
  ["date", nil, [0, 1]],
1646
- ["app_template", "Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType[]", [0, nil]]
1646
+ ["app_template", "Virtuozzo::SOAP::Types::Up2date::App_template_updateType[]", [0, nil]]
1647
1647
  ]
1648
1648
  )
1649
1649
 
1650
1650
  LiteralRegistry.register(
1651
- :class => Virtuozzo::SOAP::Drivers::Up2date::Os_template_updateType,
1651
+ :class => Virtuozzo::SOAP::Types::Up2date::Os_template_updateType,
1652
1652
  :schema_type => XSD::QName.new(NsVzaup2date, "os_template_updateType"),
1653
1653
  :schema_basetype => XSD::QName.new(NsVzaup2date, "template_updateType"),
1654
1654
  :schema_element => [
@@ -1660,12 +1660,12 @@ module Virtuozzo # :nodoc:
1660
1660
  ["version", "SOAP::SOAPString", [0, 1]],
1661
1661
  ["installed_version", "SOAP::SOAPString", [0, 1]],
1662
1662
  ["date", nil, [0, 1]],
1663
- ["app_template", "Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType[]", [0, nil]]
1663
+ ["app_template", "Virtuozzo::SOAP::Types::Up2date::App_template_updateType[]", [0, nil]]
1664
1664
  ]
1665
1665
  )
1666
1666
 
1667
1667
  LiteralRegistry.register(
1668
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ez_template_updateType,
1668
+ :class => Virtuozzo::SOAP::Types::Up2date::Ez_template_updateType,
1669
1669
  :schema_type => XSD::QName.new(NsVzaup2date, "ez_template_updateType"),
1670
1670
  :schema_basetype => XSD::QName.new(NsVzaup2date, "template_updateType"),
1671
1671
  :schema_element => [
@@ -1677,12 +1677,12 @@ module Virtuozzo # :nodoc:
1677
1677
  ["version", "SOAP::SOAPString", [0, 1]],
1678
1678
  ["installed_version", "SOAP::SOAPString", [0, 1]],
1679
1679
  ["date", nil, [0, 1]],
1680
- ["app_template", "Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType[]", [0, nil]]
1680
+ ["app_template", "Virtuozzo::SOAP::Types::Up2date::App_template_updateType[]", [0, nil]]
1681
1681
  ]
1682
1682
  )
1683
1683
 
1684
1684
  LiteralRegistry.register(
1685
- :class => Virtuozzo::SOAP::Drivers::Up2date::App_template_updateType,
1685
+ :class => Virtuozzo::SOAP::Types::Up2date::App_template_updateType,
1686
1686
  :schema_type => XSD::QName.new(NsVzaup2date, "app_template_updateType"),
1687
1687
  :schema_basetype => XSD::QName.new(NsVzaup2date, "updateType"),
1688
1688
  :schema_element => [
@@ -1698,7 +1698,7 @@ module Virtuozzo # :nodoc:
1698
1698
  )
1699
1699
 
1700
1700
  LiteralRegistry.register(
1701
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2date_configurationType,
1701
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2date_configurationType,
1702
1702
  :schema_type => XSD::QName.new(NsVzaup2date, "vzaup2date_configurationType"),
1703
1703
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1704
1704
  :schema_element => [
@@ -1707,15 +1707,15 @@ module Virtuozzo # :nodoc:
1707
1707
  )
1708
1708
 
1709
1709
  LiteralRegistry.register(
1710
- :class => Virtuozzo::SOAP::Drivers::Up2date::Packet_headerType,
1710
+ :class => Virtuozzo::SOAP::Types::Up2date::Packet_headerType,
1711
1711
  :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
1712
1712
  :schema_element => [
1713
- ["auth", "Virtuozzo::SOAP::Drivers::Up2date::AuthType", [0, 1]],
1713
+ ["auth", "Virtuozzo::SOAP::Types::Up2date::AuthType", [0, 1]],
1714
1714
  ["cookie", "SOAP::SOAPString", [0, 1]],
1715
1715
  ["target", "SOAP::SOAPString[]", [0, nil]],
1716
1716
  ["origin", "SOAP::SOAPString", [0, 1]],
1717
- ["src", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
1718
- ["dst", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
1717
+ ["src", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
1718
+ ["dst", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
1719
1719
  ["session", "SOAP::SOAPString", [0, 1]]
1720
1720
  ],
1721
1721
  :schema_attribute => {
@@ -1733,26 +1733,26 @@ module Virtuozzo # :nodoc:
1733
1733
  )
1734
1734
 
1735
1735
  LiteralRegistry.register(
1736
- :class => Virtuozzo::SOAP::Drivers::Up2date::OperatorType,
1736
+ :class => Virtuozzo::SOAP::Types::Up2date::OperatorType,
1737
1737
  :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
1738
1738
  :schema_element => [ :choice,
1739
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"]
1739
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"]
1740
1740
  ]
1741
1741
  )
1742
1742
 
1743
1743
  LiteralRegistry.register(
1744
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType,
1744
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType,
1745
1745
  :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
1746
1746
  :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
1747
1747
  :schema_element => [ :choice,
1748
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"],
1749
- ["ok", "Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Ok[]"],
1750
- ["error", "Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Error[]"]
1748
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"],
1749
+ ["ok", "Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Ok[]"],
1750
+ ["error", "Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Error[]"]
1751
1751
  ]
1752
1752
  )
1753
1753
 
1754
1754
  LiteralRegistry.register(
1755
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Ok,
1755
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Ok,
1756
1756
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1757
1757
  :is_anonymous => true,
1758
1758
  :schema_qualified => true,
@@ -1760,7 +1760,7 @@ module Virtuozzo # :nodoc:
1760
1760
  )
1761
1761
 
1762
1762
  LiteralRegistry.register(
1763
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Error,
1763
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Error,
1764
1764
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1765
1765
  :is_anonymous => true,
1766
1766
  :schema_qualified => true,
@@ -1771,24 +1771,24 @@ module Virtuozzo # :nodoc:
1771
1771
  )
1772
1772
 
1773
1773
  LiteralRegistry.register(
1774
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType,
1774
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType,
1775
1775
  :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
1776
1776
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1777
1777
  :schema_element => [ :choice,
1778
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"],
1779
- ["ok", "Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Ok[]"],
1780
- ["error", "Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Error[]"],
1778
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"],
1779
+ ["ok", "Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Ok[]"],
1780
+ ["error", "Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Error[]"],
1781
1781
  [ :choice,
1782
- ["start_monitor", "Virtuozzo::SOAP::Drivers::Up2date::Start_monitorType"],
1783
- ["stop_monitor", "Virtuozzo::SOAP::Drivers::Up2date::Stop_monitorType"],
1784
- ["set_period", "Virtuozzo::SOAP::Drivers::Up2date::Set_periodType", [0, 1]],
1782
+ ["start_monitor", "Virtuozzo::SOAP::Types::Up2date::Start_monitorType"],
1783
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Up2date::Stop_monitorType"],
1784
+ ["set_period", "Virtuozzo::SOAP::Types::Up2date::Set_periodType", [0, 1]],
1785
1785
  ["report", nil, [0, 1]]
1786
1786
  ]
1787
1787
  ]
1788
1788
  )
1789
1789
 
1790
1790
  LiteralRegistry.register(
1791
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Ok,
1791
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Ok,
1792
1792
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1793
1793
  :is_anonymous => true,
1794
1794
  :schema_qualified => true,
@@ -1796,7 +1796,7 @@ module Virtuozzo # :nodoc:
1796
1796
  )
1797
1797
 
1798
1798
  LiteralRegistry.register(
1799
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Error,
1799
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Error,
1800
1800
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1801
1801
  :is_anonymous => true,
1802
1802
  :schema_qualified => true,
@@ -1807,7 +1807,7 @@ module Virtuozzo # :nodoc:
1807
1807
  )
1808
1808
 
1809
1809
  LiteralRegistry.register(
1810
- :class => Virtuozzo::SOAP::Drivers::Up2date::Set_periodType,
1810
+ :class => Virtuozzo::SOAP::Types::Up2date::Set_periodType,
1811
1811
  :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
1812
1812
  :schema_element => [
1813
1813
  ["collect", "SOAP::SOAPInt"],
@@ -1817,7 +1817,7 @@ module Virtuozzo # :nodoc:
1817
1817
  )
1818
1818
 
1819
1819
  LiteralRegistry.register(
1820
- :class => Virtuozzo::SOAP::Drivers::Up2date::Start_monitorType,
1820
+ :class => Virtuozzo::SOAP::Types::Up2date::Start_monitorType,
1821
1821
  :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
1822
1822
  :schema_element => [
1823
1823
  ["period", "SOAP::SOAPInt"],
@@ -1826,7 +1826,7 @@ module Virtuozzo # :nodoc:
1826
1826
  )
1827
1827
 
1828
1828
  LiteralRegistry.register(
1829
- :class => Virtuozzo::SOAP::Drivers::Up2date::Stop_monitorType,
1829
+ :class => Virtuozzo::SOAP::Types::Up2date::Stop_monitorType,
1830
1830
  :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
1831
1831
  :schema_element => [
1832
1832
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1834,7 +1834,7 @@ module Virtuozzo # :nodoc:
1834
1834
  )
1835
1835
 
1836
1836
  LiteralRegistry.register(
1837
- :class => Virtuozzo::SOAP::Drivers::Up2date::AuthType,
1837
+ :class => Virtuozzo::SOAP::Types::Up2date::AuthType,
1838
1838
  :schema_type => XSD::QName.new(NsProtocol, "authType"),
1839
1839
  :schema_element => [
1840
1840
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1842,7 +1842,7 @@ module Virtuozzo # :nodoc:
1842
1842
  )
1843
1843
 
1844
1844
  LiteralRegistry.register(
1845
- :class => Virtuozzo::SOAP::Drivers::Up2date::Event_configurationType,
1845
+ :class => Virtuozzo::SOAP::Types::Up2date::Event_configurationType,
1846
1846
  :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
1847
1847
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1848
1848
  :schema_element => [
@@ -1851,7 +1851,7 @@ module Virtuozzo # :nodoc:
1851
1851
  )
1852
1852
 
1853
1853
  LiteralRegistry.register(
1854
- :class => Virtuozzo::SOAP::Drivers::Up2date::Periodic_configurationType,
1854
+ :class => Virtuozzo::SOAP::Types::Up2date::Periodic_configurationType,
1855
1855
  :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
1856
1856
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1857
1857
  :schema_element => [
@@ -1863,7 +1863,7 @@ module Virtuozzo # :nodoc:
1863
1863
  )
1864
1864
 
1865
1865
  LiteralRegistry.register(
1866
- :class => Virtuozzo::SOAP::Drivers::Up2date::RouteType,
1866
+ :class => Virtuozzo::SOAP::Types::Up2date::RouteType,
1867
1867
  :schema_type => XSD::QName.new(NsProtocol, "routeType"),
1868
1868
  :schema_element => [
1869
1869
  ["director", "SOAP::SOAPString", [0, 1]],
@@ -1874,21 +1874,21 @@ module Virtuozzo # :nodoc:
1874
1874
  )
1875
1875
 
1876
1876
  LiteralRegistry.register(
1877
- :class => Virtuozzo::SOAP::Drivers::Up2date::DataType,
1877
+ :class => Virtuozzo::SOAP::Types::Up2date::DataType,
1878
1878
  :schema_type => XSD::QName.new(NsProtocol, "dataType"),
1879
1879
  :schema_element => [
1880
- ["operator", "Virtuozzo::SOAP::Drivers::Up2date::OperatorType[]"]
1880
+ ["operator", "Virtuozzo::SOAP::Types::Up2date::OperatorType[]"]
1881
1881
  ]
1882
1882
  )
1883
1883
 
1884
1884
  LiteralRegistry.register(
1885
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_,
1885
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType_,
1886
1886
  :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
1887
1887
  :schema_element => []
1888
1888
  )
1889
1889
 
1890
1890
  LiteralRegistry.register(
1891
- :class => Virtuozzo::SOAP::Drivers::Up2date::OsType,
1891
+ :class => Virtuozzo::SOAP::Types::Up2date::OsType,
1892
1892
  :schema_type => XSD::QName.new(NsTypes, "osType"),
1893
1893
  :schema_element => [
1894
1894
  ["platform", "SOAP::SOAPString", [0, 1]],
@@ -1899,7 +1899,7 @@ module Virtuozzo # :nodoc:
1899
1899
  )
1900
1900
 
1901
1901
  LiteralRegistry.register(
1902
- :class => Virtuozzo::SOAP::Drivers::Up2date::Env_statusType,
1902
+ :class => Virtuozzo::SOAP::Types::Up2date::Env_statusType,
1903
1903
  :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
1904
1904
  :schema_element => [
1905
1905
  ["state", "SOAP::SOAPInt", [0, 1]],
@@ -1908,7 +1908,7 @@ module Virtuozzo # :nodoc:
1908
1908
  )
1909
1909
 
1910
1910
  LiteralRegistry.register(
1911
- :class => Virtuozzo::SOAP::Drivers::Up2date::QosType,
1911
+ :class => Virtuozzo::SOAP::Types::Up2date::QosType,
1912
1912
  :schema_type => XSD::QName.new(NsTypes, "qosType"),
1913
1913
  :schema_element => [
1914
1914
  ["id", "SOAP::SOAPString"],
@@ -1919,16 +1919,16 @@ module Virtuozzo # :nodoc:
1919
1919
  )
1920
1920
 
1921
1921
  LiteralRegistry.register(
1922
- :class => Virtuozzo::SOAP::Drivers::Up2date::Env_configType,
1922
+ :class => Virtuozzo::SOAP::Types::Up2date::Env_configType,
1923
1923
  :schema_type => XSD::QName.new(NsTypes, "env_configType"),
1924
1924
  :schema_element => [
1925
1925
  ["name", "SOAP::SOAPString", [0, 1]],
1926
1926
  ["description", "SOAP::SOAPBase64", [0, 1]],
1927
1927
  ["domain", "SOAP::SOAPString", [0, 1]],
1928
1928
  ["hostname", "SOAP::SOAPString", [0, 1]],
1929
- ["address", "Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType[]", [0, nil]],
1929
+ ["address", "Virtuozzo::SOAP::Types::Up2date::Ip_addressType[]", [0, nil]],
1930
1930
  ["architecture", "SOAP::SOAPString", [0, 1]],
1931
- ["os", "Virtuozzo::SOAP::Drivers::Up2date::OsType", [0, 1]],
1931
+ ["os", "Virtuozzo::SOAP::Types::Up2date::OsType", [0, 1]],
1932
1932
  ["type", "SOAP::SOAPString", [0, 1]],
1933
1933
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1934
1934
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -1939,7 +1939,7 @@ module Virtuozzo # :nodoc:
1939
1939
  )
1940
1940
 
1941
1941
  LiteralRegistry.register(
1942
- :class => Virtuozzo::SOAP::Drivers::Up2date::Venv_configType,
1942
+ :class => Virtuozzo::SOAP::Types::Up2date::Venv_configType,
1943
1943
  :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
1944
1944
  :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
1945
1945
  :schema_element => [
@@ -1947,40 +1947,40 @@ module Virtuozzo # :nodoc:
1947
1947
  ["description", "SOAP::SOAPBase64", [0, 1]],
1948
1948
  ["domain", "SOAP::SOAPString", [0, 1]],
1949
1949
  ["hostname", "SOAP::SOAPString", [0, 1]],
1950
- ["address", "Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType[]", [0, nil]],
1950
+ ["address", "Virtuozzo::SOAP::Types::Up2date::Ip_addressType[]", [0, nil]],
1951
1951
  ["architecture", "SOAP::SOAPString", [0, 1]],
1952
- ["os", "Virtuozzo::SOAP::Drivers::Up2date::OsType", [0, 1]],
1952
+ ["os", "Virtuozzo::SOAP::Types::Up2date::OsType", [0, 1]],
1953
1953
  ["type", "SOAP::SOAPString", [0, 1]],
1954
1954
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1955
1955
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
1956
1956
  ["base_sample_id", nil, [0, 1]],
1957
1957
  ["base_snapshot_id", nil, [0, 1]],
1958
1958
  ["child_type", "SOAP::SOAPString[]", [0, nil]],
1959
- ["qos", "Virtuozzo::SOAP::Drivers::Up2date::QosType[]", [0, nil]]
1959
+ ["qos", "Virtuozzo::SOAP::Types::Up2date::QosType[]", [0, nil]]
1960
1960
  ]
1961
1961
  )
1962
1962
 
1963
1963
  LiteralRegistry.register(
1964
- :class => Virtuozzo::SOAP::Drivers::Up2date::Native_configType,
1964
+ :class => Virtuozzo::SOAP::Types::Up2date::Native_configType,
1965
1965
  :schema_type => XSD::QName.new(NsTypes, "native_configType"),
1966
1966
  :schema_element => []
1967
1967
  )
1968
1968
 
1969
1969
  LiteralRegistry.register(
1970
- :class => Virtuozzo::SOAP::Drivers::Up2date::EnvType,
1970
+ :class => Virtuozzo::SOAP::Types::Up2date::EnvType,
1971
1971
  :schema_type => XSD::QName.new(NsTypes, "envType"),
1972
1972
  :schema_element => [
1973
1973
  ["parent_eid", nil],
1974
1974
  ["eid", nil],
1975
- ["status", "Virtuozzo::SOAP::Drivers::Up2date::Env_statusType", [0, 1]],
1975
+ ["status", "Virtuozzo::SOAP::Types::Up2date::Env_statusType", [0, 1]],
1976
1976
  ["alert", "SOAP::SOAPInt", [0, 1]],
1977
- ["config", "Virtuozzo::SOAP::Drivers::Up2date::Env_configType", [0, 1]],
1978
- ["virtual_config", "Virtuozzo::SOAP::Drivers::Up2date::Venv_configType", [0, 1]]
1977
+ ["config", "Virtuozzo::SOAP::Types::Up2date::Env_configType", [0, 1]],
1978
+ ["virtual_config", "Virtuozzo::SOAP::Types::Up2date::Venv_configType", [0, 1]]
1979
1979
  ]
1980
1980
  )
1981
1981
 
1982
1982
  LiteralRegistry.register(
1983
- :class => Virtuozzo::SOAP::Drivers::Up2date::ProcessesType,
1983
+ :class => Virtuozzo::SOAP::Types::Up2date::ProcessesType,
1984
1984
  :schema_type => XSD::QName.new(NsTypes, "processesType"),
1985
1985
  :schema_element => [
1986
1986
  ["run", "SOAP::SOAPInt"],
@@ -1993,7 +1993,7 @@ module Virtuozzo # :nodoc:
1993
1993
  )
1994
1994
 
1995
1995
  LiteralRegistry.register(
1996
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avgType,
1996
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avgType,
1997
1997
  :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
1998
1998
  :schema_element => [
1999
1999
  ["l1", "SOAP::SOAPDouble"],
@@ -2003,7 +2003,7 @@ module Virtuozzo # :nodoc:
2003
2003
  )
2004
2004
 
2005
2005
  LiteralRegistry.register(
2006
- :class => Virtuozzo::SOAP::Drivers::Up2date::Cpu_loadType,
2006
+ :class => Virtuozzo::SOAP::Types::Up2date::Cpu_loadType,
2007
2007
  :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
2008
2008
  :schema_element => [
2009
2009
  ["system", "SOAP::SOAPLong"],
@@ -2014,7 +2014,7 @@ module Virtuozzo # :nodoc:
2014
2014
  )
2015
2015
 
2016
2016
  LiteralRegistry.register(
2017
- :class => Virtuozzo::SOAP::Drivers::Up2date::CpuType,
2017
+ :class => Virtuozzo::SOAP::Types::Up2date::CpuType,
2018
2018
  :schema_type => XSD::QName.new(NsTypes, "cpuType"),
2019
2019
  :schema_element => [
2020
2020
  ["mhz", "SOAP::SOAPInt"],
@@ -2030,16 +2030,16 @@ module Virtuozzo # :nodoc:
2030
2030
  )
2031
2031
 
2032
2032
  LiteralRegistry.register(
2033
- :class => Virtuozzo::SOAP::Drivers::Up2date::TransferType,
2033
+ :class => Virtuozzo::SOAP::Types::Up2date::TransferType,
2034
2034
  :schema_type => XSD::QName.new(NsTypes, "transferType"),
2035
2035
  :schema_element => [
2036
- ["input", "Virtuozzo::SOAP::Drivers::Up2date::TransferType::Input"],
2037
- ["output", "Virtuozzo::SOAP::Drivers::Up2date::TransferType::Output"]
2036
+ ["input", "Virtuozzo::SOAP::Types::Up2date::TransferType::Input"],
2037
+ ["output", "Virtuozzo::SOAP::Types::Up2date::TransferType::Output"]
2038
2038
  ]
2039
2039
  )
2040
2040
 
2041
2041
  LiteralRegistry.register(
2042
- :class => Virtuozzo::SOAP::Drivers::Up2date::TransferType::Input,
2042
+ :class => Virtuozzo::SOAP::Types::Up2date::TransferType::Input,
2043
2043
  :schema_name => XSD::QName.new(NsTypes, "input"),
2044
2044
  :is_anonymous => true,
2045
2045
  :schema_qualified => true,
@@ -2050,7 +2050,7 @@ module Virtuozzo # :nodoc:
2050
2050
  )
2051
2051
 
2052
2052
  LiteralRegistry.register(
2053
- :class => Virtuozzo::SOAP::Drivers::Up2date::TransferType::Output,
2053
+ :class => Virtuozzo::SOAP::Types::Up2date::TransferType::Output,
2054
2054
  :schema_name => XSD::QName.new(NsTypes, "output"),
2055
2055
  :is_anonymous => true,
2056
2056
  :schema_qualified => true,
@@ -2061,16 +2061,16 @@ module Virtuozzo # :nodoc:
2061
2061
  )
2062
2062
 
2063
2063
  LiteralRegistry.register(
2064
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_nodeType,
2064
+ :class => Virtuozzo::SOAP::Types::Up2date::System_nodeType,
2065
2065
  :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
2066
2066
  :schema_element => [
2067
- ["address", "Virtuozzo::SOAP::Drivers::Up2date::System_nodeType::Address"],
2068
- ["login", "Virtuozzo::SOAP::Drivers::Up2date::System_nodeType::Login", [0, 1]]
2067
+ ["address", "Virtuozzo::SOAP::Types::Up2date::System_nodeType::Address"],
2068
+ ["login", "Virtuozzo::SOAP::Types::Up2date::System_nodeType::Login", [0, 1]]
2069
2069
  ]
2070
2070
  )
2071
2071
 
2072
2072
  LiteralRegistry.register(
2073
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_nodeType::Address,
2073
+ :class => Virtuozzo::SOAP::Types::Up2date::System_nodeType::Address,
2074
2074
  :schema_name => XSD::QName.new(NsTypes, "address"),
2075
2075
  :is_anonymous => true,
2076
2076
  :schema_qualified => true,
@@ -2080,7 +2080,7 @@ module Virtuozzo # :nodoc:
2080
2080
  )
2081
2081
 
2082
2082
  LiteralRegistry.register(
2083
- :class => Virtuozzo::SOAP::Drivers::Up2date::System_nodeType::Login,
2083
+ :class => Virtuozzo::SOAP::Types::Up2date::System_nodeType::Login,
2084
2084
  :schema_name => XSD::QName.new(NsTypes, "login"),
2085
2085
  :is_anonymous => true,
2086
2086
  :schema_qualified => true,
@@ -2091,7 +2091,7 @@ module Virtuozzo # :nodoc:
2091
2091
  )
2092
2092
 
2093
2093
  LiteralRegistry.register(
2094
- :class => Virtuozzo::SOAP::Drivers::Up2date::ResourceType,
2094
+ :class => Virtuozzo::SOAP::Types::Up2date::ResourceType,
2095
2095
  :schema_type => XSD::QName.new(NsTypes, "resourceType"),
2096
2096
  :schema_element => [
2097
2097
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -2104,7 +2104,7 @@ module Virtuozzo # :nodoc:
2104
2104
  )
2105
2105
 
2106
2106
  LiteralRegistry.register(
2107
- :class => Virtuozzo::SOAP::Drivers::Up2date::IntervalType,
2107
+ :class => Virtuozzo::SOAP::Types::Up2date::IntervalType,
2108
2108
  :schema_type => XSD::QName.new(NsTypes, "intervalType"),
2109
2109
  :schema_element => [
2110
2110
  ["start_time", nil],
@@ -2113,7 +2113,7 @@ module Virtuozzo # :nodoc:
2113
2113
  )
2114
2114
 
2115
2115
  LiteralRegistry.register(
2116
- :class => Virtuozzo::SOAP::Drivers::Up2date::StatsType,
2116
+ :class => Virtuozzo::SOAP::Types::Up2date::StatsType,
2117
2117
  :schema_type => XSD::QName.new(NsTypes, "statsType"),
2118
2118
  :schema_element => [
2119
2119
  ["avg", "SOAP::SOAPLong", [0, 1]],
@@ -2127,7 +2127,7 @@ module Virtuozzo # :nodoc:
2127
2127
  )
2128
2128
 
2129
2129
  LiteralRegistry.register(
2130
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_addressType,
2130
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_addressType,
2131
2131
  :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
2132
2132
  :schema_element => [
2133
2133
  ["host", nil],
@@ -2136,16 +2136,16 @@ module Virtuozzo # :nodoc:
2136
2136
  )
2137
2137
 
2138
2138
  LiteralRegistry.register(
2139
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_classType,
2139
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_classType,
2140
2140
  :schema_type => XSD::QName.new(NsTypes, "net_classType"),
2141
2141
  :schema_element => [
2142
2142
  ["id", "SOAP::SOAPString", [0, 1]],
2143
- ["transfer", "Virtuozzo::SOAP::Drivers::Up2date::TransferType", [0, 1]]
2143
+ ["transfer", "Virtuozzo::SOAP::Types::Up2date::TransferType", [0, 1]]
2144
2144
  ]
2145
2145
  )
2146
2146
 
2147
2147
  LiteralRegistry.register(
2148
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ip_rangeType,
2148
+ :class => Virtuozzo::SOAP::Types::Up2date::Ip_rangeType,
2149
2149
  :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
2150
2150
  :schema_element => [
2151
2151
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -2156,19 +2156,19 @@ module Virtuozzo # :nodoc:
2156
2156
  )
2157
2157
 
2158
2158
  LiteralRegistry.register(
2159
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sample_confType,
2159
+ :class => Virtuozzo::SOAP::Types::Up2date::Sample_confType,
2160
2160
  :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
2161
2161
  :schema_element => [
2162
- ["env_config", "Virtuozzo::SOAP::Drivers::Up2date::Env_configType"],
2162
+ ["env_config", "Virtuozzo::SOAP::Types::Up2date::Env_configType"],
2163
2163
  ["id", "SOAP::SOAPString", [0, 1]],
2164
2164
  ["name", "SOAP::SOAPString"],
2165
2165
  ["comment", "SOAP::SOAPBase64", [0, 1]],
2166
- ["vt_version", "Virtuozzo::SOAP::Drivers::Up2date::Sample_confType::Vt_version", [0, 1]]
2166
+ ["vt_version", "Virtuozzo::SOAP::Types::Up2date::Sample_confType::Vt_version", [0, 1]]
2167
2167
  ]
2168
2168
  )
2169
2169
 
2170
2170
  LiteralRegistry.register(
2171
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sample_confType::Vt_version,
2171
+ :class => Virtuozzo::SOAP::Types::Up2date::Sample_confType::Vt_version,
2172
2172
  :schema_name => XSD::QName.new(NsTypes, "vt_version"),
2173
2173
  :is_anonymous => true,
2174
2174
  :schema_qualified => true,
@@ -2180,34 +2180,34 @@ module Virtuozzo # :nodoc:
2180
2180
  )
2181
2181
 
2182
2182
  LiteralRegistry.register(
2183
- :class => Virtuozzo::SOAP::Drivers::Up2date::InterfaceType,
2183
+ :class => Virtuozzo::SOAP::Types::Up2date::InterfaceType,
2184
2184
  :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
2185
2185
  :schema_element => [
2186
2186
  ["name", "SOAP::SOAPString"],
2187
2187
  ["bandwidth", "SOAP::SOAPInt", [0, 1]],
2188
- ["transfer", "Virtuozzo::SOAP::Drivers::Up2date::TransferType", [0, 1]],
2188
+ ["transfer", "Virtuozzo::SOAP::Types::Up2date::TransferType", [0, 1]],
2189
2189
  ["ipaddress", nil, [0, 1]],
2190
2190
  ["flags", "SOAP::SOAPInt", [0, 1]]
2191
2191
  ]
2192
2192
  )
2193
2193
 
2194
2194
  LiteralRegistry.register(
2195
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType,
2195
+ :class => Virtuozzo::SOAP::Types::Up2date::Sys_infoType,
2196
2196
  :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
2197
2197
  :schema_element => [
2198
- ["load_avg", "Virtuozzo::SOAP::Drivers::Up2date::Load_avgType"],
2199
- ["processes", "Virtuozzo::SOAP::Drivers::Up2date::ProcessesType"],
2200
- ["cpu_load", "Virtuozzo::SOAP::Drivers::Up2date::Cpu_loadType"],
2201
- ["cpu_states", "Virtuozzo::SOAP::Drivers::Up2date::Cpu_loadType"],
2198
+ ["load_avg", "Virtuozzo::SOAP::Types::Up2date::Load_avgType"],
2199
+ ["processes", "Virtuozzo::SOAP::Types::Up2date::ProcessesType"],
2200
+ ["cpu_load", "Virtuozzo::SOAP::Types::Up2date::Cpu_loadType"],
2201
+ ["cpu_states", "Virtuozzo::SOAP::Types::Up2date::Cpu_loadType"],
2202
2202
  ["users", "SOAP::SOAPInt"],
2203
2203
  ["uptime", "SOAP::SOAPLong"],
2204
- ["memory", "Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType::Memory", [0, 1]],
2205
- ["swap", "Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType::Swap", [0, 1]]
2204
+ ["memory", "Virtuozzo::SOAP::Types::Up2date::Sys_infoType::Memory", [0, 1]],
2205
+ ["swap", "Virtuozzo::SOAP::Types::Up2date::Sys_infoType::Swap", [0, 1]]
2206
2206
  ]
2207
2207
  )
2208
2208
 
2209
2209
  LiteralRegistry.register(
2210
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType::Memory,
2210
+ :class => Virtuozzo::SOAP::Types::Up2date::Sys_infoType::Memory,
2211
2211
  :schema_name => XSD::QName.new(NsTypes, "memory"),
2212
2212
  :is_anonymous => true,
2213
2213
  :schema_qualified => true,
@@ -2218,7 +2218,7 @@ module Virtuozzo # :nodoc:
2218
2218
  )
2219
2219
 
2220
2220
  LiteralRegistry.register(
2221
- :class => Virtuozzo::SOAP::Drivers::Up2date::Sys_infoType::Swap,
2221
+ :class => Virtuozzo::SOAP::Types::Up2date::Sys_infoType::Swap,
2222
2222
  :schema_name => XSD::QName.new(NsTypes, "swap"),
2223
2223
  :is_anonymous => true,
2224
2224
  :schema_qualified => true,
@@ -2229,10 +2229,10 @@ module Virtuozzo # :nodoc:
2229
2229
  )
2230
2230
 
2231
2231
  LiteralRegistry.register(
2232
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ps_infoType,
2232
+ :class => Virtuozzo::SOAP::Types::Up2date::Ps_infoType,
2233
2233
  :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
2234
2234
  :schema_element => [
2235
- ["process", "Virtuozzo::SOAP::Drivers::Up2date::Ps_infoType::C_Process[]", [1, nil]],
2235
+ ["process", "Virtuozzo::SOAP::Types::Up2date::Ps_infoType::C_Process[]", [1, nil]],
2236
2236
  ["param_id", "SOAP::SOAPString[]", [1, nil]],
2237
2237
  ["run", "SOAP::SOAPInt"],
2238
2238
  ["idle", "SOAP::SOAPInt"],
@@ -2245,7 +2245,7 @@ module Virtuozzo # :nodoc:
2245
2245
  )
2246
2246
 
2247
2247
  LiteralRegistry.register(
2248
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ps_infoType::C_Process,
2248
+ :class => Virtuozzo::SOAP::Types::Up2date::Ps_infoType::C_Process,
2249
2249
  :schema_name => XSD::QName.new(NsTypes, "process"),
2250
2250
  :is_anonymous => true,
2251
2251
  :schema_qualified => true,
@@ -2256,17 +2256,17 @@ module Virtuozzo # :nodoc:
2256
2256
  )
2257
2257
 
2258
2258
  LiteralRegistry.register(
2259
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType,
2259
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType,
2260
2260
  :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
2261
2261
  :schema_element => [
2262
- ["l1", "Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L1"],
2263
- ["l2", "Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L2", [0, 1]],
2264
- ["l3", "Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L3", [0, 1]]
2262
+ ["l1", "Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L1"],
2263
+ ["l2", "Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L2", [0, 1]],
2264
+ ["l3", "Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L3", [0, 1]]
2265
2265
  ]
2266
2266
  )
2267
2267
 
2268
2268
  LiteralRegistry.register(
2269
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L1,
2269
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L1,
2270
2270
  :schema_name => XSD::QName.new(NsTypes, "l1"),
2271
2271
  :is_anonymous => true,
2272
2272
  :schema_qualified => true,
@@ -2279,7 +2279,7 @@ module Virtuozzo # :nodoc:
2279
2279
  )
2280
2280
 
2281
2281
  LiteralRegistry.register(
2282
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L2,
2282
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L2,
2283
2283
  :schema_name => XSD::QName.new(NsTypes, "l2"),
2284
2284
  :is_anonymous => true,
2285
2285
  :schema_qualified => true,
@@ -2292,7 +2292,7 @@ module Virtuozzo # :nodoc:
2292
2292
  )
2293
2293
 
2294
2294
  LiteralRegistry.register(
2295
- :class => Virtuozzo::SOAP::Drivers::Up2date::Load_avg_statsType::L3,
2295
+ :class => Virtuozzo::SOAP::Types::Up2date::Load_avg_statsType::L3,
2296
2296
  :schema_name => XSD::QName.new(NsTypes, "l3"),
2297
2297
  :is_anonymous => true,
2298
2298
  :schema_qualified => true,
@@ -2305,7 +2305,7 @@ module Virtuozzo # :nodoc:
2305
2305
  )
2306
2306
 
2307
2307
  LiteralRegistry.register(
2308
- :class => Virtuozzo::SOAP::Drivers::Up2date::Alert_dataType,
2308
+ :class => Virtuozzo::SOAP::Types::Up2date::Alert_dataType,
2309
2309
  :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
2310
2310
  :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
2311
2311
  :schema_element => [
@@ -2314,7 +2314,7 @@ module Virtuozzo # :nodoc:
2314
2314
  )
2315
2315
 
2316
2316
  LiteralRegistry.register(
2317
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType,
2317
+ :class => Virtuozzo::SOAP::Types::Up2date::Ip_addressType,
2318
2318
  :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
2319
2319
  :schema_element => [
2320
2320
  ["ip", nil],
@@ -2323,25 +2323,25 @@ module Virtuozzo # :nodoc:
2323
2323
  )
2324
2324
 
2325
2325
  LiteralRegistry.register(
2326
- :class => Virtuozzo::SOAP::Drivers::Up2date::Env_resourceType,
2326
+ :class => Virtuozzo::SOAP::Types::Up2date::Env_resourceType,
2327
2327
  :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
2328
2328
  :schema_element => [
2329
2329
  ["eid", nil],
2330
- ["ip_pool", "Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType", [0, 1]]
2330
+ ["ip_pool", "Virtuozzo::SOAP::Types::Up2date::Ip_poolType", [0, 1]]
2331
2331
  ]
2332
2332
  )
2333
2333
 
2334
2334
  LiteralRegistry.register(
2335
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType,
2335
+ :class => Virtuozzo::SOAP::Types::Up2date::Ip_poolType,
2336
2336
  :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
2337
2337
  :schema_element => [ :choice,
2338
- ["ip_range", "Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType::Ip_range[]"],
2338
+ ["ip_range", "Virtuozzo::SOAP::Types::Up2date::Ip_poolType::Ip_range[]"],
2339
2339
  ["ip", "[]"]
2340
2340
  ]
2341
2341
  )
2342
2342
 
2343
2343
  LiteralRegistry.register(
2344
- :class => Virtuozzo::SOAP::Drivers::Up2date::Ip_poolType::Ip_range,
2344
+ :class => Virtuozzo::SOAP::Types::Up2date::Ip_poolType::Ip_range,
2345
2345
  :schema_name => XSD::QName.new(NsTypes, "ip_range"),
2346
2346
  :is_anonymous => true,
2347
2347
  :schema_qualified => true,
@@ -2352,7 +2352,7 @@ module Virtuozzo # :nodoc:
2352
2352
  )
2353
2353
 
2354
2354
  LiteralRegistry.register(
2355
- :class => Virtuozzo::SOAP::Drivers::Up2date::UsageType,
2355
+ :class => Virtuozzo::SOAP::Types::Up2date::UsageType,
2356
2356
  :schema_type => XSD::QName.new(NsTypes, "usageType"),
2357
2357
  :schema_element => [
2358
2358
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -2362,20 +2362,20 @@ module Virtuozzo # :nodoc:
2362
2362
  )
2363
2363
 
2364
2364
  LiteralRegistry.register(
2365
- :class => Virtuozzo::SOAP::Drivers::Up2date::Root_credentialType,
2365
+ :class => Virtuozzo::SOAP::Types::Up2date::Root_credentialType,
2366
2366
  :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
2367
2367
  :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
2368
2368
  :schema_element => [
2369
2369
  ["id", "SOAP::SOAPString"],
2370
2370
  ["policy", "SOAP::SOAPInt", [0, 1]],
2371
2371
  ["description", "SOAP::SOAPBase64", [0, 1]],
2372
- ["cred", "Virtuozzo::SOAP::Drivers::Up2date::CredentialType[]", [0, nil]],
2373
- ["objects", "Virtuozzo::SOAP::Drivers::Up2date::Root_credentialType::Objects", [0, 1]]
2372
+ ["cred", "Virtuozzo::SOAP::Types::Up2date::CredentialType[]", [0, nil]],
2373
+ ["objects", "Virtuozzo::SOAP::Types::Up2date::Root_credentialType::Objects", [0, 1]]
2374
2374
  ]
2375
2375
  )
2376
2376
 
2377
2377
  LiteralRegistry.register(
2378
- :class => Virtuozzo::SOAP::Drivers::Up2date::Root_credentialType::Objects,
2378
+ :class => Virtuozzo::SOAP::Types::Up2date::Root_credentialType::Objects,
2379
2379
  :schema_name => XSD::QName.new(NsTypes, "objects"),
2380
2380
  :is_anonymous => true,
2381
2381
  :schema_qualified => true,
@@ -2385,30 +2385,30 @@ module Virtuozzo # :nodoc:
2385
2385
  )
2386
2386
 
2387
2387
  LiteralRegistry.register(
2388
- :class => Virtuozzo::SOAP::Drivers::Up2date::CredentialType,
2388
+ :class => Virtuozzo::SOAP::Types::Up2date::CredentialType,
2389
2389
  :schema_type => XSD::QName.new(NsTypes, "credentialType"),
2390
2390
  :schema_element => [
2391
2391
  ["id", "SOAP::SOAPString"],
2392
2392
  ["policy", "SOAP::SOAPInt", [0, 1]],
2393
2393
  ["description", "SOAP::SOAPBase64", [0, 1]],
2394
- ["cred", "Virtuozzo::SOAP::Drivers::Up2date::CredentialType[]", [0, nil]]
2394
+ ["cred", "Virtuozzo::SOAP::Types::Up2date::CredentialType[]", [0, nil]]
2395
2395
  ]
2396
2396
  )
2397
2397
 
2398
2398
  LiteralRegistry.register(
2399
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType,
2399
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType,
2400
2400
  :schema_type => XSD::QName.new(NsTypes, "tokenType"),
2401
2401
  :schema_element => [
2402
2402
  ["user", nil],
2403
- ["groups", "Virtuozzo::SOAP::Drivers::Up2date::TokenType::Groups", [0, 1]],
2404
- ["deny_only_sids", "Virtuozzo::SOAP::Drivers::Up2date::TokenType::Deny_only_sids", [0, 1]],
2405
- ["privileges", "Virtuozzo::SOAP::Drivers::Up2date::TokenType::Privileges", [0, 1]],
2406
- ["source", "Virtuozzo::SOAP::Drivers::Up2date::TokenType::Source", [0, 1]]
2403
+ ["groups", "Virtuozzo::SOAP::Types::Up2date::TokenType::Groups", [0, 1]],
2404
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Up2date::TokenType::Deny_only_sids", [0, 1]],
2405
+ ["privileges", "Virtuozzo::SOAP::Types::Up2date::TokenType::Privileges", [0, 1]],
2406
+ ["source", "Virtuozzo::SOAP::Types::Up2date::TokenType::Source", [0, 1]]
2407
2407
  ]
2408
2408
  )
2409
2409
 
2410
2410
  LiteralRegistry.register(
2411
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType::Groups,
2411
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType::Groups,
2412
2412
  :schema_name => XSD::QName.new(NsTypes, "groups"),
2413
2413
  :is_anonymous => true,
2414
2414
  :schema_qualified => true,
@@ -2418,7 +2418,7 @@ module Virtuozzo # :nodoc:
2418
2418
  )
2419
2419
 
2420
2420
  LiteralRegistry.register(
2421
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType::Deny_only_sids,
2421
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType::Deny_only_sids,
2422
2422
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
2423
2423
  :is_anonymous => true,
2424
2424
  :schema_qualified => true,
@@ -2428,7 +2428,7 @@ module Virtuozzo # :nodoc:
2428
2428
  )
2429
2429
 
2430
2430
  LiteralRegistry.register(
2431
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType::Privileges,
2431
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType::Privileges,
2432
2432
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
2433
2433
  :is_anonymous => true,
2434
2434
  :schema_qualified => true,
@@ -2438,7 +2438,7 @@ module Virtuozzo # :nodoc:
2438
2438
  )
2439
2439
 
2440
2440
  LiteralRegistry.register(
2441
- :class => Virtuozzo::SOAP::Drivers::Up2date::TokenType::Source,
2441
+ :class => Virtuozzo::SOAP::Types::Up2date::TokenType::Source,
2442
2442
  :schema_name => XSD::QName.new(NsTypes, "source"),
2443
2443
  :is_anonymous => true,
2444
2444
  :schema_qualified => true,
@@ -2449,7 +2449,7 @@ module Virtuozzo # :nodoc:
2449
2449
  )
2450
2450
 
2451
2451
  LiteralRegistry.register(
2452
- :class => Virtuozzo::SOAP::Drivers::Up2date::Connectivity_infoType,
2452
+ :class => Virtuozzo::SOAP::Types::Up2date::Connectivity_infoType,
2453
2453
  :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
2454
2454
  :schema_element => [
2455
2455
  ["protocol", "SOAP::SOAPString", [0, 1]],
@@ -2459,7 +2459,7 @@ module Virtuozzo # :nodoc:
2459
2459
  )
2460
2460
 
2461
2461
  LiteralRegistry.register(
2462
- :class => Virtuozzo::SOAP::Drivers::Up2date::Auth_nameType,
2462
+ :class => Virtuozzo::SOAP::Types::Up2date::Auth_nameType,
2463
2463
  :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
2464
2464
  :schema_element => [
2465
2465
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -2469,20 +2469,20 @@ module Virtuozzo # :nodoc:
2469
2469
  )
2470
2470
 
2471
2471
  LiteralRegistry.register(
2472
- :class => Virtuozzo::SOAP::Drivers::Up2date::Connection_infoType,
2472
+ :class => Virtuozzo::SOAP::Types::Up2date::Connection_infoType,
2473
2473
  :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
2474
2474
  :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
2475
2475
  :schema_element => [
2476
2476
  ["protocol", "SOAP::SOAPString", [0, 1]],
2477
2477
  ["address", "SOAP::SOAPString"],
2478
2478
  ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
2479
- ["login", "Virtuozzo::SOAP::Drivers::Up2date::Auth_nameType", [0, 1]],
2479
+ ["login", "Virtuozzo::SOAP::Types::Up2date::Auth_nameType", [0, 1]],
2480
2480
  ["password", "SOAP::SOAPBase64", [0, 1]]
2481
2481
  ]
2482
2482
  )
2483
2483
 
2484
2484
  LiteralRegistry.register(
2485
- :class => Virtuozzo::SOAP::Drivers::Up2date::Eid_listType,
2485
+ :class => Virtuozzo::SOAP::Types::Up2date::Eid_listType,
2486
2486
  :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
2487
2487
  :schema_element => [
2488
2488
  ["eid", "[]", [0, nil]]
@@ -2490,7 +2490,7 @@ module Virtuozzo # :nodoc:
2490
2490
  )
2491
2491
 
2492
2492
  LiteralRegistry.register(
2493
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vt_infoType,
2493
+ :class => Virtuozzo::SOAP::Types::Up2date::Vt_infoType,
2494
2494
  :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
2495
2495
  :schema_element => [
2496
2496
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -2498,7 +2498,7 @@ module Virtuozzo # :nodoc:
2498
2498
  )
2499
2499
 
2500
2500
  LiteralRegistry.register(
2501
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vt_settingsType,
2501
+ :class => Virtuozzo::SOAP::Types::Up2date::Vt_settingsType,
2502
2502
  :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
2503
2503
  :schema_element => [
2504
2504
  ["default_sample_id", nil, [0, 1]]
@@ -2506,11 +2506,11 @@ module Virtuozzo # :nodoc:
2506
2506
  )
2507
2507
 
2508
2508
  LiteralRegistry.register(
2509
- :class => Virtuozzo::SOAP::Drivers::Up2date::UserType,
2509
+ :class => Virtuozzo::SOAP::Types::Up2date::UserType,
2510
2510
  :schema_type => XSD::QName.new(NsTypes, "userType"),
2511
2511
  :schema_element => [
2512
- ["initial_group", "Virtuozzo::SOAP::Drivers::Up2date::UserType::Initial_group", [0, 1]],
2513
- ["group", "Virtuozzo::SOAP::Drivers::Up2date::UserType::Group[]", [0, nil]],
2512
+ ["initial_group", "Virtuozzo::SOAP::Types::Up2date::UserType::Initial_group", [0, 1]],
2513
+ ["group", "Virtuozzo::SOAP::Types::Up2date::UserType::Group[]", [0, nil]],
2514
2514
  ["uid", "SOAP::SOAPInt", [0, 1]],
2515
2515
  ["shell", "SOAP::SOAPString", [0, 1]],
2516
2516
  ["password", "SOAP::SOAPBase64", [0, 1]],
@@ -2521,7 +2521,7 @@ module Virtuozzo # :nodoc:
2521
2521
  )
2522
2522
 
2523
2523
  LiteralRegistry.register(
2524
- :class => Virtuozzo::SOAP::Drivers::Up2date::UserType::Initial_group,
2524
+ :class => Virtuozzo::SOAP::Types::Up2date::UserType::Initial_group,
2525
2525
  :schema_name => XSD::QName.new(NsTypes, "initial_group"),
2526
2526
  :is_anonymous => true,
2527
2527
  :schema_qualified => true,
@@ -2532,7 +2532,7 @@ module Virtuozzo # :nodoc:
2532
2532
  )
2533
2533
 
2534
2534
  LiteralRegistry.register(
2535
- :class => Virtuozzo::SOAP::Drivers::Up2date::UserType::Group,
2535
+ :class => Virtuozzo::SOAP::Types::Up2date::UserType::Group,
2536
2536
  :schema_name => XSD::QName.new(NsTypes, "group"),
2537
2537
  :is_anonymous => true,
2538
2538
  :schema_qualified => true,
@@ -2543,18 +2543,18 @@ module Virtuozzo # :nodoc:
2543
2543
  )
2544
2544
 
2545
2545
  LiteralRegistry.register(
2546
- :class => Virtuozzo::SOAP::Drivers::Up2date::GroupType,
2546
+ :class => Virtuozzo::SOAP::Types::Up2date::GroupType,
2547
2547
  :schema_type => XSD::QName.new(NsTypes, "groupType"),
2548
2548
  :schema_element => [
2549
- ["user", "Virtuozzo::SOAP::Drivers::Up2date::GroupType::User[]", [0, nil]],
2550
- ["member_group", "Virtuozzo::SOAP::Drivers::Up2date::GroupType::Member_group[]", [0, nil]],
2549
+ ["user", "Virtuozzo::SOAP::Types::Up2date::GroupType::User[]", [0, nil]],
2550
+ ["member_group", "Virtuozzo::SOAP::Types::Up2date::GroupType::Member_group[]", [0, nil]],
2551
2551
  ["name", "SOAP::SOAPString", [0, 1]],
2552
2552
  ["gid", "SOAP::SOAPInt", [0, 1]]
2553
2553
  ]
2554
2554
  )
2555
2555
 
2556
2556
  LiteralRegistry.register(
2557
- :class => Virtuozzo::SOAP::Drivers::Up2date::GroupType::User,
2557
+ :class => Virtuozzo::SOAP::Types::Up2date::GroupType::User,
2558
2558
  :schema_name => XSD::QName.new(NsTypes, "user"),
2559
2559
  :is_anonymous => true,
2560
2560
  :schema_qualified => true,
@@ -2564,7 +2564,7 @@ module Virtuozzo # :nodoc:
2564
2564
  )
2565
2565
 
2566
2566
  LiteralRegistry.register(
2567
- :class => Virtuozzo::SOAP::Drivers::Up2date::GroupType::Member_group,
2567
+ :class => Virtuozzo::SOAP::Types::Up2date::GroupType::Member_group,
2568
2568
  :schema_name => XSD::QName.new(NsTypes, "member_group"),
2569
2569
  :is_anonymous => true,
2570
2570
  :schema_qualified => true,
@@ -2574,12 +2574,12 @@ module Virtuozzo # :nodoc:
2574
2574
  )
2575
2575
 
2576
2576
  LiteralRegistry.register(
2577
- :class => Virtuozzo::SOAP::Drivers::Up2date::PackageType,
2577
+ :class => Virtuozzo::SOAP::Types::Up2date::PackageType,
2578
2578
  :schema_type => XSD::QName.new(NsTypes, "packageType"),
2579
2579
  :schema_element => [
2580
2580
  ["name", "SOAP::SOAPString"],
2581
2581
  ["summary", "SOAP::SOAPString", [0, 1]],
2582
- ["os", "Virtuozzo::SOAP::Drivers::Up2date::OsType", [0, 1]],
2582
+ ["os", "Virtuozzo::SOAP::Types::Up2date::OsType", [0, 1]],
2583
2583
  ["description", "SOAP::SOAPString", [0, 1]],
2584
2584
  ["arch", "SOAP::SOAPString", [0, 1]],
2585
2585
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -2587,13 +2587,13 @@ module Virtuozzo # :nodoc:
2587
2587
  )
2588
2588
 
2589
2589
  LiteralRegistry.register(
2590
- :class => Virtuozzo::SOAP::Drivers::Up2date::Event_dataType,
2590
+ :class => Virtuozzo::SOAP::Types::Up2date::Event_dataType,
2591
2591
  :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
2592
2592
  :schema_element => []
2593
2593
  )
2594
2594
 
2595
2595
  LiteralRegistry.register(
2596
- :class => Virtuozzo::SOAP::Drivers::Up2date::Named_listType,
2596
+ :class => Virtuozzo::SOAP::Types::Up2date::Named_listType,
2597
2597
  :schema_type => XSD::QName.new(NsTypes, "named_listType"),
2598
2598
  :schema_element => [
2599
2599
  ["name", "SOAP::SOAPString"],
@@ -2602,7 +2602,7 @@ module Virtuozzo # :nodoc:
2602
2602
  )
2603
2603
 
2604
2604
  LiteralRegistry.register(
2605
- :class => Virtuozzo::SOAP::Drivers::Up2date::ModType,
2605
+ :class => Virtuozzo::SOAP::Types::Up2date::ModType,
2606
2606
  :schema_type => XSD::QName.new(NsTypes, "modType"),
2607
2607
  :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
2608
2608
  :schema_element => [
@@ -2613,7 +2613,7 @@ module Virtuozzo # :nodoc:
2613
2613
  )
2614
2614
 
2615
2615
  LiteralRegistry.register(
2616
- :class => Virtuozzo::SOAP::Drivers::Up2date::RealmType,
2616
+ :class => Virtuozzo::SOAP::Types::Up2date::RealmType,
2617
2617
  :schema_type => XSD::QName.new(NsTypes, "realmType"),
2618
2618
  :schema_element => [
2619
2619
  ["id", nil, [0, 1]],
@@ -2624,7 +2624,7 @@ module Virtuozzo # :nodoc:
2624
2624
  )
2625
2625
 
2626
2626
  LiteralRegistry.register(
2627
- :class => Virtuozzo::SOAP::Drivers::Up2date::EventType,
2627
+ :class => Virtuozzo::SOAP::Types::Up2date::EventType,
2628
2628
  :schema_type => XSD::QName.new(NsTypes, "eventType"),
2629
2629
  :schema_element => [
2630
2630
  ["eid", nil],
@@ -2634,34 +2634,34 @@ module Virtuozzo # :nodoc:
2634
2634
  ["sid", nil, [0, 1]],
2635
2635
  ["count", "SOAP::SOAPInt"],
2636
2636
  ["id", nil],
2637
- ["info", "Virtuozzo::SOAP::Drivers::Up2date::InfoType"],
2638
- ["data", "Virtuozzo::SOAP::Drivers::Up2date::EventType::C_Data", [0, 1]]
2637
+ ["info", "Virtuozzo::SOAP::Types::Up2date::InfoType"],
2638
+ ["data", "Virtuozzo::SOAP::Types::Up2date::EventType::C_Data", [0, 1]]
2639
2639
  ]
2640
2640
  )
2641
2641
 
2642
2642
  LiteralRegistry.register(
2643
- :class => Virtuozzo::SOAP::Drivers::Up2date::EventType::C_Data,
2643
+ :class => Virtuozzo::SOAP::Types::Up2date::EventType::C_Data,
2644
2644
  :schema_name => XSD::QName.new(NsTypes, "data"),
2645
2645
  :is_anonymous => true,
2646
2646
  :schema_qualified => true,
2647
2647
  :schema_element => [
2648
- ["event_data", "Virtuozzo::SOAP::Drivers::Up2date::Event_dataType"]
2648
+ ["event_data", "Virtuozzo::SOAP::Types::Up2date::Event_dataType"]
2649
2649
  ]
2650
2650
  )
2651
2651
 
2652
2652
  LiteralRegistry.register(
2653
- :class => Virtuozzo::SOAP::Drivers::Up2date::InfoType,
2653
+ :class => Virtuozzo::SOAP::Types::Up2date::InfoType,
2654
2654
  :schema_type => XSD::QName.new(NsTypes, "infoType"),
2655
2655
  :schema_element => [
2656
2656
  ["message", "SOAP::SOAPBase64"],
2657
2657
  ["translate", nil, [0, 1]],
2658
- ["parameter", "Virtuozzo::SOAP::Drivers::Up2date::InfoType[]", [0, nil]],
2658
+ ["parameter", "Virtuozzo::SOAP::Types::Up2date::InfoType[]", [0, nil]],
2659
2659
  ["name", "SOAP::SOAPString"]
2660
2660
  ]
2661
2661
  )
2662
2662
 
2663
2663
  LiteralRegistry.register(
2664
- :class => Virtuozzo::SOAP::Drivers::Up2date::AceType,
2664
+ :class => Virtuozzo::SOAP::Types::Up2date::AceType,
2665
2665
  :schema_type => XSD::QName.new(NsTypes, "aceType"),
2666
2666
  :schema_element => [
2667
2667
  ["type", "SOAP::SOAPInt"],
@@ -2671,27 +2671,27 @@ module Virtuozzo # :nodoc:
2671
2671
  )
2672
2672
 
2673
2673
  LiteralRegistry.register(
2674
- :class => Virtuozzo::SOAP::Drivers::Up2date::Security_descriptorType,
2674
+ :class => Virtuozzo::SOAP::Types::Up2date::Security_descriptorType,
2675
2675
  :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
2676
2676
  :schema_element => [
2677
2677
  ["owner", nil],
2678
2678
  ["group", nil],
2679
- ["dacl", "Virtuozzo::SOAP::Drivers::Up2date::Security_descriptorType::Dacl", [0, 1]]
2679
+ ["dacl", "Virtuozzo::SOAP::Types::Up2date::Security_descriptorType::Dacl", [0, 1]]
2680
2680
  ]
2681
2681
  )
2682
2682
 
2683
2683
  LiteralRegistry.register(
2684
- :class => Virtuozzo::SOAP::Drivers::Up2date::Security_descriptorType::Dacl,
2684
+ :class => Virtuozzo::SOAP::Types::Up2date::Security_descriptorType::Dacl,
2685
2685
  :schema_name => XSD::QName.new(NsTypes, "dacl"),
2686
2686
  :is_anonymous => true,
2687
2687
  :schema_qualified => true,
2688
2688
  :schema_element => [
2689
- ["ace", "Virtuozzo::SOAP::Drivers::Up2date::AceType[]", [0, nil]]
2689
+ ["ace", "Virtuozzo::SOAP::Types::Up2date::AceType[]", [0, nil]]
2690
2690
  ]
2691
2691
  )
2692
2692
 
2693
2693
  LiteralRegistry.register(
2694
- :class => Virtuozzo::SOAP::Drivers::Up2date::Env_security_objectType,
2694
+ :class => Virtuozzo::SOAP::Types::Up2date::Env_security_objectType,
2695
2695
  :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
2696
2696
  :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
2697
2697
  :schema_element => [
@@ -2700,19 +2700,19 @@ module Virtuozzo # :nodoc:
2700
2700
  )
2701
2701
 
2702
2702
  LiteralRegistry.register(
2703
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_deviceType,
2703
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_deviceType,
2704
2704
  :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
2705
2705
  :schema_element => [
2706
2706
  ["id", "SOAP::SOAPString", [0, 1]],
2707
- ["ip_address", "Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType[]", [0, nil]],
2707
+ ["ip_address", "Virtuozzo::SOAP::Types::Up2date::Ip_addressType[]", [0, nil]],
2708
2708
  ["dhcp", nil, [0, 1]],
2709
2709
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
2710
- ["status", "Virtuozzo::SOAP::Drivers::Up2date::Net_deviceType::Status", [0, 1]]
2710
+ ["status", "Virtuozzo::SOAP::Types::Up2date::Net_deviceType::Status", [0, 1]]
2711
2711
  ]
2712
2712
  )
2713
2713
 
2714
2714
  LiteralRegistry.register(
2715
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_deviceType::Status,
2715
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_deviceType::Status,
2716
2716
  :schema_name => XSD::QName.new(NsTypes, "status"),
2717
2717
  :is_anonymous => true,
2718
2718
  :schema_qualified => true,
@@ -2723,7 +2723,7 @@ module Virtuozzo # :nodoc:
2723
2723
  )
2724
2724
 
2725
2725
  LiteralRegistry.register(
2726
- :class => Virtuozzo::SOAP::Drivers::Up2date::Voc_parameterType,
2726
+ :class => Virtuozzo::SOAP::Types::Up2date::Voc_parameterType,
2727
2727
  :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
2728
2728
  :schema_element => [
2729
2729
  ["id", "SOAP::SOAPString"],
@@ -2742,31 +2742,31 @@ module Virtuozzo # :nodoc:
2742
2742
  )
2743
2743
 
2744
2744
  LiteralRegistry.register(
2745
- :class => Virtuozzo::SOAP::Drivers::Up2date::VocabularyType,
2745
+ :class => Virtuozzo::SOAP::Types::Up2date::VocabularyType,
2746
2746
  :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
2747
2747
  :schema_element => [
2748
2748
  ["name", "SOAP::SOAPString"],
2749
- ["parameter", "Virtuozzo::SOAP::Drivers::Up2date::Voc_parameterType[]", [0, nil]],
2750
- ["category", "Virtuozzo::SOAP::Drivers::Up2date::Voc_parameterType[]", [0, nil]]
2749
+ ["parameter", "Virtuozzo::SOAP::Types::Up2date::Voc_parameterType[]", [0, nil]],
2750
+ ["category", "Virtuozzo::SOAP::Types::Up2date::Voc_parameterType[]", [0, nil]]
2751
2751
  ]
2752
2752
  )
2753
2753
 
2754
2754
  LiteralRegistry.register(
2755
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_nicType,
2755
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_nicType,
2756
2756
  :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
2757
2757
  :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
2758
2758
  :schema_element => [
2759
2759
  ["id", "SOAP::SOAPString", [0, 1]],
2760
- ["ip_address", "Virtuozzo::SOAP::Drivers::Up2date::Ip_addressType[]", [0, nil]],
2760
+ ["ip_address", "Virtuozzo::SOAP::Types::Up2date::Ip_addressType[]", [0, nil]],
2761
2761
  ["dhcp", nil, [0, 1]],
2762
2762
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
2763
- ["status", "Virtuozzo::SOAP::Drivers::Up2date::Net_nicType::Status", [0, 1]],
2763
+ ["status", "Virtuozzo::SOAP::Types::Up2date::Net_nicType::Status", [0, 1]],
2764
2764
  ["mac_address", "SOAP::SOAPString", [0, 1]]
2765
2765
  ]
2766
2766
  )
2767
2767
 
2768
2768
  LiteralRegistry.register(
2769
- :class => Virtuozzo::SOAP::Drivers::Up2date::Net_nicType::Status,
2769
+ :class => Virtuozzo::SOAP::Types::Up2date::Net_nicType::Status,
2770
2770
  :schema_name => XSD::QName.new(NsTypes, "status"),
2771
2771
  :is_anonymous => true,
2772
2772
  :schema_qualified => true,
@@ -2777,7 +2777,7 @@ module Virtuozzo # :nodoc:
2777
2777
  )
2778
2778
 
2779
2779
  LiteralRegistry.register(
2780
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_statType,
2780
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_statType,
2781
2781
  :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
2782
2782
  :schema_element => [
2783
2783
  ["cur", "SOAP::SOAPAnySimpleType"],
@@ -2788,81 +2788,81 @@ module Virtuozzo # :nodoc:
2788
2788
  )
2789
2789
 
2790
2790
  LiteralRegistry.register(
2791
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType,
2791
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_dataType,
2792
2792
  :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
2793
2793
  :schema_element => [
2794
2794
  ["eid", nil],
2795
- ["v_class", ["Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2796
- ["interval", "Virtuozzo::SOAP::Drivers::Up2date::IntervalType"]
2795
+ ["v_class", ["Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2796
+ ["interval", "Virtuozzo::SOAP::Types::Up2date::IntervalType"]
2797
2797
  ]
2798
2798
  )
2799
2799
 
2800
2800
  LiteralRegistry.register(
2801
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class::Instance::Counter,
2801
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class::Instance::Counter,
2802
2802
  :schema_name => XSD::QName.new(NsTypes, "counter"),
2803
2803
  :is_anonymous => true,
2804
2804
  :schema_qualified => true,
2805
2805
  :schema_element => [
2806
2806
  ["name", "SOAP::SOAPString"],
2807
- ["value", "Virtuozzo::SOAP::Drivers::Up2date::Perf_statType"]
2807
+ ["value", "Virtuozzo::SOAP::Types::Up2date::Perf_statType"]
2808
2808
  ]
2809
2809
  )
2810
2810
 
2811
2811
  LiteralRegistry.register(
2812
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class::Instance,
2812
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class::Instance,
2813
2813
  :schema_name => XSD::QName.new(NsTypes, "instance"),
2814
2814
  :is_anonymous => true,
2815
2815
  :schema_qualified => true,
2816
2816
  :schema_element => [
2817
2817
  ["name", "SOAP::SOAPString", [0, 1]],
2818
- ["counter", "Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2818
+ ["counter", "Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2819
2819
  ]
2820
2820
  )
2821
2821
 
2822
2822
  LiteralRegistry.register(
2823
- :class => Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class,
2823
+ :class => Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class,
2824
2824
  :schema_name => XSD::QName.new(NsTypes, "class"),
2825
2825
  :is_anonymous => true,
2826
2826
  :schema_qualified => true,
2827
2827
  :schema_element => [
2828
2828
  ["name", "SOAP::SOAPString"],
2829
- ["instance", "Virtuozzo::SOAP::Drivers::Up2date::Perf_dataType::C_Class::Instance[]", [1, nil]]
2829
+ ["instance", "Virtuozzo::SOAP::Types::Up2date::Perf_dataType::C_Class::Instance[]", [1, nil]]
2830
2830
  ]
2831
2831
  )
2832
2832
 
2833
2833
  LiteralRegistry.register(
2834
- :class => Virtuozzo::SOAP::Drivers::Up2date::Log_options_baseType,
2834
+ :class => Virtuozzo::SOAP::Types::Up2date::Log_options_baseType,
2835
2835
  :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
2836
2836
  :schema_element => []
2837
2837
  )
2838
2838
 
2839
2839
  LiteralRegistry.register(
2840
- :class => Virtuozzo::SOAP::Drivers::Up2date::Log_optionsType,
2840
+ :class => Virtuozzo::SOAP::Types::Up2date::Log_optionsType,
2841
2841
  :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
2842
2842
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
2843
2843
  :schema_element => []
2844
2844
  )
2845
2845
 
2846
2846
  LiteralRegistry.register(
2847
- :class => Virtuozzo::SOAP::Drivers::Up2date::Transport_type,
2847
+ :class => Virtuozzo::SOAP::Types::Up2date::Transport_type,
2848
2848
  :schema_type => XSD::QName.new(NsTypes, "transport_type")
2849
2849
  )
2850
2850
 
2851
2851
  LiteralRegistry.register(
2852
- :class => Virtuozzo::SOAP::Drivers::Up2date::Yes_no_type,
2852
+ :class => Virtuozzo::SOAP::Types::Up2date::Yes_no_type,
2853
2853
  :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
2854
2854
  )
2855
2855
 
2856
2856
  LiteralRegistry.register(
2857
- :class => Virtuozzo::SOAP::Drivers::Up2date::Packet_headerType,
2857
+ :class => Virtuozzo::SOAP::Types::Up2date::Packet_headerType,
2858
2858
  :schema_name => XSD::QName.new(NsVzaup2date_0, "packet_header"),
2859
2859
  :schema_element => [
2860
- ["auth", "Virtuozzo::SOAP::Drivers::Up2date::AuthType", [0, 1]],
2860
+ ["auth", "Virtuozzo::SOAP::Types::Up2date::AuthType", [0, 1]],
2861
2861
  ["cookie", "SOAP::SOAPString", [0, 1]],
2862
2862
  ["target", "SOAP::SOAPString[]", [0, nil]],
2863
2863
  ["origin", "SOAP::SOAPString", [0, 1]],
2864
- ["src", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
2865
- ["dst", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
2864
+ ["src", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
2865
+ ["dst", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
2866
2866
  ["session", "SOAP::SOAPString", [0, 1]]
2867
2867
  ],
2868
2868
  :schema_attribute => {
@@ -2880,28 +2880,28 @@ module Virtuozzo # :nodoc:
2880
2880
  )
2881
2881
 
2882
2882
  LiteralRegistry.register(
2883
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType,
2883
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType,
2884
2884
  :schema_name => XSD::QName.new(NsVzaup2date, "vzaup2date"),
2885
2885
  :schema_element => [ :choice,
2886
- ["configuration", ["Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_", XSD::QName.new(NsProtocol, "configuration")]],
2887
- ["ok", ["Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
2888
- ["error", ["Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Error[]", XSD::QName.new(NsProtocol, "error")]],
2886
+ ["configuration", ["Virtuozzo::SOAP::Types::Up2date::ConfigurationType_", XSD::QName.new(NsProtocol, "configuration")]],
2887
+ ["ok", ["Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
2888
+ ["error", ["Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Error[]", XSD::QName.new(NsProtocol, "error")]],
2889
2889
  [
2890
- ["get_config", "Virtuozzo::SOAP::Drivers::Up2date::Get_config[]"],
2891
- ["set_config", "Virtuozzo::SOAP::Drivers::Up2date::Set_config[]"],
2892
- ["list", "Virtuozzo::SOAP::Drivers::Up2date::List[]"],
2893
- ["install", "Virtuozzo::SOAP::Drivers::Up2date::Install[]"],
2894
- ["uninstall", "Virtuozzo::SOAP::Drivers::Up2date::Uninstall[]"]
2890
+ ["get_config", "Virtuozzo::SOAP::Types::Up2date::Get_config[]"],
2891
+ ["set_config", "Virtuozzo::SOAP::Types::Up2date::Set_config[]"],
2892
+ ["list", "Virtuozzo::SOAP::Types::Up2date::List[]"],
2893
+ ["install", "Virtuozzo::SOAP::Types::Up2date::Install[]"],
2894
+ ["uninstall", "Virtuozzo::SOAP::Types::Up2date::Uninstall[]"]
2895
2895
  ],
2896
2896
  [
2897
- ["config", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType[]"],
2898
- ["update", "Virtuozzo::SOAP::Drivers::Up2date::UpdateType[]"]
2897
+ ["config", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType[]"],
2898
+ ["update", "Virtuozzo::SOAP::Types::Up2date::UpdateType[]"]
2899
2899
  ]
2900
2900
  ]
2901
2901
  )
2902
2902
 
2903
2903
  LiteralRegistry.register(
2904
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Ok,
2904
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Ok,
2905
2905
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
2906
2906
  :is_anonymous => true,
2907
2907
  :schema_qualified => true,
@@ -2909,7 +2909,7 @@ module Virtuozzo # :nodoc:
2909
2909
  )
2910
2910
 
2911
2911
  LiteralRegistry.register(
2912
- :class => Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Error,
2912
+ :class => Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType::Error,
2913
2913
  :schema_name => XSD::QName.new(NsProtocol, "error"),
2914
2914
  :is_anonymous => true,
2915
2915
  :schema_qualified => true,
@@ -2920,49 +2920,49 @@ module Virtuozzo # :nodoc:
2920
2920
  )
2921
2921
 
2922
2922
  LiteralRegistry.register(
2923
- :class => Virtuozzo::SOAP::Drivers::Up2date::Get_configResponse,
2923
+ :class => Virtuozzo::SOAP::Types::Up2date::Get_configResponse,
2924
2924
  :schema_name => XSD::QName.new(NsVzaup2date, "get_configResponse"),
2925
2925
  :schema_element => [
2926
- ["config", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType"]
2926
+ ["config", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType"]
2927
2927
  ]
2928
2928
  )
2929
2929
 
2930
2930
  LiteralRegistry.register(
2931
- :class => Virtuozzo::SOAP::Drivers::Up2date::Set_config,
2931
+ :class => Virtuozzo::SOAP::Types::Up2date::Set_config,
2932
2932
  :schema_name => XSD::QName.new(NsVzaup2date, "set_config"),
2933
2933
  :schema_element => [
2934
- ["config", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType"]
2934
+ ["config", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType"]
2935
2935
  ]
2936
2936
  )
2937
2937
 
2938
2938
  LiteralRegistry.register(
2939
- :class => Virtuozzo::SOAP::Drivers::Up2date::List,
2939
+ :class => Virtuozzo::SOAP::Types::Up2date::List,
2940
2940
  :schema_name => XSD::QName.new(NsVzaup2date, "list"),
2941
2941
  :schema_element => [
2942
- ["update", "Virtuozzo::SOAP::Drivers::Up2date::UpdateType[]", [0, nil]]
2942
+ ["update", "Virtuozzo::SOAP::Types::Up2date::UpdateType[]", [0, nil]]
2943
2943
  ]
2944
2944
  )
2945
2945
 
2946
2946
  LiteralRegistry.register(
2947
- :class => Virtuozzo::SOAP::Drivers::Up2date::ListResponse,
2947
+ :class => Virtuozzo::SOAP::Types::Up2date::ListResponse,
2948
2948
  :schema_name => XSD::QName.new(NsVzaup2date, "listResponse"),
2949
2949
  :schema_element => [
2950
- ["update", "Virtuozzo::SOAP::Drivers::Up2date::UpdateType[]", [0, nil]]
2950
+ ["update", "Virtuozzo::SOAP::Types::Up2date::UpdateType[]", [0, nil]]
2951
2951
  ]
2952
2952
  )
2953
2953
 
2954
2954
  LiteralRegistry.register(
2955
- :class => Virtuozzo::SOAP::Drivers::Up2date::Install,
2955
+ :class => Virtuozzo::SOAP::Types::Up2date::Install,
2956
2956
  :schema_name => XSD::QName.new(NsVzaup2date, "install"),
2957
2957
  :schema_element => [
2958
- ["update", "Virtuozzo::SOAP::Drivers::Up2date::Install::Update[]", [0, nil]],
2958
+ ["update", "Virtuozzo::SOAP::Types::Up2date::Install::Update[]", [0, nil]],
2959
2959
  ["no_reboot", nil, [0, 1]],
2960
2960
  ["no_boot_loader", "SOAP::SOAPString", [0, 1]]
2961
2961
  ]
2962
2962
  )
2963
2963
 
2964
2964
  LiteralRegistry.register(
2965
- :class => Virtuozzo::SOAP::Drivers::Up2date::Install::Update,
2965
+ :class => Virtuozzo::SOAP::Types::Up2date::Install::Update,
2966
2966
  :schema_name => XSD::QName.new(NsVzaup2date, "update"),
2967
2967
  :is_anonymous => true,
2968
2968
  :schema_qualified => true,
@@ -2973,24 +2973,24 @@ module Virtuozzo # :nodoc:
2973
2973
  )
2974
2974
 
2975
2975
  LiteralRegistry.register(
2976
- :class => Virtuozzo::SOAP::Drivers::Up2date::InstallResponse,
2976
+ :class => Virtuozzo::SOAP::Types::Up2date::InstallResponse,
2977
2977
  :schema_name => XSD::QName.new(NsVzaup2date, "installResponse"),
2978
2978
  :schema_element => [
2979
- ["update", "Virtuozzo::SOAP::Drivers::Up2date::UpdateType[]", [0, nil]]
2979
+ ["update", "Virtuozzo::SOAP::Types::Up2date::UpdateType[]", [0, nil]]
2980
2980
  ]
2981
2981
  )
2982
2982
 
2983
2983
  LiteralRegistry.register(
2984
- :class => Virtuozzo::SOAP::Drivers::Up2date::Uninstall,
2984
+ :class => Virtuozzo::SOAP::Types::Up2date::Uninstall,
2985
2985
  :schema_name => XSD::QName.new(NsVzaup2date, "uninstall"),
2986
2986
  :schema_element => [
2987
- ["update", "Virtuozzo::SOAP::Drivers::Up2date::Uninstall::Update[]", [1, nil]],
2987
+ ["update", "Virtuozzo::SOAP::Types::Up2date::Uninstall::Update[]", [1, nil]],
2988
2988
  ["no_reboot", nil, [0, 1]]
2989
2989
  ]
2990
2990
  )
2991
2991
 
2992
2992
  LiteralRegistry.register(
2993
- :class => Virtuozzo::SOAP::Drivers::Up2date::Uninstall::Update,
2993
+ :class => Virtuozzo::SOAP::Types::Up2date::Uninstall::Update,
2994
2994
  :schema_name => XSD::QName.new(NsVzaup2date, "update"),
2995
2995
  :is_anonymous => true,
2996
2996
  :schema_qualified => true,
@@ -3001,17 +3001,17 @@ module Virtuozzo # :nodoc:
3001
3001
  )
3002
3002
 
3003
3003
  LiteralRegistry.register(
3004
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType,
3004
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType,
3005
3005
  :schema_name => XSD::QName.new(NsVzaup2date, "config"),
3006
3006
  :schema_element => [
3007
- ["connection", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection", [0, 1]],
3008
- ["product", "Virtuozzo::SOAP::Drivers::Up2date::Product[]", [0, nil]],
3009
- ["service", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service", [0, 1]]
3007
+ ["connection", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection", [0, 1]],
3008
+ ["product", "Virtuozzo::SOAP::Types::Up2date::Product[]", [0, nil]],
3009
+ ["service", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service", [0, 1]]
3010
3010
  ]
3011
3011
  )
3012
3012
 
3013
3013
  LiteralRegistry.register(
3014
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy::Type,
3014
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy::Type,
3015
3015
  :schema_name => XSD::QName.new(NsVzaup2date, "type"),
3016
3016
  :is_anonymous => true,
3017
3017
  :schema_qualified => true,
@@ -3023,12 +3023,12 @@ module Virtuozzo # :nodoc:
3023
3023
  )
3024
3024
 
3025
3025
  LiteralRegistry.register(
3026
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy,
3026
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy,
3027
3027
  :schema_name => XSD::QName.new(NsVzaup2date, "proxy"),
3028
3028
  :is_anonymous => true,
3029
3029
  :schema_qualified => true,
3030
3030
  :schema_element => [
3031
- ["type", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy::Type", [0, 1]],
3031
+ ["type", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy::Type", [0, 1]],
3032
3032
  ["server", "SOAP::SOAPString", [0, 1]],
3033
3033
  ["user", "SOAP::SOAPBase64", [0, 1]],
3034
3034
  ["password", "SOAP::SOAPBase64", [0, 1]]
@@ -3036,7 +3036,7 @@ module Virtuozzo # :nodoc:
3036
3036
  )
3037
3037
 
3038
3038
  LiteralRegistry.register(
3039
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection,
3039
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection,
3040
3040
  :schema_name => XSD::QName.new(NsVzaup2date, "connection"),
3041
3041
  :is_anonymous => true,
3042
3042
  :schema_qualified => true,
@@ -3044,14 +3044,14 @@ module Virtuozzo # :nodoc:
3044
3044
  ["server", "SOAP::SOAPString"],
3045
3045
  ["user", "SOAP::SOAPBase64", [0, 1]],
3046
3046
  ["password", "SOAP::SOAPBase64", [0, 1]],
3047
- ["proxy", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Connection::Proxy", [0, 1]],
3047
+ ["proxy", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy", [0, 1]],
3048
3048
  ["local_path", "SOAP::SOAPBase64", [0, 1]],
3049
3049
  ["log_path", "SOAP::SOAPBase64", [0, 1]]
3050
3050
  ]
3051
3051
  )
3052
3052
 
3053
3053
  LiteralRegistry.register(
3054
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service::Check_period,
3054
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service::Check_period,
3055
3055
  :schema_name => XSD::QName.new(NsVzaup2date, "check_period"),
3056
3056
  :is_anonymous => true,
3057
3057
  :schema_qualified => true,
@@ -3067,20 +3067,20 @@ module Virtuozzo # :nodoc:
3067
3067
  )
3068
3068
 
3069
3069
  LiteralRegistry.register(
3070
- :class => Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service,
3070
+ :class => Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service,
3071
3071
  :schema_name => XSD::QName.new(NsVzaup2date, "service"),
3072
3072
  :is_anonymous => true,
3073
3073
  :schema_qualified => true,
3074
3074
  :schema_element => [
3075
3075
  ["autoreboot", nil, [0, 1]],
3076
- ["check_period", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType::Service::Check_period", [0, 1]],
3076
+ ["check_period", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Service::Check_period", [0, 1]],
3077
3077
  ["hour", "SOAP::SOAPInt"],
3078
3078
  ["disabled", nil, [0, 1]]
3079
3079
  ]
3080
3080
  )
3081
3081
 
3082
3082
  LiteralRegistry.register(
3083
- :class => Virtuozzo::SOAP::Drivers::Up2date::UpdateType,
3083
+ :class => Virtuozzo::SOAP::Types::Up2date::UpdateType,
3084
3084
  :schema_name => XSD::QName.new(NsVzaup2date, "update"),
3085
3085
  :schema_element => [
3086
3086
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -3095,21 +3095,21 @@ module Virtuozzo # :nodoc:
3095
3095
  )
3096
3096
 
3097
3097
  LiteralRegistry.register(
3098
- :class => Virtuozzo::SOAP::Drivers::Up2date::Product,
3098
+ :class => Virtuozzo::SOAP::Types::Up2date::Product,
3099
3099
  :schema_name => XSD::QName.new(NsVzaup2date, "product"),
3100
3100
  :schema_element => [
3101
3101
  [
3102
3102
  ["id", "SOAP::SOAPString"],
3103
3103
  ["name", "SOAP::SOAPBase64"],
3104
- ["install", "Virtuozzo::SOAP::Drivers::Up2date::Product::Install"],
3105
- ["source", "Virtuozzo::SOAP::Drivers::Up2date::Product::Source", [0, 1]],
3104
+ ["install", "Virtuozzo::SOAP::Types::Up2date::Product::Install"],
3105
+ ["source", "Virtuozzo::SOAP::Types::Up2date::Product::Source", [0, 1]],
3106
3106
  ["destination", "SOAP::SOAPBase64", [0, 1]]
3107
3107
  ]
3108
3108
  ]
3109
3109
  )
3110
3110
 
3111
3111
  LiteralRegistry.register(
3112
- :class => Virtuozzo::SOAP::Drivers::Up2date::Product::Install,
3112
+ :class => Virtuozzo::SOAP::Types::Up2date::Product::Install,
3113
3113
  :schema_name => XSD::QName.new(NsVzaup2date, "install"),
3114
3114
  :is_anonymous => true,
3115
3115
  :schema_qualified => true,
@@ -3122,7 +3122,7 @@ module Virtuozzo # :nodoc:
3122
3122
  )
3123
3123
 
3124
3124
  LiteralRegistry.register(
3125
- :class => Virtuozzo::SOAP::Drivers::Up2date::Product::Source,
3125
+ :class => Virtuozzo::SOAP::Types::Up2date::Product::Source,
3126
3126
  :schema_name => XSD::QName.new(NsVzaup2date, "source"),
3127
3127
  :is_anonymous => true,
3128
3128
  :schema_qualified => true,
@@ -3133,17 +3133,17 @@ module Virtuozzo # :nodoc:
3133
3133
  )
3134
3134
 
3135
3135
  LiteralRegistry.register(
3136
- :class => Virtuozzo::SOAP::Drivers::Up2date::Packet,
3136
+ :class => Virtuozzo::SOAP::Types::Up2date::Packet,
3137
3137
  :schema_name => XSD::QName.new(NsProtocol, "packet"),
3138
3138
  :schema_element => [
3139
- ["auth", "Virtuozzo::SOAP::Drivers::Up2date::AuthType", [0, 1]],
3139
+ ["auth", "Virtuozzo::SOAP::Types::Up2date::AuthType", [0, 1]],
3140
3140
  ["cookie", "SOAP::SOAPString", [0, 1]],
3141
3141
  ["target", "SOAP::SOAPString[]", [0, nil]],
3142
3142
  ["origin", "SOAP::SOAPString", [0, 1]],
3143
- ["src", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
3144
- ["dst", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
3143
+ ["src", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
3144
+ ["dst", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
3145
3145
  ["session", "SOAP::SOAPString", [0, 1]],
3146
- ["data", "Virtuozzo::SOAP::Drivers::Up2date::Packet::C_Data"]
3146
+ ["data", "Virtuozzo::SOAP::Types::Up2date::Packet::C_Data"]
3147
3147
  ],
3148
3148
  :schema_attribute => {
3149
3149
  XSD::QName.new(nil, "version") => "SOAP::SOAPString",
@@ -3160,25 +3160,25 @@ module Virtuozzo # :nodoc:
3160
3160
  )
3161
3161
 
3162
3162
  LiteralRegistry.register(
3163
- :class => Virtuozzo::SOAP::Drivers::Up2date::Packet::C_Data,
3163
+ :class => Virtuozzo::SOAP::Types::Up2date::Packet::C_Data,
3164
3164
  :schema_name => XSD::QName.new(NsProtocol, "data"),
3165
3165
  :is_anonymous => true,
3166
3166
  :schema_qualified => true,
3167
3167
  :schema_element => [
3168
- ["operator", "Virtuozzo::SOAP::Drivers::Up2date::OperatorType[]"]
3168
+ ["operator", "Virtuozzo::SOAP::Types::Up2date::OperatorType[]"]
3169
3169
  ]
3170
3170
  )
3171
3171
 
3172
3172
  LiteralRegistry.register(
3173
- :class => Virtuozzo::SOAP::Drivers::Up2date::Packet_headerType,
3173
+ :class => Virtuozzo::SOAP::Types::Up2date::Packet_headerType,
3174
3174
  :schema_name => XSD::QName.new(NsProtocol, "packet_header"),
3175
3175
  :schema_element => [
3176
- ["auth", "Virtuozzo::SOAP::Drivers::Up2date::AuthType", [0, 1]],
3176
+ ["auth", "Virtuozzo::SOAP::Types::Up2date::AuthType", [0, 1]],
3177
3177
  ["cookie", "SOAP::SOAPString", [0, 1]],
3178
3178
  ["target", "SOAP::SOAPString[]", [0, nil]],
3179
3179
  ["origin", "SOAP::SOAPString", [0, 1]],
3180
- ["src", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
3181
- ["dst", "Virtuozzo::SOAP::Drivers::Up2date::RouteType", [0, 1]],
3180
+ ["src", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
3181
+ ["dst", "Virtuozzo::SOAP::Types::Up2date::RouteType", [0, 1]],
3182
3182
  ["session", "SOAP::SOAPString", [0, 1]]
3183
3183
  ],
3184
3184
  :schema_attribute => {
@@ -3196,31 +3196,31 @@ module Virtuozzo # :nodoc:
3196
3196
  )
3197
3197
 
3198
3198
  LiteralRegistry.register(
3199
- :class => Virtuozzo::SOAP::Drivers::Up2date::OperatorType,
3199
+ :class => Virtuozzo::SOAP::Types::Up2date::OperatorType,
3200
3200
  :schema_name => XSD::QName.new(NsProtocol, "operator"),
3201
3201
  :schema_element => [ :choice,
3202
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"]
3202
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"]
3203
3203
  ]
3204
3204
  )
3205
3205
 
3206
3206
  LiteralRegistry.register(
3207
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType,
3207
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType,
3208
3208
  :schema_name => XSD::QName.new(NsProtocol, "operator_periodic"),
3209
3209
  :schema_element => [ :choice,
3210
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"],
3211
- ["ok", "Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Ok[]"],
3212
- ["error", "Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Error[]"],
3210
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"],
3211
+ ["ok", "Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Ok[]"],
3212
+ ["error", "Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Error[]"],
3213
3213
  [ :choice,
3214
- ["start_monitor", "Virtuozzo::SOAP::Drivers::Up2date::Start_monitorType"],
3215
- ["stop_monitor", "Virtuozzo::SOAP::Drivers::Up2date::Stop_monitorType"],
3216
- ["set_period", "Virtuozzo::SOAP::Drivers::Up2date::Set_periodType", [0, 1]],
3214
+ ["start_monitor", "Virtuozzo::SOAP::Types::Up2date::Start_monitorType"],
3215
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Up2date::Stop_monitorType"],
3216
+ ["set_period", "Virtuozzo::SOAP::Types::Up2date::Set_periodType", [0, 1]],
3217
3217
  ["report", nil, [0, 1]]
3218
3218
  ]
3219
3219
  ]
3220
3220
  )
3221
3221
 
3222
3222
  LiteralRegistry.register(
3223
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Ok,
3223
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Ok,
3224
3224
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3225
3225
  :is_anonymous => true,
3226
3226
  :schema_qualified => true,
@@ -3228,7 +3228,7 @@ module Virtuozzo # :nodoc:
3228
3228
  )
3229
3229
 
3230
3230
  LiteralRegistry.register(
3231
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_periodicType::Error,
3231
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_periodicType::Error,
3232
3232
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3233
3233
  :is_anonymous => true,
3234
3234
  :schema_qualified => true,
@@ -3239,17 +3239,17 @@ module Virtuozzo # :nodoc:
3239
3239
  )
3240
3240
 
3241
3241
  LiteralRegistry.register(
3242
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType,
3242
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType,
3243
3243
  :schema_name => XSD::QName.new(NsProtocol, "operator_functional"),
3244
3244
  :schema_element => [ :choice,
3245
- ["configuration", "Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_"],
3246
- ["ok", "Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Ok[]"],
3247
- ["error", "Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Error[]"]
3245
+ ["configuration", "Virtuozzo::SOAP::Types::Up2date::ConfigurationType_"],
3246
+ ["ok", "Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Ok[]"],
3247
+ ["error", "Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Error[]"]
3248
3248
  ]
3249
3249
  )
3250
3250
 
3251
3251
  LiteralRegistry.register(
3252
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Ok,
3252
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Ok,
3253
3253
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3254
3254
  :is_anonymous => true,
3255
3255
  :schema_qualified => true,
@@ -3257,7 +3257,7 @@ module Virtuozzo # :nodoc:
3257
3257
  )
3258
3258
 
3259
3259
  LiteralRegistry.register(
3260
- :class => Virtuozzo::SOAP::Drivers::Up2date::Operator_functionalType::Error,
3260
+ :class => Virtuozzo::SOAP::Types::Up2date::Operator_functionalType::Error,
3261
3261
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3262
3262
  :is_anonymous => true,
3263
3263
  :schema_qualified => true,
@@ -3268,13 +3268,13 @@ module Virtuozzo # :nodoc:
3268
3268
  )
3269
3269
 
3270
3270
  LiteralRegistry.register(
3271
- :class => Virtuozzo::SOAP::Drivers::Up2date::Event_dataType,
3271
+ :class => Virtuozzo::SOAP::Types::Up2date::Event_dataType,
3272
3272
  :schema_name => XSD::QName.new(NsTypes, "event_data"),
3273
3273
  :schema_element => []
3274
3274
  )
3275
3275
 
3276
3276
  LiteralRegistry.register(
3277
- :class => Virtuozzo::SOAP::Drivers::Up2date::Voc_parameterType,
3277
+ :class => Virtuozzo::SOAP::Types::Up2date::Voc_parameterType,
3278
3278
  :schema_name => XSD::QName.new(NsTypes, "parameter"),
3279
3279
  :schema_element => [
3280
3280
  ["id", "SOAP::SOAPString"],
@@ -3293,7 +3293,7 @@ module Virtuozzo # :nodoc:
3293
3293
  )
3294
3294
 
3295
3295
  LiteralRegistry.register(
3296
- :class => Virtuozzo::SOAP::Drivers::Up2date::Voc_parameterType,
3296
+ :class => Virtuozzo::SOAP::Types::Up2date::Voc_parameterType,
3297
3297
  :schema_name => XSD::QName.new(NsTypes, "category"),
3298
3298
  :schema_element => [
3299
3299
  ["id", "SOAP::SOAPString"],