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/relocator/types'
1
+ require 'virtuozzo/soap/types/relocator'
2
2
  require 'soap/mapping'
3
3
 
4
4
  module Virtuozzo # :nodoc:
@@ -18,32 +18,32 @@ module Virtuozzo # :nodoc:
18
18
  NsXMLSchema = "http://www.w3.org/2001/XMLSchema"
19
19
 
20
20
  EncodedRegistry.register(
21
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType,
21
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType,
22
22
  :schema_type => XSD::QName.new(NsVzarelocator, "vzarelocatorType"),
23
23
  :schema_basetype => XSD::QName.new(NsRelocator, "relocatorType"),
24
24
  :schema_element => [
25
- ["configuration", ["Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
26
- ["ok", ["Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
27
- ["error", ["Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
25
+ ["configuration", ["Virtuozzo::SOAP::Types::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
26
+ ["ok", ["Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
27
+ ["error", ["Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
28
28
  [
29
- ["migrate_p2v", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v[]", XSD::QName.new(NsRelocator, "migrate_p2v")]],
30
- ["migrate_v2v", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2v[]", XSD::QName.new(NsRelocator, "migrate_v2v")]],
31
- ["migrate_v2p", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p[]", XSD::QName.new(NsRelocator, "migrate_v2p")]],
32
- ["calc_env_config", ["Virtuozzo::SOAP::Drivers::Relocator::Calc_env_config[]", XSD::QName.new(NsRelocator, "calc_env_config")]],
33
- ["move", ["Virtuozzo::SOAP::Drivers::Relocator::Move[]", XSD::QName.new(NsRelocator, "move")]],
34
- ["clone", ["Virtuozzo::SOAP::Drivers::Relocator::Clone[]", XSD::QName.new(NsRelocator, "clone")]]
29
+ ["migrate_p2v", ["Virtuozzo::SOAP::Types::Relocator::Migrate_p2v[]", XSD::QName.new(NsRelocator, "migrate_p2v")]],
30
+ ["migrate_v2v", ["Virtuozzo::SOAP::Types::Relocator::Migrate_v2v[]", XSD::QName.new(NsRelocator, "migrate_v2v")]],
31
+ ["migrate_v2p", ["Virtuozzo::SOAP::Types::Relocator::Migrate_v2p[]", XSD::QName.new(NsRelocator, "migrate_v2p")]],
32
+ ["calc_env_config", ["Virtuozzo::SOAP::Types::Relocator::Calc_env_config[]", XSD::QName.new(NsRelocator, "calc_env_config")]],
33
+ ["move", ["Virtuozzo::SOAP::Types::Relocator::Move[]", XSD::QName.new(NsRelocator, "move")]],
34
+ ["clone", ["Virtuozzo::SOAP::Types::Relocator::Clone[]", XSD::QName.new(NsRelocator, "clone")]]
35
35
  ],
36
36
  [
37
- ["config", ["Virtuozzo::SOAP::Drivers::Relocator::Env_configType[]", XSD::QName.new(NsRelocator, "config")]],
37
+ ["config", ["Virtuozzo::SOAP::Types::Relocator::Env_configType[]", XSD::QName.new(NsRelocator, "config")]],
38
38
  ["eid", ["[]", XSD::QName.new(NsRelocator, "eid")]],
39
- ["eid_list", ["Virtuozzo::SOAP::Drivers::Relocator::Eid_listType[]", XSD::QName.new(NsRelocator, "eid_list")]],
40
- ["hw_notes", ["Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes[]", XSD::QName.new(NsRelocator, "hw_notes")]]
39
+ ["eid_list", ["Virtuozzo::SOAP::Types::Relocator::Eid_listType[]", XSD::QName.new(NsRelocator, "eid_list")]],
40
+ ["hw_notes", ["Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes[]", XSD::QName.new(NsRelocator, "hw_notes")]]
41
41
  ]
42
42
  ]
43
43
  )
44
44
 
45
45
  EncodedRegistry.register(
46
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Ok,
46
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Ok,
47
47
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
48
48
  :is_anonymous => true,
49
49
  :schema_qualified => true,
@@ -51,7 +51,7 @@ module Virtuozzo # :nodoc:
51
51
  )
52
52
 
53
53
  EncodedRegistry.register(
54
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Error,
54
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Error,
55
55
  :schema_name => XSD::QName.new(NsProtocol, "error"),
56
56
  :is_anonymous => true,
57
57
  :schema_qualified => true,
@@ -62,28 +62,28 @@ module Virtuozzo # :nodoc:
62
62
  )
63
63
 
64
64
  EncodedRegistry.register(
65
- :class => Virtuozzo::SOAP::Drivers::Relocator::Clone_optionsType_,
65
+ :class => Virtuozzo::SOAP::Types::Relocator::Clone_optionsType_,
66
66
  :schema_type => XSD::QName.new(NsVzarelocator, "clone_optionsType"),
67
67
  :schema_basetype => XSD::QName.new(NsRelocator, "clone_optionsType"),
68
68
  :schema_element => [
69
69
  ["fast", nil, [0, 1]],
70
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_", [0, 1]],
70
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Venv_configType_", [0, 1]],
71
71
  ["veid", "[]", [0, nil]]
72
72
  ]
73
73
  )
74
74
 
75
75
  EncodedRegistry.register(
76
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_,
76
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_,
77
77
  :schema_type => XSD::QName.new(NsVzarelocator, "hw_notesTypes"),
78
78
  :schema_basetype => XSD::QName.new(NsRelocator, "hw_notesTypes"),
79
79
  :schema_element => [
80
- ["exclude", "Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Exclude[]", [1, nil]],
81
- ["warning", "Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Warning[]", [1, nil]]
80
+ ["exclude", "Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Exclude[]", [1, nil]],
81
+ ["warning", "Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Warning[]", [1, nil]]
82
82
  ]
83
83
  )
84
84
 
85
85
  EncodedRegistry.register(
86
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Exclude,
86
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Exclude,
87
87
  :schema_name => XSD::QName.new(NsVzarelocator, "exclude"),
88
88
  :is_anonymous => true,
89
89
  :schema_qualified => true,
@@ -94,7 +94,7 @@ module Virtuozzo # :nodoc:
94
94
  )
95
95
 
96
96
  EncodedRegistry.register(
97
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Warning,
97
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Warning,
98
98
  :schema_name => XSD::QName.new(NsVzarelocator, "warning"),
99
99
  :is_anonymous => true,
100
100
  :schema_qualified => true,
@@ -105,15 +105,15 @@ module Virtuozzo # :nodoc:
105
105
  )
106
106
 
107
107
  EncodedRegistry.register(
108
- :class => Virtuozzo::SOAP::Drivers::Relocator::Packet_headerType,
108
+ :class => Virtuozzo::SOAP::Types::Relocator::Packet_headerType,
109
109
  :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
110
110
  :schema_element => [
111
- ["auth", "Virtuozzo::SOAP::Drivers::Relocator::AuthType", [0, 1]],
111
+ ["auth", "Virtuozzo::SOAP::Types::Relocator::AuthType", [0, 1]],
112
112
  ["cookie", "SOAP::SOAPString", [0, 1]],
113
113
  ["target", "SOAP::SOAPString[]", [0, nil]],
114
114
  ["origin", "SOAP::SOAPString", [0, 1]],
115
- ["src", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
116
- ["dst", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
115
+ ["src", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
116
+ ["dst", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
117
117
  ["session", "SOAP::SOAPString", [0, 1]]
118
118
  ],
119
119
  :schema_attribute => {
@@ -131,26 +131,26 @@ module Virtuozzo # :nodoc:
131
131
  )
132
132
 
133
133
  EncodedRegistry.register(
134
- :class => Virtuozzo::SOAP::Drivers::Relocator::OperatorType,
134
+ :class => Virtuozzo::SOAP::Types::Relocator::OperatorType,
135
135
  :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
136
136
  :schema_element => [ :choice,
137
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"]
137
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"]
138
138
  ]
139
139
  )
140
140
 
141
141
  EncodedRegistry.register(
142
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType,
142
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType,
143
143
  :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
144
144
  :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
145
145
  :schema_element => [ :choice,
146
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"],
147
- ["ok", "Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Ok[]"],
148
- ["error", "Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Error[]"]
146
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"],
147
+ ["ok", "Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Ok[]"],
148
+ ["error", "Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Error[]"]
149
149
  ]
150
150
  )
151
151
 
152
152
  EncodedRegistry.register(
153
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Ok,
153
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Ok,
154
154
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
155
155
  :is_anonymous => true,
156
156
  :schema_qualified => true,
@@ -158,7 +158,7 @@ module Virtuozzo # :nodoc:
158
158
  )
159
159
 
160
160
  EncodedRegistry.register(
161
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Error,
161
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Error,
162
162
  :schema_name => XSD::QName.new(NsProtocol, "error"),
163
163
  :is_anonymous => true,
164
164
  :schema_qualified => true,
@@ -169,24 +169,24 @@ module Virtuozzo # :nodoc:
169
169
  )
170
170
 
171
171
  EncodedRegistry.register(
172
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType,
172
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType,
173
173
  :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
174
174
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
175
175
  :schema_element => [ :choice,
176
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"],
177
- ["ok", "Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Ok[]"],
178
- ["error", "Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Error[]"],
176
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"],
177
+ ["ok", "Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Ok[]"],
178
+ ["error", "Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Error[]"],
179
179
  [ :choice,
180
- ["start_monitor", "Virtuozzo::SOAP::Drivers::Relocator::Start_monitorType"],
181
- ["stop_monitor", "Virtuozzo::SOAP::Drivers::Relocator::Stop_monitorType"],
182
- ["set_period", "Virtuozzo::SOAP::Drivers::Relocator::Set_periodType", [0, 1]],
180
+ ["start_monitor", "Virtuozzo::SOAP::Types::Relocator::Start_monitorType"],
181
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Relocator::Stop_monitorType"],
182
+ ["set_period", "Virtuozzo::SOAP::Types::Relocator::Set_periodType", [0, 1]],
183
183
  ["report", nil, [0, 1]]
184
184
  ]
185
185
  ]
186
186
  )
187
187
 
188
188
  EncodedRegistry.register(
189
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Ok,
189
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Ok,
190
190
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
191
191
  :is_anonymous => true,
192
192
  :schema_qualified => true,
@@ -194,7 +194,7 @@ module Virtuozzo # :nodoc:
194
194
  )
195
195
 
196
196
  EncodedRegistry.register(
197
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Error,
197
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Error,
198
198
  :schema_name => XSD::QName.new(NsProtocol, "error"),
199
199
  :is_anonymous => true,
200
200
  :schema_qualified => true,
@@ -205,7 +205,7 @@ module Virtuozzo # :nodoc:
205
205
  )
206
206
 
207
207
  EncodedRegistry.register(
208
- :class => Virtuozzo::SOAP::Drivers::Relocator::Set_periodType,
208
+ :class => Virtuozzo::SOAP::Types::Relocator::Set_periodType,
209
209
  :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
210
210
  :schema_element => [
211
211
  ["collect", "SOAP::SOAPInt"],
@@ -215,7 +215,7 @@ module Virtuozzo # :nodoc:
215
215
  )
216
216
 
217
217
  EncodedRegistry.register(
218
- :class => Virtuozzo::SOAP::Drivers::Relocator::Start_monitorType,
218
+ :class => Virtuozzo::SOAP::Types::Relocator::Start_monitorType,
219
219
  :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
220
220
  :schema_element => [
221
221
  ["period", "SOAP::SOAPInt"],
@@ -224,7 +224,7 @@ module Virtuozzo # :nodoc:
224
224
  )
225
225
 
226
226
  EncodedRegistry.register(
227
- :class => Virtuozzo::SOAP::Drivers::Relocator::Stop_monitorType,
227
+ :class => Virtuozzo::SOAP::Types::Relocator::Stop_monitorType,
228
228
  :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
229
229
  :schema_element => [
230
230
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -232,7 +232,7 @@ module Virtuozzo # :nodoc:
232
232
  )
233
233
 
234
234
  EncodedRegistry.register(
235
- :class => Virtuozzo::SOAP::Drivers::Relocator::AuthType,
235
+ :class => Virtuozzo::SOAP::Types::Relocator::AuthType,
236
236
  :schema_type => XSD::QName.new(NsProtocol, "authType"),
237
237
  :schema_element => [
238
238
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -240,7 +240,7 @@ module Virtuozzo # :nodoc:
240
240
  )
241
241
 
242
242
  EncodedRegistry.register(
243
- :class => Virtuozzo::SOAP::Drivers::Relocator::Event_configurationType,
243
+ :class => Virtuozzo::SOAP::Types::Relocator::Event_configurationType,
244
244
  :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
245
245
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
246
246
  :schema_element => [
@@ -249,7 +249,7 @@ module Virtuozzo # :nodoc:
249
249
  )
250
250
 
251
251
  EncodedRegistry.register(
252
- :class => Virtuozzo::SOAP::Drivers::Relocator::Periodic_configurationType,
252
+ :class => Virtuozzo::SOAP::Types::Relocator::Periodic_configurationType,
253
253
  :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
254
254
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
255
255
  :schema_element => [
@@ -261,7 +261,7 @@ module Virtuozzo # :nodoc:
261
261
  )
262
262
 
263
263
  EncodedRegistry.register(
264
- :class => Virtuozzo::SOAP::Drivers::Relocator::RouteType,
264
+ :class => Virtuozzo::SOAP::Types::Relocator::RouteType,
265
265
  :schema_type => XSD::QName.new(NsProtocol, "routeType"),
266
266
  :schema_element => [
267
267
  ["director", "SOAP::SOAPString", [0, 1]],
@@ -272,21 +272,21 @@ module Virtuozzo # :nodoc:
272
272
  )
273
273
 
274
274
  EncodedRegistry.register(
275
- :class => Virtuozzo::SOAP::Drivers::Relocator::DataType,
275
+ :class => Virtuozzo::SOAP::Types::Relocator::DataType,
276
276
  :schema_type => XSD::QName.new(NsProtocol, "dataType"),
277
277
  :schema_element => [
278
- ["operator", "Virtuozzo::SOAP::Drivers::Relocator::OperatorType[]"]
278
+ ["operator", "Virtuozzo::SOAP::Types::Relocator::OperatorType[]"]
279
279
  ]
280
280
  )
281
281
 
282
282
  EncodedRegistry.register(
283
- :class => Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType,
283
+ :class => Virtuozzo::SOAP::Types::Relocator::ConfigurationType,
284
284
  :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
285
285
  :schema_element => []
286
286
  )
287
287
 
288
288
  EncodedRegistry.register(
289
- :class => Virtuozzo::SOAP::Drivers::Relocator::OsType,
289
+ :class => Virtuozzo::SOAP::Types::Relocator::OsType,
290
290
  :schema_type => XSD::QName.new(NsTypes, "osType"),
291
291
  :schema_element => [
292
292
  ["platform", "SOAP::SOAPString", [0, 1]],
@@ -297,7 +297,7 @@ module Virtuozzo # :nodoc:
297
297
  )
298
298
 
299
299
  EncodedRegistry.register(
300
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_statusType,
300
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_statusType,
301
301
  :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
302
302
  :schema_element => [
303
303
  ["state", "SOAP::SOAPInt", [0, 1]],
@@ -306,7 +306,7 @@ module Virtuozzo # :nodoc:
306
306
  )
307
307
 
308
308
  EncodedRegistry.register(
309
- :class => Virtuozzo::SOAP::Drivers::Relocator::QosType,
309
+ :class => Virtuozzo::SOAP::Types::Relocator::QosType,
310
310
  :schema_type => XSD::QName.new(NsTypes, "qosType"),
311
311
  :schema_element => [
312
312
  ["id", "SOAP::SOAPString"],
@@ -317,16 +317,16 @@ module Virtuozzo # :nodoc:
317
317
  )
318
318
 
319
319
  EncodedRegistry.register(
320
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_configType,
320
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_configType,
321
321
  :schema_type => XSD::QName.new(NsTypes, "env_configType"),
322
322
  :schema_element => [
323
323
  ["name", "SOAP::SOAPString", [0, 1]],
324
324
  ["description", "SOAP::SOAPBase64", [0, 1]],
325
325
  ["domain", "SOAP::SOAPString", [0, 1]],
326
326
  ["hostname", "SOAP::SOAPString", [0, 1]],
327
- ["address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
327
+ ["address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
328
328
  ["architecture", "SOAP::SOAPString", [0, 1]],
329
- ["os", "Virtuozzo::SOAP::Drivers::Relocator::OsType", [0, 1]],
329
+ ["os", "Virtuozzo::SOAP::Types::Relocator::OsType", [0, 1]],
330
330
  ["type", "SOAP::SOAPString", [0, 1]],
331
331
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
332
332
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -337,7 +337,7 @@ module Virtuozzo # :nodoc:
337
337
  )
338
338
 
339
339
  EncodedRegistry.register(
340
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType,
340
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType,
341
341
  :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
342
342
  :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
343
343
  :schema_element => [
@@ -345,40 +345,40 @@ module Virtuozzo # :nodoc:
345
345
  ["description", "SOAP::SOAPBase64", [0, 1]],
346
346
  ["domain", "SOAP::SOAPString", [0, 1]],
347
347
  ["hostname", "SOAP::SOAPString", [0, 1]],
348
- ["address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
348
+ ["address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
349
349
  ["architecture", "SOAP::SOAPString", [0, 1]],
350
- ["os", "Virtuozzo::SOAP::Drivers::Relocator::OsType", [0, 1]],
350
+ ["os", "Virtuozzo::SOAP::Types::Relocator::OsType", [0, 1]],
351
351
  ["type", "SOAP::SOAPString", [0, 1]],
352
352
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
353
353
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
354
354
  ["base_sample_id", nil, [0, 1]],
355
355
  ["base_snapshot_id", nil, [0, 1]],
356
356
  ["child_type", "SOAP::SOAPString[]", [0, nil]],
357
- ["qos", "Virtuozzo::SOAP::Drivers::Relocator::QosType[]", [0, nil]]
357
+ ["qos", "Virtuozzo::SOAP::Types::Relocator::QosType[]", [0, nil]]
358
358
  ]
359
359
  )
360
360
 
361
361
  EncodedRegistry.register(
362
- :class => Virtuozzo::SOAP::Drivers::Relocator::Native_configType,
362
+ :class => Virtuozzo::SOAP::Types::Relocator::Native_configType,
363
363
  :schema_type => XSD::QName.new(NsTypes, "native_configType"),
364
364
  :schema_element => []
365
365
  )
366
366
 
367
367
  EncodedRegistry.register(
368
- :class => Virtuozzo::SOAP::Drivers::Relocator::EnvType,
368
+ :class => Virtuozzo::SOAP::Types::Relocator::EnvType,
369
369
  :schema_type => XSD::QName.new(NsTypes, "envType"),
370
370
  :schema_element => [
371
371
  ["parent_eid", nil],
372
372
  ["eid", nil],
373
- ["status", "Virtuozzo::SOAP::Drivers::Relocator::Env_statusType", [0, 1]],
373
+ ["status", "Virtuozzo::SOAP::Types::Relocator::Env_statusType", [0, 1]],
374
374
  ["alert", "SOAP::SOAPInt", [0, 1]],
375
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType", [0, 1]],
376
- ["virtual_config", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType", [0, 1]]
375
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType", [0, 1]],
376
+ ["virtual_config", "Virtuozzo::SOAP::Types::Relocator::Venv_configType", [0, 1]]
377
377
  ]
378
378
  )
379
379
 
380
380
  EncodedRegistry.register(
381
- :class => Virtuozzo::SOAP::Drivers::Relocator::ProcessesType,
381
+ :class => Virtuozzo::SOAP::Types::Relocator::ProcessesType,
382
382
  :schema_type => XSD::QName.new(NsTypes, "processesType"),
383
383
  :schema_element => [
384
384
  ["run", "SOAP::SOAPInt"],
@@ -391,7 +391,7 @@ module Virtuozzo # :nodoc:
391
391
  )
392
392
 
393
393
  EncodedRegistry.register(
394
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avgType,
394
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avgType,
395
395
  :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
396
396
  :schema_element => [
397
397
  ["l1", "SOAP::SOAPDouble"],
@@ -401,7 +401,7 @@ module Virtuozzo # :nodoc:
401
401
  )
402
402
 
403
403
  EncodedRegistry.register(
404
- :class => Virtuozzo::SOAP::Drivers::Relocator::Cpu_loadType,
404
+ :class => Virtuozzo::SOAP::Types::Relocator::Cpu_loadType,
405
405
  :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
406
406
  :schema_element => [
407
407
  ["system", "SOAP::SOAPLong"],
@@ -412,7 +412,7 @@ module Virtuozzo # :nodoc:
412
412
  )
413
413
 
414
414
  EncodedRegistry.register(
415
- :class => Virtuozzo::SOAP::Drivers::Relocator::CpuType,
415
+ :class => Virtuozzo::SOAP::Types::Relocator::CpuType,
416
416
  :schema_type => XSD::QName.new(NsTypes, "cpuType"),
417
417
  :schema_element => [
418
418
  ["mhz", "SOAP::SOAPInt"],
@@ -428,16 +428,16 @@ module Virtuozzo # :nodoc:
428
428
  )
429
429
 
430
430
  EncodedRegistry.register(
431
- :class => Virtuozzo::SOAP::Drivers::Relocator::TransferType,
431
+ :class => Virtuozzo::SOAP::Types::Relocator::TransferType,
432
432
  :schema_type => XSD::QName.new(NsTypes, "transferType"),
433
433
  :schema_element => [
434
- ["input", "Virtuozzo::SOAP::Drivers::Relocator::TransferType::Input"],
435
- ["output", "Virtuozzo::SOAP::Drivers::Relocator::TransferType::Output"]
434
+ ["input", "Virtuozzo::SOAP::Types::Relocator::TransferType::Input"],
435
+ ["output", "Virtuozzo::SOAP::Types::Relocator::TransferType::Output"]
436
436
  ]
437
437
  )
438
438
 
439
439
  EncodedRegistry.register(
440
- :class => Virtuozzo::SOAP::Drivers::Relocator::TransferType::Input,
440
+ :class => Virtuozzo::SOAP::Types::Relocator::TransferType::Input,
441
441
  :schema_name => XSD::QName.new(NsTypes, "input"),
442
442
  :is_anonymous => true,
443
443
  :schema_qualified => true,
@@ -448,7 +448,7 @@ module Virtuozzo # :nodoc:
448
448
  )
449
449
 
450
450
  EncodedRegistry.register(
451
- :class => Virtuozzo::SOAP::Drivers::Relocator::TransferType::Output,
451
+ :class => Virtuozzo::SOAP::Types::Relocator::TransferType::Output,
452
452
  :schema_name => XSD::QName.new(NsTypes, "output"),
453
453
  :is_anonymous => true,
454
454
  :schema_qualified => true,
@@ -459,16 +459,16 @@ module Virtuozzo # :nodoc:
459
459
  )
460
460
 
461
461
  EncodedRegistry.register(
462
- :class => Virtuozzo::SOAP::Drivers::Relocator::System_nodeType,
462
+ :class => Virtuozzo::SOAP::Types::Relocator::System_nodeType,
463
463
  :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
464
464
  :schema_element => [
465
- ["address", "Virtuozzo::SOAP::Drivers::Relocator::System_nodeType::Address"],
466
- ["login", "Virtuozzo::SOAP::Drivers::Relocator::System_nodeType::Login", [0, 1]]
465
+ ["address", "Virtuozzo::SOAP::Types::Relocator::System_nodeType::Address"],
466
+ ["login", "Virtuozzo::SOAP::Types::Relocator::System_nodeType::Login", [0, 1]]
467
467
  ]
468
468
  )
469
469
 
470
470
  EncodedRegistry.register(
471
- :class => Virtuozzo::SOAP::Drivers::Relocator::System_nodeType::Address,
471
+ :class => Virtuozzo::SOAP::Types::Relocator::System_nodeType::Address,
472
472
  :schema_name => XSD::QName.new(NsTypes, "address"),
473
473
  :is_anonymous => true,
474
474
  :schema_qualified => true,
@@ -478,7 +478,7 @@ module Virtuozzo # :nodoc:
478
478
  )
479
479
 
480
480
  EncodedRegistry.register(
481
- :class => Virtuozzo::SOAP::Drivers::Relocator::System_nodeType::Login,
481
+ :class => Virtuozzo::SOAP::Types::Relocator::System_nodeType::Login,
482
482
  :schema_name => XSD::QName.new(NsTypes, "login"),
483
483
  :is_anonymous => true,
484
484
  :schema_qualified => true,
@@ -489,7 +489,7 @@ module Virtuozzo # :nodoc:
489
489
  )
490
490
 
491
491
  EncodedRegistry.register(
492
- :class => Virtuozzo::SOAP::Drivers::Relocator::ResourceType,
492
+ :class => Virtuozzo::SOAP::Types::Relocator::ResourceType,
493
493
  :schema_type => XSD::QName.new(NsTypes, "resourceType"),
494
494
  :schema_element => [
495
495
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -502,7 +502,7 @@ module Virtuozzo # :nodoc:
502
502
  )
503
503
 
504
504
  EncodedRegistry.register(
505
- :class => Virtuozzo::SOAP::Drivers::Relocator::IntervalType,
505
+ :class => Virtuozzo::SOAP::Types::Relocator::IntervalType,
506
506
  :schema_type => XSD::QName.new(NsTypes, "intervalType"),
507
507
  :schema_element => [
508
508
  ["start_time", nil],
@@ -511,7 +511,7 @@ module Virtuozzo # :nodoc:
511
511
  )
512
512
 
513
513
  EncodedRegistry.register(
514
- :class => Virtuozzo::SOAP::Drivers::Relocator::StatsType,
514
+ :class => Virtuozzo::SOAP::Types::Relocator::StatsType,
515
515
  :schema_type => XSD::QName.new(NsTypes, "statsType"),
516
516
  :schema_element => [
517
517
  ["avg", "SOAP::SOAPLong", [0, 1]],
@@ -525,7 +525,7 @@ module Virtuozzo # :nodoc:
525
525
  )
526
526
 
527
527
  EncodedRegistry.register(
528
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_addressType,
528
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_addressType,
529
529
  :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
530
530
  :schema_element => [
531
531
  ["host", nil],
@@ -534,16 +534,16 @@ module Virtuozzo # :nodoc:
534
534
  )
535
535
 
536
536
  EncodedRegistry.register(
537
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_classType,
537
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_classType,
538
538
  :schema_type => XSD::QName.new(NsTypes, "net_classType"),
539
539
  :schema_element => [
540
540
  ["id", "SOAP::SOAPString", [0, 1]],
541
- ["transfer", "Virtuozzo::SOAP::Drivers::Relocator::TransferType", [0, 1]]
541
+ ["transfer", "Virtuozzo::SOAP::Types::Relocator::TransferType", [0, 1]]
542
542
  ]
543
543
  )
544
544
 
545
545
  EncodedRegistry.register(
546
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ip_rangeType,
546
+ :class => Virtuozzo::SOAP::Types::Relocator::Ip_rangeType,
547
547
  :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
548
548
  :schema_element => [
549
549
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -554,19 +554,19 @@ module Virtuozzo # :nodoc:
554
554
  )
555
555
 
556
556
  EncodedRegistry.register(
557
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sample_confType,
557
+ :class => Virtuozzo::SOAP::Types::Relocator::Sample_confType,
558
558
  :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
559
559
  :schema_element => [
560
- ["env_config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType"],
560
+ ["env_config", "Virtuozzo::SOAP::Types::Relocator::Env_configType"],
561
561
  ["id", "SOAP::SOAPString", [0, 1]],
562
562
  ["name", "SOAP::SOAPString"],
563
563
  ["comment", "SOAP::SOAPBase64", [0, 1]],
564
- ["vt_version", "Virtuozzo::SOAP::Drivers::Relocator::Sample_confType::Vt_version", [0, 1]]
564
+ ["vt_version", "Virtuozzo::SOAP::Types::Relocator::Sample_confType::Vt_version", [0, 1]]
565
565
  ]
566
566
  )
567
567
 
568
568
  EncodedRegistry.register(
569
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sample_confType::Vt_version,
569
+ :class => Virtuozzo::SOAP::Types::Relocator::Sample_confType::Vt_version,
570
570
  :schema_name => XSD::QName.new(NsTypes, "vt_version"),
571
571
  :is_anonymous => true,
572
572
  :schema_qualified => true,
@@ -578,34 +578,34 @@ module Virtuozzo # :nodoc:
578
578
  )
579
579
 
580
580
  EncodedRegistry.register(
581
- :class => Virtuozzo::SOAP::Drivers::Relocator::InterfaceType,
581
+ :class => Virtuozzo::SOAP::Types::Relocator::InterfaceType,
582
582
  :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
583
583
  :schema_element => [
584
584
  ["name", "SOAP::SOAPString"],
585
585
  ["bandwidth", "SOAP::SOAPInt", [0, 1]],
586
- ["transfer", "Virtuozzo::SOAP::Drivers::Relocator::TransferType", [0, 1]],
586
+ ["transfer", "Virtuozzo::SOAP::Types::Relocator::TransferType", [0, 1]],
587
587
  ["ipaddress", nil, [0, 1]],
588
588
  ["flags", "SOAP::SOAPInt", [0, 1]]
589
589
  ]
590
590
  )
591
591
 
592
592
  EncodedRegistry.register(
593
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType,
593
+ :class => Virtuozzo::SOAP::Types::Relocator::Sys_infoType,
594
594
  :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
595
595
  :schema_element => [
596
- ["load_avg", "Virtuozzo::SOAP::Drivers::Relocator::Load_avgType"],
597
- ["processes", "Virtuozzo::SOAP::Drivers::Relocator::ProcessesType"],
598
- ["cpu_load", "Virtuozzo::SOAP::Drivers::Relocator::Cpu_loadType"],
599
- ["cpu_states", "Virtuozzo::SOAP::Drivers::Relocator::Cpu_loadType"],
596
+ ["load_avg", "Virtuozzo::SOAP::Types::Relocator::Load_avgType"],
597
+ ["processes", "Virtuozzo::SOAP::Types::Relocator::ProcessesType"],
598
+ ["cpu_load", "Virtuozzo::SOAP::Types::Relocator::Cpu_loadType"],
599
+ ["cpu_states", "Virtuozzo::SOAP::Types::Relocator::Cpu_loadType"],
600
600
  ["users", "SOAP::SOAPInt"],
601
601
  ["uptime", "SOAP::SOAPLong"],
602
- ["memory", "Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType::Memory", [0, 1]],
603
- ["swap", "Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType::Swap", [0, 1]]
602
+ ["memory", "Virtuozzo::SOAP::Types::Relocator::Sys_infoType::Memory", [0, 1]],
603
+ ["swap", "Virtuozzo::SOAP::Types::Relocator::Sys_infoType::Swap", [0, 1]]
604
604
  ]
605
605
  )
606
606
 
607
607
  EncodedRegistry.register(
608
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType::Memory,
608
+ :class => Virtuozzo::SOAP::Types::Relocator::Sys_infoType::Memory,
609
609
  :schema_name => XSD::QName.new(NsTypes, "memory"),
610
610
  :is_anonymous => true,
611
611
  :schema_qualified => true,
@@ -616,7 +616,7 @@ module Virtuozzo # :nodoc:
616
616
  )
617
617
 
618
618
  EncodedRegistry.register(
619
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType::Swap,
619
+ :class => Virtuozzo::SOAP::Types::Relocator::Sys_infoType::Swap,
620
620
  :schema_name => XSD::QName.new(NsTypes, "swap"),
621
621
  :is_anonymous => true,
622
622
  :schema_qualified => true,
@@ -627,10 +627,10 @@ module Virtuozzo # :nodoc:
627
627
  )
628
628
 
629
629
  EncodedRegistry.register(
630
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ps_infoType,
630
+ :class => Virtuozzo::SOAP::Types::Relocator::Ps_infoType,
631
631
  :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
632
632
  :schema_element => [
633
- ["process", "Virtuozzo::SOAP::Drivers::Relocator::Ps_infoType::C_Process[]", [1, nil]],
633
+ ["process", "Virtuozzo::SOAP::Types::Relocator::Ps_infoType::C_Process[]", [1, nil]],
634
634
  ["param_id", "SOAP::SOAPString[]", [1, nil]],
635
635
  ["run", "SOAP::SOAPInt"],
636
636
  ["idle", "SOAP::SOAPInt"],
@@ -643,7 +643,7 @@ module Virtuozzo # :nodoc:
643
643
  )
644
644
 
645
645
  EncodedRegistry.register(
646
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ps_infoType::C_Process,
646
+ :class => Virtuozzo::SOAP::Types::Relocator::Ps_infoType::C_Process,
647
647
  :schema_name => XSD::QName.new(NsTypes, "process"),
648
648
  :is_anonymous => true,
649
649
  :schema_qualified => true,
@@ -654,17 +654,17 @@ module Virtuozzo # :nodoc:
654
654
  )
655
655
 
656
656
  EncodedRegistry.register(
657
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType,
657
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType,
658
658
  :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
659
659
  :schema_element => [
660
- ["l1", "Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L1"],
661
- ["l2", "Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L2", [0, 1]],
662
- ["l3", "Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L3", [0, 1]]
660
+ ["l1", "Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L1"],
661
+ ["l2", "Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L2", [0, 1]],
662
+ ["l3", "Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L3", [0, 1]]
663
663
  ]
664
664
  )
665
665
 
666
666
  EncodedRegistry.register(
667
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L1,
667
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L1,
668
668
  :schema_name => XSD::QName.new(NsTypes, "l1"),
669
669
  :is_anonymous => true,
670
670
  :schema_qualified => true,
@@ -677,7 +677,7 @@ module Virtuozzo # :nodoc:
677
677
  )
678
678
 
679
679
  EncodedRegistry.register(
680
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L2,
680
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L2,
681
681
  :schema_name => XSD::QName.new(NsTypes, "l2"),
682
682
  :is_anonymous => true,
683
683
  :schema_qualified => true,
@@ -690,7 +690,7 @@ module Virtuozzo # :nodoc:
690
690
  )
691
691
 
692
692
  EncodedRegistry.register(
693
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L3,
693
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L3,
694
694
  :schema_name => XSD::QName.new(NsTypes, "l3"),
695
695
  :is_anonymous => true,
696
696
  :schema_qualified => true,
@@ -703,7 +703,7 @@ module Virtuozzo # :nodoc:
703
703
  )
704
704
 
705
705
  EncodedRegistry.register(
706
- :class => Virtuozzo::SOAP::Drivers::Relocator::Alert_dataType,
706
+ :class => Virtuozzo::SOAP::Types::Relocator::Alert_dataType,
707
707
  :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
708
708
  :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
709
709
  :schema_element => [
@@ -712,7 +712,7 @@ module Virtuozzo # :nodoc:
712
712
  )
713
713
 
714
714
  EncodedRegistry.register(
715
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType,
715
+ :class => Virtuozzo::SOAP::Types::Relocator::Ip_addressType,
716
716
  :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
717
717
  :schema_element => [
718
718
  ["ip", nil],
@@ -721,25 +721,25 @@ module Virtuozzo # :nodoc:
721
721
  )
722
722
 
723
723
  EncodedRegistry.register(
724
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_resourceType,
724
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_resourceType,
725
725
  :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
726
726
  :schema_element => [
727
727
  ["eid", nil],
728
- ["ip_pool", "Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType", [0, 1]]
728
+ ["ip_pool", "Virtuozzo::SOAP::Types::Relocator::Ip_poolType", [0, 1]]
729
729
  ]
730
730
  )
731
731
 
732
732
  EncodedRegistry.register(
733
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType,
733
+ :class => Virtuozzo::SOAP::Types::Relocator::Ip_poolType,
734
734
  :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
735
735
  :schema_element => [ :choice,
736
- ["ip_range", "Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType::Ip_range[]"],
736
+ ["ip_range", "Virtuozzo::SOAP::Types::Relocator::Ip_poolType::Ip_range[]"],
737
737
  ["ip", "[]"]
738
738
  ]
739
739
  )
740
740
 
741
741
  EncodedRegistry.register(
742
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType::Ip_range,
742
+ :class => Virtuozzo::SOAP::Types::Relocator::Ip_poolType::Ip_range,
743
743
  :schema_name => XSD::QName.new(NsTypes, "ip_range"),
744
744
  :is_anonymous => true,
745
745
  :schema_qualified => true,
@@ -750,7 +750,7 @@ module Virtuozzo # :nodoc:
750
750
  )
751
751
 
752
752
  EncodedRegistry.register(
753
- :class => Virtuozzo::SOAP::Drivers::Relocator::UsageType,
753
+ :class => Virtuozzo::SOAP::Types::Relocator::UsageType,
754
754
  :schema_type => XSD::QName.new(NsTypes, "usageType"),
755
755
  :schema_element => [
756
756
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -760,20 +760,20 @@ module Virtuozzo # :nodoc:
760
760
  )
761
761
 
762
762
  EncodedRegistry.register(
763
- :class => Virtuozzo::SOAP::Drivers::Relocator::Root_credentialType,
763
+ :class => Virtuozzo::SOAP::Types::Relocator::Root_credentialType,
764
764
  :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
765
765
  :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
766
766
  :schema_element => [
767
767
  ["id", "SOAP::SOAPString"],
768
768
  ["policy", "SOAP::SOAPInt", [0, 1]],
769
769
  ["description", "SOAP::SOAPBase64", [0, 1]],
770
- ["cred", "Virtuozzo::SOAP::Drivers::Relocator::CredentialType[]", [0, nil]],
771
- ["objects", "Virtuozzo::SOAP::Drivers::Relocator::Root_credentialType::Objects", [0, 1]]
770
+ ["cred", "Virtuozzo::SOAP::Types::Relocator::CredentialType[]", [0, nil]],
771
+ ["objects", "Virtuozzo::SOAP::Types::Relocator::Root_credentialType::Objects", [0, 1]]
772
772
  ]
773
773
  )
774
774
 
775
775
  EncodedRegistry.register(
776
- :class => Virtuozzo::SOAP::Drivers::Relocator::Root_credentialType::Objects,
776
+ :class => Virtuozzo::SOAP::Types::Relocator::Root_credentialType::Objects,
777
777
  :schema_name => XSD::QName.new(NsTypes, "objects"),
778
778
  :is_anonymous => true,
779
779
  :schema_qualified => true,
@@ -783,30 +783,30 @@ module Virtuozzo # :nodoc:
783
783
  )
784
784
 
785
785
  EncodedRegistry.register(
786
- :class => Virtuozzo::SOAP::Drivers::Relocator::CredentialType,
786
+ :class => Virtuozzo::SOAP::Types::Relocator::CredentialType,
787
787
  :schema_type => XSD::QName.new(NsTypes, "credentialType"),
788
788
  :schema_element => [
789
789
  ["id", "SOAP::SOAPString"],
790
790
  ["policy", "SOAP::SOAPInt", [0, 1]],
791
791
  ["description", "SOAP::SOAPBase64", [0, 1]],
792
- ["cred", "Virtuozzo::SOAP::Drivers::Relocator::CredentialType[]", [0, nil]]
792
+ ["cred", "Virtuozzo::SOAP::Types::Relocator::CredentialType[]", [0, nil]]
793
793
  ]
794
794
  )
795
795
 
796
796
  EncodedRegistry.register(
797
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType,
797
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType,
798
798
  :schema_type => XSD::QName.new(NsTypes, "tokenType"),
799
799
  :schema_element => [
800
800
  ["user", nil],
801
- ["groups", "Virtuozzo::SOAP::Drivers::Relocator::TokenType::Groups", [0, 1]],
802
- ["deny_only_sids", "Virtuozzo::SOAP::Drivers::Relocator::TokenType::Deny_only_sids", [0, 1]],
803
- ["privileges", "Virtuozzo::SOAP::Drivers::Relocator::TokenType::Privileges", [0, 1]],
804
- ["source", "Virtuozzo::SOAP::Drivers::Relocator::TokenType::Source", [0, 1]]
801
+ ["groups", "Virtuozzo::SOAP::Types::Relocator::TokenType::Groups", [0, 1]],
802
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Relocator::TokenType::Deny_only_sids", [0, 1]],
803
+ ["privileges", "Virtuozzo::SOAP::Types::Relocator::TokenType::Privileges", [0, 1]],
804
+ ["source", "Virtuozzo::SOAP::Types::Relocator::TokenType::Source", [0, 1]]
805
805
  ]
806
806
  )
807
807
 
808
808
  EncodedRegistry.register(
809
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType::Groups,
809
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType::Groups,
810
810
  :schema_name => XSD::QName.new(NsTypes, "groups"),
811
811
  :is_anonymous => true,
812
812
  :schema_qualified => true,
@@ -816,7 +816,7 @@ module Virtuozzo # :nodoc:
816
816
  )
817
817
 
818
818
  EncodedRegistry.register(
819
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType::Deny_only_sids,
819
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType::Deny_only_sids,
820
820
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
821
821
  :is_anonymous => true,
822
822
  :schema_qualified => true,
@@ -826,7 +826,7 @@ module Virtuozzo # :nodoc:
826
826
  )
827
827
 
828
828
  EncodedRegistry.register(
829
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType::Privileges,
829
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType::Privileges,
830
830
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
831
831
  :is_anonymous => true,
832
832
  :schema_qualified => true,
@@ -836,7 +836,7 @@ module Virtuozzo # :nodoc:
836
836
  )
837
837
 
838
838
  EncodedRegistry.register(
839
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType::Source,
839
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType::Source,
840
840
  :schema_name => XSD::QName.new(NsTypes, "source"),
841
841
  :is_anonymous => true,
842
842
  :schema_qualified => true,
@@ -847,7 +847,7 @@ module Virtuozzo # :nodoc:
847
847
  )
848
848
 
849
849
  EncodedRegistry.register(
850
- :class => Virtuozzo::SOAP::Drivers::Relocator::Connectivity_infoType,
850
+ :class => Virtuozzo::SOAP::Types::Relocator::Connectivity_infoType,
851
851
  :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
852
852
  :schema_element => [
853
853
  ["protocol", "SOAP::SOAPString", [0, 1]],
@@ -857,7 +857,7 @@ module Virtuozzo # :nodoc:
857
857
  )
858
858
 
859
859
  EncodedRegistry.register(
860
- :class => Virtuozzo::SOAP::Drivers::Relocator::Auth_nameType,
860
+ :class => Virtuozzo::SOAP::Types::Relocator::Auth_nameType,
861
861
  :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
862
862
  :schema_element => [
863
863
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -867,20 +867,20 @@ module Virtuozzo # :nodoc:
867
867
  )
868
868
 
869
869
  EncodedRegistry.register(
870
- :class => Virtuozzo::SOAP::Drivers::Relocator::Connection_infoType,
870
+ :class => Virtuozzo::SOAP::Types::Relocator::Connection_infoType,
871
871
  :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
872
872
  :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
873
873
  :schema_element => [
874
874
  ["protocol", "SOAP::SOAPString", [0, 1]],
875
875
  ["address", "SOAP::SOAPString"],
876
876
  ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
877
- ["login", "Virtuozzo::SOAP::Drivers::Relocator::Auth_nameType", [0, 1]],
877
+ ["login", "Virtuozzo::SOAP::Types::Relocator::Auth_nameType", [0, 1]],
878
878
  ["password", "SOAP::SOAPBase64", [0, 1]]
879
879
  ]
880
880
  )
881
881
 
882
882
  EncodedRegistry.register(
883
- :class => Virtuozzo::SOAP::Drivers::Relocator::Eid_listType,
883
+ :class => Virtuozzo::SOAP::Types::Relocator::Eid_listType,
884
884
  :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
885
885
  :schema_element => [
886
886
  ["eid", "[]", [0, nil]]
@@ -888,7 +888,7 @@ module Virtuozzo # :nodoc:
888
888
  )
889
889
 
890
890
  EncodedRegistry.register(
891
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_infoType,
891
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_infoType,
892
892
  :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
893
893
  :schema_element => [
894
894
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -896,7 +896,7 @@ module Virtuozzo # :nodoc:
896
896
  )
897
897
 
898
898
  EncodedRegistry.register(
899
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType,
899
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_settingsType,
900
900
  :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
901
901
  :schema_element => [
902
902
  ["default_sample_id", nil, [0, 1]]
@@ -904,11 +904,11 @@ module Virtuozzo # :nodoc:
904
904
  )
905
905
 
906
906
  EncodedRegistry.register(
907
- :class => Virtuozzo::SOAP::Drivers::Relocator::UserType,
907
+ :class => Virtuozzo::SOAP::Types::Relocator::UserType,
908
908
  :schema_type => XSD::QName.new(NsTypes, "userType"),
909
909
  :schema_element => [
910
- ["initial_group", "Virtuozzo::SOAP::Drivers::Relocator::UserType::Initial_group", [0, 1]],
911
- ["group", "Virtuozzo::SOAP::Drivers::Relocator::UserType::Group[]", [0, nil]],
910
+ ["initial_group", "Virtuozzo::SOAP::Types::Relocator::UserType::Initial_group", [0, 1]],
911
+ ["group", "Virtuozzo::SOAP::Types::Relocator::UserType::Group[]", [0, nil]],
912
912
  ["uid", "SOAP::SOAPInt", [0, 1]],
913
913
  ["shell", "SOAP::SOAPString", [0, 1]],
914
914
  ["password", "SOAP::SOAPBase64", [0, 1]],
@@ -919,7 +919,7 @@ module Virtuozzo # :nodoc:
919
919
  )
920
920
 
921
921
  EncodedRegistry.register(
922
- :class => Virtuozzo::SOAP::Drivers::Relocator::UserType::Initial_group,
922
+ :class => Virtuozzo::SOAP::Types::Relocator::UserType::Initial_group,
923
923
  :schema_name => XSD::QName.new(NsTypes, "initial_group"),
924
924
  :is_anonymous => true,
925
925
  :schema_qualified => true,
@@ -930,7 +930,7 @@ module Virtuozzo # :nodoc:
930
930
  )
931
931
 
932
932
  EncodedRegistry.register(
933
- :class => Virtuozzo::SOAP::Drivers::Relocator::UserType::Group,
933
+ :class => Virtuozzo::SOAP::Types::Relocator::UserType::Group,
934
934
  :schema_name => XSD::QName.new(NsTypes, "group"),
935
935
  :is_anonymous => true,
936
936
  :schema_qualified => true,
@@ -941,18 +941,18 @@ module Virtuozzo # :nodoc:
941
941
  )
942
942
 
943
943
  EncodedRegistry.register(
944
- :class => Virtuozzo::SOAP::Drivers::Relocator::GroupType,
944
+ :class => Virtuozzo::SOAP::Types::Relocator::GroupType,
945
945
  :schema_type => XSD::QName.new(NsTypes, "groupType"),
946
946
  :schema_element => [
947
- ["user", "Virtuozzo::SOAP::Drivers::Relocator::GroupType::User[]", [0, nil]],
948
- ["member_group", "Virtuozzo::SOAP::Drivers::Relocator::GroupType::Member_group[]", [0, nil]],
947
+ ["user", "Virtuozzo::SOAP::Types::Relocator::GroupType::User[]", [0, nil]],
948
+ ["member_group", "Virtuozzo::SOAP::Types::Relocator::GroupType::Member_group[]", [0, nil]],
949
949
  ["name", "SOAP::SOAPString", [0, 1]],
950
950
  ["gid", "SOAP::SOAPInt", [0, 1]]
951
951
  ]
952
952
  )
953
953
 
954
954
  EncodedRegistry.register(
955
- :class => Virtuozzo::SOAP::Drivers::Relocator::GroupType::User,
955
+ :class => Virtuozzo::SOAP::Types::Relocator::GroupType::User,
956
956
  :schema_name => XSD::QName.new(NsTypes, "user"),
957
957
  :is_anonymous => true,
958
958
  :schema_qualified => true,
@@ -962,7 +962,7 @@ module Virtuozzo # :nodoc:
962
962
  )
963
963
 
964
964
  EncodedRegistry.register(
965
- :class => Virtuozzo::SOAP::Drivers::Relocator::GroupType::Member_group,
965
+ :class => Virtuozzo::SOAP::Types::Relocator::GroupType::Member_group,
966
966
  :schema_name => XSD::QName.new(NsTypes, "member_group"),
967
967
  :is_anonymous => true,
968
968
  :schema_qualified => true,
@@ -972,12 +972,12 @@ module Virtuozzo # :nodoc:
972
972
  )
973
973
 
974
974
  EncodedRegistry.register(
975
- :class => Virtuozzo::SOAP::Drivers::Relocator::PackageType,
975
+ :class => Virtuozzo::SOAP::Types::Relocator::PackageType,
976
976
  :schema_type => XSD::QName.new(NsTypes, "packageType"),
977
977
  :schema_element => [
978
978
  ["name", "SOAP::SOAPString"],
979
979
  ["summary", "SOAP::SOAPString", [0, 1]],
980
- ["os", "Virtuozzo::SOAP::Drivers::Relocator::OsType", [0, 1]],
980
+ ["os", "Virtuozzo::SOAP::Types::Relocator::OsType", [0, 1]],
981
981
  ["description", "SOAP::SOAPString", [0, 1]],
982
982
  ["arch", "SOAP::SOAPString", [0, 1]],
983
983
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -985,13 +985,13 @@ module Virtuozzo # :nodoc:
985
985
  )
986
986
 
987
987
  EncodedRegistry.register(
988
- :class => Virtuozzo::SOAP::Drivers::Relocator::Event_dataType,
988
+ :class => Virtuozzo::SOAP::Types::Relocator::Event_dataType,
989
989
  :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
990
990
  :schema_element => []
991
991
  )
992
992
 
993
993
  EncodedRegistry.register(
994
- :class => Virtuozzo::SOAP::Drivers::Relocator::Named_listType,
994
+ :class => Virtuozzo::SOAP::Types::Relocator::Named_listType,
995
995
  :schema_type => XSD::QName.new(NsTypes, "named_listType"),
996
996
  :schema_element => [
997
997
  ["name", "SOAP::SOAPString"],
@@ -1000,7 +1000,7 @@ module Virtuozzo # :nodoc:
1000
1000
  )
1001
1001
 
1002
1002
  EncodedRegistry.register(
1003
- :class => Virtuozzo::SOAP::Drivers::Relocator::ModType,
1003
+ :class => Virtuozzo::SOAP::Types::Relocator::ModType,
1004
1004
  :schema_type => XSD::QName.new(NsTypes, "modType"),
1005
1005
  :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
1006
1006
  :schema_element => [
@@ -1011,7 +1011,7 @@ module Virtuozzo # :nodoc:
1011
1011
  )
1012
1012
 
1013
1013
  EncodedRegistry.register(
1014
- :class => Virtuozzo::SOAP::Drivers::Relocator::RealmType,
1014
+ :class => Virtuozzo::SOAP::Types::Relocator::RealmType,
1015
1015
  :schema_type => XSD::QName.new(NsTypes, "realmType"),
1016
1016
  :schema_element => [
1017
1017
  ["id", nil, [0, 1]],
@@ -1022,7 +1022,7 @@ module Virtuozzo # :nodoc:
1022
1022
  )
1023
1023
 
1024
1024
  EncodedRegistry.register(
1025
- :class => Virtuozzo::SOAP::Drivers::Relocator::EventType,
1025
+ :class => Virtuozzo::SOAP::Types::Relocator::EventType,
1026
1026
  :schema_type => XSD::QName.new(NsTypes, "eventType"),
1027
1027
  :schema_element => [
1028
1028
  ["eid", nil],
@@ -1032,34 +1032,34 @@ module Virtuozzo # :nodoc:
1032
1032
  ["sid", nil, [0, 1]],
1033
1033
  ["count", "SOAP::SOAPInt"],
1034
1034
  ["id", nil],
1035
- ["info", "Virtuozzo::SOAP::Drivers::Relocator::InfoType"],
1036
- ["data", "Virtuozzo::SOAP::Drivers::Relocator::EventType::C_Data", [0, 1]]
1035
+ ["info", "Virtuozzo::SOAP::Types::Relocator::InfoType"],
1036
+ ["data", "Virtuozzo::SOAP::Types::Relocator::EventType::C_Data", [0, 1]]
1037
1037
  ]
1038
1038
  )
1039
1039
 
1040
1040
  EncodedRegistry.register(
1041
- :class => Virtuozzo::SOAP::Drivers::Relocator::EventType::C_Data,
1041
+ :class => Virtuozzo::SOAP::Types::Relocator::EventType::C_Data,
1042
1042
  :schema_name => XSD::QName.new(NsTypes, "data"),
1043
1043
  :is_anonymous => true,
1044
1044
  :schema_qualified => true,
1045
1045
  :schema_element => [
1046
- ["event_data", "Virtuozzo::SOAP::Drivers::Relocator::Event_dataType"]
1046
+ ["event_data", "Virtuozzo::SOAP::Types::Relocator::Event_dataType"]
1047
1047
  ]
1048
1048
  )
1049
1049
 
1050
1050
  EncodedRegistry.register(
1051
- :class => Virtuozzo::SOAP::Drivers::Relocator::InfoType,
1051
+ :class => Virtuozzo::SOAP::Types::Relocator::InfoType,
1052
1052
  :schema_type => XSD::QName.new(NsTypes, "infoType"),
1053
1053
  :schema_element => [
1054
1054
  ["message", "SOAP::SOAPBase64"],
1055
1055
  ["translate", nil, [0, 1]],
1056
- ["parameter", "Virtuozzo::SOAP::Drivers::Relocator::InfoType[]", [0, nil]],
1056
+ ["parameter", "Virtuozzo::SOAP::Types::Relocator::InfoType[]", [0, nil]],
1057
1057
  ["name", "SOAP::SOAPString"]
1058
1058
  ]
1059
1059
  )
1060
1060
 
1061
1061
  EncodedRegistry.register(
1062
- :class => Virtuozzo::SOAP::Drivers::Relocator::AceType,
1062
+ :class => Virtuozzo::SOAP::Types::Relocator::AceType,
1063
1063
  :schema_type => XSD::QName.new(NsTypes, "aceType"),
1064
1064
  :schema_element => [
1065
1065
  ["type", "SOAP::SOAPInt"],
@@ -1069,27 +1069,27 @@ module Virtuozzo # :nodoc:
1069
1069
  )
1070
1070
 
1071
1071
  EncodedRegistry.register(
1072
- :class => Virtuozzo::SOAP::Drivers::Relocator::Security_descriptorType,
1072
+ :class => Virtuozzo::SOAP::Types::Relocator::Security_descriptorType,
1073
1073
  :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
1074
1074
  :schema_element => [
1075
1075
  ["owner", nil],
1076
1076
  ["group", nil],
1077
- ["dacl", "Virtuozzo::SOAP::Drivers::Relocator::Security_descriptorType::Dacl", [0, 1]]
1077
+ ["dacl", "Virtuozzo::SOAP::Types::Relocator::Security_descriptorType::Dacl", [0, 1]]
1078
1078
  ]
1079
1079
  )
1080
1080
 
1081
1081
  EncodedRegistry.register(
1082
- :class => Virtuozzo::SOAP::Drivers::Relocator::Security_descriptorType::Dacl,
1082
+ :class => Virtuozzo::SOAP::Types::Relocator::Security_descriptorType::Dacl,
1083
1083
  :schema_name => XSD::QName.new(NsTypes, "dacl"),
1084
1084
  :is_anonymous => true,
1085
1085
  :schema_qualified => true,
1086
1086
  :schema_element => [
1087
- ["ace", "Virtuozzo::SOAP::Drivers::Relocator::AceType[]", [0, nil]]
1087
+ ["ace", "Virtuozzo::SOAP::Types::Relocator::AceType[]", [0, nil]]
1088
1088
  ]
1089
1089
  )
1090
1090
 
1091
1091
  EncodedRegistry.register(
1092
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_security_objectType,
1092
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_security_objectType,
1093
1093
  :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
1094
1094
  :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
1095
1095
  :schema_element => [
@@ -1098,19 +1098,19 @@ module Virtuozzo # :nodoc:
1098
1098
  )
1099
1099
 
1100
1100
  EncodedRegistry.register(
1101
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_deviceType,
1101
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_deviceType,
1102
1102
  :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
1103
1103
  :schema_element => [
1104
1104
  ["id", "SOAP::SOAPString", [0, 1]],
1105
- ["ip_address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
1105
+ ["ip_address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
1106
1106
  ["dhcp", nil, [0, 1]],
1107
1107
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
1108
- ["status", "Virtuozzo::SOAP::Drivers::Relocator::Net_deviceType::Status", [0, 1]]
1108
+ ["status", "Virtuozzo::SOAP::Types::Relocator::Net_deviceType::Status", [0, 1]]
1109
1109
  ]
1110
1110
  )
1111
1111
 
1112
1112
  EncodedRegistry.register(
1113
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_deviceType::Status,
1113
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_deviceType::Status,
1114
1114
  :schema_name => XSD::QName.new(NsTypes, "status"),
1115
1115
  :is_anonymous => true,
1116
1116
  :schema_qualified => true,
@@ -1121,7 +1121,7 @@ module Virtuozzo # :nodoc:
1121
1121
  )
1122
1122
 
1123
1123
  EncodedRegistry.register(
1124
- :class => Virtuozzo::SOAP::Drivers::Relocator::Voc_parameterType,
1124
+ :class => Virtuozzo::SOAP::Types::Relocator::Voc_parameterType,
1125
1125
  :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
1126
1126
  :schema_element => [
1127
1127
  ["id", "SOAP::SOAPString"],
@@ -1140,31 +1140,31 @@ module Virtuozzo # :nodoc:
1140
1140
  )
1141
1141
 
1142
1142
  EncodedRegistry.register(
1143
- :class => Virtuozzo::SOAP::Drivers::Relocator::VocabularyType,
1143
+ :class => Virtuozzo::SOAP::Types::Relocator::VocabularyType,
1144
1144
  :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
1145
1145
  :schema_element => [
1146
1146
  ["name", "SOAP::SOAPString"],
1147
- ["parameter", "Virtuozzo::SOAP::Drivers::Relocator::Voc_parameterType[]", [0, nil]],
1148
- ["category", "Virtuozzo::SOAP::Drivers::Relocator::Voc_parameterType[]", [0, nil]]
1147
+ ["parameter", "Virtuozzo::SOAP::Types::Relocator::Voc_parameterType[]", [0, nil]],
1148
+ ["category", "Virtuozzo::SOAP::Types::Relocator::Voc_parameterType[]", [0, nil]]
1149
1149
  ]
1150
1150
  )
1151
1151
 
1152
1152
  EncodedRegistry.register(
1153
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_nicType,
1153
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_nicType,
1154
1154
  :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
1155
1155
  :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
1156
1156
  :schema_element => [
1157
1157
  ["id", "SOAP::SOAPString", [0, 1]],
1158
- ["ip_address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
1158
+ ["ip_address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
1159
1159
  ["dhcp", nil, [0, 1]],
1160
1160
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
1161
- ["status", "Virtuozzo::SOAP::Drivers::Relocator::Net_nicType::Status", [0, 1]],
1161
+ ["status", "Virtuozzo::SOAP::Types::Relocator::Net_nicType::Status", [0, 1]],
1162
1162
  ["mac_address", "SOAP::SOAPString", [0, 1]]
1163
1163
  ]
1164
1164
  )
1165
1165
 
1166
1166
  EncodedRegistry.register(
1167
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_nicType::Status,
1167
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_nicType::Status,
1168
1168
  :schema_name => XSD::QName.new(NsTypes, "status"),
1169
1169
  :is_anonymous => true,
1170
1170
  :schema_qualified => true,
@@ -1175,7 +1175,7 @@ module Virtuozzo # :nodoc:
1175
1175
  )
1176
1176
 
1177
1177
  EncodedRegistry.register(
1178
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_statType,
1178
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_statType,
1179
1179
  :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
1180
1180
  :schema_element => [
1181
1181
  ["cur", "SOAP::SOAPAnySimpleType"],
@@ -1186,63 +1186,63 @@ module Virtuozzo # :nodoc:
1186
1186
  )
1187
1187
 
1188
1188
  EncodedRegistry.register(
1189
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType,
1189
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_dataType,
1190
1190
  :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
1191
1191
  :schema_element => [
1192
1192
  ["eid", nil],
1193
- ["v_class", ["Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1194
- ["interval", "Virtuozzo::SOAP::Drivers::Relocator::IntervalType"]
1193
+ ["v_class", ["Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1194
+ ["interval", "Virtuozzo::SOAP::Types::Relocator::IntervalType"]
1195
1195
  ]
1196
1196
  )
1197
1197
 
1198
1198
  EncodedRegistry.register(
1199
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance::Counter,
1199
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class::Instance::Counter,
1200
1200
  :schema_name => XSD::QName.new(NsTypes, "counter"),
1201
1201
  :is_anonymous => true,
1202
1202
  :schema_qualified => true,
1203
1203
  :schema_element => [
1204
1204
  ["name", "SOAP::SOAPString"],
1205
- ["value", "Virtuozzo::SOAP::Drivers::Relocator::Perf_statType"]
1205
+ ["value", "Virtuozzo::SOAP::Types::Relocator::Perf_statType"]
1206
1206
  ]
1207
1207
  )
1208
1208
 
1209
1209
  EncodedRegistry.register(
1210
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance,
1210
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class::Instance,
1211
1211
  :schema_name => XSD::QName.new(NsTypes, "instance"),
1212
1212
  :is_anonymous => true,
1213
1213
  :schema_qualified => true,
1214
1214
  :schema_element => [
1215
1215
  ["name", "SOAP::SOAPString", [0, 1]],
1216
- ["counter", "Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1216
+ ["counter", "Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1217
1217
  ]
1218
1218
  )
1219
1219
 
1220
1220
  EncodedRegistry.register(
1221
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class,
1221
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class,
1222
1222
  :schema_name => XSD::QName.new(NsTypes, "class"),
1223
1223
  :is_anonymous => true,
1224
1224
  :schema_qualified => true,
1225
1225
  :schema_element => [
1226
1226
  ["name", "SOAP::SOAPString"],
1227
- ["instance", "Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance[]", [1, nil]]
1227
+ ["instance", "Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class::Instance[]", [1, nil]]
1228
1228
  ]
1229
1229
  )
1230
1230
 
1231
1231
  EncodedRegistry.register(
1232
- :class => Virtuozzo::SOAP::Drivers::Relocator::Log_options_baseType,
1232
+ :class => Virtuozzo::SOAP::Types::Relocator::Log_options_baseType,
1233
1233
  :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
1234
1234
  :schema_element => []
1235
1235
  )
1236
1236
 
1237
1237
  EncodedRegistry.register(
1238
- :class => Virtuozzo::SOAP::Drivers::Relocator::Log_optionsType,
1238
+ :class => Virtuozzo::SOAP::Types::Relocator::Log_optionsType,
1239
1239
  :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
1240
1240
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
1241
1241
  :schema_element => []
1242
1242
  )
1243
1243
 
1244
1244
  EncodedRegistry.register(
1245
- :class => Virtuozzo::SOAP::Drivers::Relocator::Virtuozzo_configType,
1245
+ :class => Virtuozzo::SOAP::Types::Relocator::Virtuozzo_configType,
1246
1246
  :schema_type => XSD::QName.new(NsVzatypes, "virtuozzo_configType"),
1247
1247
  :schema_basetype => XSD::QName.new(NsTypes, "native_configType"),
1248
1248
  :schema_element => [
@@ -1251,7 +1251,7 @@ module Virtuozzo # :nodoc:
1251
1251
  )
1252
1252
 
1253
1253
  EncodedRegistry.register(
1254
- :class => Virtuozzo::SOAP::Drivers::Relocator::Log_optionsType_,
1254
+ :class => Virtuozzo::SOAP::Types::Relocator::Log_optionsType_,
1255
1255
  :schema_type => XSD::QName.new(NsVzatypes, "log_optionsType"),
1256
1256
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
1257
1257
  :schema_element => [
@@ -1260,7 +1260,7 @@ module Virtuozzo # :nodoc:
1260
1260
  )
1261
1261
 
1262
1262
  EncodedRegistry.register(
1263
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_,
1263
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType_,
1264
1264
  :schema_type => XSD::QName.new(NsVzatypes, "venv_configType"),
1265
1265
  :schema_basetype => XSD::QName.new(NsTypes, "venv_configType"),
1266
1266
  :schema_element => [
@@ -1268,46 +1268,46 @@ module Virtuozzo # :nodoc:
1268
1268
  ["description", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "description")], [0, 1]],
1269
1269
  ["domain", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "domain")], [0, 1]],
1270
1270
  ["hostname", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "hostname")], [0, 1]],
1271
- ["address", ["Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", XSD::QName.new(NsTypes, "address")], [0, nil]],
1271
+ ["address", ["Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", XSD::QName.new(NsTypes, "address")], [0, nil]],
1272
1272
  ["architecture", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "architecture")], [0, 1]],
1273
- ["os", ["Virtuozzo::SOAP::Drivers::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1273
+ ["os", ["Virtuozzo::SOAP::Types::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1274
1274
  ["type", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "type")], [0, 1]],
1275
1275
  ["nameserver", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "nameserver")], [0, nil]],
1276
1276
  ["search_domain", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "search_domain")], [0, nil]],
1277
1277
  ["base_sample_id", [nil, XSD::QName.new(NsTypes, "base_sample_id")], [0, 1]],
1278
1278
  ["base_snapshot_id", [nil, XSD::QName.new(NsTypes, "base_snapshot_id")], [0, 1]],
1279
1279
  ["child_type", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "child_type")], [0, nil]],
1280
- ["qos", ["Virtuozzo::SOAP::Drivers::Relocator::QosType[]", XSD::QName.new(NsTypes, "qos")], [0, nil]],
1280
+ ["qos", ["Virtuozzo::SOAP::Types::Relocator::QosType[]", XSD::QName.new(NsTypes, "qos")], [0, nil]],
1281
1281
  ["veid", nil, [0, 1]],
1282
1282
  ["ve_root", "SOAP::SOAPString", [0, 1]],
1283
1283
  ["ve_private", "SOAP::SOAPString", [0, 1]],
1284
1284
  ["on_boot", "SOAP::SOAPBoolean", [0, 1]],
1285
- ["template", "Virtuozzo::SOAP::Drivers::Relocator::TemplateType[]", [0, nil]],
1285
+ ["template", "Virtuozzo::SOAP::Types::Relocator::TemplateType[]", [0, nil]],
1286
1286
  ["disabled", "SOAP::SOAPBoolean", [0, 1]],
1287
1287
  ["offline_management", "SOAP::SOAPBoolean", [0, 1]],
1288
- ["os_template", "Virtuozzo::SOAP::Drivers::Relocator::TemplateType", [0, 1]],
1289
- ["distribution", "Virtuozzo::SOAP::Drivers::Relocator::TemplateType", [0, 1]],
1290
- ["capability", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Capability[]", [0, nil]],
1288
+ ["os_template", "Virtuozzo::SOAP::Types::Relocator::TemplateType", [0, 1]],
1289
+ ["distribution", "Virtuozzo::SOAP::Types::Relocator::TemplateType", [0, 1]],
1290
+ ["capability", "Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Capability[]", [0, nil]],
1291
1291
  ["iptables", "SOAP::SOAPString[]", [0, nil]],
1292
1292
  ["config_customized", "SOAP::SOAPBoolean", [0, 1]],
1293
1293
  ["class_id", "SOAP::SOAPString", [0, 1]],
1294
- ["ve_type", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Ve_type", [0, 1]],
1294
+ ["ve_type", "Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Ve_type", [0, 1]],
1295
1295
  ["offline_service", "SOAP::SOAPString[]", [0, nil]],
1296
1296
  ["wins_server", "SOAP::SOAPString[]", [0, nil]],
1297
- ["net_device", "Virtuozzo::SOAP::Drivers::Relocator::Net_vethType[]", [0, nil]],
1297
+ ["net_device", "Virtuozzo::SOAP::Types::Relocator::Net_vethType[]", [0, nil]],
1298
1298
  ["ts_license_server", "SOAP::SOAPString[]", [0, nil]],
1299
1299
  ["ts_mode", "SOAP::SOAPInt", [0, 1]],
1300
1300
  ["uuid", "SOAP::SOAPString", [0, 1]],
1301
1301
  ["allow_reboot", "SOAP::SOAPBoolean", [0, 1]],
1302
1302
  ["rate_bound", "SOAP::SOAPBoolean", [0, 1]],
1303
- ["interface_rate", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Interface_rate[]", [0, nil]],
1303
+ ["interface_rate", "Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Interface_rate[]", [0, nil]],
1304
1304
  ["slm_mode", "SOAP::SOAPString", [0, 1]],
1305
1305
  ["origin_sample", "SOAP::SOAPString", [0, 1]]
1306
1306
  ]
1307
1307
  )
1308
1308
 
1309
1309
  EncodedRegistry.register(
1310
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Capability,
1310
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Capability,
1311
1311
  :schema_name => XSD::QName.new(NsVzatypes, "capability"),
1312
1312
  :is_anonymous => true,
1313
1313
  :schema_qualified => true,
@@ -1318,7 +1318,7 @@ module Virtuozzo # :nodoc:
1318
1318
  )
1319
1319
 
1320
1320
  EncodedRegistry.register(
1321
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Ve_type,
1321
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Ve_type,
1322
1322
  :schema_name => XSD::QName.new(NsVzatypes, "ve_type"),
1323
1323
  :is_anonymous => true,
1324
1324
  :schema_qualified => true,
@@ -1329,7 +1329,7 @@ module Virtuozzo # :nodoc:
1329
1329
  )
1330
1330
 
1331
1331
  EncodedRegistry.register(
1332
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Interface_rate,
1332
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Interface_rate,
1333
1333
  :schema_name => XSD::QName.new(NsVzatypes, "interface_rate"),
1334
1334
  :is_anonymous => true,
1335
1335
  :schema_qualified => true,
@@ -1340,19 +1340,19 @@ module Virtuozzo # :nodoc:
1340
1340
  )
1341
1341
 
1342
1342
  EncodedRegistry.register(
1343
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType_,
1343
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_settingsType_,
1344
1344
  :schema_type => XSD::QName.new(NsVzatypes, "vt_settingsType"),
1345
1345
  :schema_basetype => XSD::QName.new(NsTypes, "vt_settingsType"),
1346
1346
  :schema_element => [
1347
1347
  ["default_sample_id", [nil, XSD::QName.new(NsTypes, "default_sample_id")], [0, 1]],
1348
- ["parameter", "Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType_::Parameter[]", [0, nil]],
1349
- ["service", "Virtuozzo::SOAP::Drivers::Relocator::Redirect_serviceType[]", [0, nil]],
1350
- ["qos", "Virtuozzo::SOAP::Drivers::Relocator::QosType[]", [0, nil]]
1348
+ ["parameter", "Virtuozzo::SOAP::Types::Relocator::Vt_settingsType_::Parameter[]", [0, nil]],
1349
+ ["service", "Virtuozzo::SOAP::Types::Relocator::Redirect_serviceType[]", [0, nil]],
1350
+ ["qos", "Virtuozzo::SOAP::Types::Relocator::QosType[]", [0, nil]]
1351
1351
  ]
1352
1352
  )
1353
1353
 
1354
1354
  EncodedRegistry.register(
1355
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType_::Parameter,
1355
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_settingsType_::Parameter,
1356
1356
  :schema_name => XSD::QName.new(NsVzatypes, "parameter"),
1357
1357
  :is_anonymous => true,
1358
1358
  :schema_qualified => true,
@@ -1363,7 +1363,7 @@ module Virtuozzo # :nodoc:
1363
1363
  )
1364
1364
 
1365
1365
  EncodedRegistry.register(
1366
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_infoType_,
1366
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_infoType_,
1367
1367
  :schema_type => XSD::QName.new(NsVzatypes, "vt_infoType"),
1368
1368
  :schema_basetype => XSD::QName.new(NsTypes, "vt_infoType"),
1369
1369
  :schema_element => [
@@ -1375,7 +1375,7 @@ module Virtuozzo # :nodoc:
1375
1375
  )
1376
1376
 
1377
1377
  EncodedRegistry.register(
1378
- :class => Virtuozzo::SOAP::Drivers::Relocator::Redirect_serviceType,
1378
+ :class => Virtuozzo::SOAP::Types::Relocator::Redirect_serviceType,
1379
1379
  :schema_type => XSD::QName.new(NsVzatypes, "redirect_serviceType"),
1380
1380
  :schema_element => [
1381
1381
  ["id", "SOAP::SOAPString"],
@@ -1386,7 +1386,7 @@ module Virtuozzo # :nodoc:
1386
1386
  )
1387
1387
 
1388
1388
  EncodedRegistry.register(
1389
- :class => Virtuozzo::SOAP::Drivers::Relocator::TemplateType,
1389
+ :class => Virtuozzo::SOAP::Types::Relocator::TemplateType,
1390
1390
  :schema_type => XSD::QName.new(NsVzatypes, "templateType"),
1391
1391
  :schema_element => [
1392
1392
  ["name", "SOAP::SOAPString"],
@@ -1395,13 +1395,13 @@ module Virtuozzo # :nodoc:
1395
1395
  )
1396
1396
 
1397
1397
  EncodedRegistry.register(
1398
- :class => Virtuozzo::SOAP::Drivers::Relocator::Package_std_vztemplateType,
1398
+ :class => Virtuozzo::SOAP::Types::Relocator::Package_std_vztemplateType,
1399
1399
  :schema_type => XSD::QName.new(NsVzatypes, "package_std_vztemplateType"),
1400
1400
  :schema_basetype => XSD::QName.new(NsVzatypes, "package_vztemplateType"),
1401
1401
  :schema_element => [
1402
1402
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
1403
1403
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
1404
- ["os", ["Virtuozzo::SOAP::Drivers::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1404
+ ["os", ["Virtuozzo::SOAP::Types::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1405
1405
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
1406
1406
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
1407
1407
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -1415,13 +1415,13 @@ module Virtuozzo # :nodoc:
1415
1415
  )
1416
1416
 
1417
1417
  EncodedRegistry.register(
1418
- :class => Virtuozzo::SOAP::Drivers::Relocator::Package_vztemplateType,
1418
+ :class => Virtuozzo::SOAP::Types::Relocator::Package_vztemplateType,
1419
1419
  :schema_type => XSD::QName.new(NsVzatypes, "package_vztemplateType"),
1420
1420
  :schema_basetype => XSD::QName.new(NsTypes, "packageType"),
1421
1421
  :schema_element => [
1422
1422
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
1423
1423
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
1424
- ["os", ["Virtuozzo::SOAP::Drivers::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1424
+ ["os", ["Virtuozzo::SOAP::Types::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1425
1425
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
1426
1426
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
1427
1427
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -1434,7 +1434,7 @@ module Virtuozzo # :nodoc:
1434
1434
  )
1435
1435
 
1436
1436
  EncodedRegistry.register(
1437
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_security_objectType_,
1437
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_security_objectType_,
1438
1438
  :schema_type => XSD::QName.new(NsVzatypes, "env_security_objectType"),
1439
1439
  :schema_basetype => XSD::QName.new(NsTypes, "env_security_objectType"),
1440
1440
  :schema_element => [
@@ -1443,15 +1443,15 @@ module Virtuozzo # :nodoc:
1443
1443
  )
1444
1444
 
1445
1445
  EncodedRegistry.register(
1446
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_vethType,
1446
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_vethType,
1447
1447
  :schema_type => XSD::QName.new(NsVzatypes, "net_vethType"),
1448
1448
  :schema_basetype => XSD::QName.new(NsTypes, "net_nicType"),
1449
1449
  :schema_element => [
1450
1450
  ["id", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "id")], [0, 1]],
1451
- ["ip_address", ["Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", XSD::QName.new(NsTypes, "ip_address")], [0, nil]],
1451
+ ["ip_address", ["Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", XSD::QName.new(NsTypes, "ip_address")], [0, nil]],
1452
1452
  ["dhcp", [nil, XSD::QName.new(NsTypes, "dhcp")], [0, 1]],
1453
1453
  ["network_id", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "network_id")], [0, 1]],
1454
- ["status", ["Virtuozzo::SOAP::Drivers::Relocator::Net_vethType::Status", XSD::QName.new(NsTypes, "status")], [0, 1]],
1454
+ ["status", ["Virtuozzo::SOAP::Types::Relocator::Net_vethType::Status", XSD::QName.new(NsTypes, "status")], [0, 1]],
1455
1455
  ["mac_address", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "mac_address")], [0, 1]],
1456
1456
  ["wins_server", "SOAP::SOAPString[]", [0, nil]],
1457
1457
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
@@ -1461,7 +1461,7 @@ module Virtuozzo # :nodoc:
1461
1461
  )
1462
1462
 
1463
1463
  EncodedRegistry.register(
1464
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_vethType::Status,
1464
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_vethType::Status,
1465
1465
  :schema_name => XSD::QName.new(NsTypes, "status"),
1466
1466
  :is_anonymous => true,
1467
1467
  :schema_qualified => true,
@@ -1472,46 +1472,46 @@ module Virtuozzo # :nodoc:
1472
1472
  )
1473
1473
 
1474
1474
  EncodedRegistry.register(
1475
- :class => Virtuozzo::SOAP::Drivers::Relocator::EnvType_,
1475
+ :class => Virtuozzo::SOAP::Types::Relocator::EnvType_,
1476
1476
  :schema_type => XSD::QName.new(NsVzatypes, "envType"),
1477
1477
  :schema_basetype => XSD::QName.new(NsTypes, "envType"),
1478
1478
  :schema_element => [
1479
1479
  ["parent_eid", [nil, XSD::QName.new(NsTypes, "parent_eid")]],
1480
1480
  ["eid", [nil, XSD::QName.new(NsTypes, "eid")]],
1481
- ["status", ["Virtuozzo::SOAP::Drivers::Relocator::Env_statusType", XSD::QName.new(NsTypes, "status")], [0, 1]],
1481
+ ["status", ["Virtuozzo::SOAP::Types::Relocator::Env_statusType", XSD::QName.new(NsTypes, "status")], [0, 1]],
1482
1482
  ["alert", ["SOAP::SOAPInt", XSD::QName.new(NsTypes, "alert")], [0, 1]],
1483
- ["config", ["Virtuozzo::SOAP::Drivers::Relocator::Env_configType", XSD::QName.new(NsTypes, "config")], [0, 1]],
1484
- ["virtual_config", ["Virtuozzo::SOAP::Drivers::Relocator::Venv_configType", XSD::QName.new(NsTypes, "virtual_config")], [0, 1]]
1483
+ ["config", ["Virtuozzo::SOAP::Types::Relocator::Env_configType", XSD::QName.new(NsTypes, "config")], [0, 1]],
1484
+ ["virtual_config", ["Virtuozzo::SOAP::Types::Relocator::Venv_configType", XSD::QName.new(NsTypes, "virtual_config")], [0, 1]]
1485
1485
  ]
1486
1486
  )
1487
1487
 
1488
1488
  EncodedRegistry.register(
1489
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType,
1489
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType,
1490
1490
  :schema_type => XSD::QName.new(NsRelocator, "relocatorType"),
1491
1491
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1492
1492
  :schema_element => [ :choice,
1493
- ["configuration", ["Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1494
- ["ok", ["Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1495
- ["error", ["Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1493
+ ["configuration", ["Virtuozzo::SOAP::Types::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1494
+ ["ok", ["Virtuozzo::SOAP::Types::Relocator::RelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1495
+ ["error", ["Virtuozzo::SOAP::Types::Relocator::RelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1496
1496
  [
1497
- ["migrate_p2v", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v[]"],
1498
- ["migrate_v2v", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2v[]"],
1499
- ["migrate_v2p", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p[]"],
1500
- ["calc_env_config", "Virtuozzo::SOAP::Drivers::Relocator::Calc_env_config[]"],
1501
- ["move", "Virtuozzo::SOAP::Drivers::Relocator::Move[]"],
1502
- ["clone", "Virtuozzo::SOAP::Drivers::Relocator::Clone[]"]
1497
+ ["migrate_p2v", "Virtuozzo::SOAP::Types::Relocator::Migrate_p2v[]"],
1498
+ ["migrate_v2v", "Virtuozzo::SOAP::Types::Relocator::Migrate_v2v[]"],
1499
+ ["migrate_v2p", "Virtuozzo::SOAP::Types::Relocator::Migrate_v2p[]"],
1500
+ ["calc_env_config", "Virtuozzo::SOAP::Types::Relocator::Calc_env_config[]"],
1501
+ ["move", "Virtuozzo::SOAP::Types::Relocator::Move[]"],
1502
+ ["clone", "Virtuozzo::SOAP::Types::Relocator::Clone[]"]
1503
1503
  ],
1504
1504
  [
1505
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType[]"],
1505
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType[]"],
1506
1506
  ["eid", "[]"],
1507
- ["eid_list", "Virtuozzo::SOAP::Drivers::Relocator::Eid_listType[]"],
1508
- ["hw_notes", "Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes[]"]
1507
+ ["eid_list", "Virtuozzo::SOAP::Types::Relocator::Eid_listType[]"],
1508
+ ["hw_notes", "Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes[]"]
1509
1509
  ]
1510
1510
  ]
1511
1511
  )
1512
1512
 
1513
1513
  EncodedRegistry.register(
1514
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Ok,
1514
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType::Ok,
1515
1515
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1516
1516
  :is_anonymous => true,
1517
1517
  :schema_qualified => true,
@@ -1519,7 +1519,7 @@ module Virtuozzo # :nodoc:
1519
1519
  )
1520
1520
 
1521
1521
  EncodedRegistry.register(
1522
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Error,
1522
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType::Error,
1523
1523
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1524
1524
  :is_anonymous => true,
1525
1525
  :schema_qualified => true,
@@ -1530,25 +1530,25 @@ module Virtuozzo # :nodoc:
1530
1530
  )
1531
1531
 
1532
1532
  EncodedRegistry.register(
1533
- :class => Virtuozzo::SOAP::Drivers::Relocator::Clone_optionsType,
1533
+ :class => Virtuozzo::SOAP::Types::Relocator::Clone_optionsType,
1534
1534
  :schema_type => XSD::QName.new(NsRelocator, "clone_optionsType"),
1535
1535
  :schema_element => []
1536
1536
  )
1537
1537
 
1538
1538
  EncodedRegistry.register(
1539
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType,
1539
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType,
1540
1540
  :schema_type => XSD::QName.new(NsRelocator, "p2v_migrate_optionsType"),
1541
1541
  :schema_element => [
1542
- ["exclude", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Exclude", [0, 1]],
1542
+ ["exclude", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Exclude", [0, 1]],
1543
1543
  ["keep_dst", "SOAP::SOAPBoolean", [0, 1]],
1544
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType", [0, 1]],
1545
- ["service", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Service[]", [0, nil]],
1546
- ["quota", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Quota", [0, 1]]
1544
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType", [0, 1]],
1545
+ ["service", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Service[]", [0, nil]],
1546
+ ["quota", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota", [0, 1]]
1547
1547
  ]
1548
1548
  )
1549
1549
 
1550
1550
  EncodedRegistry.register(
1551
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Exclude,
1551
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Exclude,
1552
1552
  :schema_name => XSD::QName.new(NsRelocator, "exclude"),
1553
1553
  :is_anonymous => true,
1554
1554
  :schema_qualified => true,
@@ -1558,7 +1558,7 @@ module Virtuozzo # :nodoc:
1558
1558
  )
1559
1559
 
1560
1560
  EncodedRegistry.register(
1561
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Service,
1561
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Service,
1562
1562
  :schema_name => XSD::QName.new(NsRelocator, "service"),
1563
1563
  :is_anonymous => true,
1564
1564
  :schema_qualified => true,
@@ -1568,7 +1568,7 @@ module Virtuozzo # :nodoc:
1568
1568
  )
1569
1569
 
1570
1570
  EncodedRegistry.register(
1571
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Quota::Partition,
1571
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota::Partition,
1572
1572
  :schema_name => XSD::QName.new(NsRelocator, "partition"),
1573
1573
  :is_anonymous => true,
1574
1574
  :schema_qualified => true,
@@ -1578,78 +1578,78 @@ module Virtuozzo # :nodoc:
1578
1578
  )
1579
1579
 
1580
1580
  EncodedRegistry.register(
1581
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Quota,
1581
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota,
1582
1582
  :schema_name => XSD::QName.new(NsRelocator, "quota"),
1583
1583
  :is_anonymous => true,
1584
1584
  :schema_qualified => true,
1585
1585
  :schema_element => [
1586
- ["partition", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Quota::Partition"]
1586
+ ["partition", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota::Partition"]
1587
1587
  ]
1588
1588
  )
1589
1589
 
1590
1590
  EncodedRegistry.register(
1591
- :class => Virtuozzo::SOAP::Drivers::Relocator::V2v_migrate_optionsType,
1591
+ :class => Virtuozzo::SOAP::Types::Relocator::V2v_migrate_optionsType,
1592
1592
  :schema_type => XSD::QName.new(NsRelocator, "v2v_migrate_optionsType"),
1593
1593
  :schema_element => [
1594
1594
  ["force", nil, [0, 1]],
1595
1595
  ["nostart", nil, [0, 1]],
1596
1596
  ["remove", "SOAP::SOAPBoolean", [0, 1]],
1597
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType", [0, 1]],
1597
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType", [0, 1]],
1598
1598
  ["type", "SOAP::SOAPInt", [0, 1]]
1599
1599
  ]
1600
1600
  )
1601
1601
 
1602
1602
  EncodedRegistry.register(
1603
- :class => Virtuozzo::SOAP::Drivers::Relocator::V2p_migrate_optionsType,
1603
+ :class => Virtuozzo::SOAP::Types::Relocator::V2p_migrate_optionsType,
1604
1604
  :schema_type => XSD::QName.new(NsRelocator, "v2p_migrate_optionsType"),
1605
1605
  :schema_element => [
1606
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType", [0, 1]]
1606
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType", [0, 1]]
1607
1607
  ]
1608
1608
  )
1609
1609
 
1610
1610
  EncodedRegistry.register(
1611
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes,
1611
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes,
1612
1612
  :schema_type => XSD::QName.new(NsRelocator, "hw_notesTypes"),
1613
1613
  :schema_element => []
1614
1614
  )
1615
1615
 
1616
1616
  EncodedRegistry.register(
1617
- :class => Virtuozzo::SOAP::Drivers::Relocator::Transport_type,
1617
+ :class => Virtuozzo::SOAP::Types::Relocator::Transport_type,
1618
1618
  :schema_type => XSD::QName.new(NsTypes, "transport_type")
1619
1619
  )
1620
1620
 
1621
1621
  EncodedRegistry.register(
1622
- :class => Virtuozzo::SOAP::Drivers::Relocator::Yes_no_type,
1622
+ :class => Virtuozzo::SOAP::Types::Relocator::Yes_no_type,
1623
1623
  :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
1624
1624
  )
1625
1625
 
1626
1626
  LiteralRegistry.register(
1627
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType,
1627
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType,
1628
1628
  :schema_type => XSD::QName.new(NsVzarelocator, "vzarelocatorType"),
1629
1629
  :schema_basetype => XSD::QName.new(NsRelocator, "relocatorType"),
1630
1630
  :schema_element => [
1631
- ["configuration", ["Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1632
- ["ok", ["Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1633
- ["error", ["Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1631
+ ["configuration", ["Virtuozzo::SOAP::Types::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1632
+ ["ok", ["Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1633
+ ["error", ["Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1634
1634
  [
1635
- ["migrate_p2v", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v[]", XSD::QName.new(NsRelocator, "migrate_p2v")]],
1636
- ["migrate_v2v", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2v[]", XSD::QName.new(NsRelocator, "migrate_v2v")]],
1637
- ["migrate_v2p", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p[]", XSD::QName.new(NsRelocator, "migrate_v2p")]],
1638
- ["calc_env_config", ["Virtuozzo::SOAP::Drivers::Relocator::Calc_env_config[]", XSD::QName.new(NsRelocator, "calc_env_config")]],
1639
- ["move", ["Virtuozzo::SOAP::Drivers::Relocator::Move[]", XSD::QName.new(NsRelocator, "move")]],
1640
- ["clone", ["Virtuozzo::SOAP::Drivers::Relocator::Clone[]", XSD::QName.new(NsRelocator, "clone")]]
1635
+ ["migrate_p2v", ["Virtuozzo::SOAP::Types::Relocator::Migrate_p2v[]", XSD::QName.new(NsRelocator, "migrate_p2v")]],
1636
+ ["migrate_v2v", ["Virtuozzo::SOAP::Types::Relocator::Migrate_v2v[]", XSD::QName.new(NsRelocator, "migrate_v2v")]],
1637
+ ["migrate_v2p", ["Virtuozzo::SOAP::Types::Relocator::Migrate_v2p[]", XSD::QName.new(NsRelocator, "migrate_v2p")]],
1638
+ ["calc_env_config", ["Virtuozzo::SOAP::Types::Relocator::Calc_env_config[]", XSD::QName.new(NsRelocator, "calc_env_config")]],
1639
+ ["move", ["Virtuozzo::SOAP::Types::Relocator::Move[]", XSD::QName.new(NsRelocator, "move")]],
1640
+ ["clone", ["Virtuozzo::SOAP::Types::Relocator::Clone[]", XSD::QName.new(NsRelocator, "clone")]]
1641
1641
  ],
1642
1642
  [
1643
- ["config", ["Virtuozzo::SOAP::Drivers::Relocator::Env_configType[]", XSD::QName.new(NsRelocator, "config")]],
1643
+ ["config", ["Virtuozzo::SOAP::Types::Relocator::Env_configType[]", XSD::QName.new(NsRelocator, "config")]],
1644
1644
  ["eid", ["[]", XSD::QName.new(NsRelocator, "eid")]],
1645
- ["eid_list", ["Virtuozzo::SOAP::Drivers::Relocator::Eid_listType[]", XSD::QName.new(NsRelocator, "eid_list")]],
1646
- ["hw_notes", ["Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes[]", XSD::QName.new(NsRelocator, "hw_notes")]]
1645
+ ["eid_list", ["Virtuozzo::SOAP::Types::Relocator::Eid_listType[]", XSD::QName.new(NsRelocator, "eid_list")]],
1646
+ ["hw_notes", ["Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes[]", XSD::QName.new(NsRelocator, "hw_notes")]]
1647
1647
  ]
1648
1648
  ]
1649
1649
  )
1650
1650
 
1651
1651
  LiteralRegistry.register(
1652
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Ok,
1652
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Ok,
1653
1653
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1654
1654
  :is_anonymous => true,
1655
1655
  :schema_qualified => true,
@@ -1657,7 +1657,7 @@ module Virtuozzo # :nodoc:
1657
1657
  )
1658
1658
 
1659
1659
  LiteralRegistry.register(
1660
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Error,
1660
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Error,
1661
1661
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1662
1662
  :is_anonymous => true,
1663
1663
  :schema_qualified => true,
@@ -1668,28 +1668,28 @@ module Virtuozzo # :nodoc:
1668
1668
  )
1669
1669
 
1670
1670
  LiteralRegistry.register(
1671
- :class => Virtuozzo::SOAP::Drivers::Relocator::Clone_optionsType_,
1671
+ :class => Virtuozzo::SOAP::Types::Relocator::Clone_optionsType_,
1672
1672
  :schema_type => XSD::QName.new(NsVzarelocator, "clone_optionsType"),
1673
1673
  :schema_basetype => XSD::QName.new(NsRelocator, "clone_optionsType"),
1674
1674
  :schema_element => [
1675
1675
  ["fast", nil, [0, 1]],
1676
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_", [0, 1]],
1676
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Venv_configType_", [0, 1]],
1677
1677
  ["veid", "[]", [0, nil]]
1678
1678
  ]
1679
1679
  )
1680
1680
 
1681
1681
  LiteralRegistry.register(
1682
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_,
1682
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_,
1683
1683
  :schema_type => XSD::QName.new(NsVzarelocator, "hw_notesTypes"),
1684
1684
  :schema_basetype => XSD::QName.new(NsRelocator, "hw_notesTypes"),
1685
1685
  :schema_element => [
1686
- ["exclude", "Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Exclude[]", [1, nil]],
1687
- ["warning", "Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Warning[]", [1, nil]]
1686
+ ["exclude", "Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Exclude[]", [1, nil]],
1687
+ ["warning", "Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Warning[]", [1, nil]]
1688
1688
  ]
1689
1689
  )
1690
1690
 
1691
1691
  LiteralRegistry.register(
1692
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Exclude,
1692
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Exclude,
1693
1693
  :schema_name => XSD::QName.new(NsVzarelocator, "exclude"),
1694
1694
  :is_anonymous => true,
1695
1695
  :schema_qualified => true,
@@ -1700,7 +1700,7 @@ module Virtuozzo # :nodoc:
1700
1700
  )
1701
1701
 
1702
1702
  LiteralRegistry.register(
1703
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes_::Warning,
1703
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes_::Warning,
1704
1704
  :schema_name => XSD::QName.new(NsVzarelocator, "warning"),
1705
1705
  :is_anonymous => true,
1706
1706
  :schema_qualified => true,
@@ -1711,15 +1711,15 @@ module Virtuozzo # :nodoc:
1711
1711
  )
1712
1712
 
1713
1713
  LiteralRegistry.register(
1714
- :class => Virtuozzo::SOAP::Drivers::Relocator::Packet_headerType,
1714
+ :class => Virtuozzo::SOAP::Types::Relocator::Packet_headerType,
1715
1715
  :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
1716
1716
  :schema_element => [
1717
- ["auth", "Virtuozzo::SOAP::Drivers::Relocator::AuthType", [0, 1]],
1717
+ ["auth", "Virtuozzo::SOAP::Types::Relocator::AuthType", [0, 1]],
1718
1718
  ["cookie", "SOAP::SOAPString", [0, 1]],
1719
1719
  ["target", "SOAP::SOAPString[]", [0, nil]],
1720
1720
  ["origin", "SOAP::SOAPString", [0, 1]],
1721
- ["src", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
1722
- ["dst", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
1721
+ ["src", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
1722
+ ["dst", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
1723
1723
  ["session", "SOAP::SOAPString", [0, 1]]
1724
1724
  ],
1725
1725
  :schema_attribute => {
@@ -1737,26 +1737,26 @@ module Virtuozzo # :nodoc:
1737
1737
  )
1738
1738
 
1739
1739
  LiteralRegistry.register(
1740
- :class => Virtuozzo::SOAP::Drivers::Relocator::OperatorType,
1740
+ :class => Virtuozzo::SOAP::Types::Relocator::OperatorType,
1741
1741
  :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
1742
1742
  :schema_element => [ :choice,
1743
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"]
1743
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"]
1744
1744
  ]
1745
1745
  )
1746
1746
 
1747
1747
  LiteralRegistry.register(
1748
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType,
1748
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType,
1749
1749
  :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
1750
1750
  :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
1751
1751
  :schema_element => [ :choice,
1752
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"],
1753
- ["ok", "Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Ok[]"],
1754
- ["error", "Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Error[]"]
1752
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"],
1753
+ ["ok", "Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Ok[]"],
1754
+ ["error", "Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Error[]"]
1755
1755
  ]
1756
1756
  )
1757
1757
 
1758
1758
  LiteralRegistry.register(
1759
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Ok,
1759
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Ok,
1760
1760
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1761
1761
  :is_anonymous => true,
1762
1762
  :schema_qualified => true,
@@ -1764,7 +1764,7 @@ module Virtuozzo # :nodoc:
1764
1764
  )
1765
1765
 
1766
1766
  LiteralRegistry.register(
1767
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Error,
1767
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Error,
1768
1768
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1769
1769
  :is_anonymous => true,
1770
1770
  :schema_qualified => true,
@@ -1775,24 +1775,24 @@ module Virtuozzo # :nodoc:
1775
1775
  )
1776
1776
 
1777
1777
  LiteralRegistry.register(
1778
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType,
1778
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType,
1779
1779
  :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
1780
1780
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1781
1781
  :schema_element => [ :choice,
1782
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"],
1783
- ["ok", "Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Ok[]"],
1784
- ["error", "Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Error[]"],
1782
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"],
1783
+ ["ok", "Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Ok[]"],
1784
+ ["error", "Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Error[]"],
1785
1785
  [ :choice,
1786
- ["start_monitor", "Virtuozzo::SOAP::Drivers::Relocator::Start_monitorType"],
1787
- ["stop_monitor", "Virtuozzo::SOAP::Drivers::Relocator::Stop_monitorType"],
1788
- ["set_period", "Virtuozzo::SOAP::Drivers::Relocator::Set_periodType", [0, 1]],
1786
+ ["start_monitor", "Virtuozzo::SOAP::Types::Relocator::Start_monitorType"],
1787
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Relocator::Stop_monitorType"],
1788
+ ["set_period", "Virtuozzo::SOAP::Types::Relocator::Set_periodType", [0, 1]],
1789
1789
  ["report", nil, [0, 1]]
1790
1790
  ]
1791
1791
  ]
1792
1792
  )
1793
1793
 
1794
1794
  LiteralRegistry.register(
1795
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Ok,
1795
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Ok,
1796
1796
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1797
1797
  :is_anonymous => true,
1798
1798
  :schema_qualified => true,
@@ -1800,7 +1800,7 @@ module Virtuozzo # :nodoc:
1800
1800
  )
1801
1801
 
1802
1802
  LiteralRegistry.register(
1803
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Error,
1803
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Error,
1804
1804
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1805
1805
  :is_anonymous => true,
1806
1806
  :schema_qualified => true,
@@ -1811,7 +1811,7 @@ module Virtuozzo # :nodoc:
1811
1811
  )
1812
1812
 
1813
1813
  LiteralRegistry.register(
1814
- :class => Virtuozzo::SOAP::Drivers::Relocator::Set_periodType,
1814
+ :class => Virtuozzo::SOAP::Types::Relocator::Set_periodType,
1815
1815
  :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
1816
1816
  :schema_element => [
1817
1817
  ["collect", "SOAP::SOAPInt"],
@@ -1821,7 +1821,7 @@ module Virtuozzo # :nodoc:
1821
1821
  )
1822
1822
 
1823
1823
  LiteralRegistry.register(
1824
- :class => Virtuozzo::SOAP::Drivers::Relocator::Start_monitorType,
1824
+ :class => Virtuozzo::SOAP::Types::Relocator::Start_monitorType,
1825
1825
  :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
1826
1826
  :schema_element => [
1827
1827
  ["period", "SOAP::SOAPInt"],
@@ -1830,7 +1830,7 @@ module Virtuozzo # :nodoc:
1830
1830
  )
1831
1831
 
1832
1832
  LiteralRegistry.register(
1833
- :class => Virtuozzo::SOAP::Drivers::Relocator::Stop_monitorType,
1833
+ :class => Virtuozzo::SOAP::Types::Relocator::Stop_monitorType,
1834
1834
  :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
1835
1835
  :schema_element => [
1836
1836
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1838,7 +1838,7 @@ module Virtuozzo # :nodoc:
1838
1838
  )
1839
1839
 
1840
1840
  LiteralRegistry.register(
1841
- :class => Virtuozzo::SOAP::Drivers::Relocator::AuthType,
1841
+ :class => Virtuozzo::SOAP::Types::Relocator::AuthType,
1842
1842
  :schema_type => XSD::QName.new(NsProtocol, "authType"),
1843
1843
  :schema_element => [
1844
1844
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1846,7 +1846,7 @@ module Virtuozzo # :nodoc:
1846
1846
  )
1847
1847
 
1848
1848
  LiteralRegistry.register(
1849
- :class => Virtuozzo::SOAP::Drivers::Relocator::Event_configurationType,
1849
+ :class => Virtuozzo::SOAP::Types::Relocator::Event_configurationType,
1850
1850
  :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
1851
1851
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1852
1852
  :schema_element => [
@@ -1855,7 +1855,7 @@ module Virtuozzo # :nodoc:
1855
1855
  )
1856
1856
 
1857
1857
  LiteralRegistry.register(
1858
- :class => Virtuozzo::SOAP::Drivers::Relocator::Periodic_configurationType,
1858
+ :class => Virtuozzo::SOAP::Types::Relocator::Periodic_configurationType,
1859
1859
  :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
1860
1860
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1861
1861
  :schema_element => [
@@ -1867,7 +1867,7 @@ module Virtuozzo # :nodoc:
1867
1867
  )
1868
1868
 
1869
1869
  LiteralRegistry.register(
1870
- :class => Virtuozzo::SOAP::Drivers::Relocator::RouteType,
1870
+ :class => Virtuozzo::SOAP::Types::Relocator::RouteType,
1871
1871
  :schema_type => XSD::QName.new(NsProtocol, "routeType"),
1872
1872
  :schema_element => [
1873
1873
  ["director", "SOAP::SOAPString", [0, 1]],
@@ -1878,21 +1878,21 @@ module Virtuozzo # :nodoc:
1878
1878
  )
1879
1879
 
1880
1880
  LiteralRegistry.register(
1881
- :class => Virtuozzo::SOAP::Drivers::Relocator::DataType,
1881
+ :class => Virtuozzo::SOAP::Types::Relocator::DataType,
1882
1882
  :schema_type => XSD::QName.new(NsProtocol, "dataType"),
1883
1883
  :schema_element => [
1884
- ["operator", "Virtuozzo::SOAP::Drivers::Relocator::OperatorType[]"]
1884
+ ["operator", "Virtuozzo::SOAP::Types::Relocator::OperatorType[]"]
1885
1885
  ]
1886
1886
  )
1887
1887
 
1888
1888
  LiteralRegistry.register(
1889
- :class => Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType,
1889
+ :class => Virtuozzo::SOAP::Types::Relocator::ConfigurationType,
1890
1890
  :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
1891
1891
  :schema_element => []
1892
1892
  )
1893
1893
 
1894
1894
  LiteralRegistry.register(
1895
- :class => Virtuozzo::SOAP::Drivers::Relocator::OsType,
1895
+ :class => Virtuozzo::SOAP::Types::Relocator::OsType,
1896
1896
  :schema_type => XSD::QName.new(NsTypes, "osType"),
1897
1897
  :schema_element => [
1898
1898
  ["platform", "SOAP::SOAPString", [0, 1]],
@@ -1903,7 +1903,7 @@ module Virtuozzo # :nodoc:
1903
1903
  )
1904
1904
 
1905
1905
  LiteralRegistry.register(
1906
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_statusType,
1906
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_statusType,
1907
1907
  :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
1908
1908
  :schema_element => [
1909
1909
  ["state", "SOAP::SOAPInt", [0, 1]],
@@ -1912,7 +1912,7 @@ module Virtuozzo # :nodoc:
1912
1912
  )
1913
1913
 
1914
1914
  LiteralRegistry.register(
1915
- :class => Virtuozzo::SOAP::Drivers::Relocator::QosType,
1915
+ :class => Virtuozzo::SOAP::Types::Relocator::QosType,
1916
1916
  :schema_type => XSD::QName.new(NsTypes, "qosType"),
1917
1917
  :schema_element => [
1918
1918
  ["id", "SOAP::SOAPString"],
@@ -1923,16 +1923,16 @@ module Virtuozzo # :nodoc:
1923
1923
  )
1924
1924
 
1925
1925
  LiteralRegistry.register(
1926
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_configType,
1926
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_configType,
1927
1927
  :schema_type => XSD::QName.new(NsTypes, "env_configType"),
1928
1928
  :schema_element => [
1929
1929
  ["name", "SOAP::SOAPString", [0, 1]],
1930
1930
  ["description", "SOAP::SOAPBase64", [0, 1]],
1931
1931
  ["domain", "SOAP::SOAPString", [0, 1]],
1932
1932
  ["hostname", "SOAP::SOAPString", [0, 1]],
1933
- ["address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
1933
+ ["address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
1934
1934
  ["architecture", "SOAP::SOAPString", [0, 1]],
1935
- ["os", "Virtuozzo::SOAP::Drivers::Relocator::OsType", [0, 1]],
1935
+ ["os", "Virtuozzo::SOAP::Types::Relocator::OsType", [0, 1]],
1936
1936
  ["type", "SOAP::SOAPString", [0, 1]],
1937
1937
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1938
1938
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -1943,7 +1943,7 @@ module Virtuozzo # :nodoc:
1943
1943
  )
1944
1944
 
1945
1945
  LiteralRegistry.register(
1946
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType,
1946
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType,
1947
1947
  :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
1948
1948
  :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
1949
1949
  :schema_element => [
@@ -1951,40 +1951,40 @@ module Virtuozzo # :nodoc:
1951
1951
  ["description", "SOAP::SOAPBase64", [0, 1]],
1952
1952
  ["domain", "SOAP::SOAPString", [0, 1]],
1953
1953
  ["hostname", "SOAP::SOAPString", [0, 1]],
1954
- ["address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
1954
+ ["address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
1955
1955
  ["architecture", "SOAP::SOAPString", [0, 1]],
1956
- ["os", "Virtuozzo::SOAP::Drivers::Relocator::OsType", [0, 1]],
1956
+ ["os", "Virtuozzo::SOAP::Types::Relocator::OsType", [0, 1]],
1957
1957
  ["type", "SOAP::SOAPString", [0, 1]],
1958
1958
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1959
1959
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
1960
1960
  ["base_sample_id", nil, [0, 1]],
1961
1961
  ["base_snapshot_id", nil, [0, 1]],
1962
1962
  ["child_type", "SOAP::SOAPString[]", [0, nil]],
1963
- ["qos", "Virtuozzo::SOAP::Drivers::Relocator::QosType[]", [0, nil]]
1963
+ ["qos", "Virtuozzo::SOAP::Types::Relocator::QosType[]", [0, nil]]
1964
1964
  ]
1965
1965
  )
1966
1966
 
1967
1967
  LiteralRegistry.register(
1968
- :class => Virtuozzo::SOAP::Drivers::Relocator::Native_configType,
1968
+ :class => Virtuozzo::SOAP::Types::Relocator::Native_configType,
1969
1969
  :schema_type => XSD::QName.new(NsTypes, "native_configType"),
1970
1970
  :schema_element => []
1971
1971
  )
1972
1972
 
1973
1973
  LiteralRegistry.register(
1974
- :class => Virtuozzo::SOAP::Drivers::Relocator::EnvType,
1974
+ :class => Virtuozzo::SOAP::Types::Relocator::EnvType,
1975
1975
  :schema_type => XSD::QName.new(NsTypes, "envType"),
1976
1976
  :schema_element => [
1977
1977
  ["parent_eid", nil],
1978
1978
  ["eid", nil],
1979
- ["status", "Virtuozzo::SOAP::Drivers::Relocator::Env_statusType", [0, 1]],
1979
+ ["status", "Virtuozzo::SOAP::Types::Relocator::Env_statusType", [0, 1]],
1980
1980
  ["alert", "SOAP::SOAPInt", [0, 1]],
1981
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType", [0, 1]],
1982
- ["virtual_config", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType", [0, 1]]
1981
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType", [0, 1]],
1982
+ ["virtual_config", "Virtuozzo::SOAP::Types::Relocator::Venv_configType", [0, 1]]
1983
1983
  ]
1984
1984
  )
1985
1985
 
1986
1986
  LiteralRegistry.register(
1987
- :class => Virtuozzo::SOAP::Drivers::Relocator::ProcessesType,
1987
+ :class => Virtuozzo::SOAP::Types::Relocator::ProcessesType,
1988
1988
  :schema_type => XSD::QName.new(NsTypes, "processesType"),
1989
1989
  :schema_element => [
1990
1990
  ["run", "SOAP::SOAPInt"],
@@ -1997,7 +1997,7 @@ module Virtuozzo # :nodoc:
1997
1997
  )
1998
1998
 
1999
1999
  LiteralRegistry.register(
2000
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avgType,
2000
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avgType,
2001
2001
  :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
2002
2002
  :schema_element => [
2003
2003
  ["l1", "SOAP::SOAPDouble"],
@@ -2007,7 +2007,7 @@ module Virtuozzo # :nodoc:
2007
2007
  )
2008
2008
 
2009
2009
  LiteralRegistry.register(
2010
- :class => Virtuozzo::SOAP::Drivers::Relocator::Cpu_loadType,
2010
+ :class => Virtuozzo::SOAP::Types::Relocator::Cpu_loadType,
2011
2011
  :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
2012
2012
  :schema_element => [
2013
2013
  ["system", "SOAP::SOAPLong"],
@@ -2018,7 +2018,7 @@ module Virtuozzo # :nodoc:
2018
2018
  )
2019
2019
 
2020
2020
  LiteralRegistry.register(
2021
- :class => Virtuozzo::SOAP::Drivers::Relocator::CpuType,
2021
+ :class => Virtuozzo::SOAP::Types::Relocator::CpuType,
2022
2022
  :schema_type => XSD::QName.new(NsTypes, "cpuType"),
2023
2023
  :schema_element => [
2024
2024
  ["mhz", "SOAP::SOAPInt"],
@@ -2034,16 +2034,16 @@ module Virtuozzo # :nodoc:
2034
2034
  )
2035
2035
 
2036
2036
  LiteralRegistry.register(
2037
- :class => Virtuozzo::SOAP::Drivers::Relocator::TransferType,
2037
+ :class => Virtuozzo::SOAP::Types::Relocator::TransferType,
2038
2038
  :schema_type => XSD::QName.new(NsTypes, "transferType"),
2039
2039
  :schema_element => [
2040
- ["input", "Virtuozzo::SOAP::Drivers::Relocator::TransferType::Input"],
2041
- ["output", "Virtuozzo::SOAP::Drivers::Relocator::TransferType::Output"]
2040
+ ["input", "Virtuozzo::SOAP::Types::Relocator::TransferType::Input"],
2041
+ ["output", "Virtuozzo::SOAP::Types::Relocator::TransferType::Output"]
2042
2042
  ]
2043
2043
  )
2044
2044
 
2045
2045
  LiteralRegistry.register(
2046
- :class => Virtuozzo::SOAP::Drivers::Relocator::TransferType::Input,
2046
+ :class => Virtuozzo::SOAP::Types::Relocator::TransferType::Input,
2047
2047
  :schema_name => XSD::QName.new(NsTypes, "input"),
2048
2048
  :is_anonymous => true,
2049
2049
  :schema_qualified => true,
@@ -2054,7 +2054,7 @@ module Virtuozzo # :nodoc:
2054
2054
  )
2055
2055
 
2056
2056
  LiteralRegistry.register(
2057
- :class => Virtuozzo::SOAP::Drivers::Relocator::TransferType::Output,
2057
+ :class => Virtuozzo::SOAP::Types::Relocator::TransferType::Output,
2058
2058
  :schema_name => XSD::QName.new(NsTypes, "output"),
2059
2059
  :is_anonymous => true,
2060
2060
  :schema_qualified => true,
@@ -2065,16 +2065,16 @@ module Virtuozzo # :nodoc:
2065
2065
  )
2066
2066
 
2067
2067
  LiteralRegistry.register(
2068
- :class => Virtuozzo::SOAP::Drivers::Relocator::System_nodeType,
2068
+ :class => Virtuozzo::SOAP::Types::Relocator::System_nodeType,
2069
2069
  :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
2070
2070
  :schema_element => [
2071
- ["address", "Virtuozzo::SOAP::Drivers::Relocator::System_nodeType::Address"],
2072
- ["login", "Virtuozzo::SOAP::Drivers::Relocator::System_nodeType::Login", [0, 1]]
2071
+ ["address", "Virtuozzo::SOAP::Types::Relocator::System_nodeType::Address"],
2072
+ ["login", "Virtuozzo::SOAP::Types::Relocator::System_nodeType::Login", [0, 1]]
2073
2073
  ]
2074
2074
  )
2075
2075
 
2076
2076
  LiteralRegistry.register(
2077
- :class => Virtuozzo::SOAP::Drivers::Relocator::System_nodeType::Address,
2077
+ :class => Virtuozzo::SOAP::Types::Relocator::System_nodeType::Address,
2078
2078
  :schema_name => XSD::QName.new(NsTypes, "address"),
2079
2079
  :is_anonymous => true,
2080
2080
  :schema_qualified => true,
@@ -2084,7 +2084,7 @@ module Virtuozzo # :nodoc:
2084
2084
  )
2085
2085
 
2086
2086
  LiteralRegistry.register(
2087
- :class => Virtuozzo::SOAP::Drivers::Relocator::System_nodeType::Login,
2087
+ :class => Virtuozzo::SOAP::Types::Relocator::System_nodeType::Login,
2088
2088
  :schema_name => XSD::QName.new(NsTypes, "login"),
2089
2089
  :is_anonymous => true,
2090
2090
  :schema_qualified => true,
@@ -2095,7 +2095,7 @@ module Virtuozzo # :nodoc:
2095
2095
  )
2096
2096
 
2097
2097
  LiteralRegistry.register(
2098
- :class => Virtuozzo::SOAP::Drivers::Relocator::ResourceType,
2098
+ :class => Virtuozzo::SOAP::Types::Relocator::ResourceType,
2099
2099
  :schema_type => XSD::QName.new(NsTypes, "resourceType"),
2100
2100
  :schema_element => [
2101
2101
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -2108,7 +2108,7 @@ module Virtuozzo # :nodoc:
2108
2108
  )
2109
2109
 
2110
2110
  LiteralRegistry.register(
2111
- :class => Virtuozzo::SOAP::Drivers::Relocator::IntervalType,
2111
+ :class => Virtuozzo::SOAP::Types::Relocator::IntervalType,
2112
2112
  :schema_type => XSD::QName.new(NsTypes, "intervalType"),
2113
2113
  :schema_element => [
2114
2114
  ["start_time", nil],
@@ -2117,7 +2117,7 @@ module Virtuozzo # :nodoc:
2117
2117
  )
2118
2118
 
2119
2119
  LiteralRegistry.register(
2120
- :class => Virtuozzo::SOAP::Drivers::Relocator::StatsType,
2120
+ :class => Virtuozzo::SOAP::Types::Relocator::StatsType,
2121
2121
  :schema_type => XSD::QName.new(NsTypes, "statsType"),
2122
2122
  :schema_element => [
2123
2123
  ["avg", "SOAP::SOAPLong", [0, 1]],
@@ -2131,7 +2131,7 @@ module Virtuozzo # :nodoc:
2131
2131
  )
2132
2132
 
2133
2133
  LiteralRegistry.register(
2134
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_addressType,
2134
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_addressType,
2135
2135
  :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
2136
2136
  :schema_element => [
2137
2137
  ["host", nil],
@@ -2140,16 +2140,16 @@ module Virtuozzo # :nodoc:
2140
2140
  )
2141
2141
 
2142
2142
  LiteralRegistry.register(
2143
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_classType,
2143
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_classType,
2144
2144
  :schema_type => XSD::QName.new(NsTypes, "net_classType"),
2145
2145
  :schema_element => [
2146
2146
  ["id", "SOAP::SOAPString", [0, 1]],
2147
- ["transfer", "Virtuozzo::SOAP::Drivers::Relocator::TransferType", [0, 1]]
2147
+ ["transfer", "Virtuozzo::SOAP::Types::Relocator::TransferType", [0, 1]]
2148
2148
  ]
2149
2149
  )
2150
2150
 
2151
2151
  LiteralRegistry.register(
2152
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ip_rangeType,
2152
+ :class => Virtuozzo::SOAP::Types::Relocator::Ip_rangeType,
2153
2153
  :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
2154
2154
  :schema_element => [
2155
2155
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -2160,19 +2160,19 @@ module Virtuozzo # :nodoc:
2160
2160
  )
2161
2161
 
2162
2162
  LiteralRegistry.register(
2163
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sample_confType,
2163
+ :class => Virtuozzo::SOAP::Types::Relocator::Sample_confType,
2164
2164
  :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
2165
2165
  :schema_element => [
2166
- ["env_config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType"],
2166
+ ["env_config", "Virtuozzo::SOAP::Types::Relocator::Env_configType"],
2167
2167
  ["id", "SOAP::SOAPString", [0, 1]],
2168
2168
  ["name", "SOAP::SOAPString"],
2169
2169
  ["comment", "SOAP::SOAPBase64", [0, 1]],
2170
- ["vt_version", "Virtuozzo::SOAP::Drivers::Relocator::Sample_confType::Vt_version", [0, 1]]
2170
+ ["vt_version", "Virtuozzo::SOAP::Types::Relocator::Sample_confType::Vt_version", [0, 1]]
2171
2171
  ]
2172
2172
  )
2173
2173
 
2174
2174
  LiteralRegistry.register(
2175
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sample_confType::Vt_version,
2175
+ :class => Virtuozzo::SOAP::Types::Relocator::Sample_confType::Vt_version,
2176
2176
  :schema_name => XSD::QName.new(NsTypes, "vt_version"),
2177
2177
  :is_anonymous => true,
2178
2178
  :schema_qualified => true,
@@ -2184,34 +2184,34 @@ module Virtuozzo # :nodoc:
2184
2184
  )
2185
2185
 
2186
2186
  LiteralRegistry.register(
2187
- :class => Virtuozzo::SOAP::Drivers::Relocator::InterfaceType,
2187
+ :class => Virtuozzo::SOAP::Types::Relocator::InterfaceType,
2188
2188
  :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
2189
2189
  :schema_element => [
2190
2190
  ["name", "SOAP::SOAPString"],
2191
2191
  ["bandwidth", "SOAP::SOAPInt", [0, 1]],
2192
- ["transfer", "Virtuozzo::SOAP::Drivers::Relocator::TransferType", [0, 1]],
2192
+ ["transfer", "Virtuozzo::SOAP::Types::Relocator::TransferType", [0, 1]],
2193
2193
  ["ipaddress", nil, [0, 1]],
2194
2194
  ["flags", "SOAP::SOAPInt", [0, 1]]
2195
2195
  ]
2196
2196
  )
2197
2197
 
2198
2198
  LiteralRegistry.register(
2199
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType,
2199
+ :class => Virtuozzo::SOAP::Types::Relocator::Sys_infoType,
2200
2200
  :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
2201
2201
  :schema_element => [
2202
- ["load_avg", "Virtuozzo::SOAP::Drivers::Relocator::Load_avgType"],
2203
- ["processes", "Virtuozzo::SOAP::Drivers::Relocator::ProcessesType"],
2204
- ["cpu_load", "Virtuozzo::SOAP::Drivers::Relocator::Cpu_loadType"],
2205
- ["cpu_states", "Virtuozzo::SOAP::Drivers::Relocator::Cpu_loadType"],
2202
+ ["load_avg", "Virtuozzo::SOAP::Types::Relocator::Load_avgType"],
2203
+ ["processes", "Virtuozzo::SOAP::Types::Relocator::ProcessesType"],
2204
+ ["cpu_load", "Virtuozzo::SOAP::Types::Relocator::Cpu_loadType"],
2205
+ ["cpu_states", "Virtuozzo::SOAP::Types::Relocator::Cpu_loadType"],
2206
2206
  ["users", "SOAP::SOAPInt"],
2207
2207
  ["uptime", "SOAP::SOAPLong"],
2208
- ["memory", "Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType::Memory", [0, 1]],
2209
- ["swap", "Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType::Swap", [0, 1]]
2208
+ ["memory", "Virtuozzo::SOAP::Types::Relocator::Sys_infoType::Memory", [0, 1]],
2209
+ ["swap", "Virtuozzo::SOAP::Types::Relocator::Sys_infoType::Swap", [0, 1]]
2210
2210
  ]
2211
2211
  )
2212
2212
 
2213
2213
  LiteralRegistry.register(
2214
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType::Memory,
2214
+ :class => Virtuozzo::SOAP::Types::Relocator::Sys_infoType::Memory,
2215
2215
  :schema_name => XSD::QName.new(NsTypes, "memory"),
2216
2216
  :is_anonymous => true,
2217
2217
  :schema_qualified => true,
@@ -2222,7 +2222,7 @@ module Virtuozzo # :nodoc:
2222
2222
  )
2223
2223
 
2224
2224
  LiteralRegistry.register(
2225
- :class => Virtuozzo::SOAP::Drivers::Relocator::Sys_infoType::Swap,
2225
+ :class => Virtuozzo::SOAP::Types::Relocator::Sys_infoType::Swap,
2226
2226
  :schema_name => XSD::QName.new(NsTypes, "swap"),
2227
2227
  :is_anonymous => true,
2228
2228
  :schema_qualified => true,
@@ -2233,10 +2233,10 @@ module Virtuozzo # :nodoc:
2233
2233
  )
2234
2234
 
2235
2235
  LiteralRegistry.register(
2236
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ps_infoType,
2236
+ :class => Virtuozzo::SOAP::Types::Relocator::Ps_infoType,
2237
2237
  :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
2238
2238
  :schema_element => [
2239
- ["process", "Virtuozzo::SOAP::Drivers::Relocator::Ps_infoType::C_Process[]", [1, nil]],
2239
+ ["process", "Virtuozzo::SOAP::Types::Relocator::Ps_infoType::C_Process[]", [1, nil]],
2240
2240
  ["param_id", "SOAP::SOAPString[]", [1, nil]],
2241
2241
  ["run", "SOAP::SOAPInt"],
2242
2242
  ["idle", "SOAP::SOAPInt"],
@@ -2249,7 +2249,7 @@ module Virtuozzo # :nodoc:
2249
2249
  )
2250
2250
 
2251
2251
  LiteralRegistry.register(
2252
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ps_infoType::C_Process,
2252
+ :class => Virtuozzo::SOAP::Types::Relocator::Ps_infoType::C_Process,
2253
2253
  :schema_name => XSD::QName.new(NsTypes, "process"),
2254
2254
  :is_anonymous => true,
2255
2255
  :schema_qualified => true,
@@ -2260,17 +2260,17 @@ module Virtuozzo # :nodoc:
2260
2260
  )
2261
2261
 
2262
2262
  LiteralRegistry.register(
2263
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType,
2263
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType,
2264
2264
  :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
2265
2265
  :schema_element => [
2266
- ["l1", "Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L1"],
2267
- ["l2", "Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L2", [0, 1]],
2268
- ["l3", "Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L3", [0, 1]]
2266
+ ["l1", "Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L1"],
2267
+ ["l2", "Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L2", [0, 1]],
2268
+ ["l3", "Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L3", [0, 1]]
2269
2269
  ]
2270
2270
  )
2271
2271
 
2272
2272
  LiteralRegistry.register(
2273
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L1,
2273
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L1,
2274
2274
  :schema_name => XSD::QName.new(NsTypes, "l1"),
2275
2275
  :is_anonymous => true,
2276
2276
  :schema_qualified => true,
@@ -2283,7 +2283,7 @@ module Virtuozzo # :nodoc:
2283
2283
  )
2284
2284
 
2285
2285
  LiteralRegistry.register(
2286
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L2,
2286
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L2,
2287
2287
  :schema_name => XSD::QName.new(NsTypes, "l2"),
2288
2288
  :is_anonymous => true,
2289
2289
  :schema_qualified => true,
@@ -2296,7 +2296,7 @@ module Virtuozzo # :nodoc:
2296
2296
  )
2297
2297
 
2298
2298
  LiteralRegistry.register(
2299
- :class => Virtuozzo::SOAP::Drivers::Relocator::Load_avg_statsType::L3,
2299
+ :class => Virtuozzo::SOAP::Types::Relocator::Load_avg_statsType::L3,
2300
2300
  :schema_name => XSD::QName.new(NsTypes, "l3"),
2301
2301
  :is_anonymous => true,
2302
2302
  :schema_qualified => true,
@@ -2309,7 +2309,7 @@ module Virtuozzo # :nodoc:
2309
2309
  )
2310
2310
 
2311
2311
  LiteralRegistry.register(
2312
- :class => Virtuozzo::SOAP::Drivers::Relocator::Alert_dataType,
2312
+ :class => Virtuozzo::SOAP::Types::Relocator::Alert_dataType,
2313
2313
  :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
2314
2314
  :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
2315
2315
  :schema_element => [
@@ -2318,7 +2318,7 @@ module Virtuozzo # :nodoc:
2318
2318
  )
2319
2319
 
2320
2320
  LiteralRegistry.register(
2321
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType,
2321
+ :class => Virtuozzo::SOAP::Types::Relocator::Ip_addressType,
2322
2322
  :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
2323
2323
  :schema_element => [
2324
2324
  ["ip", nil],
@@ -2327,25 +2327,25 @@ module Virtuozzo # :nodoc:
2327
2327
  )
2328
2328
 
2329
2329
  LiteralRegistry.register(
2330
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_resourceType,
2330
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_resourceType,
2331
2331
  :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
2332
2332
  :schema_element => [
2333
2333
  ["eid", nil],
2334
- ["ip_pool", "Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType", [0, 1]]
2334
+ ["ip_pool", "Virtuozzo::SOAP::Types::Relocator::Ip_poolType", [0, 1]]
2335
2335
  ]
2336
2336
  )
2337
2337
 
2338
2338
  LiteralRegistry.register(
2339
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType,
2339
+ :class => Virtuozzo::SOAP::Types::Relocator::Ip_poolType,
2340
2340
  :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
2341
2341
  :schema_element => [ :choice,
2342
- ["ip_range", "Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType::Ip_range[]"],
2342
+ ["ip_range", "Virtuozzo::SOAP::Types::Relocator::Ip_poolType::Ip_range[]"],
2343
2343
  ["ip", "[]"]
2344
2344
  ]
2345
2345
  )
2346
2346
 
2347
2347
  LiteralRegistry.register(
2348
- :class => Virtuozzo::SOAP::Drivers::Relocator::Ip_poolType::Ip_range,
2348
+ :class => Virtuozzo::SOAP::Types::Relocator::Ip_poolType::Ip_range,
2349
2349
  :schema_name => XSD::QName.new(NsTypes, "ip_range"),
2350
2350
  :is_anonymous => true,
2351
2351
  :schema_qualified => true,
@@ -2356,7 +2356,7 @@ module Virtuozzo # :nodoc:
2356
2356
  )
2357
2357
 
2358
2358
  LiteralRegistry.register(
2359
- :class => Virtuozzo::SOAP::Drivers::Relocator::UsageType,
2359
+ :class => Virtuozzo::SOAP::Types::Relocator::UsageType,
2360
2360
  :schema_type => XSD::QName.new(NsTypes, "usageType"),
2361
2361
  :schema_element => [
2362
2362
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -2366,20 +2366,20 @@ module Virtuozzo # :nodoc:
2366
2366
  )
2367
2367
 
2368
2368
  LiteralRegistry.register(
2369
- :class => Virtuozzo::SOAP::Drivers::Relocator::Root_credentialType,
2369
+ :class => Virtuozzo::SOAP::Types::Relocator::Root_credentialType,
2370
2370
  :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
2371
2371
  :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
2372
2372
  :schema_element => [
2373
2373
  ["id", "SOAP::SOAPString"],
2374
2374
  ["policy", "SOAP::SOAPInt", [0, 1]],
2375
2375
  ["description", "SOAP::SOAPBase64", [0, 1]],
2376
- ["cred", "Virtuozzo::SOAP::Drivers::Relocator::CredentialType[]", [0, nil]],
2377
- ["objects", "Virtuozzo::SOAP::Drivers::Relocator::Root_credentialType::Objects", [0, 1]]
2376
+ ["cred", "Virtuozzo::SOAP::Types::Relocator::CredentialType[]", [0, nil]],
2377
+ ["objects", "Virtuozzo::SOAP::Types::Relocator::Root_credentialType::Objects", [0, 1]]
2378
2378
  ]
2379
2379
  )
2380
2380
 
2381
2381
  LiteralRegistry.register(
2382
- :class => Virtuozzo::SOAP::Drivers::Relocator::Root_credentialType::Objects,
2382
+ :class => Virtuozzo::SOAP::Types::Relocator::Root_credentialType::Objects,
2383
2383
  :schema_name => XSD::QName.new(NsTypes, "objects"),
2384
2384
  :is_anonymous => true,
2385
2385
  :schema_qualified => true,
@@ -2389,30 +2389,30 @@ module Virtuozzo # :nodoc:
2389
2389
  )
2390
2390
 
2391
2391
  LiteralRegistry.register(
2392
- :class => Virtuozzo::SOAP::Drivers::Relocator::CredentialType,
2392
+ :class => Virtuozzo::SOAP::Types::Relocator::CredentialType,
2393
2393
  :schema_type => XSD::QName.new(NsTypes, "credentialType"),
2394
2394
  :schema_element => [
2395
2395
  ["id", "SOAP::SOAPString"],
2396
2396
  ["policy", "SOAP::SOAPInt", [0, 1]],
2397
2397
  ["description", "SOAP::SOAPBase64", [0, 1]],
2398
- ["cred", "Virtuozzo::SOAP::Drivers::Relocator::CredentialType[]", [0, nil]]
2398
+ ["cred", "Virtuozzo::SOAP::Types::Relocator::CredentialType[]", [0, nil]]
2399
2399
  ]
2400
2400
  )
2401
2401
 
2402
2402
  LiteralRegistry.register(
2403
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType,
2403
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType,
2404
2404
  :schema_type => XSD::QName.new(NsTypes, "tokenType"),
2405
2405
  :schema_element => [
2406
2406
  ["user", nil],
2407
- ["groups", "Virtuozzo::SOAP::Drivers::Relocator::TokenType::Groups", [0, 1]],
2408
- ["deny_only_sids", "Virtuozzo::SOAP::Drivers::Relocator::TokenType::Deny_only_sids", [0, 1]],
2409
- ["privileges", "Virtuozzo::SOAP::Drivers::Relocator::TokenType::Privileges", [0, 1]],
2410
- ["source", "Virtuozzo::SOAP::Drivers::Relocator::TokenType::Source", [0, 1]]
2407
+ ["groups", "Virtuozzo::SOAP::Types::Relocator::TokenType::Groups", [0, 1]],
2408
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Relocator::TokenType::Deny_only_sids", [0, 1]],
2409
+ ["privileges", "Virtuozzo::SOAP::Types::Relocator::TokenType::Privileges", [0, 1]],
2410
+ ["source", "Virtuozzo::SOAP::Types::Relocator::TokenType::Source", [0, 1]]
2411
2411
  ]
2412
2412
  )
2413
2413
 
2414
2414
  LiteralRegistry.register(
2415
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType::Groups,
2415
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType::Groups,
2416
2416
  :schema_name => XSD::QName.new(NsTypes, "groups"),
2417
2417
  :is_anonymous => true,
2418
2418
  :schema_qualified => true,
@@ -2422,7 +2422,7 @@ module Virtuozzo # :nodoc:
2422
2422
  )
2423
2423
 
2424
2424
  LiteralRegistry.register(
2425
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType::Deny_only_sids,
2425
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType::Deny_only_sids,
2426
2426
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
2427
2427
  :is_anonymous => true,
2428
2428
  :schema_qualified => true,
@@ -2432,7 +2432,7 @@ module Virtuozzo # :nodoc:
2432
2432
  )
2433
2433
 
2434
2434
  LiteralRegistry.register(
2435
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType::Privileges,
2435
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType::Privileges,
2436
2436
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
2437
2437
  :is_anonymous => true,
2438
2438
  :schema_qualified => true,
@@ -2442,7 +2442,7 @@ module Virtuozzo # :nodoc:
2442
2442
  )
2443
2443
 
2444
2444
  LiteralRegistry.register(
2445
- :class => Virtuozzo::SOAP::Drivers::Relocator::TokenType::Source,
2445
+ :class => Virtuozzo::SOAP::Types::Relocator::TokenType::Source,
2446
2446
  :schema_name => XSD::QName.new(NsTypes, "source"),
2447
2447
  :is_anonymous => true,
2448
2448
  :schema_qualified => true,
@@ -2453,7 +2453,7 @@ module Virtuozzo # :nodoc:
2453
2453
  )
2454
2454
 
2455
2455
  LiteralRegistry.register(
2456
- :class => Virtuozzo::SOAP::Drivers::Relocator::Connectivity_infoType,
2456
+ :class => Virtuozzo::SOAP::Types::Relocator::Connectivity_infoType,
2457
2457
  :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
2458
2458
  :schema_element => [
2459
2459
  ["protocol", "SOAP::SOAPString", [0, 1]],
@@ -2463,7 +2463,7 @@ module Virtuozzo # :nodoc:
2463
2463
  )
2464
2464
 
2465
2465
  LiteralRegistry.register(
2466
- :class => Virtuozzo::SOAP::Drivers::Relocator::Auth_nameType,
2466
+ :class => Virtuozzo::SOAP::Types::Relocator::Auth_nameType,
2467
2467
  :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
2468
2468
  :schema_element => [
2469
2469
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -2473,20 +2473,20 @@ module Virtuozzo # :nodoc:
2473
2473
  )
2474
2474
 
2475
2475
  LiteralRegistry.register(
2476
- :class => Virtuozzo::SOAP::Drivers::Relocator::Connection_infoType,
2476
+ :class => Virtuozzo::SOAP::Types::Relocator::Connection_infoType,
2477
2477
  :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
2478
2478
  :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
2479
2479
  :schema_element => [
2480
2480
  ["protocol", "SOAP::SOAPString", [0, 1]],
2481
2481
  ["address", "SOAP::SOAPString"],
2482
2482
  ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
2483
- ["login", "Virtuozzo::SOAP::Drivers::Relocator::Auth_nameType", [0, 1]],
2483
+ ["login", "Virtuozzo::SOAP::Types::Relocator::Auth_nameType", [0, 1]],
2484
2484
  ["password", "SOAP::SOAPBase64", [0, 1]]
2485
2485
  ]
2486
2486
  )
2487
2487
 
2488
2488
  LiteralRegistry.register(
2489
- :class => Virtuozzo::SOAP::Drivers::Relocator::Eid_listType,
2489
+ :class => Virtuozzo::SOAP::Types::Relocator::Eid_listType,
2490
2490
  :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
2491
2491
  :schema_element => [
2492
2492
  ["eid", "[]", [0, nil]]
@@ -2494,7 +2494,7 @@ module Virtuozzo # :nodoc:
2494
2494
  )
2495
2495
 
2496
2496
  LiteralRegistry.register(
2497
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_infoType,
2497
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_infoType,
2498
2498
  :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
2499
2499
  :schema_element => [
2500
2500
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -2502,7 +2502,7 @@ module Virtuozzo # :nodoc:
2502
2502
  )
2503
2503
 
2504
2504
  LiteralRegistry.register(
2505
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType,
2505
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_settingsType,
2506
2506
  :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
2507
2507
  :schema_element => [
2508
2508
  ["default_sample_id", nil, [0, 1]]
@@ -2510,11 +2510,11 @@ module Virtuozzo # :nodoc:
2510
2510
  )
2511
2511
 
2512
2512
  LiteralRegistry.register(
2513
- :class => Virtuozzo::SOAP::Drivers::Relocator::UserType,
2513
+ :class => Virtuozzo::SOAP::Types::Relocator::UserType,
2514
2514
  :schema_type => XSD::QName.new(NsTypes, "userType"),
2515
2515
  :schema_element => [
2516
- ["initial_group", "Virtuozzo::SOAP::Drivers::Relocator::UserType::Initial_group", [0, 1]],
2517
- ["group", "Virtuozzo::SOAP::Drivers::Relocator::UserType::Group[]", [0, nil]],
2516
+ ["initial_group", "Virtuozzo::SOAP::Types::Relocator::UserType::Initial_group", [0, 1]],
2517
+ ["group", "Virtuozzo::SOAP::Types::Relocator::UserType::Group[]", [0, nil]],
2518
2518
  ["uid", "SOAP::SOAPInt", [0, 1]],
2519
2519
  ["shell", "SOAP::SOAPString", [0, 1]],
2520
2520
  ["password", "SOAP::SOAPBase64", [0, 1]],
@@ -2525,7 +2525,7 @@ module Virtuozzo # :nodoc:
2525
2525
  )
2526
2526
 
2527
2527
  LiteralRegistry.register(
2528
- :class => Virtuozzo::SOAP::Drivers::Relocator::UserType::Initial_group,
2528
+ :class => Virtuozzo::SOAP::Types::Relocator::UserType::Initial_group,
2529
2529
  :schema_name => XSD::QName.new(NsTypes, "initial_group"),
2530
2530
  :is_anonymous => true,
2531
2531
  :schema_qualified => true,
@@ -2536,7 +2536,7 @@ module Virtuozzo # :nodoc:
2536
2536
  )
2537
2537
 
2538
2538
  LiteralRegistry.register(
2539
- :class => Virtuozzo::SOAP::Drivers::Relocator::UserType::Group,
2539
+ :class => Virtuozzo::SOAP::Types::Relocator::UserType::Group,
2540
2540
  :schema_name => XSD::QName.new(NsTypes, "group"),
2541
2541
  :is_anonymous => true,
2542
2542
  :schema_qualified => true,
@@ -2547,18 +2547,18 @@ module Virtuozzo # :nodoc:
2547
2547
  )
2548
2548
 
2549
2549
  LiteralRegistry.register(
2550
- :class => Virtuozzo::SOAP::Drivers::Relocator::GroupType,
2550
+ :class => Virtuozzo::SOAP::Types::Relocator::GroupType,
2551
2551
  :schema_type => XSD::QName.new(NsTypes, "groupType"),
2552
2552
  :schema_element => [
2553
- ["user", "Virtuozzo::SOAP::Drivers::Relocator::GroupType::User[]", [0, nil]],
2554
- ["member_group", "Virtuozzo::SOAP::Drivers::Relocator::GroupType::Member_group[]", [0, nil]],
2553
+ ["user", "Virtuozzo::SOAP::Types::Relocator::GroupType::User[]", [0, nil]],
2554
+ ["member_group", "Virtuozzo::SOAP::Types::Relocator::GroupType::Member_group[]", [0, nil]],
2555
2555
  ["name", "SOAP::SOAPString", [0, 1]],
2556
2556
  ["gid", "SOAP::SOAPInt", [0, 1]]
2557
2557
  ]
2558
2558
  )
2559
2559
 
2560
2560
  LiteralRegistry.register(
2561
- :class => Virtuozzo::SOAP::Drivers::Relocator::GroupType::User,
2561
+ :class => Virtuozzo::SOAP::Types::Relocator::GroupType::User,
2562
2562
  :schema_name => XSD::QName.new(NsTypes, "user"),
2563
2563
  :is_anonymous => true,
2564
2564
  :schema_qualified => true,
@@ -2568,7 +2568,7 @@ module Virtuozzo # :nodoc:
2568
2568
  )
2569
2569
 
2570
2570
  LiteralRegistry.register(
2571
- :class => Virtuozzo::SOAP::Drivers::Relocator::GroupType::Member_group,
2571
+ :class => Virtuozzo::SOAP::Types::Relocator::GroupType::Member_group,
2572
2572
  :schema_name => XSD::QName.new(NsTypes, "member_group"),
2573
2573
  :is_anonymous => true,
2574
2574
  :schema_qualified => true,
@@ -2578,12 +2578,12 @@ module Virtuozzo # :nodoc:
2578
2578
  )
2579
2579
 
2580
2580
  LiteralRegistry.register(
2581
- :class => Virtuozzo::SOAP::Drivers::Relocator::PackageType,
2581
+ :class => Virtuozzo::SOAP::Types::Relocator::PackageType,
2582
2582
  :schema_type => XSD::QName.new(NsTypes, "packageType"),
2583
2583
  :schema_element => [
2584
2584
  ["name", "SOAP::SOAPString"],
2585
2585
  ["summary", "SOAP::SOAPString", [0, 1]],
2586
- ["os", "Virtuozzo::SOAP::Drivers::Relocator::OsType", [0, 1]],
2586
+ ["os", "Virtuozzo::SOAP::Types::Relocator::OsType", [0, 1]],
2587
2587
  ["description", "SOAP::SOAPString", [0, 1]],
2588
2588
  ["arch", "SOAP::SOAPString", [0, 1]],
2589
2589
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -2591,13 +2591,13 @@ module Virtuozzo # :nodoc:
2591
2591
  )
2592
2592
 
2593
2593
  LiteralRegistry.register(
2594
- :class => Virtuozzo::SOAP::Drivers::Relocator::Event_dataType,
2594
+ :class => Virtuozzo::SOAP::Types::Relocator::Event_dataType,
2595
2595
  :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
2596
2596
  :schema_element => []
2597
2597
  )
2598
2598
 
2599
2599
  LiteralRegistry.register(
2600
- :class => Virtuozzo::SOAP::Drivers::Relocator::Named_listType,
2600
+ :class => Virtuozzo::SOAP::Types::Relocator::Named_listType,
2601
2601
  :schema_type => XSD::QName.new(NsTypes, "named_listType"),
2602
2602
  :schema_element => [
2603
2603
  ["name", "SOAP::SOAPString"],
@@ -2606,7 +2606,7 @@ module Virtuozzo # :nodoc:
2606
2606
  )
2607
2607
 
2608
2608
  LiteralRegistry.register(
2609
- :class => Virtuozzo::SOAP::Drivers::Relocator::ModType,
2609
+ :class => Virtuozzo::SOAP::Types::Relocator::ModType,
2610
2610
  :schema_type => XSD::QName.new(NsTypes, "modType"),
2611
2611
  :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
2612
2612
  :schema_element => [
@@ -2617,7 +2617,7 @@ module Virtuozzo # :nodoc:
2617
2617
  )
2618
2618
 
2619
2619
  LiteralRegistry.register(
2620
- :class => Virtuozzo::SOAP::Drivers::Relocator::RealmType,
2620
+ :class => Virtuozzo::SOAP::Types::Relocator::RealmType,
2621
2621
  :schema_type => XSD::QName.new(NsTypes, "realmType"),
2622
2622
  :schema_element => [
2623
2623
  ["id", nil, [0, 1]],
@@ -2628,7 +2628,7 @@ module Virtuozzo # :nodoc:
2628
2628
  )
2629
2629
 
2630
2630
  LiteralRegistry.register(
2631
- :class => Virtuozzo::SOAP::Drivers::Relocator::EventType,
2631
+ :class => Virtuozzo::SOAP::Types::Relocator::EventType,
2632
2632
  :schema_type => XSD::QName.new(NsTypes, "eventType"),
2633
2633
  :schema_element => [
2634
2634
  ["eid", nil],
@@ -2638,34 +2638,34 @@ module Virtuozzo # :nodoc:
2638
2638
  ["sid", nil, [0, 1]],
2639
2639
  ["count", "SOAP::SOAPInt"],
2640
2640
  ["id", nil],
2641
- ["info", "Virtuozzo::SOAP::Drivers::Relocator::InfoType"],
2642
- ["data", "Virtuozzo::SOAP::Drivers::Relocator::EventType::C_Data", [0, 1]]
2641
+ ["info", "Virtuozzo::SOAP::Types::Relocator::InfoType"],
2642
+ ["data", "Virtuozzo::SOAP::Types::Relocator::EventType::C_Data", [0, 1]]
2643
2643
  ]
2644
2644
  )
2645
2645
 
2646
2646
  LiteralRegistry.register(
2647
- :class => Virtuozzo::SOAP::Drivers::Relocator::EventType::C_Data,
2647
+ :class => Virtuozzo::SOAP::Types::Relocator::EventType::C_Data,
2648
2648
  :schema_name => XSD::QName.new(NsTypes, "data"),
2649
2649
  :is_anonymous => true,
2650
2650
  :schema_qualified => true,
2651
2651
  :schema_element => [
2652
- ["event_data", "Virtuozzo::SOAP::Drivers::Relocator::Event_dataType"]
2652
+ ["event_data", "Virtuozzo::SOAP::Types::Relocator::Event_dataType"]
2653
2653
  ]
2654
2654
  )
2655
2655
 
2656
2656
  LiteralRegistry.register(
2657
- :class => Virtuozzo::SOAP::Drivers::Relocator::InfoType,
2657
+ :class => Virtuozzo::SOAP::Types::Relocator::InfoType,
2658
2658
  :schema_type => XSD::QName.new(NsTypes, "infoType"),
2659
2659
  :schema_element => [
2660
2660
  ["message", "SOAP::SOAPBase64"],
2661
2661
  ["translate", nil, [0, 1]],
2662
- ["parameter", "Virtuozzo::SOAP::Drivers::Relocator::InfoType[]", [0, nil]],
2662
+ ["parameter", "Virtuozzo::SOAP::Types::Relocator::InfoType[]", [0, nil]],
2663
2663
  ["name", "SOAP::SOAPString"]
2664
2664
  ]
2665
2665
  )
2666
2666
 
2667
2667
  LiteralRegistry.register(
2668
- :class => Virtuozzo::SOAP::Drivers::Relocator::AceType,
2668
+ :class => Virtuozzo::SOAP::Types::Relocator::AceType,
2669
2669
  :schema_type => XSD::QName.new(NsTypes, "aceType"),
2670
2670
  :schema_element => [
2671
2671
  ["type", "SOAP::SOAPInt"],
@@ -2675,27 +2675,27 @@ module Virtuozzo # :nodoc:
2675
2675
  )
2676
2676
 
2677
2677
  LiteralRegistry.register(
2678
- :class => Virtuozzo::SOAP::Drivers::Relocator::Security_descriptorType,
2678
+ :class => Virtuozzo::SOAP::Types::Relocator::Security_descriptorType,
2679
2679
  :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
2680
2680
  :schema_element => [
2681
2681
  ["owner", nil],
2682
2682
  ["group", nil],
2683
- ["dacl", "Virtuozzo::SOAP::Drivers::Relocator::Security_descriptorType::Dacl", [0, 1]]
2683
+ ["dacl", "Virtuozzo::SOAP::Types::Relocator::Security_descriptorType::Dacl", [0, 1]]
2684
2684
  ]
2685
2685
  )
2686
2686
 
2687
2687
  LiteralRegistry.register(
2688
- :class => Virtuozzo::SOAP::Drivers::Relocator::Security_descriptorType::Dacl,
2688
+ :class => Virtuozzo::SOAP::Types::Relocator::Security_descriptorType::Dacl,
2689
2689
  :schema_name => XSD::QName.new(NsTypes, "dacl"),
2690
2690
  :is_anonymous => true,
2691
2691
  :schema_qualified => true,
2692
2692
  :schema_element => [
2693
- ["ace", "Virtuozzo::SOAP::Drivers::Relocator::AceType[]", [0, nil]]
2693
+ ["ace", "Virtuozzo::SOAP::Types::Relocator::AceType[]", [0, nil]]
2694
2694
  ]
2695
2695
  )
2696
2696
 
2697
2697
  LiteralRegistry.register(
2698
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_security_objectType,
2698
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_security_objectType,
2699
2699
  :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
2700
2700
  :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
2701
2701
  :schema_element => [
@@ -2704,19 +2704,19 @@ module Virtuozzo # :nodoc:
2704
2704
  )
2705
2705
 
2706
2706
  LiteralRegistry.register(
2707
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_deviceType,
2707
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_deviceType,
2708
2708
  :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
2709
2709
  :schema_element => [
2710
2710
  ["id", "SOAP::SOAPString", [0, 1]],
2711
- ["ip_address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
2711
+ ["ip_address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
2712
2712
  ["dhcp", nil, [0, 1]],
2713
2713
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
2714
- ["status", "Virtuozzo::SOAP::Drivers::Relocator::Net_deviceType::Status", [0, 1]]
2714
+ ["status", "Virtuozzo::SOAP::Types::Relocator::Net_deviceType::Status", [0, 1]]
2715
2715
  ]
2716
2716
  )
2717
2717
 
2718
2718
  LiteralRegistry.register(
2719
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_deviceType::Status,
2719
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_deviceType::Status,
2720
2720
  :schema_name => XSD::QName.new(NsTypes, "status"),
2721
2721
  :is_anonymous => true,
2722
2722
  :schema_qualified => true,
@@ -2727,7 +2727,7 @@ module Virtuozzo # :nodoc:
2727
2727
  )
2728
2728
 
2729
2729
  LiteralRegistry.register(
2730
- :class => Virtuozzo::SOAP::Drivers::Relocator::Voc_parameterType,
2730
+ :class => Virtuozzo::SOAP::Types::Relocator::Voc_parameterType,
2731
2731
  :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
2732
2732
  :schema_element => [
2733
2733
  ["id", "SOAP::SOAPString"],
@@ -2746,31 +2746,31 @@ module Virtuozzo # :nodoc:
2746
2746
  )
2747
2747
 
2748
2748
  LiteralRegistry.register(
2749
- :class => Virtuozzo::SOAP::Drivers::Relocator::VocabularyType,
2749
+ :class => Virtuozzo::SOAP::Types::Relocator::VocabularyType,
2750
2750
  :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
2751
2751
  :schema_element => [
2752
2752
  ["name", "SOAP::SOAPString"],
2753
- ["parameter", "Virtuozzo::SOAP::Drivers::Relocator::Voc_parameterType[]", [0, nil]],
2754
- ["category", "Virtuozzo::SOAP::Drivers::Relocator::Voc_parameterType[]", [0, nil]]
2753
+ ["parameter", "Virtuozzo::SOAP::Types::Relocator::Voc_parameterType[]", [0, nil]],
2754
+ ["category", "Virtuozzo::SOAP::Types::Relocator::Voc_parameterType[]", [0, nil]]
2755
2755
  ]
2756
2756
  )
2757
2757
 
2758
2758
  LiteralRegistry.register(
2759
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_nicType,
2759
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_nicType,
2760
2760
  :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
2761
2761
  :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
2762
2762
  :schema_element => [
2763
2763
  ["id", "SOAP::SOAPString", [0, 1]],
2764
- ["ip_address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
2764
+ ["ip_address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
2765
2765
  ["dhcp", nil, [0, 1]],
2766
2766
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
2767
- ["status", "Virtuozzo::SOAP::Drivers::Relocator::Net_nicType::Status", [0, 1]],
2767
+ ["status", "Virtuozzo::SOAP::Types::Relocator::Net_nicType::Status", [0, 1]],
2768
2768
  ["mac_address", "SOAP::SOAPString", [0, 1]]
2769
2769
  ]
2770
2770
  )
2771
2771
 
2772
2772
  LiteralRegistry.register(
2773
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_nicType::Status,
2773
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_nicType::Status,
2774
2774
  :schema_name => XSD::QName.new(NsTypes, "status"),
2775
2775
  :is_anonymous => true,
2776
2776
  :schema_qualified => true,
@@ -2781,7 +2781,7 @@ module Virtuozzo # :nodoc:
2781
2781
  )
2782
2782
 
2783
2783
  LiteralRegistry.register(
2784
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_statType,
2784
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_statType,
2785
2785
  :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
2786
2786
  :schema_element => [
2787
2787
  ["cur", "SOAP::SOAPAnySimpleType"],
@@ -2792,63 +2792,63 @@ module Virtuozzo # :nodoc:
2792
2792
  )
2793
2793
 
2794
2794
  LiteralRegistry.register(
2795
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType,
2795
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_dataType,
2796
2796
  :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
2797
2797
  :schema_element => [
2798
2798
  ["eid", nil],
2799
- ["v_class", ["Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2800
- ["interval", "Virtuozzo::SOAP::Drivers::Relocator::IntervalType"]
2799
+ ["v_class", ["Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2800
+ ["interval", "Virtuozzo::SOAP::Types::Relocator::IntervalType"]
2801
2801
  ]
2802
2802
  )
2803
2803
 
2804
2804
  LiteralRegistry.register(
2805
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance::Counter,
2805
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class::Instance::Counter,
2806
2806
  :schema_name => XSD::QName.new(NsTypes, "counter"),
2807
2807
  :is_anonymous => true,
2808
2808
  :schema_qualified => true,
2809
2809
  :schema_element => [
2810
2810
  ["name", "SOAP::SOAPString"],
2811
- ["value", "Virtuozzo::SOAP::Drivers::Relocator::Perf_statType"]
2811
+ ["value", "Virtuozzo::SOAP::Types::Relocator::Perf_statType"]
2812
2812
  ]
2813
2813
  )
2814
2814
 
2815
2815
  LiteralRegistry.register(
2816
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance,
2816
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class::Instance,
2817
2817
  :schema_name => XSD::QName.new(NsTypes, "instance"),
2818
2818
  :is_anonymous => true,
2819
2819
  :schema_qualified => true,
2820
2820
  :schema_element => [
2821
2821
  ["name", "SOAP::SOAPString", [0, 1]],
2822
- ["counter", "Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2822
+ ["counter", "Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2823
2823
  ]
2824
2824
  )
2825
2825
 
2826
2826
  LiteralRegistry.register(
2827
- :class => Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class,
2827
+ :class => Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class,
2828
2828
  :schema_name => XSD::QName.new(NsTypes, "class"),
2829
2829
  :is_anonymous => true,
2830
2830
  :schema_qualified => true,
2831
2831
  :schema_element => [
2832
2832
  ["name", "SOAP::SOAPString"],
2833
- ["instance", "Virtuozzo::SOAP::Drivers::Relocator::Perf_dataType::C_Class::Instance[]", [1, nil]]
2833
+ ["instance", "Virtuozzo::SOAP::Types::Relocator::Perf_dataType::C_Class::Instance[]", [1, nil]]
2834
2834
  ]
2835
2835
  )
2836
2836
 
2837
2837
  LiteralRegistry.register(
2838
- :class => Virtuozzo::SOAP::Drivers::Relocator::Log_options_baseType,
2838
+ :class => Virtuozzo::SOAP::Types::Relocator::Log_options_baseType,
2839
2839
  :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
2840
2840
  :schema_element => []
2841
2841
  )
2842
2842
 
2843
2843
  LiteralRegistry.register(
2844
- :class => Virtuozzo::SOAP::Drivers::Relocator::Log_optionsType,
2844
+ :class => Virtuozzo::SOAP::Types::Relocator::Log_optionsType,
2845
2845
  :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
2846
2846
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
2847
2847
  :schema_element => []
2848
2848
  )
2849
2849
 
2850
2850
  LiteralRegistry.register(
2851
- :class => Virtuozzo::SOAP::Drivers::Relocator::Virtuozzo_configType,
2851
+ :class => Virtuozzo::SOAP::Types::Relocator::Virtuozzo_configType,
2852
2852
  :schema_type => XSD::QName.new(NsVzatypes, "virtuozzo_configType"),
2853
2853
  :schema_basetype => XSD::QName.new(NsTypes, "native_configType"),
2854
2854
  :schema_element => [
@@ -2857,7 +2857,7 @@ module Virtuozzo # :nodoc:
2857
2857
  )
2858
2858
 
2859
2859
  LiteralRegistry.register(
2860
- :class => Virtuozzo::SOAP::Drivers::Relocator::Log_optionsType_,
2860
+ :class => Virtuozzo::SOAP::Types::Relocator::Log_optionsType_,
2861
2861
  :schema_type => XSD::QName.new(NsVzatypes, "log_optionsType"),
2862
2862
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
2863
2863
  :schema_element => [
@@ -2866,7 +2866,7 @@ module Virtuozzo # :nodoc:
2866
2866
  )
2867
2867
 
2868
2868
  LiteralRegistry.register(
2869
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_,
2869
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType_,
2870
2870
  :schema_type => XSD::QName.new(NsVzatypes, "venv_configType"),
2871
2871
  :schema_basetype => XSD::QName.new(NsTypes, "venv_configType"),
2872
2872
  :schema_element => [
@@ -2874,46 +2874,46 @@ module Virtuozzo # :nodoc:
2874
2874
  ["description", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "description")], [0, 1]],
2875
2875
  ["domain", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "domain")], [0, 1]],
2876
2876
  ["hostname", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "hostname")], [0, 1]],
2877
- ["address", ["Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", XSD::QName.new(NsTypes, "address")], [0, nil]],
2877
+ ["address", ["Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", XSD::QName.new(NsTypes, "address")], [0, nil]],
2878
2878
  ["architecture", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "architecture")], [0, 1]],
2879
- ["os", ["Virtuozzo::SOAP::Drivers::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
2879
+ ["os", ["Virtuozzo::SOAP::Types::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
2880
2880
  ["type", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "type")], [0, 1]],
2881
2881
  ["nameserver", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "nameserver")], [0, nil]],
2882
2882
  ["search_domain", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "search_domain")], [0, nil]],
2883
2883
  ["base_sample_id", [nil, XSD::QName.new(NsTypes, "base_sample_id")], [0, 1]],
2884
2884
  ["base_snapshot_id", [nil, XSD::QName.new(NsTypes, "base_snapshot_id")], [0, 1]],
2885
2885
  ["child_type", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "child_type")], [0, nil]],
2886
- ["qos", ["Virtuozzo::SOAP::Drivers::Relocator::QosType[]", XSD::QName.new(NsTypes, "qos")], [0, nil]],
2886
+ ["qos", ["Virtuozzo::SOAP::Types::Relocator::QosType[]", XSD::QName.new(NsTypes, "qos")], [0, nil]],
2887
2887
  ["veid", nil, [0, 1]],
2888
2888
  ["ve_root", "SOAP::SOAPString", [0, 1]],
2889
2889
  ["ve_private", "SOAP::SOAPString", [0, 1]],
2890
2890
  ["on_boot", "SOAP::SOAPBoolean", [0, 1]],
2891
- ["template", "Virtuozzo::SOAP::Drivers::Relocator::TemplateType[]", [0, nil]],
2891
+ ["template", "Virtuozzo::SOAP::Types::Relocator::TemplateType[]", [0, nil]],
2892
2892
  ["disabled", "SOAP::SOAPBoolean", [0, 1]],
2893
2893
  ["offline_management", "SOAP::SOAPBoolean", [0, 1]],
2894
- ["os_template", "Virtuozzo::SOAP::Drivers::Relocator::TemplateType", [0, 1]],
2895
- ["distribution", "Virtuozzo::SOAP::Drivers::Relocator::TemplateType", [0, 1]],
2896
- ["capability", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Capability[]", [0, nil]],
2894
+ ["os_template", "Virtuozzo::SOAP::Types::Relocator::TemplateType", [0, 1]],
2895
+ ["distribution", "Virtuozzo::SOAP::Types::Relocator::TemplateType", [0, 1]],
2896
+ ["capability", "Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Capability[]", [0, nil]],
2897
2897
  ["iptables", "SOAP::SOAPString[]", [0, nil]],
2898
2898
  ["config_customized", "SOAP::SOAPBoolean", [0, 1]],
2899
2899
  ["class_id", "SOAP::SOAPString", [0, 1]],
2900
- ["ve_type", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Ve_type", [0, 1]],
2900
+ ["ve_type", "Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Ve_type", [0, 1]],
2901
2901
  ["offline_service", "SOAP::SOAPString[]", [0, nil]],
2902
2902
  ["wins_server", "SOAP::SOAPString[]", [0, nil]],
2903
- ["net_device", "Virtuozzo::SOAP::Drivers::Relocator::Net_vethType[]", [0, nil]],
2903
+ ["net_device", "Virtuozzo::SOAP::Types::Relocator::Net_vethType[]", [0, nil]],
2904
2904
  ["ts_license_server", "SOAP::SOAPString[]", [0, nil]],
2905
2905
  ["ts_mode", "SOAP::SOAPInt", [0, 1]],
2906
2906
  ["uuid", "SOAP::SOAPString", [0, 1]],
2907
2907
  ["allow_reboot", "SOAP::SOAPBoolean", [0, 1]],
2908
2908
  ["rate_bound", "SOAP::SOAPBoolean", [0, 1]],
2909
- ["interface_rate", "Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Interface_rate[]", [0, nil]],
2909
+ ["interface_rate", "Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Interface_rate[]", [0, nil]],
2910
2910
  ["slm_mode", "SOAP::SOAPString", [0, 1]],
2911
2911
  ["origin_sample", "SOAP::SOAPString", [0, 1]]
2912
2912
  ]
2913
2913
  )
2914
2914
 
2915
2915
  LiteralRegistry.register(
2916
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Capability,
2916
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Capability,
2917
2917
  :schema_name => XSD::QName.new(NsVzatypes, "capability"),
2918
2918
  :is_anonymous => true,
2919
2919
  :schema_qualified => true,
@@ -2924,7 +2924,7 @@ module Virtuozzo # :nodoc:
2924
2924
  )
2925
2925
 
2926
2926
  LiteralRegistry.register(
2927
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Ve_type,
2927
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Ve_type,
2928
2928
  :schema_name => XSD::QName.new(NsVzatypes, "ve_type"),
2929
2929
  :is_anonymous => true,
2930
2930
  :schema_qualified => true,
@@ -2935,7 +2935,7 @@ module Virtuozzo # :nodoc:
2935
2935
  )
2936
2936
 
2937
2937
  LiteralRegistry.register(
2938
- :class => Virtuozzo::SOAP::Drivers::Relocator::Venv_configType_::Interface_rate,
2938
+ :class => Virtuozzo::SOAP::Types::Relocator::Venv_configType_::Interface_rate,
2939
2939
  :schema_name => XSD::QName.new(NsVzatypes, "interface_rate"),
2940
2940
  :is_anonymous => true,
2941
2941
  :schema_qualified => true,
@@ -2946,19 +2946,19 @@ module Virtuozzo # :nodoc:
2946
2946
  )
2947
2947
 
2948
2948
  LiteralRegistry.register(
2949
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType_,
2949
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_settingsType_,
2950
2950
  :schema_type => XSD::QName.new(NsVzatypes, "vt_settingsType"),
2951
2951
  :schema_basetype => XSD::QName.new(NsTypes, "vt_settingsType"),
2952
2952
  :schema_element => [
2953
2953
  ["default_sample_id", [nil, XSD::QName.new(NsTypes, "default_sample_id")], [0, 1]],
2954
- ["parameter", "Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType_::Parameter[]", [0, nil]],
2955
- ["service", "Virtuozzo::SOAP::Drivers::Relocator::Redirect_serviceType[]", [0, nil]],
2956
- ["qos", "Virtuozzo::SOAP::Drivers::Relocator::QosType[]", [0, nil]]
2954
+ ["parameter", "Virtuozzo::SOAP::Types::Relocator::Vt_settingsType_::Parameter[]", [0, nil]],
2955
+ ["service", "Virtuozzo::SOAP::Types::Relocator::Redirect_serviceType[]", [0, nil]],
2956
+ ["qos", "Virtuozzo::SOAP::Types::Relocator::QosType[]", [0, nil]]
2957
2957
  ]
2958
2958
  )
2959
2959
 
2960
2960
  LiteralRegistry.register(
2961
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_settingsType_::Parameter,
2961
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_settingsType_::Parameter,
2962
2962
  :schema_name => XSD::QName.new(NsVzatypes, "parameter"),
2963
2963
  :is_anonymous => true,
2964
2964
  :schema_qualified => true,
@@ -2969,7 +2969,7 @@ module Virtuozzo # :nodoc:
2969
2969
  )
2970
2970
 
2971
2971
  LiteralRegistry.register(
2972
- :class => Virtuozzo::SOAP::Drivers::Relocator::Vt_infoType_,
2972
+ :class => Virtuozzo::SOAP::Types::Relocator::Vt_infoType_,
2973
2973
  :schema_type => XSD::QName.new(NsVzatypes, "vt_infoType"),
2974
2974
  :schema_basetype => XSD::QName.new(NsTypes, "vt_infoType"),
2975
2975
  :schema_element => [
@@ -2981,7 +2981,7 @@ module Virtuozzo # :nodoc:
2981
2981
  )
2982
2982
 
2983
2983
  LiteralRegistry.register(
2984
- :class => Virtuozzo::SOAP::Drivers::Relocator::Redirect_serviceType,
2984
+ :class => Virtuozzo::SOAP::Types::Relocator::Redirect_serviceType,
2985
2985
  :schema_type => XSD::QName.new(NsVzatypes, "redirect_serviceType"),
2986
2986
  :schema_element => [
2987
2987
  ["id", "SOAP::SOAPString"],
@@ -2992,7 +2992,7 @@ module Virtuozzo # :nodoc:
2992
2992
  )
2993
2993
 
2994
2994
  LiteralRegistry.register(
2995
- :class => Virtuozzo::SOAP::Drivers::Relocator::TemplateType,
2995
+ :class => Virtuozzo::SOAP::Types::Relocator::TemplateType,
2996
2996
  :schema_type => XSD::QName.new(NsVzatypes, "templateType"),
2997
2997
  :schema_element => [
2998
2998
  ["name", "SOAP::SOAPString"],
@@ -3001,13 +3001,13 @@ module Virtuozzo # :nodoc:
3001
3001
  )
3002
3002
 
3003
3003
  LiteralRegistry.register(
3004
- :class => Virtuozzo::SOAP::Drivers::Relocator::Package_std_vztemplateType,
3004
+ :class => Virtuozzo::SOAP::Types::Relocator::Package_std_vztemplateType,
3005
3005
  :schema_type => XSD::QName.new(NsVzatypes, "package_std_vztemplateType"),
3006
3006
  :schema_basetype => XSD::QName.new(NsVzatypes, "package_vztemplateType"),
3007
3007
  :schema_element => [
3008
3008
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
3009
3009
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
3010
- ["os", ["Virtuozzo::SOAP::Drivers::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3010
+ ["os", ["Virtuozzo::SOAP::Types::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3011
3011
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
3012
3012
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
3013
3013
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -3021,13 +3021,13 @@ module Virtuozzo # :nodoc:
3021
3021
  )
3022
3022
 
3023
3023
  LiteralRegistry.register(
3024
- :class => Virtuozzo::SOAP::Drivers::Relocator::Package_vztemplateType,
3024
+ :class => Virtuozzo::SOAP::Types::Relocator::Package_vztemplateType,
3025
3025
  :schema_type => XSD::QName.new(NsVzatypes, "package_vztemplateType"),
3026
3026
  :schema_basetype => XSD::QName.new(NsTypes, "packageType"),
3027
3027
  :schema_element => [
3028
3028
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
3029
3029
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
3030
- ["os", ["Virtuozzo::SOAP::Drivers::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3030
+ ["os", ["Virtuozzo::SOAP::Types::Relocator::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3031
3031
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
3032
3032
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
3033
3033
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -3040,7 +3040,7 @@ module Virtuozzo # :nodoc:
3040
3040
  )
3041
3041
 
3042
3042
  LiteralRegistry.register(
3043
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_security_objectType_,
3043
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_security_objectType_,
3044
3044
  :schema_type => XSD::QName.new(NsVzatypes, "env_security_objectType"),
3045
3045
  :schema_basetype => XSD::QName.new(NsTypes, "env_security_objectType"),
3046
3046
  :schema_element => [
@@ -3049,15 +3049,15 @@ module Virtuozzo # :nodoc:
3049
3049
  )
3050
3050
 
3051
3051
  LiteralRegistry.register(
3052
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_vethType,
3052
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_vethType,
3053
3053
  :schema_type => XSD::QName.new(NsVzatypes, "net_vethType"),
3054
3054
  :schema_basetype => XSD::QName.new(NsTypes, "net_nicType"),
3055
3055
  :schema_element => [
3056
3056
  ["id", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "id")], [0, 1]],
3057
- ["ip_address", ["Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", XSD::QName.new(NsTypes, "ip_address")], [0, nil]],
3057
+ ["ip_address", ["Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", XSD::QName.new(NsTypes, "ip_address")], [0, nil]],
3058
3058
  ["dhcp", [nil, XSD::QName.new(NsTypes, "dhcp")], [0, 1]],
3059
3059
  ["network_id", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "network_id")], [0, 1]],
3060
- ["status", ["Virtuozzo::SOAP::Drivers::Relocator::Net_vethType::Status", XSD::QName.new(NsTypes, "status")], [0, 1]],
3060
+ ["status", ["Virtuozzo::SOAP::Types::Relocator::Net_vethType::Status", XSD::QName.new(NsTypes, "status")], [0, 1]],
3061
3061
  ["mac_address", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "mac_address")], [0, 1]],
3062
3062
  ["wins_server", "SOAP::SOAPString[]", [0, nil]],
3063
3063
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
@@ -3067,7 +3067,7 @@ module Virtuozzo # :nodoc:
3067
3067
  )
3068
3068
 
3069
3069
  LiteralRegistry.register(
3070
- :class => Virtuozzo::SOAP::Drivers::Relocator::Net_vethType::Status,
3070
+ :class => Virtuozzo::SOAP::Types::Relocator::Net_vethType::Status,
3071
3071
  :schema_name => XSD::QName.new(NsTypes, "status"),
3072
3072
  :is_anonymous => true,
3073
3073
  :schema_qualified => true,
@@ -3078,46 +3078,46 @@ module Virtuozzo # :nodoc:
3078
3078
  )
3079
3079
 
3080
3080
  LiteralRegistry.register(
3081
- :class => Virtuozzo::SOAP::Drivers::Relocator::EnvType_,
3081
+ :class => Virtuozzo::SOAP::Types::Relocator::EnvType_,
3082
3082
  :schema_type => XSD::QName.new(NsVzatypes, "envType"),
3083
3083
  :schema_basetype => XSD::QName.new(NsTypes, "envType"),
3084
3084
  :schema_element => [
3085
3085
  ["parent_eid", [nil, XSD::QName.new(NsTypes, "parent_eid")]],
3086
3086
  ["eid", [nil, XSD::QName.new(NsTypes, "eid")]],
3087
- ["status", ["Virtuozzo::SOAP::Drivers::Relocator::Env_statusType", XSD::QName.new(NsTypes, "status")], [0, 1]],
3087
+ ["status", ["Virtuozzo::SOAP::Types::Relocator::Env_statusType", XSD::QName.new(NsTypes, "status")], [0, 1]],
3088
3088
  ["alert", ["SOAP::SOAPInt", XSD::QName.new(NsTypes, "alert")], [0, 1]],
3089
- ["config", ["Virtuozzo::SOAP::Drivers::Relocator::Env_configType", XSD::QName.new(NsTypes, "config")], [0, 1]],
3090
- ["virtual_config", ["Virtuozzo::SOAP::Drivers::Relocator::Venv_configType", XSD::QName.new(NsTypes, "virtual_config")], [0, 1]]
3089
+ ["config", ["Virtuozzo::SOAP::Types::Relocator::Env_configType", XSD::QName.new(NsTypes, "config")], [0, 1]],
3090
+ ["virtual_config", ["Virtuozzo::SOAP::Types::Relocator::Venv_configType", XSD::QName.new(NsTypes, "virtual_config")], [0, 1]]
3091
3091
  ]
3092
3092
  )
3093
3093
 
3094
3094
  LiteralRegistry.register(
3095
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType,
3095
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType,
3096
3096
  :schema_type => XSD::QName.new(NsRelocator, "relocatorType"),
3097
3097
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
3098
3098
  :schema_element => [ :choice,
3099
- ["configuration", ["Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3100
- ["ok", ["Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3101
- ["error", ["Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3099
+ ["configuration", ["Virtuozzo::SOAP::Types::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3100
+ ["ok", ["Virtuozzo::SOAP::Types::Relocator::RelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3101
+ ["error", ["Virtuozzo::SOAP::Types::Relocator::RelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3102
3102
  [
3103
- ["migrate_p2v", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v[]"],
3104
- ["migrate_v2v", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2v[]"],
3105
- ["migrate_v2p", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p[]"],
3106
- ["calc_env_config", "Virtuozzo::SOAP::Drivers::Relocator::Calc_env_config[]"],
3107
- ["move", "Virtuozzo::SOAP::Drivers::Relocator::Move[]"],
3108
- ["clone", "Virtuozzo::SOAP::Drivers::Relocator::Clone[]"]
3103
+ ["migrate_p2v", "Virtuozzo::SOAP::Types::Relocator::Migrate_p2v[]"],
3104
+ ["migrate_v2v", "Virtuozzo::SOAP::Types::Relocator::Migrate_v2v[]"],
3105
+ ["migrate_v2p", "Virtuozzo::SOAP::Types::Relocator::Migrate_v2p[]"],
3106
+ ["calc_env_config", "Virtuozzo::SOAP::Types::Relocator::Calc_env_config[]"],
3107
+ ["move", "Virtuozzo::SOAP::Types::Relocator::Move[]"],
3108
+ ["clone", "Virtuozzo::SOAP::Types::Relocator::Clone[]"]
3109
3109
  ],
3110
3110
  [
3111
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType[]"],
3111
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType[]"],
3112
3112
  ["eid", "[]"],
3113
- ["eid_list", "Virtuozzo::SOAP::Drivers::Relocator::Eid_listType[]"],
3114
- ["hw_notes", "Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes[]"]
3113
+ ["eid_list", "Virtuozzo::SOAP::Types::Relocator::Eid_listType[]"],
3114
+ ["hw_notes", "Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes[]"]
3115
3115
  ]
3116
3116
  ]
3117
3117
  )
3118
3118
 
3119
3119
  LiteralRegistry.register(
3120
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Ok,
3120
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType::Ok,
3121
3121
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3122
3122
  :is_anonymous => true,
3123
3123
  :schema_qualified => true,
@@ -3125,7 +3125,7 @@ module Virtuozzo # :nodoc:
3125
3125
  )
3126
3126
 
3127
3127
  LiteralRegistry.register(
3128
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Error,
3128
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType::Error,
3129
3129
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3130
3130
  :is_anonymous => true,
3131
3131
  :schema_qualified => true,
@@ -3136,25 +3136,25 @@ module Virtuozzo # :nodoc:
3136
3136
  )
3137
3137
 
3138
3138
  LiteralRegistry.register(
3139
- :class => Virtuozzo::SOAP::Drivers::Relocator::Clone_optionsType,
3139
+ :class => Virtuozzo::SOAP::Types::Relocator::Clone_optionsType,
3140
3140
  :schema_type => XSD::QName.new(NsRelocator, "clone_optionsType"),
3141
3141
  :schema_element => []
3142
3142
  )
3143
3143
 
3144
3144
  LiteralRegistry.register(
3145
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType,
3145
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType,
3146
3146
  :schema_type => XSD::QName.new(NsRelocator, "p2v_migrate_optionsType"),
3147
3147
  :schema_element => [
3148
- ["exclude", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Exclude", [0, 1]],
3148
+ ["exclude", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Exclude", [0, 1]],
3149
3149
  ["keep_dst", "SOAP::SOAPBoolean", [0, 1]],
3150
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType", [0, 1]],
3151
- ["service", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Service[]", [0, nil]],
3152
- ["quota", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Quota", [0, 1]]
3150
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType", [0, 1]],
3151
+ ["service", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Service[]", [0, nil]],
3152
+ ["quota", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota", [0, 1]]
3153
3153
  ]
3154
3154
  )
3155
3155
 
3156
3156
  LiteralRegistry.register(
3157
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Exclude,
3157
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Exclude,
3158
3158
  :schema_name => XSD::QName.new(NsRelocator, "exclude"),
3159
3159
  :is_anonymous => true,
3160
3160
  :schema_qualified => true,
@@ -3164,7 +3164,7 @@ module Virtuozzo # :nodoc:
3164
3164
  )
3165
3165
 
3166
3166
  LiteralRegistry.register(
3167
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Service,
3167
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Service,
3168
3168
  :schema_name => XSD::QName.new(NsRelocator, "service"),
3169
3169
  :is_anonymous => true,
3170
3170
  :schema_qualified => true,
@@ -3174,7 +3174,7 @@ module Virtuozzo # :nodoc:
3174
3174
  )
3175
3175
 
3176
3176
  LiteralRegistry.register(
3177
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Quota::Partition,
3177
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota::Partition,
3178
3178
  :schema_name => XSD::QName.new(NsRelocator, "partition"),
3179
3179
  :is_anonymous => true,
3180
3180
  :schema_qualified => true,
@@ -3184,61 +3184,61 @@ module Virtuozzo # :nodoc:
3184
3184
  )
3185
3185
 
3186
3186
  LiteralRegistry.register(
3187
- :class => Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Quota,
3187
+ :class => Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota,
3188
3188
  :schema_name => XSD::QName.new(NsRelocator, "quota"),
3189
3189
  :is_anonymous => true,
3190
3190
  :schema_qualified => true,
3191
3191
  :schema_element => [
3192
- ["partition", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType::Quota::Partition"]
3192
+ ["partition", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota::Partition"]
3193
3193
  ]
3194
3194
  )
3195
3195
 
3196
3196
  LiteralRegistry.register(
3197
- :class => Virtuozzo::SOAP::Drivers::Relocator::V2v_migrate_optionsType,
3197
+ :class => Virtuozzo::SOAP::Types::Relocator::V2v_migrate_optionsType,
3198
3198
  :schema_type => XSD::QName.new(NsRelocator, "v2v_migrate_optionsType"),
3199
3199
  :schema_element => [
3200
3200
  ["force", nil, [0, 1]],
3201
3201
  ["nostart", nil, [0, 1]],
3202
3202
  ["remove", "SOAP::SOAPBoolean", [0, 1]],
3203
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType", [0, 1]],
3203
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType", [0, 1]],
3204
3204
  ["type", "SOAP::SOAPInt", [0, 1]]
3205
3205
  ]
3206
3206
  )
3207
3207
 
3208
3208
  LiteralRegistry.register(
3209
- :class => Virtuozzo::SOAP::Drivers::Relocator::V2p_migrate_optionsType,
3209
+ :class => Virtuozzo::SOAP::Types::Relocator::V2p_migrate_optionsType,
3210
3210
  :schema_type => XSD::QName.new(NsRelocator, "v2p_migrate_optionsType"),
3211
3211
  :schema_element => [
3212
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType", [0, 1]]
3212
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType", [0, 1]]
3213
3213
  ]
3214
3214
  )
3215
3215
 
3216
3216
  LiteralRegistry.register(
3217
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes,
3217
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes,
3218
3218
  :schema_type => XSD::QName.new(NsRelocator, "hw_notesTypes"),
3219
3219
  :schema_element => []
3220
3220
  )
3221
3221
 
3222
3222
  LiteralRegistry.register(
3223
- :class => Virtuozzo::SOAP::Drivers::Relocator::Transport_type,
3223
+ :class => Virtuozzo::SOAP::Types::Relocator::Transport_type,
3224
3224
  :schema_type => XSD::QName.new(NsTypes, "transport_type")
3225
3225
  )
3226
3226
 
3227
3227
  LiteralRegistry.register(
3228
- :class => Virtuozzo::SOAP::Drivers::Relocator::Yes_no_type,
3228
+ :class => Virtuozzo::SOAP::Types::Relocator::Yes_no_type,
3229
3229
  :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
3230
3230
  )
3231
3231
 
3232
3232
  LiteralRegistry.register(
3233
- :class => Virtuozzo::SOAP::Drivers::Relocator::Packet_headerType,
3233
+ :class => Virtuozzo::SOAP::Types::Relocator::Packet_headerType,
3234
3234
  :schema_name => XSD::QName.new(NsVzarelocator_0, "packet_header"),
3235
3235
  :schema_element => [
3236
- ["auth", "Virtuozzo::SOAP::Drivers::Relocator::AuthType", [0, 1]],
3236
+ ["auth", "Virtuozzo::SOAP::Types::Relocator::AuthType", [0, 1]],
3237
3237
  ["cookie", "SOAP::SOAPString", [0, 1]],
3238
3238
  ["target", "SOAP::SOAPString[]", [0, nil]],
3239
3239
  ["origin", "SOAP::SOAPString", [0, 1]],
3240
- ["src", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
3241
- ["dst", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
3240
+ ["src", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
3241
+ ["dst", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
3242
3242
  ["session", "SOAP::SOAPString", [0, 1]]
3243
3243
  ],
3244
3244
  :schema_attribute => {
@@ -3256,31 +3256,31 @@ module Virtuozzo # :nodoc:
3256
3256
  )
3257
3257
 
3258
3258
  LiteralRegistry.register(
3259
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType,
3259
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType,
3260
3260
  :schema_name => XSD::QName.new(NsVzarelocator, "vzarelocator"),
3261
3261
  :schema_element => [
3262
- ["configuration", ["Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3263
- ["ok", ["Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3264
- ["error", ["Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3262
+ ["configuration", ["Virtuozzo::SOAP::Types::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3263
+ ["ok", ["Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3264
+ ["error", ["Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3265
3265
  [
3266
- ["migrate_p2v", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v[]", XSD::QName.new(NsRelocator, "migrate_p2v")]],
3267
- ["migrate_v2v", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2v[]", XSD::QName.new(NsRelocator, "migrate_v2v")]],
3268
- ["migrate_v2p", ["Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p[]", XSD::QName.new(NsRelocator, "migrate_v2p")]],
3269
- ["calc_env_config", ["Virtuozzo::SOAP::Drivers::Relocator::Calc_env_config[]", XSD::QName.new(NsRelocator, "calc_env_config")]],
3270
- ["move", ["Virtuozzo::SOAP::Drivers::Relocator::Move[]", XSD::QName.new(NsRelocator, "move")]],
3271
- ["clone", ["Virtuozzo::SOAP::Drivers::Relocator::Clone[]", XSD::QName.new(NsRelocator, "clone")]]
3266
+ ["migrate_p2v", ["Virtuozzo::SOAP::Types::Relocator::Migrate_p2v[]", XSD::QName.new(NsRelocator, "migrate_p2v")]],
3267
+ ["migrate_v2v", ["Virtuozzo::SOAP::Types::Relocator::Migrate_v2v[]", XSD::QName.new(NsRelocator, "migrate_v2v")]],
3268
+ ["migrate_v2p", ["Virtuozzo::SOAP::Types::Relocator::Migrate_v2p[]", XSD::QName.new(NsRelocator, "migrate_v2p")]],
3269
+ ["calc_env_config", ["Virtuozzo::SOAP::Types::Relocator::Calc_env_config[]", XSD::QName.new(NsRelocator, "calc_env_config")]],
3270
+ ["move", ["Virtuozzo::SOAP::Types::Relocator::Move[]", XSD::QName.new(NsRelocator, "move")]],
3271
+ ["clone", ["Virtuozzo::SOAP::Types::Relocator::Clone[]", XSD::QName.new(NsRelocator, "clone")]]
3272
3272
  ],
3273
3273
  [
3274
- ["config", ["Virtuozzo::SOAP::Drivers::Relocator::Env_configType[]", XSD::QName.new(NsRelocator, "config")]],
3274
+ ["config", ["Virtuozzo::SOAP::Types::Relocator::Env_configType[]", XSD::QName.new(NsRelocator, "config")]],
3275
3275
  ["eid", ["[]", XSD::QName.new(NsRelocator, "eid")]],
3276
- ["eid_list", ["Virtuozzo::SOAP::Drivers::Relocator::Eid_listType[]", XSD::QName.new(NsRelocator, "eid_list")]],
3277
- ["hw_notes", ["Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes[]", XSD::QName.new(NsRelocator, "hw_notes")]]
3276
+ ["eid_list", ["Virtuozzo::SOAP::Types::Relocator::Eid_listType[]", XSD::QName.new(NsRelocator, "eid_list")]],
3277
+ ["hw_notes", ["Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes[]", XSD::QName.new(NsRelocator, "hw_notes")]]
3278
3278
  ]
3279
3279
  ]
3280
3280
  )
3281
3281
 
3282
3282
  LiteralRegistry.register(
3283
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Ok,
3283
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Ok,
3284
3284
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3285
3285
  :is_anonymous => true,
3286
3286
  :schema_qualified => true,
@@ -3288,7 +3288,7 @@ module Virtuozzo # :nodoc:
3288
3288
  )
3289
3289
 
3290
3290
  LiteralRegistry.register(
3291
- :class => Virtuozzo::SOAP::Drivers::Relocator::VzarelocatorType::Error,
3291
+ :class => Virtuozzo::SOAP::Types::Relocator::VzarelocatorType::Error,
3292
3292
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3293
3293
  :is_anonymous => true,
3294
3294
  :schema_qualified => true,
@@ -3299,17 +3299,17 @@ module Virtuozzo # :nodoc:
3299
3299
  )
3300
3300
 
3301
3301
  LiteralRegistry.register(
3302
- :class => Virtuozzo::SOAP::Drivers::Relocator::Packet,
3302
+ :class => Virtuozzo::SOAP::Types::Relocator::Packet,
3303
3303
  :schema_name => XSD::QName.new(NsProtocol, "packet"),
3304
3304
  :schema_element => [
3305
- ["auth", "Virtuozzo::SOAP::Drivers::Relocator::AuthType", [0, 1]],
3305
+ ["auth", "Virtuozzo::SOAP::Types::Relocator::AuthType", [0, 1]],
3306
3306
  ["cookie", "SOAP::SOAPString", [0, 1]],
3307
3307
  ["target", "SOAP::SOAPString[]", [0, nil]],
3308
3308
  ["origin", "SOAP::SOAPString", [0, 1]],
3309
- ["src", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
3310
- ["dst", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
3309
+ ["src", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
3310
+ ["dst", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
3311
3311
  ["session", "SOAP::SOAPString", [0, 1]],
3312
- ["data", "Virtuozzo::SOAP::Drivers::Relocator::Packet::C_Data"]
3312
+ ["data", "Virtuozzo::SOAP::Types::Relocator::Packet::C_Data"]
3313
3313
  ],
3314
3314
  :schema_attribute => {
3315
3315
  XSD::QName.new(nil, "version") => "SOAP::SOAPString",
@@ -3326,25 +3326,25 @@ module Virtuozzo # :nodoc:
3326
3326
  )
3327
3327
 
3328
3328
  LiteralRegistry.register(
3329
- :class => Virtuozzo::SOAP::Drivers::Relocator::Packet::C_Data,
3329
+ :class => Virtuozzo::SOAP::Types::Relocator::Packet::C_Data,
3330
3330
  :schema_name => XSD::QName.new(NsProtocol, "data"),
3331
3331
  :is_anonymous => true,
3332
3332
  :schema_qualified => true,
3333
3333
  :schema_element => [
3334
- ["operator", "Virtuozzo::SOAP::Drivers::Relocator::OperatorType[]"]
3334
+ ["operator", "Virtuozzo::SOAP::Types::Relocator::OperatorType[]"]
3335
3335
  ]
3336
3336
  )
3337
3337
 
3338
3338
  LiteralRegistry.register(
3339
- :class => Virtuozzo::SOAP::Drivers::Relocator::Packet_headerType,
3339
+ :class => Virtuozzo::SOAP::Types::Relocator::Packet_headerType,
3340
3340
  :schema_name => XSD::QName.new(NsProtocol, "packet_header"),
3341
3341
  :schema_element => [
3342
- ["auth", "Virtuozzo::SOAP::Drivers::Relocator::AuthType", [0, 1]],
3342
+ ["auth", "Virtuozzo::SOAP::Types::Relocator::AuthType", [0, 1]],
3343
3343
  ["cookie", "SOAP::SOAPString", [0, 1]],
3344
3344
  ["target", "SOAP::SOAPString[]", [0, nil]],
3345
3345
  ["origin", "SOAP::SOAPString", [0, 1]],
3346
- ["src", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
3347
- ["dst", "Virtuozzo::SOAP::Drivers::Relocator::RouteType", [0, 1]],
3346
+ ["src", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
3347
+ ["dst", "Virtuozzo::SOAP::Types::Relocator::RouteType", [0, 1]],
3348
3348
  ["session", "SOAP::SOAPString", [0, 1]]
3349
3349
  ],
3350
3350
  :schema_attribute => {
@@ -3362,31 +3362,31 @@ module Virtuozzo # :nodoc:
3362
3362
  )
3363
3363
 
3364
3364
  LiteralRegistry.register(
3365
- :class => Virtuozzo::SOAP::Drivers::Relocator::OperatorType,
3365
+ :class => Virtuozzo::SOAP::Types::Relocator::OperatorType,
3366
3366
  :schema_name => XSD::QName.new(NsProtocol, "operator"),
3367
3367
  :schema_element => [ :choice,
3368
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"]
3368
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"]
3369
3369
  ]
3370
3370
  )
3371
3371
 
3372
3372
  LiteralRegistry.register(
3373
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType,
3373
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType,
3374
3374
  :schema_name => XSD::QName.new(NsProtocol, "operator_periodic"),
3375
3375
  :schema_element => [ :choice,
3376
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"],
3377
- ["ok", "Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Ok[]"],
3378
- ["error", "Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Error[]"],
3376
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"],
3377
+ ["ok", "Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Ok[]"],
3378
+ ["error", "Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Error[]"],
3379
3379
  [ :choice,
3380
- ["start_monitor", "Virtuozzo::SOAP::Drivers::Relocator::Start_monitorType"],
3381
- ["stop_monitor", "Virtuozzo::SOAP::Drivers::Relocator::Stop_monitorType"],
3382
- ["set_period", "Virtuozzo::SOAP::Drivers::Relocator::Set_periodType", [0, 1]],
3380
+ ["start_monitor", "Virtuozzo::SOAP::Types::Relocator::Start_monitorType"],
3381
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Relocator::Stop_monitorType"],
3382
+ ["set_period", "Virtuozzo::SOAP::Types::Relocator::Set_periodType", [0, 1]],
3383
3383
  ["report", nil, [0, 1]]
3384
3384
  ]
3385
3385
  ]
3386
3386
  )
3387
3387
 
3388
3388
  LiteralRegistry.register(
3389
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Ok,
3389
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Ok,
3390
3390
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3391
3391
  :is_anonymous => true,
3392
3392
  :schema_qualified => true,
@@ -3394,7 +3394,7 @@ module Virtuozzo # :nodoc:
3394
3394
  )
3395
3395
 
3396
3396
  LiteralRegistry.register(
3397
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_periodicType::Error,
3397
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_periodicType::Error,
3398
3398
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3399
3399
  :is_anonymous => true,
3400
3400
  :schema_qualified => true,
@@ -3405,17 +3405,17 @@ module Virtuozzo # :nodoc:
3405
3405
  )
3406
3406
 
3407
3407
  LiteralRegistry.register(
3408
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType,
3408
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType,
3409
3409
  :schema_name => XSD::QName.new(NsProtocol, "operator_functional"),
3410
3410
  :schema_element => [ :choice,
3411
- ["configuration", "Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType"],
3412
- ["ok", "Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Ok[]"],
3413
- ["error", "Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Error[]"]
3411
+ ["configuration", "Virtuozzo::SOAP::Types::Relocator::ConfigurationType"],
3412
+ ["ok", "Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Ok[]"],
3413
+ ["error", "Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Error[]"]
3414
3414
  ]
3415
3415
  )
3416
3416
 
3417
3417
  LiteralRegistry.register(
3418
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Ok,
3418
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Ok,
3419
3419
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3420
3420
  :is_anonymous => true,
3421
3421
  :schema_qualified => true,
@@ -3423,7 +3423,7 @@ module Virtuozzo # :nodoc:
3423
3423
  )
3424
3424
 
3425
3425
  LiteralRegistry.register(
3426
- :class => Virtuozzo::SOAP::Drivers::Relocator::Operator_functionalType::Error,
3426
+ :class => Virtuozzo::SOAP::Types::Relocator::Operator_functionalType::Error,
3427
3427
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3428
3428
  :is_anonymous => true,
3429
3429
  :schema_qualified => true,
@@ -3434,13 +3434,13 @@ module Virtuozzo # :nodoc:
3434
3434
  )
3435
3435
 
3436
3436
  LiteralRegistry.register(
3437
- :class => Virtuozzo::SOAP::Drivers::Relocator::Event_dataType,
3437
+ :class => Virtuozzo::SOAP::Types::Relocator::Event_dataType,
3438
3438
  :schema_name => XSD::QName.new(NsTypes, "event_data"),
3439
3439
  :schema_element => []
3440
3440
  )
3441
3441
 
3442
3442
  LiteralRegistry.register(
3443
- :class => Virtuozzo::SOAP::Drivers::Relocator::Voc_parameterType,
3443
+ :class => Virtuozzo::SOAP::Types::Relocator::Voc_parameterType,
3444
3444
  :schema_name => XSD::QName.new(NsTypes, "parameter"),
3445
3445
  :schema_element => [
3446
3446
  ["id", "SOAP::SOAPString"],
@@ -3459,7 +3459,7 @@ module Virtuozzo # :nodoc:
3459
3459
  )
3460
3460
 
3461
3461
  LiteralRegistry.register(
3462
- :class => Virtuozzo::SOAP::Drivers::Relocator::Voc_parameterType,
3462
+ :class => Virtuozzo::SOAP::Types::Relocator::Voc_parameterType,
3463
3463
  :schema_name => XSD::QName.new(NsTypes, "category"),
3464
3464
  :schema_element => [
3465
3465
  ["id", "SOAP::SOAPString"],
@@ -3478,7 +3478,7 @@ module Virtuozzo # :nodoc:
3478
3478
  )
3479
3479
 
3480
3480
  LiteralRegistry.register(
3481
- :class => Virtuozzo::SOAP::Drivers::Relocator::Interface_rate,
3481
+ :class => Virtuozzo::SOAP::Types::Relocator::Interface_rate,
3482
3482
  :schema_name => XSD::QName.new(NsVzatypes, "interface_rate"),
3483
3483
  :schema_element => [
3484
3484
  ["class_id", "SOAP::SOAPString"],
@@ -3488,31 +3488,31 @@ module Virtuozzo # :nodoc:
3488
3488
  )
3489
3489
 
3490
3490
  LiteralRegistry.register(
3491
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType,
3491
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType,
3492
3492
  :schema_name => XSD::QName.new(NsRelocator, "relocator"),
3493
3493
  :schema_element => [ :choice,
3494
- ["configuration", ["Virtuozzo::SOAP::Drivers::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3495
- ["ok", ["Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3496
- ["error", ["Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3494
+ ["configuration", ["Virtuozzo::SOAP::Types::Relocator::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3495
+ ["ok", ["Virtuozzo::SOAP::Types::Relocator::RelocatorType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3496
+ ["error", ["Virtuozzo::SOAP::Types::Relocator::RelocatorType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3497
3497
  [
3498
- ["migrate_p2v", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v[]"],
3499
- ["migrate_v2v", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2v[]"],
3500
- ["migrate_v2p", "Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p[]"],
3501
- ["calc_env_config", "Virtuozzo::SOAP::Drivers::Relocator::Calc_env_config[]"],
3502
- ["move", "Virtuozzo::SOAP::Drivers::Relocator::Move[]"],
3503
- ["clone", "Virtuozzo::SOAP::Drivers::Relocator::Clone[]"]
3498
+ ["migrate_p2v", "Virtuozzo::SOAP::Types::Relocator::Migrate_p2v[]"],
3499
+ ["migrate_v2v", "Virtuozzo::SOAP::Types::Relocator::Migrate_v2v[]"],
3500
+ ["migrate_v2p", "Virtuozzo::SOAP::Types::Relocator::Migrate_v2p[]"],
3501
+ ["calc_env_config", "Virtuozzo::SOAP::Types::Relocator::Calc_env_config[]"],
3502
+ ["move", "Virtuozzo::SOAP::Types::Relocator::Move[]"],
3503
+ ["clone", "Virtuozzo::SOAP::Types::Relocator::Clone[]"]
3504
3504
  ],
3505
3505
  [
3506
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType[]"],
3506
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType[]"],
3507
3507
  ["eid", "[]"],
3508
- ["eid_list", "Virtuozzo::SOAP::Drivers::Relocator::Eid_listType[]"],
3509
- ["hw_notes", "Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes[]"]
3508
+ ["eid_list", "Virtuozzo::SOAP::Types::Relocator::Eid_listType[]"],
3509
+ ["hw_notes", "Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes[]"]
3510
3510
  ]
3511
3511
  ]
3512
3512
  )
3513
3513
 
3514
3514
  LiteralRegistry.register(
3515
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Ok,
3515
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType::Ok,
3516
3516
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3517
3517
  :is_anonymous => true,
3518
3518
  :schema_qualified => true,
@@ -3520,7 +3520,7 @@ module Virtuozzo # :nodoc:
3520
3520
  )
3521
3521
 
3522
3522
  LiteralRegistry.register(
3523
- :class => Virtuozzo::SOAP::Drivers::Relocator::RelocatorType::Error,
3523
+ :class => Virtuozzo::SOAP::Types::Relocator::RelocatorType::Error,
3524
3524
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3525
3525
  :is_anonymous => true,
3526
3526
  :schema_qualified => true,
@@ -3531,64 +3531,64 @@ module Virtuozzo # :nodoc:
3531
3531
  )
3532
3532
 
3533
3533
  LiteralRegistry.register(
3534
- :class => Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2v,
3534
+ :class => Virtuozzo::SOAP::Types::Relocator::Migrate_p2v,
3535
3535
  :schema_name => XSD::QName.new(NsRelocator, "migrate_p2v"),
3536
3536
  :schema_element => [
3537
- ["options", "Virtuozzo::SOAP::Drivers::Relocator::P2v_migrate_optionsType", [0, 1]],
3538
- ["src", "Virtuozzo::SOAP::Drivers::Relocator::Connection_infoType"]
3537
+ ["options", "Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType", [0, 1]],
3538
+ ["src", "Virtuozzo::SOAP::Types::Relocator::Connection_infoType"]
3539
3539
  ]
3540
3540
  )
3541
3541
 
3542
3542
  LiteralRegistry.register(
3543
- :class => Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2p,
3543
+ :class => Virtuozzo::SOAP::Types::Relocator::Migrate_v2p,
3544
3544
  :schema_name => XSD::QName.new(NsRelocator, "migrate_v2p"),
3545
3545
  :schema_element => [
3546
- ["options", "Virtuozzo::SOAP::Drivers::Relocator::V2p_migrate_optionsType", [0, 1]],
3546
+ ["options", "Virtuozzo::SOAP::Types::Relocator::V2p_migrate_optionsType", [0, 1]],
3547
3547
  ["eid", nil],
3548
- ["dst", "Virtuozzo::SOAP::Drivers::Relocator::Connection_infoType"]
3548
+ ["dst", "Virtuozzo::SOAP::Types::Relocator::Connection_infoType"]
3549
3549
  ]
3550
3550
  )
3551
3551
 
3552
3552
  LiteralRegistry.register(
3553
- :class => Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2v,
3553
+ :class => Virtuozzo::SOAP::Types::Relocator::Migrate_v2v,
3554
3554
  :schema_name => XSD::QName.new(NsRelocator, "migrate_v2v"),
3555
3555
  :schema_element => [
3556
- ["options", "Virtuozzo::SOAP::Drivers::Relocator::V2v_migrate_optionsType", [0, 1]],
3557
- ["eid_list", "Virtuozzo::SOAP::Drivers::Relocator::Eid_listType"],
3558
- ["dst", "Virtuozzo::SOAP::Drivers::Relocator::Connection_infoType"]
3556
+ ["options", "Virtuozzo::SOAP::Types::Relocator::V2v_migrate_optionsType", [0, 1]],
3557
+ ["eid_list", "Virtuozzo::SOAP::Types::Relocator::Eid_listType"],
3558
+ ["dst", "Virtuozzo::SOAP::Types::Relocator::Connection_infoType"]
3559
3559
  ]
3560
3560
  )
3561
3561
 
3562
3562
  LiteralRegistry.register(
3563
- :class => Virtuozzo::SOAP::Drivers::Relocator::Move,
3563
+ :class => Virtuozzo::SOAP::Types::Relocator::Move,
3564
3564
  :schema_name => XSD::QName.new(NsRelocator, "move"),
3565
3565
  :schema_element => [
3566
3566
  ["eid", nil],
3567
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType"]
3567
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType"]
3568
3568
  ]
3569
3569
  )
3570
3570
 
3571
3571
  LiteralRegistry.register(
3572
- :class => Virtuozzo::SOAP::Drivers::Relocator::Clone,
3572
+ :class => Virtuozzo::SOAP::Types::Relocator::Clone,
3573
3573
  :schema_name => XSD::QName.new(NsRelocator, "clone"),
3574
3574
  :schema_element => [
3575
3575
  ["eid", nil],
3576
3576
  ["count", "SOAP::SOAPInt"],
3577
- ["options", "Virtuozzo::SOAP::Drivers::Relocator::Clone_optionsType", [0, 1]]
3577
+ ["options", "Virtuozzo::SOAP::Types::Relocator::Clone_optionsType", [0, 1]]
3578
3578
  ]
3579
3579
  )
3580
3580
 
3581
3581
  LiteralRegistry.register(
3582
- :class => Virtuozzo::SOAP::Drivers::Relocator::Env_configType,
3582
+ :class => Virtuozzo::SOAP::Types::Relocator::Env_configType,
3583
3583
  :schema_name => XSD::QName.new(NsRelocator, "config"),
3584
3584
  :schema_element => [
3585
3585
  ["name", "SOAP::SOAPString", [0, 1]],
3586
3586
  ["description", "SOAP::SOAPBase64", [0, 1]],
3587
3587
  ["domain", "SOAP::SOAPString", [0, 1]],
3588
3588
  ["hostname", "SOAP::SOAPString", [0, 1]],
3589
- ["address", "Virtuozzo::SOAP::Drivers::Relocator::Ip_addressType[]", [0, nil]],
3589
+ ["address", "Virtuozzo::SOAP::Types::Relocator::Ip_addressType[]", [0, nil]],
3590
3590
  ["architecture", "SOAP::SOAPString", [0, 1]],
3591
- ["os", "Virtuozzo::SOAP::Drivers::Relocator::OsType", [0, 1]],
3591
+ ["os", "Virtuozzo::SOAP::Types::Relocator::OsType", [0, 1]],
3592
3592
  ["type", "SOAP::SOAPString", [0, 1]],
3593
3593
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
3594
3594
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -3599,7 +3599,7 @@ module Virtuozzo # :nodoc:
3599
3599
  )
3600
3600
 
3601
3601
  LiteralRegistry.register(
3602
- :class => Virtuozzo::SOAP::Drivers::Relocator::Eid_listType,
3602
+ :class => Virtuozzo::SOAP::Types::Relocator::Eid_listType,
3603
3603
  :schema_name => XSD::QName.new(NsRelocator, "eid_list"),
3604
3604
  :schema_element => [
3605
3605
  ["eid", "[]", [0, nil]]
@@ -3607,7 +3607,7 @@ module Virtuozzo # :nodoc:
3607
3607
  )
3608
3608
 
3609
3609
  LiteralRegistry.register(
3610
- :class => Virtuozzo::SOAP::Drivers::Relocator::Migrate_p2vResponse,
3610
+ :class => Virtuozzo::SOAP::Types::Relocator::Migrate_p2vResponse,
3611
3611
  :schema_name => XSD::QName.new(NsRelocator, "migrate_p2vResponse"),
3612
3612
  :schema_element => [
3613
3613
  ["eid", nil]
@@ -3615,42 +3615,42 @@ module Virtuozzo # :nodoc:
3615
3615
  )
3616
3616
 
3617
3617
  LiteralRegistry.register(
3618
- :class => Virtuozzo::SOAP::Drivers::Relocator::Calc_env_configResponse,
3618
+ :class => Virtuozzo::SOAP::Types::Relocator::Calc_env_configResponse,
3619
3619
  :schema_name => XSD::QName.new(NsRelocator, "calc_env_configResponse"),
3620
3620
  :schema_element => [
3621
- ["config", "Virtuozzo::SOAP::Drivers::Relocator::Env_configType"],
3622
- ["hw_notes", "Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes"]
3621
+ ["config", "Virtuozzo::SOAP::Types::Relocator::Env_configType"],
3622
+ ["hw_notes", "Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes"]
3623
3623
  ]
3624
3624
  )
3625
3625
 
3626
3626
  LiteralRegistry.register(
3627
- :class => Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2pResponse,
3627
+ :class => Virtuozzo::SOAP::Types::Relocator::Migrate_v2pResponse,
3628
3628
  :schema_name => XSD::QName.new(NsRelocator, "migrate_v2pResponse"),
3629
3629
  :schema_element => []
3630
3630
  )
3631
3631
 
3632
3632
  LiteralRegistry.register(
3633
- :class => Virtuozzo::SOAP::Drivers::Relocator::Migrate_v2vResponse,
3633
+ :class => Virtuozzo::SOAP::Types::Relocator::Migrate_v2vResponse,
3634
3634
  :schema_name => XSD::QName.new(NsRelocator, "migrate_v2vResponse"),
3635
3635
  :schema_element => []
3636
3636
  )
3637
3637
 
3638
3638
  LiteralRegistry.register(
3639
- :class => Virtuozzo::SOAP::Drivers::Relocator::MoveResponse,
3639
+ :class => Virtuozzo::SOAP::Types::Relocator::MoveResponse,
3640
3640
  :schema_name => XSD::QName.new(NsRelocator, "moveResponse"),
3641
3641
  :schema_element => []
3642
3642
  )
3643
3643
 
3644
3644
  LiteralRegistry.register(
3645
- :class => Virtuozzo::SOAP::Drivers::Relocator::CloneResponse,
3645
+ :class => Virtuozzo::SOAP::Types::Relocator::CloneResponse,
3646
3646
  :schema_name => XSD::QName.new(NsRelocator, "cloneResponse"),
3647
3647
  :schema_element => [
3648
- ["eid_list", "Virtuozzo::SOAP::Drivers::Relocator::Eid_listType"]
3648
+ ["eid_list", "Virtuozzo::SOAP::Types::Relocator::Eid_listType"]
3649
3649
  ]
3650
3650
  )
3651
3651
 
3652
3652
  LiteralRegistry.register(
3653
- :class => Virtuozzo::SOAP::Drivers::Relocator::Hw_notesTypes,
3653
+ :class => Virtuozzo::SOAP::Types::Relocator::Hw_notesTypes,
3654
3654
  :schema_name => XSD::QName.new(NsRelocator, "hw_notes"),
3655
3655
  :schema_element => []
3656
3656
  )