virtuozzo 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. data/CHANGELOG.rdoc +8 -0
  2. data/Manifest +23 -21
  3. data/Rakefile +1 -2
  4. data/TODO.rdoc +0 -5
  5. data/lib/virtuozzo/soap.rb +43 -43
  6. data/lib/virtuozzo/soap/drivers/{device.rb → devm.rb} +6 -6
  7. data/lib/virtuozzo/soap/drivers/{environment.rb → envm.rb} +6 -6
  8. data/lib/virtuozzo/soap/drivers/{network.rb → networkm.rb} +6 -6
  9. data/lib/virtuozzo/soap/drivers/{template.rb → packagem.rb} +6 -6
  10. data/lib/virtuozzo/soap/drivers/{process_info.rb → proc_info.rb} +6 -6
  11. data/lib/virtuozzo/soap/drivers/{process.rb → processm.rb} +6 -6
  12. data/lib/virtuozzo/soap/drivers/{session.rb → sessionm.rb} +6 -6
  13. data/lib/virtuozzo/soap/mapping_registries/{device.rb → devm.rb} +645 -645
  14. data/lib/virtuozzo/soap/mapping_registries/{environment.rb → envm.rb} +872 -872
  15. data/lib/virtuozzo/soap/mapping_registries/{network.rb → networkm.rb} +533 -533
  16. data/lib/virtuozzo/soap/mapping_registries/{template.rb → packagem.rb} +648 -648
  17. data/lib/virtuozzo/soap/mapping_registries/{process_info.rb → proc_info.rb} +480 -480
  18. data/lib/virtuozzo/soap/mapping_registries/{process.rb → processm.rb} +527 -527
  19. data/lib/virtuozzo/soap/mapping_registries/{session.rb → sessionm.rb} +523 -523
  20. data/lib/virtuozzo/soap/types/{device.rb → devm.rb} +160 -160
  21. data/lib/virtuozzo/soap/types/{environment.rb → envm.rb} +200 -200
  22. data/lib/virtuozzo/soap/types/{network.rb → networkm.rb} +109 -109
  23. data/lib/virtuozzo/soap/types/{template.rb → packagem.rb} +152 -152
  24. data/lib/virtuozzo/soap/types/{process_info.rb → proc_info.rb} +100 -100
  25. data/lib/virtuozzo/soap/types/{process.rb → processm.rb} +108 -108
  26. data/lib/virtuozzo/soap/types/{session.rb → sessionm.rb} +106 -106
  27. data/tasks/rspec.rake +7 -0
  28. data/tasks/yard.rake +7 -4
  29. data/virtuozzo.gemspec +3 -3
  30. metadata +45 -43
@@ -1,12 +1,12 @@
1
- require 'virtuozzo/soap/types/template'
1
+ require 'virtuozzo/soap/types/packagem'
2
2
  require 'soap/mapping'
3
3
 
4
4
  module Virtuozzo # :nodoc:
5
5
  module SOAP # :nodoc:
6
6
  module MappingRegistries # :nodoc:
7
- # = Template
7
+ # = Packagem
8
8
  #
9
- module Template
9
+ module Packagem
10
10
  EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
11
11
  LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
12
12
  NsPackagem = "http://www.swsoft.com/webservices/vzl/4.0.0/packagem"
@@ -18,31 +18,31 @@ module Virtuozzo # :nodoc:
18
18
  NsXMLSchema = "http://www.w3.org/2001/XMLSchema"
19
19
 
20
20
  EncodedRegistry.register(
21
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType,
21
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType,
22
22
  :schema_type => XSD::QName.new(NsVzapackagem, "vzapackagemType"),
23
23
  :schema_basetype => XSD::QName.new(NsPackagem, "packagemType"),
24
24
  :schema_element => [
25
- ["configuration", ["Virtuozzo::SOAP::Types::Template::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
26
- ["ok", ["Virtuozzo::SOAP::Types::Template::VzapackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
27
- ["error", ["Virtuozzo::SOAP::Types::Template::VzapackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
25
+ ["configuration", ["Virtuozzo::SOAP::Types::Packagem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
26
+ ["ok", ["Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
27
+ ["error", ["Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
28
28
  [
29
- ["install", ["Virtuozzo::SOAP::Types::Template::Install[]", XSD::QName.new(NsPackagem, "install")]],
30
- ["remove", ["Virtuozzo::SOAP::Types::Template::Remove[]", XSD::QName.new(NsPackagem, "remove")]],
31
- ["update", ["Virtuozzo::SOAP::Types::Template::Update[]", XSD::QName.new(NsPackagem, "update")]],
32
- ["list", ["Virtuozzo::SOAP::Types::Template::List[]", XSD::QName.new(NsPackagem, "list")]],
33
- ["get_info", ["Virtuozzo::SOAP::Types::Template::Get_info[]", XSD::QName.new(NsPackagem, "get_info")]],
34
- ["clean", ["Virtuozzo::SOAP::Types::Template::Clean[]", XSD::QName.new(NsPackagem, "clean")]],
35
- ["fetch", ["Virtuozzo::SOAP::Types::Template::Fetch[]", XSD::QName.new(NsPackagem, "fetch")]],
36
- ["migrate", ["Virtuozzo::SOAP::Types::Template::Migrate[]", XSD::QName.new(NsPackagem, "migrate")]]
29
+ ["install", ["Virtuozzo::SOAP::Types::Packagem::Install[]", XSD::QName.new(NsPackagem, "install")]],
30
+ ["remove", ["Virtuozzo::SOAP::Types::Packagem::Remove[]", XSD::QName.new(NsPackagem, "remove")]],
31
+ ["update", ["Virtuozzo::SOAP::Types::Packagem::Update[]", XSD::QName.new(NsPackagem, "update")]],
32
+ ["list", ["Virtuozzo::SOAP::Types::Packagem::List[]", XSD::QName.new(NsPackagem, "list")]],
33
+ ["get_info", ["Virtuozzo::SOAP::Types::Packagem::Get_info[]", XSD::QName.new(NsPackagem, "get_info")]],
34
+ ["clean", ["Virtuozzo::SOAP::Types::Packagem::Clean[]", XSD::QName.new(NsPackagem, "clean")]],
35
+ ["fetch", ["Virtuozzo::SOAP::Types::Packagem::Fetch[]", XSD::QName.new(NsPackagem, "fetch")]],
36
+ ["migrate", ["Virtuozzo::SOAP::Types::Packagem::Migrate[]", XSD::QName.new(NsPackagem, "migrate")]]
37
37
  ],
38
38
  [
39
- ["packages", ["Virtuozzo::SOAP::Types::Template::PackagesType[]", XSD::QName.new(NsPackagem, "packages")], [0, 1]]
39
+ ["packages", ["Virtuozzo::SOAP::Types::Packagem::PackagesType[]", XSD::QName.new(NsPackagem, "packages")], [0, 1]]
40
40
  ]
41
41
  ]
42
42
  )
43
43
 
44
44
  EncodedRegistry.register(
45
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType::Ok,
45
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Ok,
46
46
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
47
47
  :is_anonymous => true,
48
48
  :schema_qualified => true,
@@ -50,7 +50,7 @@ module Virtuozzo # :nodoc:
50
50
  )
51
51
 
52
52
  EncodedRegistry.register(
53
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType::Error,
53
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Error,
54
54
  :schema_name => XSD::QName.new(NsProtocol, "error"),
55
55
  :is_anonymous => true,
56
56
  :schema_qualified => true,
@@ -61,15 +61,15 @@ module Virtuozzo # :nodoc:
61
61
  )
62
62
 
63
63
  EncodedRegistry.register(
64
- :class => Virtuozzo::SOAP::Types::Template::Packet_headerType,
64
+ :class => Virtuozzo::SOAP::Types::Packagem::Packet_headerType,
65
65
  :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
66
66
  :schema_element => [
67
- ["auth", "Virtuozzo::SOAP::Types::Template::AuthType", [0, 1]],
67
+ ["auth", "Virtuozzo::SOAP::Types::Packagem::AuthType", [0, 1]],
68
68
  ["cookie", "SOAP::SOAPString", [0, 1]],
69
69
  ["target", "SOAP::SOAPString[]", [0, nil]],
70
70
  ["origin", "SOAP::SOAPString", [0, 1]],
71
- ["src", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
72
- ["dst", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
71
+ ["src", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
72
+ ["dst", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
73
73
  ["session", "SOAP::SOAPString", [0, 1]]
74
74
  ],
75
75
  :schema_attribute => {
@@ -87,26 +87,26 @@ module Virtuozzo # :nodoc:
87
87
  )
88
88
 
89
89
  EncodedRegistry.register(
90
- :class => Virtuozzo::SOAP::Types::Template::OperatorType,
90
+ :class => Virtuozzo::SOAP::Types::Packagem::OperatorType,
91
91
  :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
92
92
  :schema_element => [ :choice,
93
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"]
93
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"]
94
94
  ]
95
95
  )
96
96
 
97
97
  EncodedRegistry.register(
98
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType,
98
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType,
99
99
  :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
100
100
  :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
101
101
  :schema_element => [ :choice,
102
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"],
103
- ["ok", "Virtuozzo::SOAP::Types::Template::Operator_functionalType::Ok[]"],
104
- ["error", "Virtuozzo::SOAP::Types::Template::Operator_functionalType::Error[]"]
102
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"],
103
+ ["ok", "Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Ok[]"],
104
+ ["error", "Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Error[]"]
105
105
  ]
106
106
  )
107
107
 
108
108
  EncodedRegistry.register(
109
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType::Ok,
109
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Ok,
110
110
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
111
111
  :is_anonymous => true,
112
112
  :schema_qualified => true,
@@ -114,7 +114,7 @@ module Virtuozzo # :nodoc:
114
114
  )
115
115
 
116
116
  EncodedRegistry.register(
117
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType::Error,
117
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Error,
118
118
  :schema_name => XSD::QName.new(NsProtocol, "error"),
119
119
  :is_anonymous => true,
120
120
  :schema_qualified => true,
@@ -125,24 +125,24 @@ module Virtuozzo # :nodoc:
125
125
  )
126
126
 
127
127
  EncodedRegistry.register(
128
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType,
128
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType,
129
129
  :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
130
130
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
131
131
  :schema_element => [ :choice,
132
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"],
133
- ["ok", "Virtuozzo::SOAP::Types::Template::Operator_periodicType::Ok[]"],
134
- ["error", "Virtuozzo::SOAP::Types::Template::Operator_periodicType::Error[]"],
132
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"],
133
+ ["ok", "Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Ok[]"],
134
+ ["error", "Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Error[]"],
135
135
  [ :choice,
136
- ["start_monitor", "Virtuozzo::SOAP::Types::Template::Start_monitorType"],
137
- ["stop_monitor", "Virtuozzo::SOAP::Types::Template::Stop_monitorType"],
138
- ["set_period", "Virtuozzo::SOAP::Types::Template::Set_periodType", [0, 1]],
136
+ ["start_monitor", "Virtuozzo::SOAP::Types::Packagem::Start_monitorType"],
137
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Packagem::Stop_monitorType"],
138
+ ["set_period", "Virtuozzo::SOAP::Types::Packagem::Set_periodType", [0, 1]],
139
139
  ["report", nil, [0, 1]]
140
140
  ]
141
141
  ]
142
142
  )
143
143
 
144
144
  EncodedRegistry.register(
145
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType::Ok,
145
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Ok,
146
146
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
147
147
  :is_anonymous => true,
148
148
  :schema_qualified => true,
@@ -150,7 +150,7 @@ module Virtuozzo # :nodoc:
150
150
  )
151
151
 
152
152
  EncodedRegistry.register(
153
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType::Error,
153
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Error,
154
154
  :schema_name => XSD::QName.new(NsProtocol, "error"),
155
155
  :is_anonymous => true,
156
156
  :schema_qualified => true,
@@ -161,7 +161,7 @@ module Virtuozzo # :nodoc:
161
161
  )
162
162
 
163
163
  EncodedRegistry.register(
164
- :class => Virtuozzo::SOAP::Types::Template::Set_periodType,
164
+ :class => Virtuozzo::SOAP::Types::Packagem::Set_periodType,
165
165
  :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
166
166
  :schema_element => [
167
167
  ["collect", "SOAP::SOAPInt"],
@@ -171,7 +171,7 @@ module Virtuozzo # :nodoc:
171
171
  )
172
172
 
173
173
  EncodedRegistry.register(
174
- :class => Virtuozzo::SOAP::Types::Template::Start_monitorType,
174
+ :class => Virtuozzo::SOAP::Types::Packagem::Start_monitorType,
175
175
  :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
176
176
  :schema_element => [
177
177
  ["period", "SOAP::SOAPInt"],
@@ -180,7 +180,7 @@ module Virtuozzo # :nodoc:
180
180
  )
181
181
 
182
182
  EncodedRegistry.register(
183
- :class => Virtuozzo::SOAP::Types::Template::Stop_monitorType,
183
+ :class => Virtuozzo::SOAP::Types::Packagem::Stop_monitorType,
184
184
  :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
185
185
  :schema_element => [
186
186
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -188,7 +188,7 @@ module Virtuozzo # :nodoc:
188
188
  )
189
189
 
190
190
  EncodedRegistry.register(
191
- :class => Virtuozzo::SOAP::Types::Template::AuthType,
191
+ :class => Virtuozzo::SOAP::Types::Packagem::AuthType,
192
192
  :schema_type => XSD::QName.new(NsProtocol, "authType"),
193
193
  :schema_element => [
194
194
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -196,7 +196,7 @@ module Virtuozzo # :nodoc:
196
196
  )
197
197
 
198
198
  EncodedRegistry.register(
199
- :class => Virtuozzo::SOAP::Types::Template::Event_configurationType,
199
+ :class => Virtuozzo::SOAP::Types::Packagem::Event_configurationType,
200
200
  :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
201
201
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
202
202
  :schema_element => [
@@ -205,7 +205,7 @@ module Virtuozzo # :nodoc:
205
205
  )
206
206
 
207
207
  EncodedRegistry.register(
208
- :class => Virtuozzo::SOAP::Types::Template::Periodic_configurationType,
208
+ :class => Virtuozzo::SOAP::Types::Packagem::Periodic_configurationType,
209
209
  :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
210
210
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
211
211
  :schema_element => [
@@ -217,7 +217,7 @@ module Virtuozzo # :nodoc:
217
217
  )
218
218
 
219
219
  EncodedRegistry.register(
220
- :class => Virtuozzo::SOAP::Types::Template::RouteType,
220
+ :class => Virtuozzo::SOAP::Types::Packagem::RouteType,
221
221
  :schema_type => XSD::QName.new(NsProtocol, "routeType"),
222
222
  :schema_element => [
223
223
  ["director", "SOAP::SOAPString", [0, 1]],
@@ -228,21 +228,21 @@ module Virtuozzo # :nodoc:
228
228
  )
229
229
 
230
230
  EncodedRegistry.register(
231
- :class => Virtuozzo::SOAP::Types::Template::DataType,
231
+ :class => Virtuozzo::SOAP::Types::Packagem::DataType,
232
232
  :schema_type => XSD::QName.new(NsProtocol, "dataType"),
233
233
  :schema_element => [
234
- ["operator", "Virtuozzo::SOAP::Types::Template::OperatorType[]"]
234
+ ["operator", "Virtuozzo::SOAP::Types::Packagem::OperatorType[]"]
235
235
  ]
236
236
  )
237
237
 
238
238
  EncodedRegistry.register(
239
- :class => Virtuozzo::SOAP::Types::Template::ConfigurationType,
239
+ :class => Virtuozzo::SOAP::Types::Packagem::ConfigurationType,
240
240
  :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
241
241
  :schema_element => []
242
242
  )
243
243
 
244
244
  EncodedRegistry.register(
245
- :class => Virtuozzo::SOAP::Types::Template::OsType,
245
+ :class => Virtuozzo::SOAP::Types::Packagem::OsType,
246
246
  :schema_type => XSD::QName.new(NsTypes, "osType"),
247
247
  :schema_element => [
248
248
  ["platform", "SOAP::SOAPString", [0, 1]],
@@ -253,7 +253,7 @@ module Virtuozzo # :nodoc:
253
253
  )
254
254
 
255
255
  EncodedRegistry.register(
256
- :class => Virtuozzo::SOAP::Types::Template::Env_statusType,
256
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_statusType,
257
257
  :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
258
258
  :schema_element => [
259
259
  ["state", "SOAP::SOAPInt", [0, 1]],
@@ -262,7 +262,7 @@ module Virtuozzo # :nodoc:
262
262
  )
263
263
 
264
264
  EncodedRegistry.register(
265
- :class => Virtuozzo::SOAP::Types::Template::QosType,
265
+ :class => Virtuozzo::SOAP::Types::Packagem::QosType,
266
266
  :schema_type => XSD::QName.new(NsTypes, "qosType"),
267
267
  :schema_element => [
268
268
  ["id", "SOAP::SOAPString"],
@@ -273,16 +273,16 @@ module Virtuozzo # :nodoc:
273
273
  )
274
274
 
275
275
  EncodedRegistry.register(
276
- :class => Virtuozzo::SOAP::Types::Template::Env_configType,
276
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_configType,
277
277
  :schema_type => XSD::QName.new(NsTypes, "env_configType"),
278
278
  :schema_element => [
279
279
  ["name", "SOAP::SOAPString", [0, 1]],
280
280
  ["description", "SOAP::SOAPBase64", [0, 1]],
281
281
  ["domain", "SOAP::SOAPString", [0, 1]],
282
282
  ["hostname", "SOAP::SOAPString", [0, 1]],
283
- ["address", "Virtuozzo::SOAP::Types::Template::Ip_addressType[]", [0, nil]],
283
+ ["address", "Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", [0, nil]],
284
284
  ["architecture", "SOAP::SOAPString", [0, 1]],
285
- ["os", "Virtuozzo::SOAP::Types::Template::OsType", [0, 1]],
285
+ ["os", "Virtuozzo::SOAP::Types::Packagem::OsType", [0, 1]],
286
286
  ["type", "SOAP::SOAPString", [0, 1]],
287
287
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
288
288
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -293,7 +293,7 @@ module Virtuozzo # :nodoc:
293
293
  )
294
294
 
295
295
  EncodedRegistry.register(
296
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType,
296
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType,
297
297
  :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
298
298
  :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
299
299
  :schema_element => [
@@ -301,40 +301,40 @@ module Virtuozzo # :nodoc:
301
301
  ["description", "SOAP::SOAPBase64", [0, 1]],
302
302
  ["domain", "SOAP::SOAPString", [0, 1]],
303
303
  ["hostname", "SOAP::SOAPString", [0, 1]],
304
- ["address", "Virtuozzo::SOAP::Types::Template::Ip_addressType[]", [0, nil]],
304
+ ["address", "Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", [0, nil]],
305
305
  ["architecture", "SOAP::SOAPString", [0, 1]],
306
- ["os", "Virtuozzo::SOAP::Types::Template::OsType", [0, 1]],
306
+ ["os", "Virtuozzo::SOAP::Types::Packagem::OsType", [0, 1]],
307
307
  ["type", "SOAP::SOAPString", [0, 1]],
308
308
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
309
309
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
310
310
  ["base_sample_id", nil, [0, 1]],
311
311
  ["base_snapshot_id", nil, [0, 1]],
312
312
  ["child_type", "SOAP::SOAPString[]", [0, nil]],
313
- ["qos", "Virtuozzo::SOAP::Types::Template::QosType[]", [0, nil]]
313
+ ["qos", "Virtuozzo::SOAP::Types::Packagem::QosType[]", [0, nil]]
314
314
  ]
315
315
  )
316
316
 
317
317
  EncodedRegistry.register(
318
- :class => Virtuozzo::SOAP::Types::Template::Native_configType,
318
+ :class => Virtuozzo::SOAP::Types::Packagem::Native_configType,
319
319
  :schema_type => XSD::QName.new(NsTypes, "native_configType"),
320
320
  :schema_element => []
321
321
  )
322
322
 
323
323
  EncodedRegistry.register(
324
- :class => Virtuozzo::SOAP::Types::Template::EnvType,
324
+ :class => Virtuozzo::SOAP::Types::Packagem::EnvType,
325
325
  :schema_type => XSD::QName.new(NsTypes, "envType"),
326
326
  :schema_element => [
327
327
  ["parent_eid", nil],
328
328
  ["eid", nil],
329
- ["status", "Virtuozzo::SOAP::Types::Template::Env_statusType", [0, 1]],
329
+ ["status", "Virtuozzo::SOAP::Types::Packagem::Env_statusType", [0, 1]],
330
330
  ["alert", "SOAP::SOAPInt", [0, 1]],
331
- ["config", "Virtuozzo::SOAP::Types::Template::Env_configType", [0, 1]],
332
- ["virtual_config", "Virtuozzo::SOAP::Types::Template::Venv_configType", [0, 1]]
331
+ ["config", "Virtuozzo::SOAP::Types::Packagem::Env_configType", [0, 1]],
332
+ ["virtual_config", "Virtuozzo::SOAP::Types::Packagem::Venv_configType", [0, 1]]
333
333
  ]
334
334
  )
335
335
 
336
336
  EncodedRegistry.register(
337
- :class => Virtuozzo::SOAP::Types::Template::ProcessesType,
337
+ :class => Virtuozzo::SOAP::Types::Packagem::ProcessesType,
338
338
  :schema_type => XSD::QName.new(NsTypes, "processesType"),
339
339
  :schema_element => [
340
340
  ["run", "SOAP::SOAPInt"],
@@ -347,7 +347,7 @@ module Virtuozzo # :nodoc:
347
347
  )
348
348
 
349
349
  EncodedRegistry.register(
350
- :class => Virtuozzo::SOAP::Types::Template::Load_avgType,
350
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avgType,
351
351
  :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
352
352
  :schema_element => [
353
353
  ["l1", "SOAP::SOAPDouble"],
@@ -357,7 +357,7 @@ module Virtuozzo # :nodoc:
357
357
  )
358
358
 
359
359
  EncodedRegistry.register(
360
- :class => Virtuozzo::SOAP::Types::Template::Cpu_loadType,
360
+ :class => Virtuozzo::SOAP::Types::Packagem::Cpu_loadType,
361
361
  :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
362
362
  :schema_element => [
363
363
  ["system", "SOAP::SOAPLong"],
@@ -368,7 +368,7 @@ module Virtuozzo # :nodoc:
368
368
  )
369
369
 
370
370
  EncodedRegistry.register(
371
- :class => Virtuozzo::SOAP::Types::Template::CpuType,
371
+ :class => Virtuozzo::SOAP::Types::Packagem::CpuType,
372
372
  :schema_type => XSD::QName.new(NsTypes, "cpuType"),
373
373
  :schema_element => [
374
374
  ["mhz", "SOAP::SOAPInt"],
@@ -384,16 +384,16 @@ module Virtuozzo # :nodoc:
384
384
  )
385
385
 
386
386
  EncodedRegistry.register(
387
- :class => Virtuozzo::SOAP::Types::Template::TransferType,
387
+ :class => Virtuozzo::SOAP::Types::Packagem::TransferType,
388
388
  :schema_type => XSD::QName.new(NsTypes, "transferType"),
389
389
  :schema_element => [
390
- ["input", "Virtuozzo::SOAP::Types::Template::TransferType::Input"],
391
- ["output", "Virtuozzo::SOAP::Types::Template::TransferType::Output"]
390
+ ["input", "Virtuozzo::SOAP::Types::Packagem::TransferType::Input"],
391
+ ["output", "Virtuozzo::SOAP::Types::Packagem::TransferType::Output"]
392
392
  ]
393
393
  )
394
394
 
395
395
  EncodedRegistry.register(
396
- :class => Virtuozzo::SOAP::Types::Template::TransferType::Input,
396
+ :class => Virtuozzo::SOAP::Types::Packagem::TransferType::Input,
397
397
  :schema_name => XSD::QName.new(NsTypes, "input"),
398
398
  :is_anonymous => true,
399
399
  :schema_qualified => true,
@@ -404,7 +404,7 @@ module Virtuozzo # :nodoc:
404
404
  )
405
405
 
406
406
  EncodedRegistry.register(
407
- :class => Virtuozzo::SOAP::Types::Template::TransferType::Output,
407
+ :class => Virtuozzo::SOAP::Types::Packagem::TransferType::Output,
408
408
  :schema_name => XSD::QName.new(NsTypes, "output"),
409
409
  :is_anonymous => true,
410
410
  :schema_qualified => true,
@@ -415,16 +415,16 @@ module Virtuozzo # :nodoc:
415
415
  )
416
416
 
417
417
  EncodedRegistry.register(
418
- :class => Virtuozzo::SOAP::Types::Template::System_nodeType,
418
+ :class => Virtuozzo::SOAP::Types::Packagem::System_nodeType,
419
419
  :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
420
420
  :schema_element => [
421
- ["address", "Virtuozzo::SOAP::Types::Template::System_nodeType::Address"],
422
- ["login", "Virtuozzo::SOAP::Types::Template::System_nodeType::Login", [0, 1]]
421
+ ["address", "Virtuozzo::SOAP::Types::Packagem::System_nodeType::Address"],
422
+ ["login", "Virtuozzo::SOAP::Types::Packagem::System_nodeType::Login", [0, 1]]
423
423
  ]
424
424
  )
425
425
 
426
426
  EncodedRegistry.register(
427
- :class => Virtuozzo::SOAP::Types::Template::System_nodeType::Address,
427
+ :class => Virtuozzo::SOAP::Types::Packagem::System_nodeType::Address,
428
428
  :schema_name => XSD::QName.new(NsTypes, "address"),
429
429
  :is_anonymous => true,
430
430
  :schema_qualified => true,
@@ -434,7 +434,7 @@ module Virtuozzo # :nodoc:
434
434
  )
435
435
 
436
436
  EncodedRegistry.register(
437
- :class => Virtuozzo::SOAP::Types::Template::System_nodeType::Login,
437
+ :class => Virtuozzo::SOAP::Types::Packagem::System_nodeType::Login,
438
438
  :schema_name => XSD::QName.new(NsTypes, "login"),
439
439
  :is_anonymous => true,
440
440
  :schema_qualified => true,
@@ -445,7 +445,7 @@ module Virtuozzo # :nodoc:
445
445
  )
446
446
 
447
447
  EncodedRegistry.register(
448
- :class => Virtuozzo::SOAP::Types::Template::ResourceType,
448
+ :class => Virtuozzo::SOAP::Types::Packagem::ResourceType,
449
449
  :schema_type => XSD::QName.new(NsTypes, "resourceType"),
450
450
  :schema_element => [
451
451
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -458,7 +458,7 @@ module Virtuozzo # :nodoc:
458
458
  )
459
459
 
460
460
  EncodedRegistry.register(
461
- :class => Virtuozzo::SOAP::Types::Template::IntervalType,
461
+ :class => Virtuozzo::SOAP::Types::Packagem::IntervalType,
462
462
  :schema_type => XSD::QName.new(NsTypes, "intervalType"),
463
463
  :schema_element => [
464
464
  ["start_time", nil],
@@ -467,7 +467,7 @@ module Virtuozzo # :nodoc:
467
467
  )
468
468
 
469
469
  EncodedRegistry.register(
470
- :class => Virtuozzo::SOAP::Types::Template::StatsType,
470
+ :class => Virtuozzo::SOAP::Types::Packagem::StatsType,
471
471
  :schema_type => XSD::QName.new(NsTypes, "statsType"),
472
472
  :schema_element => [
473
473
  ["avg", "SOAP::SOAPLong", [0, 1]],
@@ -481,7 +481,7 @@ module Virtuozzo # :nodoc:
481
481
  )
482
482
 
483
483
  EncodedRegistry.register(
484
- :class => Virtuozzo::SOAP::Types::Template::Net_addressType,
484
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_addressType,
485
485
  :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
486
486
  :schema_element => [
487
487
  ["host", nil],
@@ -490,16 +490,16 @@ module Virtuozzo # :nodoc:
490
490
  )
491
491
 
492
492
  EncodedRegistry.register(
493
- :class => Virtuozzo::SOAP::Types::Template::Net_classType,
493
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_classType,
494
494
  :schema_type => XSD::QName.new(NsTypes, "net_classType"),
495
495
  :schema_element => [
496
496
  ["id", "SOAP::SOAPString", [0, 1]],
497
- ["transfer", "Virtuozzo::SOAP::Types::Template::TransferType", [0, 1]]
497
+ ["transfer", "Virtuozzo::SOAP::Types::Packagem::TransferType", [0, 1]]
498
498
  ]
499
499
  )
500
500
 
501
501
  EncodedRegistry.register(
502
- :class => Virtuozzo::SOAP::Types::Template::Ip_rangeType,
502
+ :class => Virtuozzo::SOAP::Types::Packagem::Ip_rangeType,
503
503
  :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
504
504
  :schema_element => [
505
505
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -510,19 +510,19 @@ module Virtuozzo # :nodoc:
510
510
  )
511
511
 
512
512
  EncodedRegistry.register(
513
- :class => Virtuozzo::SOAP::Types::Template::Sample_confType,
513
+ :class => Virtuozzo::SOAP::Types::Packagem::Sample_confType,
514
514
  :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
515
515
  :schema_element => [
516
- ["env_config", "Virtuozzo::SOAP::Types::Template::Env_configType"],
516
+ ["env_config", "Virtuozzo::SOAP::Types::Packagem::Env_configType"],
517
517
  ["id", "SOAP::SOAPString", [0, 1]],
518
518
  ["name", "SOAP::SOAPString"],
519
519
  ["comment", "SOAP::SOAPBase64", [0, 1]],
520
- ["vt_version", "Virtuozzo::SOAP::Types::Template::Sample_confType::Vt_version", [0, 1]]
520
+ ["vt_version", "Virtuozzo::SOAP::Types::Packagem::Sample_confType::Vt_version", [0, 1]]
521
521
  ]
522
522
  )
523
523
 
524
524
  EncodedRegistry.register(
525
- :class => Virtuozzo::SOAP::Types::Template::Sample_confType::Vt_version,
525
+ :class => Virtuozzo::SOAP::Types::Packagem::Sample_confType::Vt_version,
526
526
  :schema_name => XSD::QName.new(NsTypes, "vt_version"),
527
527
  :is_anonymous => true,
528
528
  :schema_qualified => true,
@@ -534,34 +534,34 @@ module Virtuozzo # :nodoc:
534
534
  )
535
535
 
536
536
  EncodedRegistry.register(
537
- :class => Virtuozzo::SOAP::Types::Template::InterfaceType,
537
+ :class => Virtuozzo::SOAP::Types::Packagem::InterfaceType,
538
538
  :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
539
539
  :schema_element => [
540
540
  ["name", "SOAP::SOAPString"],
541
541
  ["bandwidth", "SOAP::SOAPInt", [0, 1]],
542
- ["transfer", "Virtuozzo::SOAP::Types::Template::TransferType", [0, 1]],
542
+ ["transfer", "Virtuozzo::SOAP::Types::Packagem::TransferType", [0, 1]],
543
543
  ["ipaddress", nil, [0, 1]],
544
544
  ["flags", "SOAP::SOAPInt", [0, 1]]
545
545
  ]
546
546
  )
547
547
 
548
548
  EncodedRegistry.register(
549
- :class => Virtuozzo::SOAP::Types::Template::Sys_infoType,
549
+ :class => Virtuozzo::SOAP::Types::Packagem::Sys_infoType,
550
550
  :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
551
551
  :schema_element => [
552
- ["load_avg", "Virtuozzo::SOAP::Types::Template::Load_avgType"],
553
- ["processes", "Virtuozzo::SOAP::Types::Template::ProcessesType"],
554
- ["cpu_load", "Virtuozzo::SOAP::Types::Template::Cpu_loadType"],
555
- ["cpu_states", "Virtuozzo::SOAP::Types::Template::Cpu_loadType"],
552
+ ["load_avg", "Virtuozzo::SOAP::Types::Packagem::Load_avgType"],
553
+ ["processes", "Virtuozzo::SOAP::Types::Packagem::ProcessesType"],
554
+ ["cpu_load", "Virtuozzo::SOAP::Types::Packagem::Cpu_loadType"],
555
+ ["cpu_states", "Virtuozzo::SOAP::Types::Packagem::Cpu_loadType"],
556
556
  ["users", "SOAP::SOAPInt"],
557
557
  ["uptime", "SOAP::SOAPLong"],
558
- ["memory", "Virtuozzo::SOAP::Types::Template::Sys_infoType::Memory", [0, 1]],
559
- ["swap", "Virtuozzo::SOAP::Types::Template::Sys_infoType::Swap", [0, 1]]
558
+ ["memory", "Virtuozzo::SOAP::Types::Packagem::Sys_infoType::Memory", [0, 1]],
559
+ ["swap", "Virtuozzo::SOAP::Types::Packagem::Sys_infoType::Swap", [0, 1]]
560
560
  ]
561
561
  )
562
562
 
563
563
  EncodedRegistry.register(
564
- :class => Virtuozzo::SOAP::Types::Template::Sys_infoType::Memory,
564
+ :class => Virtuozzo::SOAP::Types::Packagem::Sys_infoType::Memory,
565
565
  :schema_name => XSD::QName.new(NsTypes, "memory"),
566
566
  :is_anonymous => true,
567
567
  :schema_qualified => true,
@@ -572,7 +572,7 @@ module Virtuozzo # :nodoc:
572
572
  )
573
573
 
574
574
  EncodedRegistry.register(
575
- :class => Virtuozzo::SOAP::Types::Template::Sys_infoType::Swap,
575
+ :class => Virtuozzo::SOAP::Types::Packagem::Sys_infoType::Swap,
576
576
  :schema_name => XSD::QName.new(NsTypes, "swap"),
577
577
  :is_anonymous => true,
578
578
  :schema_qualified => true,
@@ -583,10 +583,10 @@ module Virtuozzo # :nodoc:
583
583
  )
584
584
 
585
585
  EncodedRegistry.register(
586
- :class => Virtuozzo::SOAP::Types::Template::Ps_infoType,
586
+ :class => Virtuozzo::SOAP::Types::Packagem::Ps_infoType,
587
587
  :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
588
588
  :schema_element => [
589
- ["process", "Virtuozzo::SOAP::Types::Template::Ps_infoType::C_Process[]", [1, nil]],
589
+ ["process", "Virtuozzo::SOAP::Types::Packagem::Ps_infoType::C_Process[]", [1, nil]],
590
590
  ["param_id", "SOAP::SOAPString[]", [1, nil]],
591
591
  ["run", "SOAP::SOAPInt"],
592
592
  ["idle", "SOAP::SOAPInt"],
@@ -599,7 +599,7 @@ module Virtuozzo # :nodoc:
599
599
  )
600
600
 
601
601
  EncodedRegistry.register(
602
- :class => Virtuozzo::SOAP::Types::Template::Ps_infoType::C_Process,
602
+ :class => Virtuozzo::SOAP::Types::Packagem::Ps_infoType::C_Process,
603
603
  :schema_name => XSD::QName.new(NsTypes, "process"),
604
604
  :is_anonymous => true,
605
605
  :schema_qualified => true,
@@ -610,17 +610,17 @@ module Virtuozzo # :nodoc:
610
610
  )
611
611
 
612
612
  EncodedRegistry.register(
613
- :class => Virtuozzo::SOAP::Types::Template::Load_avg_statsType,
613
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType,
614
614
  :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
615
615
  :schema_element => [
616
- ["l1", "Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L1"],
617
- ["l2", "Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L2", [0, 1]],
618
- ["l3", "Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L3", [0, 1]]
616
+ ["l1", "Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L1"],
617
+ ["l2", "Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L2", [0, 1]],
618
+ ["l3", "Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L3", [0, 1]]
619
619
  ]
620
620
  )
621
621
 
622
622
  EncodedRegistry.register(
623
- :class => Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L1,
623
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L1,
624
624
  :schema_name => XSD::QName.new(NsTypes, "l1"),
625
625
  :is_anonymous => true,
626
626
  :schema_qualified => true,
@@ -633,7 +633,7 @@ module Virtuozzo # :nodoc:
633
633
  )
634
634
 
635
635
  EncodedRegistry.register(
636
- :class => Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L2,
636
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L2,
637
637
  :schema_name => XSD::QName.new(NsTypes, "l2"),
638
638
  :is_anonymous => true,
639
639
  :schema_qualified => true,
@@ -646,7 +646,7 @@ module Virtuozzo # :nodoc:
646
646
  )
647
647
 
648
648
  EncodedRegistry.register(
649
- :class => Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L3,
649
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L3,
650
650
  :schema_name => XSD::QName.new(NsTypes, "l3"),
651
651
  :is_anonymous => true,
652
652
  :schema_qualified => true,
@@ -659,7 +659,7 @@ module Virtuozzo # :nodoc:
659
659
  )
660
660
 
661
661
  EncodedRegistry.register(
662
- :class => Virtuozzo::SOAP::Types::Template::Alert_dataType,
662
+ :class => Virtuozzo::SOAP::Types::Packagem::Alert_dataType,
663
663
  :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
664
664
  :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
665
665
  :schema_element => [
@@ -668,7 +668,7 @@ module Virtuozzo # :nodoc:
668
668
  )
669
669
 
670
670
  EncodedRegistry.register(
671
- :class => Virtuozzo::SOAP::Types::Template::Ip_addressType,
671
+ :class => Virtuozzo::SOAP::Types::Packagem::Ip_addressType,
672
672
  :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
673
673
  :schema_element => [
674
674
  ["ip", nil],
@@ -677,25 +677,25 @@ module Virtuozzo # :nodoc:
677
677
  )
678
678
 
679
679
  EncodedRegistry.register(
680
- :class => Virtuozzo::SOAP::Types::Template::Env_resourceType,
680
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_resourceType,
681
681
  :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
682
682
  :schema_element => [
683
683
  ["eid", nil],
684
- ["ip_pool", "Virtuozzo::SOAP::Types::Template::Ip_poolType", [0, 1]]
684
+ ["ip_pool", "Virtuozzo::SOAP::Types::Packagem::Ip_poolType", [0, 1]]
685
685
  ]
686
686
  )
687
687
 
688
688
  EncodedRegistry.register(
689
- :class => Virtuozzo::SOAP::Types::Template::Ip_poolType,
689
+ :class => Virtuozzo::SOAP::Types::Packagem::Ip_poolType,
690
690
  :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
691
691
  :schema_element => [ :choice,
692
- ["ip_range", "Virtuozzo::SOAP::Types::Template::Ip_poolType::Ip_range[]"],
692
+ ["ip_range", "Virtuozzo::SOAP::Types::Packagem::Ip_poolType::Ip_range[]"],
693
693
  ["ip", "[]"]
694
694
  ]
695
695
  )
696
696
 
697
697
  EncodedRegistry.register(
698
- :class => Virtuozzo::SOAP::Types::Template::Ip_poolType::Ip_range,
698
+ :class => Virtuozzo::SOAP::Types::Packagem::Ip_poolType::Ip_range,
699
699
  :schema_name => XSD::QName.new(NsTypes, "ip_range"),
700
700
  :is_anonymous => true,
701
701
  :schema_qualified => true,
@@ -706,7 +706,7 @@ module Virtuozzo # :nodoc:
706
706
  )
707
707
 
708
708
  EncodedRegistry.register(
709
- :class => Virtuozzo::SOAP::Types::Template::UsageType,
709
+ :class => Virtuozzo::SOAP::Types::Packagem::UsageType,
710
710
  :schema_type => XSD::QName.new(NsTypes, "usageType"),
711
711
  :schema_element => [
712
712
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -716,20 +716,20 @@ module Virtuozzo # :nodoc:
716
716
  )
717
717
 
718
718
  EncodedRegistry.register(
719
- :class => Virtuozzo::SOAP::Types::Template::Root_credentialType,
719
+ :class => Virtuozzo::SOAP::Types::Packagem::Root_credentialType,
720
720
  :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
721
721
  :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
722
722
  :schema_element => [
723
723
  ["id", "SOAP::SOAPString"],
724
724
  ["policy", "SOAP::SOAPInt", [0, 1]],
725
725
  ["description", "SOAP::SOAPBase64", [0, 1]],
726
- ["cred", "Virtuozzo::SOAP::Types::Template::CredentialType[]", [0, nil]],
727
- ["objects", "Virtuozzo::SOAP::Types::Template::Root_credentialType::Objects", [0, 1]]
726
+ ["cred", "Virtuozzo::SOAP::Types::Packagem::CredentialType[]", [0, nil]],
727
+ ["objects", "Virtuozzo::SOAP::Types::Packagem::Root_credentialType::Objects", [0, 1]]
728
728
  ]
729
729
  )
730
730
 
731
731
  EncodedRegistry.register(
732
- :class => Virtuozzo::SOAP::Types::Template::Root_credentialType::Objects,
732
+ :class => Virtuozzo::SOAP::Types::Packagem::Root_credentialType::Objects,
733
733
  :schema_name => XSD::QName.new(NsTypes, "objects"),
734
734
  :is_anonymous => true,
735
735
  :schema_qualified => true,
@@ -739,30 +739,30 @@ module Virtuozzo # :nodoc:
739
739
  )
740
740
 
741
741
  EncodedRegistry.register(
742
- :class => Virtuozzo::SOAP::Types::Template::CredentialType,
742
+ :class => Virtuozzo::SOAP::Types::Packagem::CredentialType,
743
743
  :schema_type => XSD::QName.new(NsTypes, "credentialType"),
744
744
  :schema_element => [
745
745
  ["id", "SOAP::SOAPString"],
746
746
  ["policy", "SOAP::SOAPInt", [0, 1]],
747
747
  ["description", "SOAP::SOAPBase64", [0, 1]],
748
- ["cred", "Virtuozzo::SOAP::Types::Template::CredentialType[]", [0, nil]]
748
+ ["cred", "Virtuozzo::SOAP::Types::Packagem::CredentialType[]", [0, nil]]
749
749
  ]
750
750
  )
751
751
 
752
752
  EncodedRegistry.register(
753
- :class => Virtuozzo::SOAP::Types::Template::TokenType,
753
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType,
754
754
  :schema_type => XSD::QName.new(NsTypes, "tokenType"),
755
755
  :schema_element => [
756
756
  ["user", nil],
757
- ["groups", "Virtuozzo::SOAP::Types::Template::TokenType::Groups", [0, 1]],
758
- ["deny_only_sids", "Virtuozzo::SOAP::Types::Template::TokenType::Deny_only_sids", [0, 1]],
759
- ["privileges", "Virtuozzo::SOAP::Types::Template::TokenType::Privileges", [0, 1]],
760
- ["source", "Virtuozzo::SOAP::Types::Template::TokenType::Source", [0, 1]]
757
+ ["groups", "Virtuozzo::SOAP::Types::Packagem::TokenType::Groups", [0, 1]],
758
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Packagem::TokenType::Deny_only_sids", [0, 1]],
759
+ ["privileges", "Virtuozzo::SOAP::Types::Packagem::TokenType::Privileges", [0, 1]],
760
+ ["source", "Virtuozzo::SOAP::Types::Packagem::TokenType::Source", [0, 1]]
761
761
  ]
762
762
  )
763
763
 
764
764
  EncodedRegistry.register(
765
- :class => Virtuozzo::SOAP::Types::Template::TokenType::Groups,
765
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType::Groups,
766
766
  :schema_name => XSD::QName.new(NsTypes, "groups"),
767
767
  :is_anonymous => true,
768
768
  :schema_qualified => true,
@@ -772,7 +772,7 @@ module Virtuozzo # :nodoc:
772
772
  )
773
773
 
774
774
  EncodedRegistry.register(
775
- :class => Virtuozzo::SOAP::Types::Template::TokenType::Deny_only_sids,
775
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType::Deny_only_sids,
776
776
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
777
777
  :is_anonymous => true,
778
778
  :schema_qualified => true,
@@ -782,7 +782,7 @@ module Virtuozzo # :nodoc:
782
782
  )
783
783
 
784
784
  EncodedRegistry.register(
785
- :class => Virtuozzo::SOAP::Types::Template::TokenType::Privileges,
785
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType::Privileges,
786
786
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
787
787
  :is_anonymous => true,
788
788
  :schema_qualified => true,
@@ -792,7 +792,7 @@ module Virtuozzo # :nodoc:
792
792
  )
793
793
 
794
794
  EncodedRegistry.register(
795
- :class => Virtuozzo::SOAP::Types::Template::TokenType::Source,
795
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType::Source,
796
796
  :schema_name => XSD::QName.new(NsTypes, "source"),
797
797
  :is_anonymous => true,
798
798
  :schema_qualified => true,
@@ -803,7 +803,7 @@ module Virtuozzo # :nodoc:
803
803
  )
804
804
 
805
805
  EncodedRegistry.register(
806
- :class => Virtuozzo::SOAP::Types::Template::Connectivity_infoType,
806
+ :class => Virtuozzo::SOAP::Types::Packagem::Connectivity_infoType,
807
807
  :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
808
808
  :schema_element => [
809
809
  ["protocol", "SOAP::SOAPString", [0, 1]],
@@ -813,7 +813,7 @@ module Virtuozzo # :nodoc:
813
813
  )
814
814
 
815
815
  EncodedRegistry.register(
816
- :class => Virtuozzo::SOAP::Types::Template::Auth_nameType,
816
+ :class => Virtuozzo::SOAP::Types::Packagem::Auth_nameType,
817
817
  :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
818
818
  :schema_element => [
819
819
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -823,20 +823,20 @@ module Virtuozzo # :nodoc:
823
823
  )
824
824
 
825
825
  EncodedRegistry.register(
826
- :class => Virtuozzo::SOAP::Types::Template::Connection_infoType,
826
+ :class => Virtuozzo::SOAP::Types::Packagem::Connection_infoType,
827
827
  :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
828
828
  :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
829
829
  :schema_element => [
830
830
  ["protocol", "SOAP::SOAPString", [0, 1]],
831
831
  ["address", "SOAP::SOAPString"],
832
832
  ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
833
- ["login", "Virtuozzo::SOAP::Types::Template::Auth_nameType", [0, 1]],
833
+ ["login", "Virtuozzo::SOAP::Types::Packagem::Auth_nameType", [0, 1]],
834
834
  ["password", "SOAP::SOAPBase64", [0, 1]]
835
835
  ]
836
836
  )
837
837
 
838
838
  EncodedRegistry.register(
839
- :class => Virtuozzo::SOAP::Types::Template::Eid_listType,
839
+ :class => Virtuozzo::SOAP::Types::Packagem::Eid_listType,
840
840
  :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
841
841
  :schema_element => [
842
842
  ["eid", "[]", [0, nil]]
@@ -844,7 +844,7 @@ module Virtuozzo # :nodoc:
844
844
  )
845
845
 
846
846
  EncodedRegistry.register(
847
- :class => Virtuozzo::SOAP::Types::Template::Vt_infoType,
847
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_infoType,
848
848
  :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
849
849
  :schema_element => [
850
850
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -852,7 +852,7 @@ module Virtuozzo # :nodoc:
852
852
  )
853
853
 
854
854
  EncodedRegistry.register(
855
- :class => Virtuozzo::SOAP::Types::Template::Vt_settingsType,
855
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_settingsType,
856
856
  :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
857
857
  :schema_element => [
858
858
  ["default_sample_id", nil, [0, 1]]
@@ -860,11 +860,11 @@ module Virtuozzo # :nodoc:
860
860
  )
861
861
 
862
862
  EncodedRegistry.register(
863
- :class => Virtuozzo::SOAP::Types::Template::UserType,
863
+ :class => Virtuozzo::SOAP::Types::Packagem::UserType,
864
864
  :schema_type => XSD::QName.new(NsTypes, "userType"),
865
865
  :schema_element => [
866
- ["initial_group", "Virtuozzo::SOAP::Types::Template::UserType::Initial_group", [0, 1]],
867
- ["group", "Virtuozzo::SOAP::Types::Template::UserType::Group[]", [0, nil]],
866
+ ["initial_group", "Virtuozzo::SOAP::Types::Packagem::UserType::Initial_group", [0, 1]],
867
+ ["group", "Virtuozzo::SOAP::Types::Packagem::UserType::Group[]", [0, nil]],
868
868
  ["uid", "SOAP::SOAPInt", [0, 1]],
869
869
  ["shell", "SOAP::SOAPString", [0, 1]],
870
870
  ["password", "SOAP::SOAPBase64", [0, 1]],
@@ -875,7 +875,7 @@ module Virtuozzo # :nodoc:
875
875
  )
876
876
 
877
877
  EncodedRegistry.register(
878
- :class => Virtuozzo::SOAP::Types::Template::UserType::Initial_group,
878
+ :class => Virtuozzo::SOAP::Types::Packagem::UserType::Initial_group,
879
879
  :schema_name => XSD::QName.new(NsTypes, "initial_group"),
880
880
  :is_anonymous => true,
881
881
  :schema_qualified => true,
@@ -886,7 +886,7 @@ module Virtuozzo # :nodoc:
886
886
  )
887
887
 
888
888
  EncodedRegistry.register(
889
- :class => Virtuozzo::SOAP::Types::Template::UserType::Group,
889
+ :class => Virtuozzo::SOAP::Types::Packagem::UserType::Group,
890
890
  :schema_name => XSD::QName.new(NsTypes, "group"),
891
891
  :is_anonymous => true,
892
892
  :schema_qualified => true,
@@ -897,18 +897,18 @@ module Virtuozzo # :nodoc:
897
897
  )
898
898
 
899
899
  EncodedRegistry.register(
900
- :class => Virtuozzo::SOAP::Types::Template::GroupType,
900
+ :class => Virtuozzo::SOAP::Types::Packagem::GroupType,
901
901
  :schema_type => XSD::QName.new(NsTypes, "groupType"),
902
902
  :schema_element => [
903
- ["user", "Virtuozzo::SOAP::Types::Template::GroupType::User[]", [0, nil]],
904
- ["member_group", "Virtuozzo::SOAP::Types::Template::GroupType::Member_group[]", [0, nil]],
903
+ ["user", "Virtuozzo::SOAP::Types::Packagem::GroupType::User[]", [0, nil]],
904
+ ["member_group", "Virtuozzo::SOAP::Types::Packagem::GroupType::Member_group[]", [0, nil]],
905
905
  ["name", "SOAP::SOAPString", [0, 1]],
906
906
  ["gid", "SOAP::SOAPInt", [0, 1]]
907
907
  ]
908
908
  )
909
909
 
910
910
  EncodedRegistry.register(
911
- :class => Virtuozzo::SOAP::Types::Template::GroupType::User,
911
+ :class => Virtuozzo::SOAP::Types::Packagem::GroupType::User,
912
912
  :schema_name => XSD::QName.new(NsTypes, "user"),
913
913
  :is_anonymous => true,
914
914
  :schema_qualified => true,
@@ -918,7 +918,7 @@ module Virtuozzo # :nodoc:
918
918
  )
919
919
 
920
920
  EncodedRegistry.register(
921
- :class => Virtuozzo::SOAP::Types::Template::GroupType::Member_group,
921
+ :class => Virtuozzo::SOAP::Types::Packagem::GroupType::Member_group,
922
922
  :schema_name => XSD::QName.new(NsTypes, "member_group"),
923
923
  :is_anonymous => true,
924
924
  :schema_qualified => true,
@@ -928,12 +928,12 @@ module Virtuozzo # :nodoc:
928
928
  )
929
929
 
930
930
  EncodedRegistry.register(
931
- :class => Virtuozzo::SOAP::Types::Template::PackageType,
931
+ :class => Virtuozzo::SOAP::Types::Packagem::PackageType,
932
932
  :schema_type => XSD::QName.new(NsTypes, "packageType"),
933
933
  :schema_element => [
934
934
  ["name", "SOAP::SOAPString"],
935
935
  ["summary", "SOAP::SOAPString", [0, 1]],
936
- ["os", "Virtuozzo::SOAP::Types::Template::OsType", [0, 1]],
936
+ ["os", "Virtuozzo::SOAP::Types::Packagem::OsType", [0, 1]],
937
937
  ["description", "SOAP::SOAPString", [0, 1]],
938
938
  ["arch", "SOAP::SOAPString", [0, 1]],
939
939
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -941,13 +941,13 @@ module Virtuozzo # :nodoc:
941
941
  )
942
942
 
943
943
  EncodedRegistry.register(
944
- :class => Virtuozzo::SOAP::Types::Template::Event_dataType,
944
+ :class => Virtuozzo::SOAP::Types::Packagem::Event_dataType,
945
945
  :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
946
946
  :schema_element => []
947
947
  )
948
948
 
949
949
  EncodedRegistry.register(
950
- :class => Virtuozzo::SOAP::Types::Template::Named_listType,
950
+ :class => Virtuozzo::SOAP::Types::Packagem::Named_listType,
951
951
  :schema_type => XSD::QName.new(NsTypes, "named_listType"),
952
952
  :schema_element => [
953
953
  ["name", "SOAP::SOAPString"],
@@ -956,7 +956,7 @@ module Virtuozzo # :nodoc:
956
956
  )
957
957
 
958
958
  EncodedRegistry.register(
959
- :class => Virtuozzo::SOAP::Types::Template::ModType,
959
+ :class => Virtuozzo::SOAP::Types::Packagem::ModType,
960
960
  :schema_type => XSD::QName.new(NsTypes, "modType"),
961
961
  :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
962
962
  :schema_element => [
@@ -967,7 +967,7 @@ module Virtuozzo # :nodoc:
967
967
  )
968
968
 
969
969
  EncodedRegistry.register(
970
- :class => Virtuozzo::SOAP::Types::Template::RealmType,
970
+ :class => Virtuozzo::SOAP::Types::Packagem::RealmType,
971
971
  :schema_type => XSD::QName.new(NsTypes, "realmType"),
972
972
  :schema_element => [
973
973
  ["id", nil, [0, 1]],
@@ -978,7 +978,7 @@ module Virtuozzo # :nodoc:
978
978
  )
979
979
 
980
980
  EncodedRegistry.register(
981
- :class => Virtuozzo::SOAP::Types::Template::EventType,
981
+ :class => Virtuozzo::SOAP::Types::Packagem::EventType,
982
982
  :schema_type => XSD::QName.new(NsTypes, "eventType"),
983
983
  :schema_element => [
984
984
  ["eid", nil],
@@ -988,34 +988,34 @@ module Virtuozzo # :nodoc:
988
988
  ["sid", nil, [0, 1]],
989
989
  ["count", "SOAP::SOAPInt"],
990
990
  ["id", nil],
991
- ["info", "Virtuozzo::SOAP::Types::Template::InfoType"],
992
- ["data", "Virtuozzo::SOAP::Types::Template::EventType::C_Data", [0, 1]]
991
+ ["info", "Virtuozzo::SOAP::Types::Packagem::InfoType"],
992
+ ["data", "Virtuozzo::SOAP::Types::Packagem::EventType::C_Data", [0, 1]]
993
993
  ]
994
994
  )
995
995
 
996
996
  EncodedRegistry.register(
997
- :class => Virtuozzo::SOAP::Types::Template::EventType::C_Data,
997
+ :class => Virtuozzo::SOAP::Types::Packagem::EventType::C_Data,
998
998
  :schema_name => XSD::QName.new(NsTypes, "data"),
999
999
  :is_anonymous => true,
1000
1000
  :schema_qualified => true,
1001
1001
  :schema_element => [
1002
- ["event_data", "Virtuozzo::SOAP::Types::Template::Event_dataType"]
1002
+ ["event_data", "Virtuozzo::SOAP::Types::Packagem::Event_dataType"]
1003
1003
  ]
1004
1004
  )
1005
1005
 
1006
1006
  EncodedRegistry.register(
1007
- :class => Virtuozzo::SOAP::Types::Template::InfoType,
1007
+ :class => Virtuozzo::SOAP::Types::Packagem::InfoType,
1008
1008
  :schema_type => XSD::QName.new(NsTypes, "infoType"),
1009
1009
  :schema_element => [
1010
1010
  ["message", "SOAP::SOAPBase64"],
1011
1011
  ["translate", nil, [0, 1]],
1012
- ["parameter", "Virtuozzo::SOAP::Types::Template::InfoType[]", [0, nil]],
1012
+ ["parameter", "Virtuozzo::SOAP::Types::Packagem::InfoType[]", [0, nil]],
1013
1013
  ["name", "SOAP::SOAPString"]
1014
1014
  ]
1015
1015
  )
1016
1016
 
1017
1017
  EncodedRegistry.register(
1018
- :class => Virtuozzo::SOAP::Types::Template::AceType,
1018
+ :class => Virtuozzo::SOAP::Types::Packagem::AceType,
1019
1019
  :schema_type => XSD::QName.new(NsTypes, "aceType"),
1020
1020
  :schema_element => [
1021
1021
  ["type", "SOAP::SOAPInt"],
@@ -1025,27 +1025,27 @@ module Virtuozzo # :nodoc:
1025
1025
  )
1026
1026
 
1027
1027
  EncodedRegistry.register(
1028
- :class => Virtuozzo::SOAP::Types::Template::Security_descriptorType,
1028
+ :class => Virtuozzo::SOAP::Types::Packagem::Security_descriptorType,
1029
1029
  :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
1030
1030
  :schema_element => [
1031
1031
  ["owner", nil],
1032
1032
  ["group", nil],
1033
- ["dacl", "Virtuozzo::SOAP::Types::Template::Security_descriptorType::Dacl", [0, 1]]
1033
+ ["dacl", "Virtuozzo::SOAP::Types::Packagem::Security_descriptorType::Dacl", [0, 1]]
1034
1034
  ]
1035
1035
  )
1036
1036
 
1037
1037
  EncodedRegistry.register(
1038
- :class => Virtuozzo::SOAP::Types::Template::Security_descriptorType::Dacl,
1038
+ :class => Virtuozzo::SOAP::Types::Packagem::Security_descriptorType::Dacl,
1039
1039
  :schema_name => XSD::QName.new(NsTypes, "dacl"),
1040
1040
  :is_anonymous => true,
1041
1041
  :schema_qualified => true,
1042
1042
  :schema_element => [
1043
- ["ace", "Virtuozzo::SOAP::Types::Template::AceType[]", [0, nil]]
1043
+ ["ace", "Virtuozzo::SOAP::Types::Packagem::AceType[]", [0, nil]]
1044
1044
  ]
1045
1045
  )
1046
1046
 
1047
1047
  EncodedRegistry.register(
1048
- :class => Virtuozzo::SOAP::Types::Template::Env_security_objectType,
1048
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_security_objectType,
1049
1049
  :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
1050
1050
  :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
1051
1051
  :schema_element => [
@@ -1054,19 +1054,19 @@ module Virtuozzo # :nodoc:
1054
1054
  )
1055
1055
 
1056
1056
  EncodedRegistry.register(
1057
- :class => Virtuozzo::SOAP::Types::Template::Net_deviceType,
1057
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_deviceType,
1058
1058
  :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
1059
1059
  :schema_element => [
1060
1060
  ["id", "SOAP::SOAPString", [0, 1]],
1061
- ["ip_address", "Virtuozzo::SOAP::Types::Template::Ip_addressType[]", [0, nil]],
1061
+ ["ip_address", "Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", [0, nil]],
1062
1062
  ["dhcp", nil, [0, 1]],
1063
1063
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
1064
- ["status", "Virtuozzo::SOAP::Types::Template::Net_deviceType::Status", [0, 1]]
1064
+ ["status", "Virtuozzo::SOAP::Types::Packagem::Net_deviceType::Status", [0, 1]]
1065
1065
  ]
1066
1066
  )
1067
1067
 
1068
1068
  EncodedRegistry.register(
1069
- :class => Virtuozzo::SOAP::Types::Template::Net_deviceType::Status,
1069
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_deviceType::Status,
1070
1070
  :schema_name => XSD::QName.new(NsTypes, "status"),
1071
1071
  :is_anonymous => true,
1072
1072
  :schema_qualified => true,
@@ -1077,7 +1077,7 @@ module Virtuozzo # :nodoc:
1077
1077
  )
1078
1078
 
1079
1079
  EncodedRegistry.register(
1080
- :class => Virtuozzo::SOAP::Types::Template::Voc_parameterType,
1080
+ :class => Virtuozzo::SOAP::Types::Packagem::Voc_parameterType,
1081
1081
  :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
1082
1082
  :schema_element => [
1083
1083
  ["id", "SOAP::SOAPString"],
@@ -1096,31 +1096,31 @@ module Virtuozzo # :nodoc:
1096
1096
  )
1097
1097
 
1098
1098
  EncodedRegistry.register(
1099
- :class => Virtuozzo::SOAP::Types::Template::VocabularyType,
1099
+ :class => Virtuozzo::SOAP::Types::Packagem::VocabularyType,
1100
1100
  :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
1101
1101
  :schema_element => [
1102
1102
  ["name", "SOAP::SOAPString"],
1103
- ["parameter", "Virtuozzo::SOAP::Types::Template::Voc_parameterType[]", [0, nil]],
1104
- ["category", "Virtuozzo::SOAP::Types::Template::Voc_parameterType[]", [0, nil]]
1103
+ ["parameter", "Virtuozzo::SOAP::Types::Packagem::Voc_parameterType[]", [0, nil]],
1104
+ ["category", "Virtuozzo::SOAP::Types::Packagem::Voc_parameterType[]", [0, nil]]
1105
1105
  ]
1106
1106
  )
1107
1107
 
1108
1108
  EncodedRegistry.register(
1109
- :class => Virtuozzo::SOAP::Types::Template::Net_nicType,
1109
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_nicType,
1110
1110
  :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
1111
1111
  :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
1112
1112
  :schema_element => [
1113
1113
  ["id", "SOAP::SOAPString", [0, 1]],
1114
- ["ip_address", "Virtuozzo::SOAP::Types::Template::Ip_addressType[]", [0, nil]],
1114
+ ["ip_address", "Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", [0, nil]],
1115
1115
  ["dhcp", nil, [0, 1]],
1116
1116
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
1117
- ["status", "Virtuozzo::SOAP::Types::Template::Net_nicType::Status", [0, 1]],
1117
+ ["status", "Virtuozzo::SOAP::Types::Packagem::Net_nicType::Status", [0, 1]],
1118
1118
  ["mac_address", "SOAP::SOAPString", [0, 1]]
1119
1119
  ]
1120
1120
  )
1121
1121
 
1122
1122
  EncodedRegistry.register(
1123
- :class => Virtuozzo::SOAP::Types::Template::Net_nicType::Status,
1123
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_nicType::Status,
1124
1124
  :schema_name => XSD::QName.new(NsTypes, "status"),
1125
1125
  :is_anonymous => true,
1126
1126
  :schema_qualified => true,
@@ -1131,7 +1131,7 @@ module Virtuozzo # :nodoc:
1131
1131
  )
1132
1132
 
1133
1133
  EncodedRegistry.register(
1134
- :class => Virtuozzo::SOAP::Types::Template::Perf_statType,
1134
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_statType,
1135
1135
  :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
1136
1136
  :schema_element => [
1137
1137
  ["cur", "SOAP::SOAPAnySimpleType"],
@@ -1142,63 +1142,63 @@ module Virtuozzo # :nodoc:
1142
1142
  )
1143
1143
 
1144
1144
  EncodedRegistry.register(
1145
- :class => Virtuozzo::SOAP::Types::Template::Perf_dataType,
1145
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_dataType,
1146
1146
  :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
1147
1147
  :schema_element => [
1148
1148
  ["eid", nil],
1149
- ["v_class", ["Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1150
- ["interval", "Virtuozzo::SOAP::Types::Template::IntervalType"]
1149
+ ["v_class", ["Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1150
+ ["interval", "Virtuozzo::SOAP::Types::Packagem::IntervalType"]
1151
1151
  ]
1152
1152
  )
1153
1153
 
1154
1154
  EncodedRegistry.register(
1155
- :class => Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class::Instance::Counter,
1155
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class::Instance::Counter,
1156
1156
  :schema_name => XSD::QName.new(NsTypes, "counter"),
1157
1157
  :is_anonymous => true,
1158
1158
  :schema_qualified => true,
1159
1159
  :schema_element => [
1160
1160
  ["name", "SOAP::SOAPString"],
1161
- ["value", "Virtuozzo::SOAP::Types::Template::Perf_statType"]
1161
+ ["value", "Virtuozzo::SOAP::Types::Packagem::Perf_statType"]
1162
1162
  ]
1163
1163
  )
1164
1164
 
1165
1165
  EncodedRegistry.register(
1166
- :class => Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class::Instance,
1166
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class::Instance,
1167
1167
  :schema_name => XSD::QName.new(NsTypes, "instance"),
1168
1168
  :is_anonymous => true,
1169
1169
  :schema_qualified => true,
1170
1170
  :schema_element => [
1171
1171
  ["name", "SOAP::SOAPString", [0, 1]],
1172
- ["counter", "Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1172
+ ["counter", "Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1173
1173
  ]
1174
1174
  )
1175
1175
 
1176
1176
  EncodedRegistry.register(
1177
- :class => Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class,
1177
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class,
1178
1178
  :schema_name => XSD::QName.new(NsTypes, "class"),
1179
1179
  :is_anonymous => true,
1180
1180
  :schema_qualified => true,
1181
1181
  :schema_element => [
1182
1182
  ["name", "SOAP::SOAPString"],
1183
- ["instance", "Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class::Instance[]", [1, nil]]
1183
+ ["instance", "Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class::Instance[]", [1, nil]]
1184
1184
  ]
1185
1185
  )
1186
1186
 
1187
1187
  EncodedRegistry.register(
1188
- :class => Virtuozzo::SOAP::Types::Template::Log_options_baseType,
1188
+ :class => Virtuozzo::SOAP::Types::Packagem::Log_options_baseType,
1189
1189
  :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
1190
1190
  :schema_element => []
1191
1191
  )
1192
1192
 
1193
1193
  EncodedRegistry.register(
1194
- :class => Virtuozzo::SOAP::Types::Template::Log_optionsType,
1194
+ :class => Virtuozzo::SOAP::Types::Packagem::Log_optionsType,
1195
1195
  :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
1196
1196
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
1197
1197
  :schema_element => []
1198
1198
  )
1199
1199
 
1200
1200
  EncodedRegistry.register(
1201
- :class => Virtuozzo::SOAP::Types::Template::Virtuozzo_configType,
1201
+ :class => Virtuozzo::SOAP::Types::Packagem::Virtuozzo_configType,
1202
1202
  :schema_type => XSD::QName.new(NsVzatypes, "virtuozzo_configType"),
1203
1203
  :schema_basetype => XSD::QName.new(NsTypes, "native_configType"),
1204
1204
  :schema_element => [
@@ -1207,7 +1207,7 @@ module Virtuozzo # :nodoc:
1207
1207
  )
1208
1208
 
1209
1209
  EncodedRegistry.register(
1210
- :class => Virtuozzo::SOAP::Types::Template::Log_optionsType_,
1210
+ :class => Virtuozzo::SOAP::Types::Packagem::Log_optionsType_,
1211
1211
  :schema_type => XSD::QName.new(NsVzatypes, "log_optionsType"),
1212
1212
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
1213
1213
  :schema_element => [
@@ -1216,7 +1216,7 @@ module Virtuozzo # :nodoc:
1216
1216
  )
1217
1217
 
1218
1218
  EncodedRegistry.register(
1219
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType_,
1219
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType_,
1220
1220
  :schema_type => XSD::QName.new(NsVzatypes, "venv_configType"),
1221
1221
  :schema_basetype => XSD::QName.new(NsTypes, "venv_configType"),
1222
1222
  :schema_element => [
@@ -1224,46 +1224,46 @@ module Virtuozzo # :nodoc:
1224
1224
  ["description", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "description")], [0, 1]],
1225
1225
  ["domain", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "domain")], [0, 1]],
1226
1226
  ["hostname", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "hostname")], [0, 1]],
1227
- ["address", ["Virtuozzo::SOAP::Types::Template::Ip_addressType[]", XSD::QName.new(NsTypes, "address")], [0, nil]],
1227
+ ["address", ["Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", XSD::QName.new(NsTypes, "address")], [0, nil]],
1228
1228
  ["architecture", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "architecture")], [0, 1]],
1229
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1229
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1230
1230
  ["type", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "type")], [0, 1]],
1231
1231
  ["nameserver", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "nameserver")], [0, nil]],
1232
1232
  ["search_domain", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "search_domain")], [0, nil]],
1233
1233
  ["base_sample_id", [nil, XSD::QName.new(NsTypes, "base_sample_id")], [0, 1]],
1234
1234
  ["base_snapshot_id", [nil, XSD::QName.new(NsTypes, "base_snapshot_id")], [0, 1]],
1235
1235
  ["child_type", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "child_type")], [0, nil]],
1236
- ["qos", ["Virtuozzo::SOAP::Types::Template::QosType[]", XSD::QName.new(NsTypes, "qos")], [0, nil]],
1236
+ ["qos", ["Virtuozzo::SOAP::Types::Packagem::QosType[]", XSD::QName.new(NsTypes, "qos")], [0, nil]],
1237
1237
  ["veid", nil, [0, 1]],
1238
1238
  ["ve_root", "SOAP::SOAPString", [0, 1]],
1239
1239
  ["ve_private", "SOAP::SOAPString", [0, 1]],
1240
1240
  ["on_boot", "SOAP::SOAPBoolean", [0, 1]],
1241
- ["template", "Virtuozzo::SOAP::Types::Template::TemplateType[]", [0, nil]],
1241
+ ["template", "Virtuozzo::SOAP::Types::Packagem::TemplateType[]", [0, nil]],
1242
1242
  ["disabled", "SOAP::SOAPBoolean", [0, 1]],
1243
1243
  ["offline_management", "SOAP::SOAPBoolean", [0, 1]],
1244
- ["os_template", "Virtuozzo::SOAP::Types::Template::TemplateType", [0, 1]],
1245
- ["distribution", "Virtuozzo::SOAP::Types::Template::TemplateType", [0, 1]],
1246
- ["capability", "Virtuozzo::SOAP::Types::Template::Venv_configType_::Capability[]", [0, nil]],
1244
+ ["os_template", "Virtuozzo::SOAP::Types::Packagem::TemplateType", [0, 1]],
1245
+ ["distribution", "Virtuozzo::SOAP::Types::Packagem::TemplateType", [0, 1]],
1246
+ ["capability", "Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Capability[]", [0, nil]],
1247
1247
  ["iptables", "SOAP::SOAPString[]", [0, nil]],
1248
1248
  ["config_customized", "SOAP::SOAPBoolean", [0, 1]],
1249
1249
  ["class_id", "SOAP::SOAPString", [0, 1]],
1250
- ["ve_type", "Virtuozzo::SOAP::Types::Template::Venv_configType_::Ve_type", [0, 1]],
1250
+ ["ve_type", "Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Ve_type", [0, 1]],
1251
1251
  ["offline_service", "SOAP::SOAPString[]", [0, nil]],
1252
1252
  ["wins_server", "SOAP::SOAPString[]", [0, nil]],
1253
- ["net_device", "Virtuozzo::SOAP::Types::Template::Net_vethType[]", [0, nil]],
1253
+ ["net_device", "Virtuozzo::SOAP::Types::Packagem::Net_vethType[]", [0, nil]],
1254
1254
  ["ts_license_server", "SOAP::SOAPString[]", [0, nil]],
1255
1255
  ["ts_mode", "SOAP::SOAPInt", [0, 1]],
1256
1256
  ["uuid", "SOAP::SOAPString", [0, 1]],
1257
1257
  ["allow_reboot", "SOAP::SOAPBoolean", [0, 1]],
1258
1258
  ["rate_bound", "SOAP::SOAPBoolean", [0, 1]],
1259
- ["interface_rate", "Virtuozzo::SOAP::Types::Template::Venv_configType_::Interface_rate[]", [0, nil]],
1259
+ ["interface_rate", "Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Interface_rate[]", [0, nil]],
1260
1260
  ["slm_mode", "SOAP::SOAPString", [0, 1]],
1261
1261
  ["origin_sample", "SOAP::SOAPString", [0, 1]]
1262
1262
  ]
1263
1263
  )
1264
1264
 
1265
1265
  EncodedRegistry.register(
1266
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType_::Capability,
1266
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Capability,
1267
1267
  :schema_name => XSD::QName.new(NsVzatypes, "capability"),
1268
1268
  :is_anonymous => true,
1269
1269
  :schema_qualified => true,
@@ -1274,7 +1274,7 @@ module Virtuozzo # :nodoc:
1274
1274
  )
1275
1275
 
1276
1276
  EncodedRegistry.register(
1277
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType_::Ve_type,
1277
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Ve_type,
1278
1278
  :schema_name => XSD::QName.new(NsVzatypes, "ve_type"),
1279
1279
  :is_anonymous => true,
1280
1280
  :schema_qualified => true,
@@ -1285,7 +1285,7 @@ module Virtuozzo # :nodoc:
1285
1285
  )
1286
1286
 
1287
1287
  EncodedRegistry.register(
1288
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType_::Interface_rate,
1288
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Interface_rate,
1289
1289
  :schema_name => XSD::QName.new(NsVzatypes, "interface_rate"),
1290
1290
  :is_anonymous => true,
1291
1291
  :schema_qualified => true,
@@ -1296,19 +1296,19 @@ module Virtuozzo # :nodoc:
1296
1296
  )
1297
1297
 
1298
1298
  EncodedRegistry.register(
1299
- :class => Virtuozzo::SOAP::Types::Template::Vt_settingsType_,
1299
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_settingsType_,
1300
1300
  :schema_type => XSD::QName.new(NsVzatypes, "vt_settingsType"),
1301
1301
  :schema_basetype => XSD::QName.new(NsTypes, "vt_settingsType"),
1302
1302
  :schema_element => [
1303
1303
  ["default_sample_id", [nil, XSD::QName.new(NsTypes, "default_sample_id")], [0, 1]],
1304
- ["parameter", "Virtuozzo::SOAP::Types::Template::Vt_settingsType_::Parameter[]", [0, nil]],
1305
- ["service", "Virtuozzo::SOAP::Types::Template::Redirect_serviceType[]", [0, nil]],
1306
- ["qos", "Virtuozzo::SOAP::Types::Template::QosType[]", [0, nil]]
1304
+ ["parameter", "Virtuozzo::SOAP::Types::Packagem::Vt_settingsType_::Parameter[]", [0, nil]],
1305
+ ["service", "Virtuozzo::SOAP::Types::Packagem::Redirect_serviceType[]", [0, nil]],
1306
+ ["qos", "Virtuozzo::SOAP::Types::Packagem::QosType[]", [0, nil]]
1307
1307
  ]
1308
1308
  )
1309
1309
 
1310
1310
  EncodedRegistry.register(
1311
- :class => Virtuozzo::SOAP::Types::Template::Vt_settingsType_::Parameter,
1311
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_settingsType_::Parameter,
1312
1312
  :schema_name => XSD::QName.new(NsVzatypes, "parameter"),
1313
1313
  :is_anonymous => true,
1314
1314
  :schema_qualified => true,
@@ -1319,7 +1319,7 @@ module Virtuozzo # :nodoc:
1319
1319
  )
1320
1320
 
1321
1321
  EncodedRegistry.register(
1322
- :class => Virtuozzo::SOAP::Types::Template::Vt_infoType_,
1322
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_infoType_,
1323
1323
  :schema_type => XSD::QName.new(NsVzatypes, "vt_infoType"),
1324
1324
  :schema_basetype => XSD::QName.new(NsTypes, "vt_infoType"),
1325
1325
  :schema_element => [
@@ -1331,7 +1331,7 @@ module Virtuozzo # :nodoc:
1331
1331
  )
1332
1332
 
1333
1333
  EncodedRegistry.register(
1334
- :class => Virtuozzo::SOAP::Types::Template::Redirect_serviceType,
1334
+ :class => Virtuozzo::SOAP::Types::Packagem::Redirect_serviceType,
1335
1335
  :schema_type => XSD::QName.new(NsVzatypes, "redirect_serviceType"),
1336
1336
  :schema_element => [
1337
1337
  ["id", "SOAP::SOAPString"],
@@ -1342,7 +1342,7 @@ module Virtuozzo # :nodoc:
1342
1342
  )
1343
1343
 
1344
1344
  EncodedRegistry.register(
1345
- :class => Virtuozzo::SOAP::Types::Template::TemplateType,
1345
+ :class => Virtuozzo::SOAP::Types::Packagem::TemplateType,
1346
1346
  :schema_type => XSD::QName.new(NsVzatypes, "templateType"),
1347
1347
  :schema_element => [
1348
1348
  ["name", "SOAP::SOAPString"],
@@ -1351,13 +1351,13 @@ module Virtuozzo # :nodoc:
1351
1351
  )
1352
1352
 
1353
1353
  EncodedRegistry.register(
1354
- :class => Virtuozzo::SOAP::Types::Template::Package_std_vztemplateType,
1354
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_std_vztemplateType,
1355
1355
  :schema_type => XSD::QName.new(NsVzatypes, "package_std_vztemplateType"),
1356
1356
  :schema_basetype => XSD::QName.new(NsVzatypes, "package_vztemplateType"),
1357
1357
  :schema_element => [
1358
1358
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
1359
1359
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
1360
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1360
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1361
1361
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
1362
1362
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
1363
1363
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -1371,13 +1371,13 @@ module Virtuozzo # :nodoc:
1371
1371
  )
1372
1372
 
1373
1373
  EncodedRegistry.register(
1374
- :class => Virtuozzo::SOAP::Types::Template::Package_vztemplateType,
1374
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_vztemplateType,
1375
1375
  :schema_type => XSD::QName.new(NsVzatypes, "package_vztemplateType"),
1376
1376
  :schema_basetype => XSD::QName.new(NsTypes, "packageType"),
1377
1377
  :schema_element => [
1378
1378
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
1379
1379
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
1380
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1380
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1381
1381
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
1382
1382
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
1383
1383
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -1390,7 +1390,7 @@ module Virtuozzo # :nodoc:
1390
1390
  )
1391
1391
 
1392
1392
  EncodedRegistry.register(
1393
- :class => Virtuozzo::SOAP::Types::Template::Env_security_objectType_,
1393
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_security_objectType_,
1394
1394
  :schema_type => XSD::QName.new(NsVzatypes, "env_security_objectType"),
1395
1395
  :schema_basetype => XSD::QName.new(NsTypes, "env_security_objectType"),
1396
1396
  :schema_element => [
@@ -1399,15 +1399,15 @@ module Virtuozzo # :nodoc:
1399
1399
  )
1400
1400
 
1401
1401
  EncodedRegistry.register(
1402
- :class => Virtuozzo::SOAP::Types::Template::Net_vethType,
1402
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_vethType,
1403
1403
  :schema_type => XSD::QName.new(NsVzatypes, "net_vethType"),
1404
1404
  :schema_basetype => XSD::QName.new(NsTypes, "net_nicType"),
1405
1405
  :schema_element => [
1406
1406
  ["id", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "id")], [0, 1]],
1407
- ["ip_address", ["Virtuozzo::SOAP::Types::Template::Ip_addressType[]", XSD::QName.new(NsTypes, "ip_address")], [0, nil]],
1407
+ ["ip_address", ["Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", XSD::QName.new(NsTypes, "ip_address")], [0, nil]],
1408
1408
  ["dhcp", [nil, XSD::QName.new(NsTypes, "dhcp")], [0, 1]],
1409
1409
  ["network_id", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "network_id")], [0, 1]],
1410
- ["status", ["Virtuozzo::SOAP::Types::Template::Net_vethType::Status", XSD::QName.new(NsTypes, "status")], [0, 1]],
1410
+ ["status", ["Virtuozzo::SOAP::Types::Packagem::Net_vethType::Status", XSD::QName.new(NsTypes, "status")], [0, 1]],
1411
1411
  ["mac_address", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "mac_address")], [0, 1]],
1412
1412
  ["wins_server", "SOAP::SOAPString[]", [0, nil]],
1413
1413
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
@@ -1417,7 +1417,7 @@ module Virtuozzo # :nodoc:
1417
1417
  )
1418
1418
 
1419
1419
  EncodedRegistry.register(
1420
- :class => Virtuozzo::SOAP::Types::Template::Net_vethType::Status,
1420
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_vethType::Status,
1421
1421
  :schema_name => XSD::QName.new(NsTypes, "status"),
1422
1422
  :is_anonymous => true,
1423
1423
  :schema_qualified => true,
@@ -1428,45 +1428,45 @@ module Virtuozzo # :nodoc:
1428
1428
  )
1429
1429
 
1430
1430
  EncodedRegistry.register(
1431
- :class => Virtuozzo::SOAP::Types::Template::EnvType_,
1431
+ :class => Virtuozzo::SOAP::Types::Packagem::EnvType_,
1432
1432
  :schema_type => XSD::QName.new(NsVzatypes, "envType"),
1433
1433
  :schema_basetype => XSD::QName.new(NsTypes, "envType"),
1434
1434
  :schema_element => [
1435
1435
  ["parent_eid", [nil, XSD::QName.new(NsTypes, "parent_eid")]],
1436
1436
  ["eid", [nil, XSD::QName.new(NsTypes, "eid")]],
1437
- ["status", ["Virtuozzo::SOAP::Types::Template::Env_statusType", XSD::QName.new(NsTypes, "status")], [0, 1]],
1437
+ ["status", ["Virtuozzo::SOAP::Types::Packagem::Env_statusType", XSD::QName.new(NsTypes, "status")], [0, 1]],
1438
1438
  ["alert", ["SOAP::SOAPInt", XSD::QName.new(NsTypes, "alert")], [0, 1]],
1439
- ["config", ["Virtuozzo::SOAP::Types::Template::Env_configType", XSD::QName.new(NsTypes, "config")], [0, 1]],
1440
- ["virtual_config", ["Virtuozzo::SOAP::Types::Template::Venv_configType", XSD::QName.new(NsTypes, "virtual_config")], [0, 1]]
1439
+ ["config", ["Virtuozzo::SOAP::Types::Packagem::Env_configType", XSD::QName.new(NsTypes, "config")], [0, 1]],
1440
+ ["virtual_config", ["Virtuozzo::SOAP::Types::Packagem::Venv_configType", XSD::QName.new(NsTypes, "virtual_config")], [0, 1]]
1441
1441
  ]
1442
1442
  )
1443
1443
 
1444
1444
  EncodedRegistry.register(
1445
- :class => Virtuozzo::SOAP::Types::Template::PackagemType,
1445
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType,
1446
1446
  :schema_type => XSD::QName.new(NsPackagem, "packagemType"),
1447
1447
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1448
1448
  :schema_element => [ :choice,
1449
- ["configuration", ["Virtuozzo::SOAP::Types::Template::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1450
- ["ok", ["Virtuozzo::SOAP::Types::Template::PackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1451
- ["error", ["Virtuozzo::SOAP::Types::Template::PackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1449
+ ["configuration", ["Virtuozzo::SOAP::Types::Packagem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1450
+ ["ok", ["Virtuozzo::SOAP::Types::Packagem::PackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1451
+ ["error", ["Virtuozzo::SOAP::Types::Packagem::PackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1452
1452
  [
1453
- ["install", "Virtuozzo::SOAP::Types::Template::Install[]"],
1454
- ["remove", "Virtuozzo::SOAP::Types::Template::Remove[]"],
1455
- ["update", "Virtuozzo::SOAP::Types::Template::Update[]"],
1456
- ["list", "Virtuozzo::SOAP::Types::Template::List[]"],
1457
- ["get_info", "Virtuozzo::SOAP::Types::Template::Get_info[]"],
1458
- ["clean", "Virtuozzo::SOAP::Types::Template::Clean[]"],
1459
- ["fetch", "Virtuozzo::SOAP::Types::Template::Fetch[]"],
1460
- ["migrate", "Virtuozzo::SOAP::Types::Template::Migrate[]"]
1453
+ ["install", "Virtuozzo::SOAP::Types::Packagem::Install[]"],
1454
+ ["remove", "Virtuozzo::SOAP::Types::Packagem::Remove[]"],
1455
+ ["update", "Virtuozzo::SOAP::Types::Packagem::Update[]"],
1456
+ ["list", "Virtuozzo::SOAP::Types::Packagem::List[]"],
1457
+ ["get_info", "Virtuozzo::SOAP::Types::Packagem::Get_info[]"],
1458
+ ["clean", "Virtuozzo::SOAP::Types::Packagem::Clean[]"],
1459
+ ["fetch", "Virtuozzo::SOAP::Types::Packagem::Fetch[]"],
1460
+ ["migrate", "Virtuozzo::SOAP::Types::Packagem::Migrate[]"]
1461
1461
  ],
1462
1462
  [
1463
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType[]", [0, 1]]
1463
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType[]", [0, 1]]
1464
1464
  ]
1465
1465
  ]
1466
1466
  )
1467
1467
 
1468
1468
  EncodedRegistry.register(
1469
- :class => Virtuozzo::SOAP::Types::Template::PackagemType::Ok,
1469
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType::Ok,
1470
1470
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1471
1471
  :is_anonymous => true,
1472
1472
  :schema_qualified => true,
@@ -1474,7 +1474,7 @@ module Virtuozzo # :nodoc:
1474
1474
  )
1475
1475
 
1476
1476
  EncodedRegistry.register(
1477
- :class => Virtuozzo::SOAP::Types::Template::PackagemType::Error,
1477
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType::Error,
1478
1478
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1479
1479
  :is_anonymous => true,
1480
1480
  :schema_qualified => true,
@@ -1485,19 +1485,19 @@ module Virtuozzo # :nodoc:
1485
1485
  )
1486
1486
 
1487
1487
  EncodedRegistry.register(
1488
- :class => Virtuozzo::SOAP::Types::Template::Pkg_paramsType,
1488
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_paramsType,
1489
1489
  :schema_type => XSD::QName.new(NsPackagem, "pkg_paramsType"),
1490
1490
  :schema_element => []
1491
1491
  )
1492
1492
 
1493
1493
  EncodedRegistry.register(
1494
- :class => Virtuozzo::SOAP::Types::Template::Package_linuxType,
1494
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_linuxType,
1495
1495
  :schema_type => XSD::QName.new(NsPackagem, "package_linuxType"),
1496
1496
  :schema_basetype => XSD::QName.new(NsTypes, "packageType"),
1497
1497
  :schema_element => [
1498
1498
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
1499
1499
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
1500
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1500
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1501
1501
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
1502
1502
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
1503
1503
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -1506,13 +1506,13 @@ module Virtuozzo # :nodoc:
1506
1506
  )
1507
1507
 
1508
1508
  EncodedRegistry.register(
1509
- :class => Virtuozzo::SOAP::Types::Template::Package_rpmType,
1509
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_rpmType,
1510
1510
  :schema_type => XSD::QName.new(NsPackagem, "package_rpmType"),
1511
1511
  :schema_basetype => XSD::QName.new(NsPackagem, "package_linuxType"),
1512
1512
  :schema_element => [
1513
1513
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
1514
1514
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
1515
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1515
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1516
1516
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
1517
1517
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
1518
1518
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -1521,13 +1521,13 @@ module Virtuozzo # :nodoc:
1521
1521
  )
1522
1522
 
1523
1523
  EncodedRegistry.register(
1524
- :class => Virtuozzo::SOAP::Types::Template::Package_debType,
1524
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_debType,
1525
1525
  :schema_type => XSD::QName.new(NsPackagem, "package_debType"),
1526
1526
  :schema_basetype => XSD::QName.new(NsPackagem, "package_linuxType"),
1527
1527
  :schema_element => [
1528
1528
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
1529
1529
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
1530
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1530
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
1531
1531
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
1532
1532
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
1533
1533
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -1536,29 +1536,29 @@ module Virtuozzo # :nodoc:
1536
1536
  )
1537
1537
 
1538
1538
  EncodedRegistry.register(
1539
- :class => Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType,
1539
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType,
1540
1540
  :schema_type => XSD::QName.new(NsPackagem, "pkg_setup_cmdType"),
1541
1541
  :schema_basetype => XSD::QName.new(NsPackagem, "pkg_paramsType"),
1542
1542
  :schema_element => [
1543
1543
  ["eid", nil, [0, 1]],
1544
- ["installation_package", "Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType::Installation_package[]", [0, nil]],
1545
- ["options", "Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType::Options", [0, 1]]
1544
+ ["installation_package", "Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Installation_package[]", [0, nil]],
1545
+ ["options", "Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Options", [0, 1]]
1546
1546
  ]
1547
1547
  )
1548
1548
 
1549
1549
  EncodedRegistry.register(
1550
- :class => Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType::Installation_package,
1550
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Installation_package,
1551
1551
  :schema_name => XSD::QName.new(NsPackagem, "installation_package"),
1552
1552
  :is_anonymous => true,
1553
1553
  :schema_qualified => true,
1554
1554
  :schema_element => [ :choice,
1555
- ["package", "Virtuozzo::SOAP::Types::Template::PackageType"],
1555
+ ["package", "Virtuozzo::SOAP::Types::Packagem::PackageType"],
1556
1556
  ["path", "SOAP::SOAPBase64"]
1557
1557
  ]
1558
1558
  )
1559
1559
 
1560
1560
  EncodedRegistry.register(
1561
- :class => Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType::Options,
1561
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Options,
1562
1562
  :schema_name => XSD::QName.new(NsPackagem, "options"),
1563
1563
  :is_anonymous => true,
1564
1564
  :schema_qualified => true,
@@ -1570,59 +1570,59 @@ module Virtuozzo # :nodoc:
1570
1570
  )
1571
1571
 
1572
1572
  EncodedRegistry.register(
1573
- :class => Virtuozzo::SOAP::Types::Template::Pkg_cmdType,
1573
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_cmdType,
1574
1574
  :schema_type => XSD::QName.new(NsPackagem, "pkg_cmdType"),
1575
1575
  :schema_basetype => XSD::QName.new(NsPackagem, "pkg_paramsType"),
1576
1576
  :schema_element => [
1577
1577
  ["eid", nil, [0, 1]],
1578
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType", [0, 1]]
1578
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType", [0, 1]]
1579
1579
  ]
1580
1580
  )
1581
1581
 
1582
1582
  EncodedRegistry.register(
1583
- :class => Virtuozzo::SOAP::Types::Template::PackagesType,
1583
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagesType,
1584
1584
  :schema_type => XSD::QName.new(NsPackagem, "packagesType"),
1585
1585
  :schema_element => [
1586
- ["package", "Virtuozzo::SOAP::Types::Template::PackageType[]", [0, nil]]
1586
+ ["package", "Virtuozzo::SOAP::Types::Packagem::PackageType[]", [0, nil]]
1587
1587
  ]
1588
1588
  )
1589
1589
 
1590
1590
  EncodedRegistry.register(
1591
- :class => Virtuozzo::SOAP::Types::Template::Transport_type,
1591
+ :class => Virtuozzo::SOAP::Types::Packagem::Transport_type,
1592
1592
  :schema_type => XSD::QName.new(NsTypes, "transport_type")
1593
1593
  )
1594
1594
 
1595
1595
  EncodedRegistry.register(
1596
- :class => Virtuozzo::SOAP::Types::Template::Yes_no_type,
1596
+ :class => Virtuozzo::SOAP::Types::Packagem::Yes_no_type,
1597
1597
  :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
1598
1598
  )
1599
1599
 
1600
1600
  LiteralRegistry.register(
1601
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType,
1601
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType,
1602
1602
  :schema_type => XSD::QName.new(NsVzapackagem, "vzapackagemType"),
1603
1603
  :schema_basetype => XSD::QName.new(NsPackagem, "packagemType"),
1604
1604
  :schema_element => [
1605
- ["configuration", ["Virtuozzo::SOAP::Types::Template::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1606
- ["ok", ["Virtuozzo::SOAP::Types::Template::VzapackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1607
- ["error", ["Virtuozzo::SOAP::Types::Template::VzapackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1605
+ ["configuration", ["Virtuozzo::SOAP::Types::Packagem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1606
+ ["ok", ["Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1607
+ ["error", ["Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1608
1608
  [
1609
- ["install", ["Virtuozzo::SOAP::Types::Template::Install[]", XSD::QName.new(NsPackagem, "install")]],
1610
- ["remove", ["Virtuozzo::SOAP::Types::Template::Remove[]", XSD::QName.new(NsPackagem, "remove")]],
1611
- ["update", ["Virtuozzo::SOAP::Types::Template::Update[]", XSD::QName.new(NsPackagem, "update")]],
1612
- ["list", ["Virtuozzo::SOAP::Types::Template::List[]", XSD::QName.new(NsPackagem, "list")]],
1613
- ["get_info", ["Virtuozzo::SOAP::Types::Template::Get_info[]", XSD::QName.new(NsPackagem, "get_info")]],
1614
- ["clean", ["Virtuozzo::SOAP::Types::Template::Clean[]", XSD::QName.new(NsPackagem, "clean")]],
1615
- ["fetch", ["Virtuozzo::SOAP::Types::Template::Fetch[]", XSD::QName.new(NsPackagem, "fetch")]],
1616
- ["migrate", ["Virtuozzo::SOAP::Types::Template::Migrate[]", XSD::QName.new(NsPackagem, "migrate")]]
1609
+ ["install", ["Virtuozzo::SOAP::Types::Packagem::Install[]", XSD::QName.new(NsPackagem, "install")]],
1610
+ ["remove", ["Virtuozzo::SOAP::Types::Packagem::Remove[]", XSD::QName.new(NsPackagem, "remove")]],
1611
+ ["update", ["Virtuozzo::SOAP::Types::Packagem::Update[]", XSD::QName.new(NsPackagem, "update")]],
1612
+ ["list", ["Virtuozzo::SOAP::Types::Packagem::List[]", XSD::QName.new(NsPackagem, "list")]],
1613
+ ["get_info", ["Virtuozzo::SOAP::Types::Packagem::Get_info[]", XSD::QName.new(NsPackagem, "get_info")]],
1614
+ ["clean", ["Virtuozzo::SOAP::Types::Packagem::Clean[]", XSD::QName.new(NsPackagem, "clean")]],
1615
+ ["fetch", ["Virtuozzo::SOAP::Types::Packagem::Fetch[]", XSD::QName.new(NsPackagem, "fetch")]],
1616
+ ["migrate", ["Virtuozzo::SOAP::Types::Packagem::Migrate[]", XSD::QName.new(NsPackagem, "migrate")]]
1617
1617
  ],
1618
1618
  [
1619
- ["packages", ["Virtuozzo::SOAP::Types::Template::PackagesType[]", XSD::QName.new(NsPackagem, "packages")], [0, 1]]
1619
+ ["packages", ["Virtuozzo::SOAP::Types::Packagem::PackagesType[]", XSD::QName.new(NsPackagem, "packages")], [0, 1]]
1620
1620
  ]
1621
1621
  ]
1622
1622
  )
1623
1623
 
1624
1624
  LiteralRegistry.register(
1625
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType::Ok,
1625
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Ok,
1626
1626
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1627
1627
  :is_anonymous => true,
1628
1628
  :schema_qualified => true,
@@ -1630,7 +1630,7 @@ module Virtuozzo # :nodoc:
1630
1630
  )
1631
1631
 
1632
1632
  LiteralRegistry.register(
1633
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType::Error,
1633
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Error,
1634
1634
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1635
1635
  :is_anonymous => true,
1636
1636
  :schema_qualified => true,
@@ -1641,15 +1641,15 @@ module Virtuozzo # :nodoc:
1641
1641
  )
1642
1642
 
1643
1643
  LiteralRegistry.register(
1644
- :class => Virtuozzo::SOAP::Types::Template::Packet_headerType,
1644
+ :class => Virtuozzo::SOAP::Types::Packagem::Packet_headerType,
1645
1645
  :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
1646
1646
  :schema_element => [
1647
- ["auth", "Virtuozzo::SOAP::Types::Template::AuthType", [0, 1]],
1647
+ ["auth", "Virtuozzo::SOAP::Types::Packagem::AuthType", [0, 1]],
1648
1648
  ["cookie", "SOAP::SOAPString", [0, 1]],
1649
1649
  ["target", "SOAP::SOAPString[]", [0, nil]],
1650
1650
  ["origin", "SOAP::SOAPString", [0, 1]],
1651
- ["src", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
1652
- ["dst", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
1651
+ ["src", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
1652
+ ["dst", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
1653
1653
  ["session", "SOAP::SOAPString", [0, 1]]
1654
1654
  ],
1655
1655
  :schema_attribute => {
@@ -1667,26 +1667,26 @@ module Virtuozzo # :nodoc:
1667
1667
  )
1668
1668
 
1669
1669
  LiteralRegistry.register(
1670
- :class => Virtuozzo::SOAP::Types::Template::OperatorType,
1670
+ :class => Virtuozzo::SOAP::Types::Packagem::OperatorType,
1671
1671
  :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
1672
1672
  :schema_element => [ :choice,
1673
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"]
1673
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"]
1674
1674
  ]
1675
1675
  )
1676
1676
 
1677
1677
  LiteralRegistry.register(
1678
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType,
1678
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType,
1679
1679
  :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
1680
1680
  :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
1681
1681
  :schema_element => [ :choice,
1682
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"],
1683
- ["ok", "Virtuozzo::SOAP::Types::Template::Operator_functionalType::Ok[]"],
1684
- ["error", "Virtuozzo::SOAP::Types::Template::Operator_functionalType::Error[]"]
1682
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"],
1683
+ ["ok", "Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Ok[]"],
1684
+ ["error", "Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Error[]"]
1685
1685
  ]
1686
1686
  )
1687
1687
 
1688
1688
  LiteralRegistry.register(
1689
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType::Ok,
1689
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Ok,
1690
1690
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1691
1691
  :is_anonymous => true,
1692
1692
  :schema_qualified => true,
@@ -1694,7 +1694,7 @@ module Virtuozzo # :nodoc:
1694
1694
  )
1695
1695
 
1696
1696
  LiteralRegistry.register(
1697
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType::Error,
1697
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Error,
1698
1698
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1699
1699
  :is_anonymous => true,
1700
1700
  :schema_qualified => true,
@@ -1705,24 +1705,24 @@ module Virtuozzo # :nodoc:
1705
1705
  )
1706
1706
 
1707
1707
  LiteralRegistry.register(
1708
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType,
1708
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType,
1709
1709
  :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
1710
1710
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1711
1711
  :schema_element => [ :choice,
1712
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"],
1713
- ["ok", "Virtuozzo::SOAP::Types::Template::Operator_periodicType::Ok[]"],
1714
- ["error", "Virtuozzo::SOAP::Types::Template::Operator_periodicType::Error[]"],
1712
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"],
1713
+ ["ok", "Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Ok[]"],
1714
+ ["error", "Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Error[]"],
1715
1715
  [ :choice,
1716
- ["start_monitor", "Virtuozzo::SOAP::Types::Template::Start_monitorType"],
1717
- ["stop_monitor", "Virtuozzo::SOAP::Types::Template::Stop_monitorType"],
1718
- ["set_period", "Virtuozzo::SOAP::Types::Template::Set_periodType", [0, 1]],
1716
+ ["start_monitor", "Virtuozzo::SOAP::Types::Packagem::Start_monitorType"],
1717
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Packagem::Stop_monitorType"],
1718
+ ["set_period", "Virtuozzo::SOAP::Types::Packagem::Set_periodType", [0, 1]],
1719
1719
  ["report", nil, [0, 1]]
1720
1720
  ]
1721
1721
  ]
1722
1722
  )
1723
1723
 
1724
1724
  LiteralRegistry.register(
1725
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType::Ok,
1725
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Ok,
1726
1726
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1727
1727
  :is_anonymous => true,
1728
1728
  :schema_qualified => true,
@@ -1730,7 +1730,7 @@ module Virtuozzo # :nodoc:
1730
1730
  )
1731
1731
 
1732
1732
  LiteralRegistry.register(
1733
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType::Error,
1733
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Error,
1734
1734
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1735
1735
  :is_anonymous => true,
1736
1736
  :schema_qualified => true,
@@ -1741,7 +1741,7 @@ module Virtuozzo # :nodoc:
1741
1741
  )
1742
1742
 
1743
1743
  LiteralRegistry.register(
1744
- :class => Virtuozzo::SOAP::Types::Template::Set_periodType,
1744
+ :class => Virtuozzo::SOAP::Types::Packagem::Set_periodType,
1745
1745
  :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
1746
1746
  :schema_element => [
1747
1747
  ["collect", "SOAP::SOAPInt"],
@@ -1751,7 +1751,7 @@ module Virtuozzo # :nodoc:
1751
1751
  )
1752
1752
 
1753
1753
  LiteralRegistry.register(
1754
- :class => Virtuozzo::SOAP::Types::Template::Start_monitorType,
1754
+ :class => Virtuozzo::SOAP::Types::Packagem::Start_monitorType,
1755
1755
  :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
1756
1756
  :schema_element => [
1757
1757
  ["period", "SOAP::SOAPInt"],
@@ -1760,7 +1760,7 @@ module Virtuozzo # :nodoc:
1760
1760
  )
1761
1761
 
1762
1762
  LiteralRegistry.register(
1763
- :class => Virtuozzo::SOAP::Types::Template::Stop_monitorType,
1763
+ :class => Virtuozzo::SOAP::Types::Packagem::Stop_monitorType,
1764
1764
  :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
1765
1765
  :schema_element => [
1766
1766
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1768,7 +1768,7 @@ module Virtuozzo # :nodoc:
1768
1768
  )
1769
1769
 
1770
1770
  LiteralRegistry.register(
1771
- :class => Virtuozzo::SOAP::Types::Template::AuthType,
1771
+ :class => Virtuozzo::SOAP::Types::Packagem::AuthType,
1772
1772
  :schema_type => XSD::QName.new(NsProtocol, "authType"),
1773
1773
  :schema_element => [
1774
1774
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1776,7 +1776,7 @@ module Virtuozzo # :nodoc:
1776
1776
  )
1777
1777
 
1778
1778
  LiteralRegistry.register(
1779
- :class => Virtuozzo::SOAP::Types::Template::Event_configurationType,
1779
+ :class => Virtuozzo::SOAP::Types::Packagem::Event_configurationType,
1780
1780
  :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
1781
1781
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1782
1782
  :schema_element => [
@@ -1785,7 +1785,7 @@ module Virtuozzo # :nodoc:
1785
1785
  )
1786
1786
 
1787
1787
  LiteralRegistry.register(
1788
- :class => Virtuozzo::SOAP::Types::Template::Periodic_configurationType,
1788
+ :class => Virtuozzo::SOAP::Types::Packagem::Periodic_configurationType,
1789
1789
  :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
1790
1790
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1791
1791
  :schema_element => [
@@ -1797,7 +1797,7 @@ module Virtuozzo # :nodoc:
1797
1797
  )
1798
1798
 
1799
1799
  LiteralRegistry.register(
1800
- :class => Virtuozzo::SOAP::Types::Template::RouteType,
1800
+ :class => Virtuozzo::SOAP::Types::Packagem::RouteType,
1801
1801
  :schema_type => XSD::QName.new(NsProtocol, "routeType"),
1802
1802
  :schema_element => [
1803
1803
  ["director", "SOAP::SOAPString", [0, 1]],
@@ -1808,21 +1808,21 @@ module Virtuozzo # :nodoc:
1808
1808
  )
1809
1809
 
1810
1810
  LiteralRegistry.register(
1811
- :class => Virtuozzo::SOAP::Types::Template::DataType,
1811
+ :class => Virtuozzo::SOAP::Types::Packagem::DataType,
1812
1812
  :schema_type => XSD::QName.new(NsProtocol, "dataType"),
1813
1813
  :schema_element => [
1814
- ["operator", "Virtuozzo::SOAP::Types::Template::OperatorType[]"]
1814
+ ["operator", "Virtuozzo::SOAP::Types::Packagem::OperatorType[]"]
1815
1815
  ]
1816
1816
  )
1817
1817
 
1818
1818
  LiteralRegistry.register(
1819
- :class => Virtuozzo::SOAP::Types::Template::ConfigurationType,
1819
+ :class => Virtuozzo::SOAP::Types::Packagem::ConfigurationType,
1820
1820
  :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
1821
1821
  :schema_element => []
1822
1822
  )
1823
1823
 
1824
1824
  LiteralRegistry.register(
1825
- :class => Virtuozzo::SOAP::Types::Template::OsType,
1825
+ :class => Virtuozzo::SOAP::Types::Packagem::OsType,
1826
1826
  :schema_type => XSD::QName.new(NsTypes, "osType"),
1827
1827
  :schema_element => [
1828
1828
  ["platform", "SOAP::SOAPString", [0, 1]],
@@ -1833,7 +1833,7 @@ module Virtuozzo # :nodoc:
1833
1833
  )
1834
1834
 
1835
1835
  LiteralRegistry.register(
1836
- :class => Virtuozzo::SOAP::Types::Template::Env_statusType,
1836
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_statusType,
1837
1837
  :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
1838
1838
  :schema_element => [
1839
1839
  ["state", "SOAP::SOAPInt", [0, 1]],
@@ -1842,7 +1842,7 @@ module Virtuozzo # :nodoc:
1842
1842
  )
1843
1843
 
1844
1844
  LiteralRegistry.register(
1845
- :class => Virtuozzo::SOAP::Types::Template::QosType,
1845
+ :class => Virtuozzo::SOAP::Types::Packagem::QosType,
1846
1846
  :schema_type => XSD::QName.new(NsTypes, "qosType"),
1847
1847
  :schema_element => [
1848
1848
  ["id", "SOAP::SOAPString"],
@@ -1853,16 +1853,16 @@ module Virtuozzo # :nodoc:
1853
1853
  )
1854
1854
 
1855
1855
  LiteralRegistry.register(
1856
- :class => Virtuozzo::SOAP::Types::Template::Env_configType,
1856
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_configType,
1857
1857
  :schema_type => XSD::QName.new(NsTypes, "env_configType"),
1858
1858
  :schema_element => [
1859
1859
  ["name", "SOAP::SOAPString", [0, 1]],
1860
1860
  ["description", "SOAP::SOAPBase64", [0, 1]],
1861
1861
  ["domain", "SOAP::SOAPString", [0, 1]],
1862
1862
  ["hostname", "SOAP::SOAPString", [0, 1]],
1863
- ["address", "Virtuozzo::SOAP::Types::Template::Ip_addressType[]", [0, nil]],
1863
+ ["address", "Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", [0, nil]],
1864
1864
  ["architecture", "SOAP::SOAPString", [0, 1]],
1865
- ["os", "Virtuozzo::SOAP::Types::Template::OsType", [0, 1]],
1865
+ ["os", "Virtuozzo::SOAP::Types::Packagem::OsType", [0, 1]],
1866
1866
  ["type", "SOAP::SOAPString", [0, 1]],
1867
1867
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1868
1868
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -1873,7 +1873,7 @@ module Virtuozzo # :nodoc:
1873
1873
  )
1874
1874
 
1875
1875
  LiteralRegistry.register(
1876
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType,
1876
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType,
1877
1877
  :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
1878
1878
  :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
1879
1879
  :schema_element => [
@@ -1881,40 +1881,40 @@ module Virtuozzo # :nodoc:
1881
1881
  ["description", "SOAP::SOAPBase64", [0, 1]],
1882
1882
  ["domain", "SOAP::SOAPString", [0, 1]],
1883
1883
  ["hostname", "SOAP::SOAPString", [0, 1]],
1884
- ["address", "Virtuozzo::SOAP::Types::Template::Ip_addressType[]", [0, nil]],
1884
+ ["address", "Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", [0, nil]],
1885
1885
  ["architecture", "SOAP::SOAPString", [0, 1]],
1886
- ["os", "Virtuozzo::SOAP::Types::Template::OsType", [0, 1]],
1886
+ ["os", "Virtuozzo::SOAP::Types::Packagem::OsType", [0, 1]],
1887
1887
  ["type", "SOAP::SOAPString", [0, 1]],
1888
1888
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1889
1889
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
1890
1890
  ["base_sample_id", nil, [0, 1]],
1891
1891
  ["base_snapshot_id", nil, [0, 1]],
1892
1892
  ["child_type", "SOAP::SOAPString[]", [0, nil]],
1893
- ["qos", "Virtuozzo::SOAP::Types::Template::QosType[]", [0, nil]]
1893
+ ["qos", "Virtuozzo::SOAP::Types::Packagem::QosType[]", [0, nil]]
1894
1894
  ]
1895
1895
  )
1896
1896
 
1897
1897
  LiteralRegistry.register(
1898
- :class => Virtuozzo::SOAP::Types::Template::Native_configType,
1898
+ :class => Virtuozzo::SOAP::Types::Packagem::Native_configType,
1899
1899
  :schema_type => XSD::QName.new(NsTypes, "native_configType"),
1900
1900
  :schema_element => []
1901
1901
  )
1902
1902
 
1903
1903
  LiteralRegistry.register(
1904
- :class => Virtuozzo::SOAP::Types::Template::EnvType,
1904
+ :class => Virtuozzo::SOAP::Types::Packagem::EnvType,
1905
1905
  :schema_type => XSD::QName.new(NsTypes, "envType"),
1906
1906
  :schema_element => [
1907
1907
  ["parent_eid", nil],
1908
1908
  ["eid", nil],
1909
- ["status", "Virtuozzo::SOAP::Types::Template::Env_statusType", [0, 1]],
1909
+ ["status", "Virtuozzo::SOAP::Types::Packagem::Env_statusType", [0, 1]],
1910
1910
  ["alert", "SOAP::SOAPInt", [0, 1]],
1911
- ["config", "Virtuozzo::SOAP::Types::Template::Env_configType", [0, 1]],
1912
- ["virtual_config", "Virtuozzo::SOAP::Types::Template::Venv_configType", [0, 1]]
1911
+ ["config", "Virtuozzo::SOAP::Types::Packagem::Env_configType", [0, 1]],
1912
+ ["virtual_config", "Virtuozzo::SOAP::Types::Packagem::Venv_configType", [0, 1]]
1913
1913
  ]
1914
1914
  )
1915
1915
 
1916
1916
  LiteralRegistry.register(
1917
- :class => Virtuozzo::SOAP::Types::Template::ProcessesType,
1917
+ :class => Virtuozzo::SOAP::Types::Packagem::ProcessesType,
1918
1918
  :schema_type => XSD::QName.new(NsTypes, "processesType"),
1919
1919
  :schema_element => [
1920
1920
  ["run", "SOAP::SOAPInt"],
@@ -1927,7 +1927,7 @@ module Virtuozzo # :nodoc:
1927
1927
  )
1928
1928
 
1929
1929
  LiteralRegistry.register(
1930
- :class => Virtuozzo::SOAP::Types::Template::Load_avgType,
1930
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avgType,
1931
1931
  :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
1932
1932
  :schema_element => [
1933
1933
  ["l1", "SOAP::SOAPDouble"],
@@ -1937,7 +1937,7 @@ module Virtuozzo # :nodoc:
1937
1937
  )
1938
1938
 
1939
1939
  LiteralRegistry.register(
1940
- :class => Virtuozzo::SOAP::Types::Template::Cpu_loadType,
1940
+ :class => Virtuozzo::SOAP::Types::Packagem::Cpu_loadType,
1941
1941
  :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
1942
1942
  :schema_element => [
1943
1943
  ["system", "SOAP::SOAPLong"],
@@ -1948,7 +1948,7 @@ module Virtuozzo # :nodoc:
1948
1948
  )
1949
1949
 
1950
1950
  LiteralRegistry.register(
1951
- :class => Virtuozzo::SOAP::Types::Template::CpuType,
1951
+ :class => Virtuozzo::SOAP::Types::Packagem::CpuType,
1952
1952
  :schema_type => XSD::QName.new(NsTypes, "cpuType"),
1953
1953
  :schema_element => [
1954
1954
  ["mhz", "SOAP::SOAPInt"],
@@ -1964,16 +1964,16 @@ module Virtuozzo # :nodoc:
1964
1964
  )
1965
1965
 
1966
1966
  LiteralRegistry.register(
1967
- :class => Virtuozzo::SOAP::Types::Template::TransferType,
1967
+ :class => Virtuozzo::SOAP::Types::Packagem::TransferType,
1968
1968
  :schema_type => XSD::QName.new(NsTypes, "transferType"),
1969
1969
  :schema_element => [
1970
- ["input", "Virtuozzo::SOAP::Types::Template::TransferType::Input"],
1971
- ["output", "Virtuozzo::SOAP::Types::Template::TransferType::Output"]
1970
+ ["input", "Virtuozzo::SOAP::Types::Packagem::TransferType::Input"],
1971
+ ["output", "Virtuozzo::SOAP::Types::Packagem::TransferType::Output"]
1972
1972
  ]
1973
1973
  )
1974
1974
 
1975
1975
  LiteralRegistry.register(
1976
- :class => Virtuozzo::SOAP::Types::Template::TransferType::Input,
1976
+ :class => Virtuozzo::SOAP::Types::Packagem::TransferType::Input,
1977
1977
  :schema_name => XSD::QName.new(NsTypes, "input"),
1978
1978
  :is_anonymous => true,
1979
1979
  :schema_qualified => true,
@@ -1984,7 +1984,7 @@ module Virtuozzo # :nodoc:
1984
1984
  )
1985
1985
 
1986
1986
  LiteralRegistry.register(
1987
- :class => Virtuozzo::SOAP::Types::Template::TransferType::Output,
1987
+ :class => Virtuozzo::SOAP::Types::Packagem::TransferType::Output,
1988
1988
  :schema_name => XSD::QName.new(NsTypes, "output"),
1989
1989
  :is_anonymous => true,
1990
1990
  :schema_qualified => true,
@@ -1995,16 +1995,16 @@ module Virtuozzo # :nodoc:
1995
1995
  )
1996
1996
 
1997
1997
  LiteralRegistry.register(
1998
- :class => Virtuozzo::SOAP::Types::Template::System_nodeType,
1998
+ :class => Virtuozzo::SOAP::Types::Packagem::System_nodeType,
1999
1999
  :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
2000
2000
  :schema_element => [
2001
- ["address", "Virtuozzo::SOAP::Types::Template::System_nodeType::Address"],
2002
- ["login", "Virtuozzo::SOAP::Types::Template::System_nodeType::Login", [0, 1]]
2001
+ ["address", "Virtuozzo::SOAP::Types::Packagem::System_nodeType::Address"],
2002
+ ["login", "Virtuozzo::SOAP::Types::Packagem::System_nodeType::Login", [0, 1]]
2003
2003
  ]
2004
2004
  )
2005
2005
 
2006
2006
  LiteralRegistry.register(
2007
- :class => Virtuozzo::SOAP::Types::Template::System_nodeType::Address,
2007
+ :class => Virtuozzo::SOAP::Types::Packagem::System_nodeType::Address,
2008
2008
  :schema_name => XSD::QName.new(NsTypes, "address"),
2009
2009
  :is_anonymous => true,
2010
2010
  :schema_qualified => true,
@@ -2014,7 +2014,7 @@ module Virtuozzo # :nodoc:
2014
2014
  )
2015
2015
 
2016
2016
  LiteralRegistry.register(
2017
- :class => Virtuozzo::SOAP::Types::Template::System_nodeType::Login,
2017
+ :class => Virtuozzo::SOAP::Types::Packagem::System_nodeType::Login,
2018
2018
  :schema_name => XSD::QName.new(NsTypes, "login"),
2019
2019
  :is_anonymous => true,
2020
2020
  :schema_qualified => true,
@@ -2025,7 +2025,7 @@ module Virtuozzo # :nodoc:
2025
2025
  )
2026
2026
 
2027
2027
  LiteralRegistry.register(
2028
- :class => Virtuozzo::SOAP::Types::Template::ResourceType,
2028
+ :class => Virtuozzo::SOAP::Types::Packagem::ResourceType,
2029
2029
  :schema_type => XSD::QName.new(NsTypes, "resourceType"),
2030
2030
  :schema_element => [
2031
2031
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -2038,7 +2038,7 @@ module Virtuozzo # :nodoc:
2038
2038
  )
2039
2039
 
2040
2040
  LiteralRegistry.register(
2041
- :class => Virtuozzo::SOAP::Types::Template::IntervalType,
2041
+ :class => Virtuozzo::SOAP::Types::Packagem::IntervalType,
2042
2042
  :schema_type => XSD::QName.new(NsTypes, "intervalType"),
2043
2043
  :schema_element => [
2044
2044
  ["start_time", nil],
@@ -2047,7 +2047,7 @@ module Virtuozzo # :nodoc:
2047
2047
  )
2048
2048
 
2049
2049
  LiteralRegistry.register(
2050
- :class => Virtuozzo::SOAP::Types::Template::StatsType,
2050
+ :class => Virtuozzo::SOAP::Types::Packagem::StatsType,
2051
2051
  :schema_type => XSD::QName.new(NsTypes, "statsType"),
2052
2052
  :schema_element => [
2053
2053
  ["avg", "SOAP::SOAPLong", [0, 1]],
@@ -2061,7 +2061,7 @@ module Virtuozzo # :nodoc:
2061
2061
  )
2062
2062
 
2063
2063
  LiteralRegistry.register(
2064
- :class => Virtuozzo::SOAP::Types::Template::Net_addressType,
2064
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_addressType,
2065
2065
  :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
2066
2066
  :schema_element => [
2067
2067
  ["host", nil],
@@ -2070,16 +2070,16 @@ module Virtuozzo # :nodoc:
2070
2070
  )
2071
2071
 
2072
2072
  LiteralRegistry.register(
2073
- :class => Virtuozzo::SOAP::Types::Template::Net_classType,
2073
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_classType,
2074
2074
  :schema_type => XSD::QName.new(NsTypes, "net_classType"),
2075
2075
  :schema_element => [
2076
2076
  ["id", "SOAP::SOAPString", [0, 1]],
2077
- ["transfer", "Virtuozzo::SOAP::Types::Template::TransferType", [0, 1]]
2077
+ ["transfer", "Virtuozzo::SOAP::Types::Packagem::TransferType", [0, 1]]
2078
2078
  ]
2079
2079
  )
2080
2080
 
2081
2081
  LiteralRegistry.register(
2082
- :class => Virtuozzo::SOAP::Types::Template::Ip_rangeType,
2082
+ :class => Virtuozzo::SOAP::Types::Packagem::Ip_rangeType,
2083
2083
  :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
2084
2084
  :schema_element => [
2085
2085
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -2090,19 +2090,19 @@ module Virtuozzo # :nodoc:
2090
2090
  )
2091
2091
 
2092
2092
  LiteralRegistry.register(
2093
- :class => Virtuozzo::SOAP::Types::Template::Sample_confType,
2093
+ :class => Virtuozzo::SOAP::Types::Packagem::Sample_confType,
2094
2094
  :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
2095
2095
  :schema_element => [
2096
- ["env_config", "Virtuozzo::SOAP::Types::Template::Env_configType"],
2096
+ ["env_config", "Virtuozzo::SOAP::Types::Packagem::Env_configType"],
2097
2097
  ["id", "SOAP::SOAPString", [0, 1]],
2098
2098
  ["name", "SOAP::SOAPString"],
2099
2099
  ["comment", "SOAP::SOAPBase64", [0, 1]],
2100
- ["vt_version", "Virtuozzo::SOAP::Types::Template::Sample_confType::Vt_version", [0, 1]]
2100
+ ["vt_version", "Virtuozzo::SOAP::Types::Packagem::Sample_confType::Vt_version", [0, 1]]
2101
2101
  ]
2102
2102
  )
2103
2103
 
2104
2104
  LiteralRegistry.register(
2105
- :class => Virtuozzo::SOAP::Types::Template::Sample_confType::Vt_version,
2105
+ :class => Virtuozzo::SOAP::Types::Packagem::Sample_confType::Vt_version,
2106
2106
  :schema_name => XSD::QName.new(NsTypes, "vt_version"),
2107
2107
  :is_anonymous => true,
2108
2108
  :schema_qualified => true,
@@ -2114,34 +2114,34 @@ module Virtuozzo # :nodoc:
2114
2114
  )
2115
2115
 
2116
2116
  LiteralRegistry.register(
2117
- :class => Virtuozzo::SOAP::Types::Template::InterfaceType,
2117
+ :class => Virtuozzo::SOAP::Types::Packagem::InterfaceType,
2118
2118
  :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
2119
2119
  :schema_element => [
2120
2120
  ["name", "SOAP::SOAPString"],
2121
2121
  ["bandwidth", "SOAP::SOAPInt", [0, 1]],
2122
- ["transfer", "Virtuozzo::SOAP::Types::Template::TransferType", [0, 1]],
2122
+ ["transfer", "Virtuozzo::SOAP::Types::Packagem::TransferType", [0, 1]],
2123
2123
  ["ipaddress", nil, [0, 1]],
2124
2124
  ["flags", "SOAP::SOAPInt", [0, 1]]
2125
2125
  ]
2126
2126
  )
2127
2127
 
2128
2128
  LiteralRegistry.register(
2129
- :class => Virtuozzo::SOAP::Types::Template::Sys_infoType,
2129
+ :class => Virtuozzo::SOAP::Types::Packagem::Sys_infoType,
2130
2130
  :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
2131
2131
  :schema_element => [
2132
- ["load_avg", "Virtuozzo::SOAP::Types::Template::Load_avgType"],
2133
- ["processes", "Virtuozzo::SOAP::Types::Template::ProcessesType"],
2134
- ["cpu_load", "Virtuozzo::SOAP::Types::Template::Cpu_loadType"],
2135
- ["cpu_states", "Virtuozzo::SOAP::Types::Template::Cpu_loadType"],
2132
+ ["load_avg", "Virtuozzo::SOAP::Types::Packagem::Load_avgType"],
2133
+ ["processes", "Virtuozzo::SOAP::Types::Packagem::ProcessesType"],
2134
+ ["cpu_load", "Virtuozzo::SOAP::Types::Packagem::Cpu_loadType"],
2135
+ ["cpu_states", "Virtuozzo::SOAP::Types::Packagem::Cpu_loadType"],
2136
2136
  ["users", "SOAP::SOAPInt"],
2137
2137
  ["uptime", "SOAP::SOAPLong"],
2138
- ["memory", "Virtuozzo::SOAP::Types::Template::Sys_infoType::Memory", [0, 1]],
2139
- ["swap", "Virtuozzo::SOAP::Types::Template::Sys_infoType::Swap", [0, 1]]
2138
+ ["memory", "Virtuozzo::SOAP::Types::Packagem::Sys_infoType::Memory", [0, 1]],
2139
+ ["swap", "Virtuozzo::SOAP::Types::Packagem::Sys_infoType::Swap", [0, 1]]
2140
2140
  ]
2141
2141
  )
2142
2142
 
2143
2143
  LiteralRegistry.register(
2144
- :class => Virtuozzo::SOAP::Types::Template::Sys_infoType::Memory,
2144
+ :class => Virtuozzo::SOAP::Types::Packagem::Sys_infoType::Memory,
2145
2145
  :schema_name => XSD::QName.new(NsTypes, "memory"),
2146
2146
  :is_anonymous => true,
2147
2147
  :schema_qualified => true,
@@ -2152,7 +2152,7 @@ module Virtuozzo # :nodoc:
2152
2152
  )
2153
2153
 
2154
2154
  LiteralRegistry.register(
2155
- :class => Virtuozzo::SOAP::Types::Template::Sys_infoType::Swap,
2155
+ :class => Virtuozzo::SOAP::Types::Packagem::Sys_infoType::Swap,
2156
2156
  :schema_name => XSD::QName.new(NsTypes, "swap"),
2157
2157
  :is_anonymous => true,
2158
2158
  :schema_qualified => true,
@@ -2163,10 +2163,10 @@ module Virtuozzo # :nodoc:
2163
2163
  )
2164
2164
 
2165
2165
  LiteralRegistry.register(
2166
- :class => Virtuozzo::SOAP::Types::Template::Ps_infoType,
2166
+ :class => Virtuozzo::SOAP::Types::Packagem::Ps_infoType,
2167
2167
  :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
2168
2168
  :schema_element => [
2169
- ["process", "Virtuozzo::SOAP::Types::Template::Ps_infoType::C_Process[]", [1, nil]],
2169
+ ["process", "Virtuozzo::SOAP::Types::Packagem::Ps_infoType::C_Process[]", [1, nil]],
2170
2170
  ["param_id", "SOAP::SOAPString[]", [1, nil]],
2171
2171
  ["run", "SOAP::SOAPInt"],
2172
2172
  ["idle", "SOAP::SOAPInt"],
@@ -2179,7 +2179,7 @@ module Virtuozzo # :nodoc:
2179
2179
  )
2180
2180
 
2181
2181
  LiteralRegistry.register(
2182
- :class => Virtuozzo::SOAP::Types::Template::Ps_infoType::C_Process,
2182
+ :class => Virtuozzo::SOAP::Types::Packagem::Ps_infoType::C_Process,
2183
2183
  :schema_name => XSD::QName.new(NsTypes, "process"),
2184
2184
  :is_anonymous => true,
2185
2185
  :schema_qualified => true,
@@ -2190,17 +2190,17 @@ module Virtuozzo # :nodoc:
2190
2190
  )
2191
2191
 
2192
2192
  LiteralRegistry.register(
2193
- :class => Virtuozzo::SOAP::Types::Template::Load_avg_statsType,
2193
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType,
2194
2194
  :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
2195
2195
  :schema_element => [
2196
- ["l1", "Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L1"],
2197
- ["l2", "Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L2", [0, 1]],
2198
- ["l3", "Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L3", [0, 1]]
2196
+ ["l1", "Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L1"],
2197
+ ["l2", "Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L2", [0, 1]],
2198
+ ["l3", "Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L3", [0, 1]]
2199
2199
  ]
2200
2200
  )
2201
2201
 
2202
2202
  LiteralRegistry.register(
2203
- :class => Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L1,
2203
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L1,
2204
2204
  :schema_name => XSD::QName.new(NsTypes, "l1"),
2205
2205
  :is_anonymous => true,
2206
2206
  :schema_qualified => true,
@@ -2213,7 +2213,7 @@ module Virtuozzo # :nodoc:
2213
2213
  )
2214
2214
 
2215
2215
  LiteralRegistry.register(
2216
- :class => Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L2,
2216
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L2,
2217
2217
  :schema_name => XSD::QName.new(NsTypes, "l2"),
2218
2218
  :is_anonymous => true,
2219
2219
  :schema_qualified => true,
@@ -2226,7 +2226,7 @@ module Virtuozzo # :nodoc:
2226
2226
  )
2227
2227
 
2228
2228
  LiteralRegistry.register(
2229
- :class => Virtuozzo::SOAP::Types::Template::Load_avg_statsType::L3,
2229
+ :class => Virtuozzo::SOAP::Types::Packagem::Load_avg_statsType::L3,
2230
2230
  :schema_name => XSD::QName.new(NsTypes, "l3"),
2231
2231
  :is_anonymous => true,
2232
2232
  :schema_qualified => true,
@@ -2239,7 +2239,7 @@ module Virtuozzo # :nodoc:
2239
2239
  )
2240
2240
 
2241
2241
  LiteralRegistry.register(
2242
- :class => Virtuozzo::SOAP::Types::Template::Alert_dataType,
2242
+ :class => Virtuozzo::SOAP::Types::Packagem::Alert_dataType,
2243
2243
  :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
2244
2244
  :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
2245
2245
  :schema_element => [
@@ -2248,7 +2248,7 @@ module Virtuozzo # :nodoc:
2248
2248
  )
2249
2249
 
2250
2250
  LiteralRegistry.register(
2251
- :class => Virtuozzo::SOAP::Types::Template::Ip_addressType,
2251
+ :class => Virtuozzo::SOAP::Types::Packagem::Ip_addressType,
2252
2252
  :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
2253
2253
  :schema_element => [
2254
2254
  ["ip", nil],
@@ -2257,25 +2257,25 @@ module Virtuozzo # :nodoc:
2257
2257
  )
2258
2258
 
2259
2259
  LiteralRegistry.register(
2260
- :class => Virtuozzo::SOAP::Types::Template::Env_resourceType,
2260
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_resourceType,
2261
2261
  :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
2262
2262
  :schema_element => [
2263
2263
  ["eid", nil],
2264
- ["ip_pool", "Virtuozzo::SOAP::Types::Template::Ip_poolType", [0, 1]]
2264
+ ["ip_pool", "Virtuozzo::SOAP::Types::Packagem::Ip_poolType", [0, 1]]
2265
2265
  ]
2266
2266
  )
2267
2267
 
2268
2268
  LiteralRegistry.register(
2269
- :class => Virtuozzo::SOAP::Types::Template::Ip_poolType,
2269
+ :class => Virtuozzo::SOAP::Types::Packagem::Ip_poolType,
2270
2270
  :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
2271
2271
  :schema_element => [ :choice,
2272
- ["ip_range", "Virtuozzo::SOAP::Types::Template::Ip_poolType::Ip_range[]"],
2272
+ ["ip_range", "Virtuozzo::SOAP::Types::Packagem::Ip_poolType::Ip_range[]"],
2273
2273
  ["ip", "[]"]
2274
2274
  ]
2275
2275
  )
2276
2276
 
2277
2277
  LiteralRegistry.register(
2278
- :class => Virtuozzo::SOAP::Types::Template::Ip_poolType::Ip_range,
2278
+ :class => Virtuozzo::SOAP::Types::Packagem::Ip_poolType::Ip_range,
2279
2279
  :schema_name => XSD::QName.new(NsTypes, "ip_range"),
2280
2280
  :is_anonymous => true,
2281
2281
  :schema_qualified => true,
@@ -2286,7 +2286,7 @@ module Virtuozzo # :nodoc:
2286
2286
  )
2287
2287
 
2288
2288
  LiteralRegistry.register(
2289
- :class => Virtuozzo::SOAP::Types::Template::UsageType,
2289
+ :class => Virtuozzo::SOAP::Types::Packagem::UsageType,
2290
2290
  :schema_type => XSD::QName.new(NsTypes, "usageType"),
2291
2291
  :schema_element => [
2292
2292
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -2296,20 +2296,20 @@ module Virtuozzo # :nodoc:
2296
2296
  )
2297
2297
 
2298
2298
  LiteralRegistry.register(
2299
- :class => Virtuozzo::SOAP::Types::Template::Root_credentialType,
2299
+ :class => Virtuozzo::SOAP::Types::Packagem::Root_credentialType,
2300
2300
  :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
2301
2301
  :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
2302
2302
  :schema_element => [
2303
2303
  ["id", "SOAP::SOAPString"],
2304
2304
  ["policy", "SOAP::SOAPInt", [0, 1]],
2305
2305
  ["description", "SOAP::SOAPBase64", [0, 1]],
2306
- ["cred", "Virtuozzo::SOAP::Types::Template::CredentialType[]", [0, nil]],
2307
- ["objects", "Virtuozzo::SOAP::Types::Template::Root_credentialType::Objects", [0, 1]]
2306
+ ["cred", "Virtuozzo::SOAP::Types::Packagem::CredentialType[]", [0, nil]],
2307
+ ["objects", "Virtuozzo::SOAP::Types::Packagem::Root_credentialType::Objects", [0, 1]]
2308
2308
  ]
2309
2309
  )
2310
2310
 
2311
2311
  LiteralRegistry.register(
2312
- :class => Virtuozzo::SOAP::Types::Template::Root_credentialType::Objects,
2312
+ :class => Virtuozzo::SOAP::Types::Packagem::Root_credentialType::Objects,
2313
2313
  :schema_name => XSD::QName.new(NsTypes, "objects"),
2314
2314
  :is_anonymous => true,
2315
2315
  :schema_qualified => true,
@@ -2319,30 +2319,30 @@ module Virtuozzo # :nodoc:
2319
2319
  )
2320
2320
 
2321
2321
  LiteralRegistry.register(
2322
- :class => Virtuozzo::SOAP::Types::Template::CredentialType,
2322
+ :class => Virtuozzo::SOAP::Types::Packagem::CredentialType,
2323
2323
  :schema_type => XSD::QName.new(NsTypes, "credentialType"),
2324
2324
  :schema_element => [
2325
2325
  ["id", "SOAP::SOAPString"],
2326
2326
  ["policy", "SOAP::SOAPInt", [0, 1]],
2327
2327
  ["description", "SOAP::SOAPBase64", [0, 1]],
2328
- ["cred", "Virtuozzo::SOAP::Types::Template::CredentialType[]", [0, nil]]
2328
+ ["cred", "Virtuozzo::SOAP::Types::Packagem::CredentialType[]", [0, nil]]
2329
2329
  ]
2330
2330
  )
2331
2331
 
2332
2332
  LiteralRegistry.register(
2333
- :class => Virtuozzo::SOAP::Types::Template::TokenType,
2333
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType,
2334
2334
  :schema_type => XSD::QName.new(NsTypes, "tokenType"),
2335
2335
  :schema_element => [
2336
2336
  ["user", nil],
2337
- ["groups", "Virtuozzo::SOAP::Types::Template::TokenType::Groups", [0, 1]],
2338
- ["deny_only_sids", "Virtuozzo::SOAP::Types::Template::TokenType::Deny_only_sids", [0, 1]],
2339
- ["privileges", "Virtuozzo::SOAP::Types::Template::TokenType::Privileges", [0, 1]],
2340
- ["source", "Virtuozzo::SOAP::Types::Template::TokenType::Source", [0, 1]]
2337
+ ["groups", "Virtuozzo::SOAP::Types::Packagem::TokenType::Groups", [0, 1]],
2338
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Packagem::TokenType::Deny_only_sids", [0, 1]],
2339
+ ["privileges", "Virtuozzo::SOAP::Types::Packagem::TokenType::Privileges", [0, 1]],
2340
+ ["source", "Virtuozzo::SOAP::Types::Packagem::TokenType::Source", [0, 1]]
2341
2341
  ]
2342
2342
  )
2343
2343
 
2344
2344
  LiteralRegistry.register(
2345
- :class => Virtuozzo::SOAP::Types::Template::TokenType::Groups,
2345
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType::Groups,
2346
2346
  :schema_name => XSD::QName.new(NsTypes, "groups"),
2347
2347
  :is_anonymous => true,
2348
2348
  :schema_qualified => true,
@@ -2352,7 +2352,7 @@ module Virtuozzo # :nodoc:
2352
2352
  )
2353
2353
 
2354
2354
  LiteralRegistry.register(
2355
- :class => Virtuozzo::SOAP::Types::Template::TokenType::Deny_only_sids,
2355
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType::Deny_only_sids,
2356
2356
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
2357
2357
  :is_anonymous => true,
2358
2358
  :schema_qualified => true,
@@ -2362,7 +2362,7 @@ module Virtuozzo # :nodoc:
2362
2362
  )
2363
2363
 
2364
2364
  LiteralRegistry.register(
2365
- :class => Virtuozzo::SOAP::Types::Template::TokenType::Privileges,
2365
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType::Privileges,
2366
2366
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
2367
2367
  :is_anonymous => true,
2368
2368
  :schema_qualified => true,
@@ -2372,7 +2372,7 @@ module Virtuozzo # :nodoc:
2372
2372
  )
2373
2373
 
2374
2374
  LiteralRegistry.register(
2375
- :class => Virtuozzo::SOAP::Types::Template::TokenType::Source,
2375
+ :class => Virtuozzo::SOAP::Types::Packagem::TokenType::Source,
2376
2376
  :schema_name => XSD::QName.new(NsTypes, "source"),
2377
2377
  :is_anonymous => true,
2378
2378
  :schema_qualified => true,
@@ -2383,7 +2383,7 @@ module Virtuozzo # :nodoc:
2383
2383
  )
2384
2384
 
2385
2385
  LiteralRegistry.register(
2386
- :class => Virtuozzo::SOAP::Types::Template::Connectivity_infoType,
2386
+ :class => Virtuozzo::SOAP::Types::Packagem::Connectivity_infoType,
2387
2387
  :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
2388
2388
  :schema_element => [
2389
2389
  ["protocol", "SOAP::SOAPString", [0, 1]],
@@ -2393,7 +2393,7 @@ module Virtuozzo # :nodoc:
2393
2393
  )
2394
2394
 
2395
2395
  LiteralRegistry.register(
2396
- :class => Virtuozzo::SOAP::Types::Template::Auth_nameType,
2396
+ :class => Virtuozzo::SOAP::Types::Packagem::Auth_nameType,
2397
2397
  :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
2398
2398
  :schema_element => [
2399
2399
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -2403,20 +2403,20 @@ module Virtuozzo # :nodoc:
2403
2403
  )
2404
2404
 
2405
2405
  LiteralRegistry.register(
2406
- :class => Virtuozzo::SOAP::Types::Template::Connection_infoType,
2406
+ :class => Virtuozzo::SOAP::Types::Packagem::Connection_infoType,
2407
2407
  :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
2408
2408
  :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
2409
2409
  :schema_element => [
2410
2410
  ["protocol", "SOAP::SOAPString", [0, 1]],
2411
2411
  ["address", "SOAP::SOAPString"],
2412
2412
  ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
2413
- ["login", "Virtuozzo::SOAP::Types::Template::Auth_nameType", [0, 1]],
2413
+ ["login", "Virtuozzo::SOAP::Types::Packagem::Auth_nameType", [0, 1]],
2414
2414
  ["password", "SOAP::SOAPBase64", [0, 1]]
2415
2415
  ]
2416
2416
  )
2417
2417
 
2418
2418
  LiteralRegistry.register(
2419
- :class => Virtuozzo::SOAP::Types::Template::Eid_listType,
2419
+ :class => Virtuozzo::SOAP::Types::Packagem::Eid_listType,
2420
2420
  :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
2421
2421
  :schema_element => [
2422
2422
  ["eid", "[]", [0, nil]]
@@ -2424,7 +2424,7 @@ module Virtuozzo # :nodoc:
2424
2424
  )
2425
2425
 
2426
2426
  LiteralRegistry.register(
2427
- :class => Virtuozzo::SOAP::Types::Template::Vt_infoType,
2427
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_infoType,
2428
2428
  :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
2429
2429
  :schema_element => [
2430
2430
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -2432,7 +2432,7 @@ module Virtuozzo # :nodoc:
2432
2432
  )
2433
2433
 
2434
2434
  LiteralRegistry.register(
2435
- :class => Virtuozzo::SOAP::Types::Template::Vt_settingsType,
2435
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_settingsType,
2436
2436
  :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
2437
2437
  :schema_element => [
2438
2438
  ["default_sample_id", nil, [0, 1]]
@@ -2440,11 +2440,11 @@ module Virtuozzo # :nodoc:
2440
2440
  )
2441
2441
 
2442
2442
  LiteralRegistry.register(
2443
- :class => Virtuozzo::SOAP::Types::Template::UserType,
2443
+ :class => Virtuozzo::SOAP::Types::Packagem::UserType,
2444
2444
  :schema_type => XSD::QName.new(NsTypes, "userType"),
2445
2445
  :schema_element => [
2446
- ["initial_group", "Virtuozzo::SOAP::Types::Template::UserType::Initial_group", [0, 1]],
2447
- ["group", "Virtuozzo::SOAP::Types::Template::UserType::Group[]", [0, nil]],
2446
+ ["initial_group", "Virtuozzo::SOAP::Types::Packagem::UserType::Initial_group", [0, 1]],
2447
+ ["group", "Virtuozzo::SOAP::Types::Packagem::UserType::Group[]", [0, nil]],
2448
2448
  ["uid", "SOAP::SOAPInt", [0, 1]],
2449
2449
  ["shell", "SOAP::SOAPString", [0, 1]],
2450
2450
  ["password", "SOAP::SOAPBase64", [0, 1]],
@@ -2455,7 +2455,7 @@ module Virtuozzo # :nodoc:
2455
2455
  )
2456
2456
 
2457
2457
  LiteralRegistry.register(
2458
- :class => Virtuozzo::SOAP::Types::Template::UserType::Initial_group,
2458
+ :class => Virtuozzo::SOAP::Types::Packagem::UserType::Initial_group,
2459
2459
  :schema_name => XSD::QName.new(NsTypes, "initial_group"),
2460
2460
  :is_anonymous => true,
2461
2461
  :schema_qualified => true,
@@ -2466,7 +2466,7 @@ module Virtuozzo # :nodoc:
2466
2466
  )
2467
2467
 
2468
2468
  LiteralRegistry.register(
2469
- :class => Virtuozzo::SOAP::Types::Template::UserType::Group,
2469
+ :class => Virtuozzo::SOAP::Types::Packagem::UserType::Group,
2470
2470
  :schema_name => XSD::QName.new(NsTypes, "group"),
2471
2471
  :is_anonymous => true,
2472
2472
  :schema_qualified => true,
@@ -2477,18 +2477,18 @@ module Virtuozzo # :nodoc:
2477
2477
  )
2478
2478
 
2479
2479
  LiteralRegistry.register(
2480
- :class => Virtuozzo::SOAP::Types::Template::GroupType,
2480
+ :class => Virtuozzo::SOAP::Types::Packagem::GroupType,
2481
2481
  :schema_type => XSD::QName.new(NsTypes, "groupType"),
2482
2482
  :schema_element => [
2483
- ["user", "Virtuozzo::SOAP::Types::Template::GroupType::User[]", [0, nil]],
2484
- ["member_group", "Virtuozzo::SOAP::Types::Template::GroupType::Member_group[]", [0, nil]],
2483
+ ["user", "Virtuozzo::SOAP::Types::Packagem::GroupType::User[]", [0, nil]],
2484
+ ["member_group", "Virtuozzo::SOAP::Types::Packagem::GroupType::Member_group[]", [0, nil]],
2485
2485
  ["name", "SOAP::SOAPString", [0, 1]],
2486
2486
  ["gid", "SOAP::SOAPInt", [0, 1]]
2487
2487
  ]
2488
2488
  )
2489
2489
 
2490
2490
  LiteralRegistry.register(
2491
- :class => Virtuozzo::SOAP::Types::Template::GroupType::User,
2491
+ :class => Virtuozzo::SOAP::Types::Packagem::GroupType::User,
2492
2492
  :schema_name => XSD::QName.new(NsTypes, "user"),
2493
2493
  :is_anonymous => true,
2494
2494
  :schema_qualified => true,
@@ -2498,7 +2498,7 @@ module Virtuozzo # :nodoc:
2498
2498
  )
2499
2499
 
2500
2500
  LiteralRegistry.register(
2501
- :class => Virtuozzo::SOAP::Types::Template::GroupType::Member_group,
2501
+ :class => Virtuozzo::SOAP::Types::Packagem::GroupType::Member_group,
2502
2502
  :schema_name => XSD::QName.new(NsTypes, "member_group"),
2503
2503
  :is_anonymous => true,
2504
2504
  :schema_qualified => true,
@@ -2508,12 +2508,12 @@ module Virtuozzo # :nodoc:
2508
2508
  )
2509
2509
 
2510
2510
  LiteralRegistry.register(
2511
- :class => Virtuozzo::SOAP::Types::Template::PackageType,
2511
+ :class => Virtuozzo::SOAP::Types::Packagem::PackageType,
2512
2512
  :schema_type => XSD::QName.new(NsTypes, "packageType"),
2513
2513
  :schema_element => [
2514
2514
  ["name", "SOAP::SOAPString"],
2515
2515
  ["summary", "SOAP::SOAPString", [0, 1]],
2516
- ["os", "Virtuozzo::SOAP::Types::Template::OsType", [0, 1]],
2516
+ ["os", "Virtuozzo::SOAP::Types::Packagem::OsType", [0, 1]],
2517
2517
  ["description", "SOAP::SOAPString", [0, 1]],
2518
2518
  ["arch", "SOAP::SOAPString", [0, 1]],
2519
2519
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -2521,13 +2521,13 @@ module Virtuozzo # :nodoc:
2521
2521
  )
2522
2522
 
2523
2523
  LiteralRegistry.register(
2524
- :class => Virtuozzo::SOAP::Types::Template::Event_dataType,
2524
+ :class => Virtuozzo::SOAP::Types::Packagem::Event_dataType,
2525
2525
  :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
2526
2526
  :schema_element => []
2527
2527
  )
2528
2528
 
2529
2529
  LiteralRegistry.register(
2530
- :class => Virtuozzo::SOAP::Types::Template::Named_listType,
2530
+ :class => Virtuozzo::SOAP::Types::Packagem::Named_listType,
2531
2531
  :schema_type => XSD::QName.new(NsTypes, "named_listType"),
2532
2532
  :schema_element => [
2533
2533
  ["name", "SOAP::SOAPString"],
@@ -2536,7 +2536,7 @@ module Virtuozzo # :nodoc:
2536
2536
  )
2537
2537
 
2538
2538
  LiteralRegistry.register(
2539
- :class => Virtuozzo::SOAP::Types::Template::ModType,
2539
+ :class => Virtuozzo::SOAP::Types::Packagem::ModType,
2540
2540
  :schema_type => XSD::QName.new(NsTypes, "modType"),
2541
2541
  :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
2542
2542
  :schema_element => [
@@ -2547,7 +2547,7 @@ module Virtuozzo # :nodoc:
2547
2547
  )
2548
2548
 
2549
2549
  LiteralRegistry.register(
2550
- :class => Virtuozzo::SOAP::Types::Template::RealmType,
2550
+ :class => Virtuozzo::SOAP::Types::Packagem::RealmType,
2551
2551
  :schema_type => XSD::QName.new(NsTypes, "realmType"),
2552
2552
  :schema_element => [
2553
2553
  ["id", nil, [0, 1]],
@@ -2558,7 +2558,7 @@ module Virtuozzo # :nodoc:
2558
2558
  )
2559
2559
 
2560
2560
  LiteralRegistry.register(
2561
- :class => Virtuozzo::SOAP::Types::Template::EventType,
2561
+ :class => Virtuozzo::SOAP::Types::Packagem::EventType,
2562
2562
  :schema_type => XSD::QName.new(NsTypes, "eventType"),
2563
2563
  :schema_element => [
2564
2564
  ["eid", nil],
@@ -2568,34 +2568,34 @@ module Virtuozzo # :nodoc:
2568
2568
  ["sid", nil, [0, 1]],
2569
2569
  ["count", "SOAP::SOAPInt"],
2570
2570
  ["id", nil],
2571
- ["info", "Virtuozzo::SOAP::Types::Template::InfoType"],
2572
- ["data", "Virtuozzo::SOAP::Types::Template::EventType::C_Data", [0, 1]]
2571
+ ["info", "Virtuozzo::SOAP::Types::Packagem::InfoType"],
2572
+ ["data", "Virtuozzo::SOAP::Types::Packagem::EventType::C_Data", [0, 1]]
2573
2573
  ]
2574
2574
  )
2575
2575
 
2576
2576
  LiteralRegistry.register(
2577
- :class => Virtuozzo::SOAP::Types::Template::EventType::C_Data,
2577
+ :class => Virtuozzo::SOAP::Types::Packagem::EventType::C_Data,
2578
2578
  :schema_name => XSD::QName.new(NsTypes, "data"),
2579
2579
  :is_anonymous => true,
2580
2580
  :schema_qualified => true,
2581
2581
  :schema_element => [
2582
- ["event_data", "Virtuozzo::SOAP::Types::Template::Event_dataType"]
2582
+ ["event_data", "Virtuozzo::SOAP::Types::Packagem::Event_dataType"]
2583
2583
  ]
2584
2584
  )
2585
2585
 
2586
2586
  LiteralRegistry.register(
2587
- :class => Virtuozzo::SOAP::Types::Template::InfoType,
2587
+ :class => Virtuozzo::SOAP::Types::Packagem::InfoType,
2588
2588
  :schema_type => XSD::QName.new(NsTypes, "infoType"),
2589
2589
  :schema_element => [
2590
2590
  ["message", "SOAP::SOAPBase64"],
2591
2591
  ["translate", nil, [0, 1]],
2592
- ["parameter", "Virtuozzo::SOAP::Types::Template::InfoType[]", [0, nil]],
2592
+ ["parameter", "Virtuozzo::SOAP::Types::Packagem::InfoType[]", [0, nil]],
2593
2593
  ["name", "SOAP::SOAPString"]
2594
2594
  ]
2595
2595
  )
2596
2596
 
2597
2597
  LiteralRegistry.register(
2598
- :class => Virtuozzo::SOAP::Types::Template::AceType,
2598
+ :class => Virtuozzo::SOAP::Types::Packagem::AceType,
2599
2599
  :schema_type => XSD::QName.new(NsTypes, "aceType"),
2600
2600
  :schema_element => [
2601
2601
  ["type", "SOAP::SOAPInt"],
@@ -2605,27 +2605,27 @@ module Virtuozzo # :nodoc:
2605
2605
  )
2606
2606
 
2607
2607
  LiteralRegistry.register(
2608
- :class => Virtuozzo::SOAP::Types::Template::Security_descriptorType,
2608
+ :class => Virtuozzo::SOAP::Types::Packagem::Security_descriptorType,
2609
2609
  :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
2610
2610
  :schema_element => [
2611
2611
  ["owner", nil],
2612
2612
  ["group", nil],
2613
- ["dacl", "Virtuozzo::SOAP::Types::Template::Security_descriptorType::Dacl", [0, 1]]
2613
+ ["dacl", "Virtuozzo::SOAP::Types::Packagem::Security_descriptorType::Dacl", [0, 1]]
2614
2614
  ]
2615
2615
  )
2616
2616
 
2617
2617
  LiteralRegistry.register(
2618
- :class => Virtuozzo::SOAP::Types::Template::Security_descriptorType::Dacl,
2618
+ :class => Virtuozzo::SOAP::Types::Packagem::Security_descriptorType::Dacl,
2619
2619
  :schema_name => XSD::QName.new(NsTypes, "dacl"),
2620
2620
  :is_anonymous => true,
2621
2621
  :schema_qualified => true,
2622
2622
  :schema_element => [
2623
- ["ace", "Virtuozzo::SOAP::Types::Template::AceType[]", [0, nil]]
2623
+ ["ace", "Virtuozzo::SOAP::Types::Packagem::AceType[]", [0, nil]]
2624
2624
  ]
2625
2625
  )
2626
2626
 
2627
2627
  LiteralRegistry.register(
2628
- :class => Virtuozzo::SOAP::Types::Template::Env_security_objectType,
2628
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_security_objectType,
2629
2629
  :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
2630
2630
  :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
2631
2631
  :schema_element => [
@@ -2634,19 +2634,19 @@ module Virtuozzo # :nodoc:
2634
2634
  )
2635
2635
 
2636
2636
  LiteralRegistry.register(
2637
- :class => Virtuozzo::SOAP::Types::Template::Net_deviceType,
2637
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_deviceType,
2638
2638
  :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
2639
2639
  :schema_element => [
2640
2640
  ["id", "SOAP::SOAPString", [0, 1]],
2641
- ["ip_address", "Virtuozzo::SOAP::Types::Template::Ip_addressType[]", [0, nil]],
2641
+ ["ip_address", "Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", [0, nil]],
2642
2642
  ["dhcp", nil, [0, 1]],
2643
2643
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
2644
- ["status", "Virtuozzo::SOAP::Types::Template::Net_deviceType::Status", [0, 1]]
2644
+ ["status", "Virtuozzo::SOAP::Types::Packagem::Net_deviceType::Status", [0, 1]]
2645
2645
  ]
2646
2646
  )
2647
2647
 
2648
2648
  LiteralRegistry.register(
2649
- :class => Virtuozzo::SOAP::Types::Template::Net_deviceType::Status,
2649
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_deviceType::Status,
2650
2650
  :schema_name => XSD::QName.new(NsTypes, "status"),
2651
2651
  :is_anonymous => true,
2652
2652
  :schema_qualified => true,
@@ -2657,7 +2657,7 @@ module Virtuozzo # :nodoc:
2657
2657
  )
2658
2658
 
2659
2659
  LiteralRegistry.register(
2660
- :class => Virtuozzo::SOAP::Types::Template::Voc_parameterType,
2660
+ :class => Virtuozzo::SOAP::Types::Packagem::Voc_parameterType,
2661
2661
  :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
2662
2662
  :schema_element => [
2663
2663
  ["id", "SOAP::SOAPString"],
@@ -2676,31 +2676,31 @@ module Virtuozzo # :nodoc:
2676
2676
  )
2677
2677
 
2678
2678
  LiteralRegistry.register(
2679
- :class => Virtuozzo::SOAP::Types::Template::VocabularyType,
2679
+ :class => Virtuozzo::SOAP::Types::Packagem::VocabularyType,
2680
2680
  :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
2681
2681
  :schema_element => [
2682
2682
  ["name", "SOAP::SOAPString"],
2683
- ["parameter", "Virtuozzo::SOAP::Types::Template::Voc_parameterType[]", [0, nil]],
2684
- ["category", "Virtuozzo::SOAP::Types::Template::Voc_parameterType[]", [0, nil]]
2683
+ ["parameter", "Virtuozzo::SOAP::Types::Packagem::Voc_parameterType[]", [0, nil]],
2684
+ ["category", "Virtuozzo::SOAP::Types::Packagem::Voc_parameterType[]", [0, nil]]
2685
2685
  ]
2686
2686
  )
2687
2687
 
2688
2688
  LiteralRegistry.register(
2689
- :class => Virtuozzo::SOAP::Types::Template::Net_nicType,
2689
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_nicType,
2690
2690
  :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
2691
2691
  :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
2692
2692
  :schema_element => [
2693
2693
  ["id", "SOAP::SOAPString", [0, 1]],
2694
- ["ip_address", "Virtuozzo::SOAP::Types::Template::Ip_addressType[]", [0, nil]],
2694
+ ["ip_address", "Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", [0, nil]],
2695
2695
  ["dhcp", nil, [0, 1]],
2696
2696
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
2697
- ["status", "Virtuozzo::SOAP::Types::Template::Net_nicType::Status", [0, 1]],
2697
+ ["status", "Virtuozzo::SOAP::Types::Packagem::Net_nicType::Status", [0, 1]],
2698
2698
  ["mac_address", "SOAP::SOAPString", [0, 1]]
2699
2699
  ]
2700
2700
  )
2701
2701
 
2702
2702
  LiteralRegistry.register(
2703
- :class => Virtuozzo::SOAP::Types::Template::Net_nicType::Status,
2703
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_nicType::Status,
2704
2704
  :schema_name => XSD::QName.new(NsTypes, "status"),
2705
2705
  :is_anonymous => true,
2706
2706
  :schema_qualified => true,
@@ -2711,7 +2711,7 @@ module Virtuozzo # :nodoc:
2711
2711
  )
2712
2712
 
2713
2713
  LiteralRegistry.register(
2714
- :class => Virtuozzo::SOAP::Types::Template::Perf_statType,
2714
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_statType,
2715
2715
  :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
2716
2716
  :schema_element => [
2717
2717
  ["cur", "SOAP::SOAPAnySimpleType"],
@@ -2722,63 +2722,63 @@ module Virtuozzo # :nodoc:
2722
2722
  )
2723
2723
 
2724
2724
  LiteralRegistry.register(
2725
- :class => Virtuozzo::SOAP::Types::Template::Perf_dataType,
2725
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_dataType,
2726
2726
  :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
2727
2727
  :schema_element => [
2728
2728
  ["eid", nil],
2729
- ["v_class", ["Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2730
- ["interval", "Virtuozzo::SOAP::Types::Template::IntervalType"]
2729
+ ["v_class", ["Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2730
+ ["interval", "Virtuozzo::SOAP::Types::Packagem::IntervalType"]
2731
2731
  ]
2732
2732
  )
2733
2733
 
2734
2734
  LiteralRegistry.register(
2735
- :class => Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class::Instance::Counter,
2735
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class::Instance::Counter,
2736
2736
  :schema_name => XSD::QName.new(NsTypes, "counter"),
2737
2737
  :is_anonymous => true,
2738
2738
  :schema_qualified => true,
2739
2739
  :schema_element => [
2740
2740
  ["name", "SOAP::SOAPString"],
2741
- ["value", "Virtuozzo::SOAP::Types::Template::Perf_statType"]
2741
+ ["value", "Virtuozzo::SOAP::Types::Packagem::Perf_statType"]
2742
2742
  ]
2743
2743
  )
2744
2744
 
2745
2745
  LiteralRegistry.register(
2746
- :class => Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class::Instance,
2746
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class::Instance,
2747
2747
  :schema_name => XSD::QName.new(NsTypes, "instance"),
2748
2748
  :is_anonymous => true,
2749
2749
  :schema_qualified => true,
2750
2750
  :schema_element => [
2751
2751
  ["name", "SOAP::SOAPString", [0, 1]],
2752
- ["counter", "Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2752
+ ["counter", "Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2753
2753
  ]
2754
2754
  )
2755
2755
 
2756
2756
  LiteralRegistry.register(
2757
- :class => Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class,
2757
+ :class => Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class,
2758
2758
  :schema_name => XSD::QName.new(NsTypes, "class"),
2759
2759
  :is_anonymous => true,
2760
2760
  :schema_qualified => true,
2761
2761
  :schema_element => [
2762
2762
  ["name", "SOAP::SOAPString"],
2763
- ["instance", "Virtuozzo::SOAP::Types::Template::Perf_dataType::C_Class::Instance[]", [1, nil]]
2763
+ ["instance", "Virtuozzo::SOAP::Types::Packagem::Perf_dataType::C_Class::Instance[]", [1, nil]]
2764
2764
  ]
2765
2765
  )
2766
2766
 
2767
2767
  LiteralRegistry.register(
2768
- :class => Virtuozzo::SOAP::Types::Template::Log_options_baseType,
2768
+ :class => Virtuozzo::SOAP::Types::Packagem::Log_options_baseType,
2769
2769
  :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
2770
2770
  :schema_element => []
2771
2771
  )
2772
2772
 
2773
2773
  LiteralRegistry.register(
2774
- :class => Virtuozzo::SOAP::Types::Template::Log_optionsType,
2774
+ :class => Virtuozzo::SOAP::Types::Packagem::Log_optionsType,
2775
2775
  :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
2776
2776
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
2777
2777
  :schema_element => []
2778
2778
  )
2779
2779
 
2780
2780
  LiteralRegistry.register(
2781
- :class => Virtuozzo::SOAP::Types::Template::Virtuozzo_configType,
2781
+ :class => Virtuozzo::SOAP::Types::Packagem::Virtuozzo_configType,
2782
2782
  :schema_type => XSD::QName.new(NsVzatypes, "virtuozzo_configType"),
2783
2783
  :schema_basetype => XSD::QName.new(NsTypes, "native_configType"),
2784
2784
  :schema_element => [
@@ -2787,7 +2787,7 @@ module Virtuozzo # :nodoc:
2787
2787
  )
2788
2788
 
2789
2789
  LiteralRegistry.register(
2790
- :class => Virtuozzo::SOAP::Types::Template::Log_optionsType_,
2790
+ :class => Virtuozzo::SOAP::Types::Packagem::Log_optionsType_,
2791
2791
  :schema_type => XSD::QName.new(NsVzatypes, "log_optionsType"),
2792
2792
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
2793
2793
  :schema_element => [
@@ -2796,7 +2796,7 @@ module Virtuozzo # :nodoc:
2796
2796
  )
2797
2797
 
2798
2798
  LiteralRegistry.register(
2799
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType_,
2799
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType_,
2800
2800
  :schema_type => XSD::QName.new(NsVzatypes, "venv_configType"),
2801
2801
  :schema_basetype => XSD::QName.new(NsTypes, "venv_configType"),
2802
2802
  :schema_element => [
@@ -2804,46 +2804,46 @@ module Virtuozzo # :nodoc:
2804
2804
  ["description", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "description")], [0, 1]],
2805
2805
  ["domain", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "domain")], [0, 1]],
2806
2806
  ["hostname", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "hostname")], [0, 1]],
2807
- ["address", ["Virtuozzo::SOAP::Types::Template::Ip_addressType[]", XSD::QName.new(NsTypes, "address")], [0, nil]],
2807
+ ["address", ["Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", XSD::QName.new(NsTypes, "address")], [0, nil]],
2808
2808
  ["architecture", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "architecture")], [0, 1]],
2809
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
2809
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
2810
2810
  ["type", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "type")], [0, 1]],
2811
2811
  ["nameserver", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "nameserver")], [0, nil]],
2812
2812
  ["search_domain", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "search_domain")], [0, nil]],
2813
2813
  ["base_sample_id", [nil, XSD::QName.new(NsTypes, "base_sample_id")], [0, 1]],
2814
2814
  ["base_snapshot_id", [nil, XSD::QName.new(NsTypes, "base_snapshot_id")], [0, 1]],
2815
2815
  ["child_type", ["SOAP::SOAPString[]", XSD::QName.new(NsTypes, "child_type")], [0, nil]],
2816
- ["qos", ["Virtuozzo::SOAP::Types::Template::QosType[]", XSD::QName.new(NsTypes, "qos")], [0, nil]],
2816
+ ["qos", ["Virtuozzo::SOAP::Types::Packagem::QosType[]", XSD::QName.new(NsTypes, "qos")], [0, nil]],
2817
2817
  ["veid", nil, [0, 1]],
2818
2818
  ["ve_root", "SOAP::SOAPString", [0, 1]],
2819
2819
  ["ve_private", "SOAP::SOAPString", [0, 1]],
2820
2820
  ["on_boot", "SOAP::SOAPBoolean", [0, 1]],
2821
- ["template", "Virtuozzo::SOAP::Types::Template::TemplateType[]", [0, nil]],
2821
+ ["template", "Virtuozzo::SOAP::Types::Packagem::TemplateType[]", [0, nil]],
2822
2822
  ["disabled", "SOAP::SOAPBoolean", [0, 1]],
2823
2823
  ["offline_management", "SOAP::SOAPBoolean", [0, 1]],
2824
- ["os_template", "Virtuozzo::SOAP::Types::Template::TemplateType", [0, 1]],
2825
- ["distribution", "Virtuozzo::SOAP::Types::Template::TemplateType", [0, 1]],
2826
- ["capability", "Virtuozzo::SOAP::Types::Template::Venv_configType_::Capability[]", [0, nil]],
2824
+ ["os_template", "Virtuozzo::SOAP::Types::Packagem::TemplateType", [0, 1]],
2825
+ ["distribution", "Virtuozzo::SOAP::Types::Packagem::TemplateType", [0, 1]],
2826
+ ["capability", "Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Capability[]", [0, nil]],
2827
2827
  ["iptables", "SOAP::SOAPString[]", [0, nil]],
2828
2828
  ["config_customized", "SOAP::SOAPBoolean", [0, 1]],
2829
2829
  ["class_id", "SOAP::SOAPString", [0, 1]],
2830
- ["ve_type", "Virtuozzo::SOAP::Types::Template::Venv_configType_::Ve_type", [0, 1]],
2830
+ ["ve_type", "Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Ve_type", [0, 1]],
2831
2831
  ["offline_service", "SOAP::SOAPString[]", [0, nil]],
2832
2832
  ["wins_server", "SOAP::SOAPString[]", [0, nil]],
2833
- ["net_device", "Virtuozzo::SOAP::Types::Template::Net_vethType[]", [0, nil]],
2833
+ ["net_device", "Virtuozzo::SOAP::Types::Packagem::Net_vethType[]", [0, nil]],
2834
2834
  ["ts_license_server", "SOAP::SOAPString[]", [0, nil]],
2835
2835
  ["ts_mode", "SOAP::SOAPInt", [0, 1]],
2836
2836
  ["uuid", "SOAP::SOAPString", [0, 1]],
2837
2837
  ["allow_reboot", "SOAP::SOAPBoolean", [0, 1]],
2838
2838
  ["rate_bound", "SOAP::SOAPBoolean", [0, 1]],
2839
- ["interface_rate", "Virtuozzo::SOAP::Types::Template::Venv_configType_::Interface_rate[]", [0, nil]],
2839
+ ["interface_rate", "Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Interface_rate[]", [0, nil]],
2840
2840
  ["slm_mode", "SOAP::SOAPString", [0, 1]],
2841
2841
  ["origin_sample", "SOAP::SOAPString", [0, 1]]
2842
2842
  ]
2843
2843
  )
2844
2844
 
2845
2845
  LiteralRegistry.register(
2846
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType_::Capability,
2846
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Capability,
2847
2847
  :schema_name => XSD::QName.new(NsVzatypes, "capability"),
2848
2848
  :is_anonymous => true,
2849
2849
  :schema_qualified => true,
@@ -2854,7 +2854,7 @@ module Virtuozzo # :nodoc:
2854
2854
  )
2855
2855
 
2856
2856
  LiteralRegistry.register(
2857
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType_::Ve_type,
2857
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Ve_type,
2858
2858
  :schema_name => XSD::QName.new(NsVzatypes, "ve_type"),
2859
2859
  :is_anonymous => true,
2860
2860
  :schema_qualified => true,
@@ -2865,7 +2865,7 @@ module Virtuozzo # :nodoc:
2865
2865
  )
2866
2866
 
2867
2867
  LiteralRegistry.register(
2868
- :class => Virtuozzo::SOAP::Types::Template::Venv_configType_::Interface_rate,
2868
+ :class => Virtuozzo::SOAP::Types::Packagem::Venv_configType_::Interface_rate,
2869
2869
  :schema_name => XSD::QName.new(NsVzatypes, "interface_rate"),
2870
2870
  :is_anonymous => true,
2871
2871
  :schema_qualified => true,
@@ -2876,19 +2876,19 @@ module Virtuozzo # :nodoc:
2876
2876
  )
2877
2877
 
2878
2878
  LiteralRegistry.register(
2879
- :class => Virtuozzo::SOAP::Types::Template::Vt_settingsType_,
2879
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_settingsType_,
2880
2880
  :schema_type => XSD::QName.new(NsVzatypes, "vt_settingsType"),
2881
2881
  :schema_basetype => XSD::QName.new(NsTypes, "vt_settingsType"),
2882
2882
  :schema_element => [
2883
2883
  ["default_sample_id", [nil, XSD::QName.new(NsTypes, "default_sample_id")], [0, 1]],
2884
- ["parameter", "Virtuozzo::SOAP::Types::Template::Vt_settingsType_::Parameter[]", [0, nil]],
2885
- ["service", "Virtuozzo::SOAP::Types::Template::Redirect_serviceType[]", [0, nil]],
2886
- ["qos", "Virtuozzo::SOAP::Types::Template::QosType[]", [0, nil]]
2884
+ ["parameter", "Virtuozzo::SOAP::Types::Packagem::Vt_settingsType_::Parameter[]", [0, nil]],
2885
+ ["service", "Virtuozzo::SOAP::Types::Packagem::Redirect_serviceType[]", [0, nil]],
2886
+ ["qos", "Virtuozzo::SOAP::Types::Packagem::QosType[]", [0, nil]]
2887
2887
  ]
2888
2888
  )
2889
2889
 
2890
2890
  LiteralRegistry.register(
2891
- :class => Virtuozzo::SOAP::Types::Template::Vt_settingsType_::Parameter,
2891
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_settingsType_::Parameter,
2892
2892
  :schema_name => XSD::QName.new(NsVzatypes, "parameter"),
2893
2893
  :is_anonymous => true,
2894
2894
  :schema_qualified => true,
@@ -2899,7 +2899,7 @@ module Virtuozzo # :nodoc:
2899
2899
  )
2900
2900
 
2901
2901
  LiteralRegistry.register(
2902
- :class => Virtuozzo::SOAP::Types::Template::Vt_infoType_,
2902
+ :class => Virtuozzo::SOAP::Types::Packagem::Vt_infoType_,
2903
2903
  :schema_type => XSD::QName.new(NsVzatypes, "vt_infoType"),
2904
2904
  :schema_basetype => XSD::QName.new(NsTypes, "vt_infoType"),
2905
2905
  :schema_element => [
@@ -2911,7 +2911,7 @@ module Virtuozzo # :nodoc:
2911
2911
  )
2912
2912
 
2913
2913
  LiteralRegistry.register(
2914
- :class => Virtuozzo::SOAP::Types::Template::Redirect_serviceType,
2914
+ :class => Virtuozzo::SOAP::Types::Packagem::Redirect_serviceType,
2915
2915
  :schema_type => XSD::QName.new(NsVzatypes, "redirect_serviceType"),
2916
2916
  :schema_element => [
2917
2917
  ["id", "SOAP::SOAPString"],
@@ -2922,7 +2922,7 @@ module Virtuozzo # :nodoc:
2922
2922
  )
2923
2923
 
2924
2924
  LiteralRegistry.register(
2925
- :class => Virtuozzo::SOAP::Types::Template::TemplateType,
2925
+ :class => Virtuozzo::SOAP::Types::Packagem::TemplateType,
2926
2926
  :schema_type => XSD::QName.new(NsVzatypes, "templateType"),
2927
2927
  :schema_element => [
2928
2928
  ["name", "SOAP::SOAPString"],
@@ -2931,13 +2931,13 @@ module Virtuozzo # :nodoc:
2931
2931
  )
2932
2932
 
2933
2933
  LiteralRegistry.register(
2934
- :class => Virtuozzo::SOAP::Types::Template::Package_std_vztemplateType,
2934
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_std_vztemplateType,
2935
2935
  :schema_type => XSD::QName.new(NsVzatypes, "package_std_vztemplateType"),
2936
2936
  :schema_basetype => XSD::QName.new(NsVzatypes, "package_vztemplateType"),
2937
2937
  :schema_element => [
2938
2938
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
2939
2939
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
2940
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
2940
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
2941
2941
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
2942
2942
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
2943
2943
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -2951,13 +2951,13 @@ module Virtuozzo # :nodoc:
2951
2951
  )
2952
2952
 
2953
2953
  LiteralRegistry.register(
2954
- :class => Virtuozzo::SOAP::Types::Template::Package_vztemplateType,
2954
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_vztemplateType,
2955
2955
  :schema_type => XSD::QName.new(NsVzatypes, "package_vztemplateType"),
2956
2956
  :schema_basetype => XSD::QName.new(NsTypes, "packageType"),
2957
2957
  :schema_element => [
2958
2958
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
2959
2959
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
2960
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
2960
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
2961
2961
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
2962
2962
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
2963
2963
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -2970,7 +2970,7 @@ module Virtuozzo # :nodoc:
2970
2970
  )
2971
2971
 
2972
2972
  LiteralRegistry.register(
2973
- :class => Virtuozzo::SOAP::Types::Template::Env_security_objectType_,
2973
+ :class => Virtuozzo::SOAP::Types::Packagem::Env_security_objectType_,
2974
2974
  :schema_type => XSD::QName.new(NsVzatypes, "env_security_objectType"),
2975
2975
  :schema_basetype => XSD::QName.new(NsTypes, "env_security_objectType"),
2976
2976
  :schema_element => [
@@ -2979,15 +2979,15 @@ module Virtuozzo # :nodoc:
2979
2979
  )
2980
2980
 
2981
2981
  LiteralRegistry.register(
2982
- :class => Virtuozzo::SOAP::Types::Template::Net_vethType,
2982
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_vethType,
2983
2983
  :schema_type => XSD::QName.new(NsVzatypes, "net_vethType"),
2984
2984
  :schema_basetype => XSD::QName.new(NsTypes, "net_nicType"),
2985
2985
  :schema_element => [
2986
2986
  ["id", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "id")], [0, 1]],
2987
- ["ip_address", ["Virtuozzo::SOAP::Types::Template::Ip_addressType[]", XSD::QName.new(NsTypes, "ip_address")], [0, nil]],
2987
+ ["ip_address", ["Virtuozzo::SOAP::Types::Packagem::Ip_addressType[]", XSD::QName.new(NsTypes, "ip_address")], [0, nil]],
2988
2988
  ["dhcp", [nil, XSD::QName.new(NsTypes, "dhcp")], [0, 1]],
2989
2989
  ["network_id", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "network_id")], [0, 1]],
2990
- ["status", ["Virtuozzo::SOAP::Types::Template::Net_vethType::Status", XSD::QName.new(NsTypes, "status")], [0, 1]],
2990
+ ["status", ["Virtuozzo::SOAP::Types::Packagem::Net_vethType::Status", XSD::QName.new(NsTypes, "status")], [0, 1]],
2991
2991
  ["mac_address", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "mac_address")], [0, 1]],
2992
2992
  ["wins_server", "SOAP::SOAPString[]", [0, nil]],
2993
2993
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
@@ -2997,7 +2997,7 @@ module Virtuozzo # :nodoc:
2997
2997
  )
2998
2998
 
2999
2999
  LiteralRegistry.register(
3000
- :class => Virtuozzo::SOAP::Types::Template::Net_vethType::Status,
3000
+ :class => Virtuozzo::SOAP::Types::Packagem::Net_vethType::Status,
3001
3001
  :schema_name => XSD::QName.new(NsTypes, "status"),
3002
3002
  :is_anonymous => true,
3003
3003
  :schema_qualified => true,
@@ -3008,45 +3008,45 @@ module Virtuozzo # :nodoc:
3008
3008
  )
3009
3009
 
3010
3010
  LiteralRegistry.register(
3011
- :class => Virtuozzo::SOAP::Types::Template::EnvType_,
3011
+ :class => Virtuozzo::SOAP::Types::Packagem::EnvType_,
3012
3012
  :schema_type => XSD::QName.new(NsVzatypes, "envType"),
3013
3013
  :schema_basetype => XSD::QName.new(NsTypes, "envType"),
3014
3014
  :schema_element => [
3015
3015
  ["parent_eid", [nil, XSD::QName.new(NsTypes, "parent_eid")]],
3016
3016
  ["eid", [nil, XSD::QName.new(NsTypes, "eid")]],
3017
- ["status", ["Virtuozzo::SOAP::Types::Template::Env_statusType", XSD::QName.new(NsTypes, "status")], [0, 1]],
3017
+ ["status", ["Virtuozzo::SOAP::Types::Packagem::Env_statusType", XSD::QName.new(NsTypes, "status")], [0, 1]],
3018
3018
  ["alert", ["SOAP::SOAPInt", XSD::QName.new(NsTypes, "alert")], [0, 1]],
3019
- ["config", ["Virtuozzo::SOAP::Types::Template::Env_configType", XSD::QName.new(NsTypes, "config")], [0, 1]],
3020
- ["virtual_config", ["Virtuozzo::SOAP::Types::Template::Venv_configType", XSD::QName.new(NsTypes, "virtual_config")], [0, 1]]
3019
+ ["config", ["Virtuozzo::SOAP::Types::Packagem::Env_configType", XSD::QName.new(NsTypes, "config")], [0, 1]],
3020
+ ["virtual_config", ["Virtuozzo::SOAP::Types::Packagem::Venv_configType", XSD::QName.new(NsTypes, "virtual_config")], [0, 1]]
3021
3021
  ]
3022
3022
  )
3023
3023
 
3024
3024
  LiteralRegistry.register(
3025
- :class => Virtuozzo::SOAP::Types::Template::PackagemType,
3025
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType,
3026
3026
  :schema_type => XSD::QName.new(NsPackagem, "packagemType"),
3027
3027
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
3028
3028
  :schema_element => [ :choice,
3029
- ["configuration", ["Virtuozzo::SOAP::Types::Template::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3030
- ["ok", ["Virtuozzo::SOAP::Types::Template::PackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3031
- ["error", ["Virtuozzo::SOAP::Types::Template::PackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3029
+ ["configuration", ["Virtuozzo::SOAP::Types::Packagem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3030
+ ["ok", ["Virtuozzo::SOAP::Types::Packagem::PackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3031
+ ["error", ["Virtuozzo::SOAP::Types::Packagem::PackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3032
3032
  [
3033
- ["install", "Virtuozzo::SOAP::Types::Template::Install[]"],
3034
- ["remove", "Virtuozzo::SOAP::Types::Template::Remove[]"],
3035
- ["update", "Virtuozzo::SOAP::Types::Template::Update[]"],
3036
- ["list", "Virtuozzo::SOAP::Types::Template::List[]"],
3037
- ["get_info", "Virtuozzo::SOAP::Types::Template::Get_info[]"],
3038
- ["clean", "Virtuozzo::SOAP::Types::Template::Clean[]"],
3039
- ["fetch", "Virtuozzo::SOAP::Types::Template::Fetch[]"],
3040
- ["migrate", "Virtuozzo::SOAP::Types::Template::Migrate[]"]
3033
+ ["install", "Virtuozzo::SOAP::Types::Packagem::Install[]"],
3034
+ ["remove", "Virtuozzo::SOAP::Types::Packagem::Remove[]"],
3035
+ ["update", "Virtuozzo::SOAP::Types::Packagem::Update[]"],
3036
+ ["list", "Virtuozzo::SOAP::Types::Packagem::List[]"],
3037
+ ["get_info", "Virtuozzo::SOAP::Types::Packagem::Get_info[]"],
3038
+ ["clean", "Virtuozzo::SOAP::Types::Packagem::Clean[]"],
3039
+ ["fetch", "Virtuozzo::SOAP::Types::Packagem::Fetch[]"],
3040
+ ["migrate", "Virtuozzo::SOAP::Types::Packagem::Migrate[]"]
3041
3041
  ],
3042
3042
  [
3043
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType[]", [0, 1]]
3043
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType[]", [0, 1]]
3044
3044
  ]
3045
3045
  ]
3046
3046
  )
3047
3047
 
3048
3048
  LiteralRegistry.register(
3049
- :class => Virtuozzo::SOAP::Types::Template::PackagemType::Ok,
3049
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType::Ok,
3050
3050
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3051
3051
  :is_anonymous => true,
3052
3052
  :schema_qualified => true,
@@ -3054,7 +3054,7 @@ module Virtuozzo # :nodoc:
3054
3054
  )
3055
3055
 
3056
3056
  LiteralRegistry.register(
3057
- :class => Virtuozzo::SOAP::Types::Template::PackagemType::Error,
3057
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType::Error,
3058
3058
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3059
3059
  :is_anonymous => true,
3060
3060
  :schema_qualified => true,
@@ -3065,19 +3065,19 @@ module Virtuozzo # :nodoc:
3065
3065
  )
3066
3066
 
3067
3067
  LiteralRegistry.register(
3068
- :class => Virtuozzo::SOAP::Types::Template::Pkg_paramsType,
3068
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_paramsType,
3069
3069
  :schema_type => XSD::QName.new(NsPackagem, "pkg_paramsType"),
3070
3070
  :schema_element => []
3071
3071
  )
3072
3072
 
3073
3073
  LiteralRegistry.register(
3074
- :class => Virtuozzo::SOAP::Types::Template::Package_linuxType,
3074
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_linuxType,
3075
3075
  :schema_type => XSD::QName.new(NsPackagem, "package_linuxType"),
3076
3076
  :schema_basetype => XSD::QName.new(NsTypes, "packageType"),
3077
3077
  :schema_element => [
3078
3078
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
3079
3079
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
3080
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3080
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3081
3081
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
3082
3082
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
3083
3083
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -3086,13 +3086,13 @@ module Virtuozzo # :nodoc:
3086
3086
  )
3087
3087
 
3088
3088
  LiteralRegistry.register(
3089
- :class => Virtuozzo::SOAP::Types::Template::Package_rpmType,
3089
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_rpmType,
3090
3090
  :schema_type => XSD::QName.new(NsPackagem, "package_rpmType"),
3091
3091
  :schema_basetype => XSD::QName.new(NsPackagem, "package_linuxType"),
3092
3092
  :schema_element => [
3093
3093
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
3094
3094
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
3095
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3095
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3096
3096
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
3097
3097
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
3098
3098
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -3101,13 +3101,13 @@ module Virtuozzo # :nodoc:
3101
3101
  )
3102
3102
 
3103
3103
  LiteralRegistry.register(
3104
- :class => Virtuozzo::SOAP::Types::Template::Package_debType,
3104
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_debType,
3105
3105
  :schema_type => XSD::QName.new(NsPackagem, "package_debType"),
3106
3106
  :schema_basetype => XSD::QName.new(NsPackagem, "package_linuxType"),
3107
3107
  :schema_element => [
3108
3108
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
3109
3109
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
3110
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3110
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3111
3111
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
3112
3112
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
3113
3113
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -3116,29 +3116,29 @@ module Virtuozzo # :nodoc:
3116
3116
  )
3117
3117
 
3118
3118
  LiteralRegistry.register(
3119
- :class => Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType,
3119
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType,
3120
3120
  :schema_type => XSD::QName.new(NsPackagem, "pkg_setup_cmdType"),
3121
3121
  :schema_basetype => XSD::QName.new(NsPackagem, "pkg_paramsType"),
3122
3122
  :schema_element => [
3123
3123
  ["eid", nil, [0, 1]],
3124
- ["installation_package", "Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType::Installation_package[]", [0, nil]],
3125
- ["options", "Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType::Options", [0, 1]]
3124
+ ["installation_package", "Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Installation_package[]", [0, nil]],
3125
+ ["options", "Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Options", [0, 1]]
3126
3126
  ]
3127
3127
  )
3128
3128
 
3129
3129
  LiteralRegistry.register(
3130
- :class => Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType::Installation_package,
3130
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Installation_package,
3131
3131
  :schema_name => XSD::QName.new(NsPackagem, "installation_package"),
3132
3132
  :is_anonymous => true,
3133
3133
  :schema_qualified => true,
3134
3134
  :schema_element => [ :choice,
3135
- ["package", "Virtuozzo::SOAP::Types::Template::PackageType"],
3135
+ ["package", "Virtuozzo::SOAP::Types::Packagem::PackageType"],
3136
3136
  ["path", "SOAP::SOAPBase64"]
3137
3137
  ]
3138
3138
  )
3139
3139
 
3140
3140
  LiteralRegistry.register(
3141
- :class => Virtuozzo::SOAP::Types::Template::Pkg_setup_cmdType::Options,
3141
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Options,
3142
3142
  :schema_name => XSD::QName.new(NsPackagem, "options"),
3143
3143
  :is_anonymous => true,
3144
3144
  :schema_qualified => true,
@@ -3150,43 +3150,43 @@ module Virtuozzo # :nodoc:
3150
3150
  )
3151
3151
 
3152
3152
  LiteralRegistry.register(
3153
- :class => Virtuozzo::SOAP::Types::Template::Pkg_cmdType,
3153
+ :class => Virtuozzo::SOAP::Types::Packagem::Pkg_cmdType,
3154
3154
  :schema_type => XSD::QName.new(NsPackagem, "pkg_cmdType"),
3155
3155
  :schema_basetype => XSD::QName.new(NsPackagem, "pkg_paramsType"),
3156
3156
  :schema_element => [
3157
3157
  ["eid", nil, [0, 1]],
3158
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType", [0, 1]]
3158
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType", [0, 1]]
3159
3159
  ]
3160
3160
  )
3161
3161
 
3162
3162
  LiteralRegistry.register(
3163
- :class => Virtuozzo::SOAP::Types::Template::PackagesType,
3163
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagesType,
3164
3164
  :schema_type => XSD::QName.new(NsPackagem, "packagesType"),
3165
3165
  :schema_element => [
3166
- ["package", "Virtuozzo::SOAP::Types::Template::PackageType[]", [0, nil]]
3166
+ ["package", "Virtuozzo::SOAP::Types::Packagem::PackageType[]", [0, nil]]
3167
3167
  ]
3168
3168
  )
3169
3169
 
3170
3170
  LiteralRegistry.register(
3171
- :class => Virtuozzo::SOAP::Types::Template::Transport_type,
3171
+ :class => Virtuozzo::SOAP::Types::Packagem::Transport_type,
3172
3172
  :schema_type => XSD::QName.new(NsTypes, "transport_type")
3173
3173
  )
3174
3174
 
3175
3175
  LiteralRegistry.register(
3176
- :class => Virtuozzo::SOAP::Types::Template::Yes_no_type,
3176
+ :class => Virtuozzo::SOAP::Types::Packagem::Yes_no_type,
3177
3177
  :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
3178
3178
  )
3179
3179
 
3180
3180
  LiteralRegistry.register(
3181
- :class => Virtuozzo::SOAP::Types::Template::Packet_headerType,
3181
+ :class => Virtuozzo::SOAP::Types::Packagem::Packet_headerType,
3182
3182
  :schema_name => XSD::QName.new(NsVzapackagem_0, "packet_header"),
3183
3183
  :schema_element => [
3184
- ["auth", "Virtuozzo::SOAP::Types::Template::AuthType", [0, 1]],
3184
+ ["auth", "Virtuozzo::SOAP::Types::Packagem::AuthType", [0, 1]],
3185
3185
  ["cookie", "SOAP::SOAPString", [0, 1]],
3186
3186
  ["target", "SOAP::SOAPString[]", [0, nil]],
3187
3187
  ["origin", "SOAP::SOAPString", [0, 1]],
3188
- ["src", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
3189
- ["dst", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
3188
+ ["src", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
3189
+ ["dst", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
3190
3190
  ["session", "SOAP::SOAPString", [0, 1]]
3191
3191
  ],
3192
3192
  :schema_attribute => {
@@ -3204,30 +3204,30 @@ module Virtuozzo # :nodoc:
3204
3204
  )
3205
3205
 
3206
3206
  LiteralRegistry.register(
3207
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType,
3207
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType,
3208
3208
  :schema_name => XSD::QName.new(NsVzapackagem, "vzapackagem"),
3209
3209
  :schema_element => [
3210
- ["configuration", ["Virtuozzo::SOAP::Types::Template::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3211
- ["ok", ["Virtuozzo::SOAP::Types::Template::VzapackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3212
- ["error", ["Virtuozzo::SOAP::Types::Template::VzapackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3210
+ ["configuration", ["Virtuozzo::SOAP::Types::Packagem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3211
+ ["ok", ["Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3212
+ ["error", ["Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3213
3213
  [
3214
- ["install", ["Virtuozzo::SOAP::Types::Template::Install[]", XSD::QName.new(NsPackagem, "install")]],
3215
- ["remove", ["Virtuozzo::SOAP::Types::Template::Remove[]", XSD::QName.new(NsPackagem, "remove")]],
3216
- ["update", ["Virtuozzo::SOAP::Types::Template::Update[]", XSD::QName.new(NsPackagem, "update")]],
3217
- ["list", ["Virtuozzo::SOAP::Types::Template::List[]", XSD::QName.new(NsPackagem, "list")]],
3218
- ["get_info", ["Virtuozzo::SOAP::Types::Template::Get_info[]", XSD::QName.new(NsPackagem, "get_info")]],
3219
- ["clean", ["Virtuozzo::SOAP::Types::Template::Clean[]", XSD::QName.new(NsPackagem, "clean")]],
3220
- ["fetch", ["Virtuozzo::SOAP::Types::Template::Fetch[]", XSD::QName.new(NsPackagem, "fetch")]],
3221
- ["migrate", ["Virtuozzo::SOAP::Types::Template::Migrate[]", XSD::QName.new(NsPackagem, "migrate")]]
3214
+ ["install", ["Virtuozzo::SOAP::Types::Packagem::Install[]", XSD::QName.new(NsPackagem, "install")]],
3215
+ ["remove", ["Virtuozzo::SOAP::Types::Packagem::Remove[]", XSD::QName.new(NsPackagem, "remove")]],
3216
+ ["update", ["Virtuozzo::SOAP::Types::Packagem::Update[]", XSD::QName.new(NsPackagem, "update")]],
3217
+ ["list", ["Virtuozzo::SOAP::Types::Packagem::List[]", XSD::QName.new(NsPackagem, "list")]],
3218
+ ["get_info", ["Virtuozzo::SOAP::Types::Packagem::Get_info[]", XSD::QName.new(NsPackagem, "get_info")]],
3219
+ ["clean", ["Virtuozzo::SOAP::Types::Packagem::Clean[]", XSD::QName.new(NsPackagem, "clean")]],
3220
+ ["fetch", ["Virtuozzo::SOAP::Types::Packagem::Fetch[]", XSD::QName.new(NsPackagem, "fetch")]],
3221
+ ["migrate", ["Virtuozzo::SOAP::Types::Packagem::Migrate[]", XSD::QName.new(NsPackagem, "migrate")]]
3222
3222
  ],
3223
3223
  [
3224
- ["packages", ["Virtuozzo::SOAP::Types::Template::PackagesType[]", XSD::QName.new(NsPackagem, "packages")], [0, 1]]
3224
+ ["packages", ["Virtuozzo::SOAP::Types::Packagem::PackagesType[]", XSD::QName.new(NsPackagem, "packages")], [0, 1]]
3225
3225
  ]
3226
3226
  ]
3227
3227
  )
3228
3228
 
3229
3229
  LiteralRegistry.register(
3230
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType::Ok,
3230
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Ok,
3231
3231
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3232
3232
  :is_anonymous => true,
3233
3233
  :schema_qualified => true,
@@ -3235,7 +3235,7 @@ module Virtuozzo # :nodoc:
3235
3235
  )
3236
3236
 
3237
3237
  LiteralRegistry.register(
3238
- :class => Virtuozzo::SOAP::Types::Template::VzapackagemType::Error,
3238
+ :class => Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Error,
3239
3239
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3240
3240
  :is_anonymous => true,
3241
3241
  :schema_qualified => true,
@@ -3246,20 +3246,20 @@ module Virtuozzo # :nodoc:
3246
3246
  )
3247
3247
 
3248
3248
  LiteralRegistry.register(
3249
- :class => Virtuozzo::SOAP::Types::Template::PackagesType,
3249
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagesType,
3250
3250
  :schema_name => XSD::QName.new(NsVzapackagem, "packages"),
3251
3251
  :schema_element => [
3252
- ["package", "Virtuozzo::SOAP::Types::Template::PackageType[]", [0, nil]]
3252
+ ["package", "Virtuozzo::SOAP::Types::Packagem::PackageType[]", [0, nil]]
3253
3253
  ]
3254
3254
  )
3255
3255
 
3256
3256
  LiteralRegistry.register(
3257
- :class => Virtuozzo::SOAP::Types::Template::Package_vztemplateType,
3257
+ :class => Virtuozzo::SOAP::Types::Packagem::Package_vztemplateType,
3258
3258
  :schema_name => XSD::QName.new(NsVzapackagem, "package_vztemplate"),
3259
3259
  :schema_element => [
3260
3260
  ["name", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "name")]],
3261
3261
  ["summary", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "summary")], [0, 1]],
3262
- ["os", ["Virtuozzo::SOAP::Types::Template::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3262
+ ["os", ["Virtuozzo::SOAP::Types::Packagem::OsType", XSD::QName.new(NsTypes, "os")], [0, 1]],
3263
3263
  ["description", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "description")], [0, 1]],
3264
3264
  ["arch", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "arch")], [0, 1]],
3265
3265
  ["version", ["SOAP::SOAPString", XSD::QName.new(NsTypes, "version")], [0, 1]],
@@ -3272,17 +3272,17 @@ module Virtuozzo # :nodoc:
3272
3272
  )
3273
3273
 
3274
3274
  LiteralRegistry.register(
3275
- :class => Virtuozzo::SOAP::Types::Template::Packet,
3275
+ :class => Virtuozzo::SOAP::Types::Packagem::Packet,
3276
3276
  :schema_name => XSD::QName.new(NsProtocol, "packet"),
3277
3277
  :schema_element => [
3278
- ["auth", "Virtuozzo::SOAP::Types::Template::AuthType", [0, 1]],
3278
+ ["auth", "Virtuozzo::SOAP::Types::Packagem::AuthType", [0, 1]],
3279
3279
  ["cookie", "SOAP::SOAPString", [0, 1]],
3280
3280
  ["target", "SOAP::SOAPString[]", [0, nil]],
3281
3281
  ["origin", "SOAP::SOAPString", [0, 1]],
3282
- ["src", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
3283
- ["dst", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
3282
+ ["src", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
3283
+ ["dst", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
3284
3284
  ["session", "SOAP::SOAPString", [0, 1]],
3285
- ["data", "Virtuozzo::SOAP::Types::Template::Packet::C_Data"]
3285
+ ["data", "Virtuozzo::SOAP::Types::Packagem::Packet::C_Data"]
3286
3286
  ],
3287
3287
  :schema_attribute => {
3288
3288
  XSD::QName.new(nil, "version") => "SOAP::SOAPString",
@@ -3299,25 +3299,25 @@ module Virtuozzo # :nodoc:
3299
3299
  )
3300
3300
 
3301
3301
  LiteralRegistry.register(
3302
- :class => Virtuozzo::SOAP::Types::Template::Packet::C_Data,
3302
+ :class => Virtuozzo::SOAP::Types::Packagem::Packet::C_Data,
3303
3303
  :schema_name => XSD::QName.new(NsProtocol, "data"),
3304
3304
  :is_anonymous => true,
3305
3305
  :schema_qualified => true,
3306
3306
  :schema_element => [
3307
- ["operator", "Virtuozzo::SOAP::Types::Template::OperatorType[]"]
3307
+ ["operator", "Virtuozzo::SOAP::Types::Packagem::OperatorType[]"]
3308
3308
  ]
3309
3309
  )
3310
3310
 
3311
3311
  LiteralRegistry.register(
3312
- :class => Virtuozzo::SOAP::Types::Template::Packet_headerType,
3312
+ :class => Virtuozzo::SOAP::Types::Packagem::Packet_headerType,
3313
3313
  :schema_name => XSD::QName.new(NsProtocol, "packet_header"),
3314
3314
  :schema_element => [
3315
- ["auth", "Virtuozzo::SOAP::Types::Template::AuthType", [0, 1]],
3315
+ ["auth", "Virtuozzo::SOAP::Types::Packagem::AuthType", [0, 1]],
3316
3316
  ["cookie", "SOAP::SOAPString", [0, 1]],
3317
3317
  ["target", "SOAP::SOAPString[]", [0, nil]],
3318
3318
  ["origin", "SOAP::SOAPString", [0, 1]],
3319
- ["src", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
3320
- ["dst", "Virtuozzo::SOAP::Types::Template::RouteType", [0, 1]],
3319
+ ["src", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
3320
+ ["dst", "Virtuozzo::SOAP::Types::Packagem::RouteType", [0, 1]],
3321
3321
  ["session", "SOAP::SOAPString", [0, 1]]
3322
3322
  ],
3323
3323
  :schema_attribute => {
@@ -3335,31 +3335,31 @@ module Virtuozzo # :nodoc:
3335
3335
  )
3336
3336
 
3337
3337
  LiteralRegistry.register(
3338
- :class => Virtuozzo::SOAP::Types::Template::OperatorType,
3338
+ :class => Virtuozzo::SOAP::Types::Packagem::OperatorType,
3339
3339
  :schema_name => XSD::QName.new(NsProtocol, "operator"),
3340
3340
  :schema_element => [ :choice,
3341
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"]
3341
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"]
3342
3342
  ]
3343
3343
  )
3344
3344
 
3345
3345
  LiteralRegistry.register(
3346
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType,
3346
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType,
3347
3347
  :schema_name => XSD::QName.new(NsProtocol, "operator_periodic"),
3348
3348
  :schema_element => [ :choice,
3349
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"],
3350
- ["ok", "Virtuozzo::SOAP::Types::Template::Operator_periodicType::Ok[]"],
3351
- ["error", "Virtuozzo::SOAP::Types::Template::Operator_periodicType::Error[]"],
3349
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"],
3350
+ ["ok", "Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Ok[]"],
3351
+ ["error", "Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Error[]"],
3352
3352
  [ :choice,
3353
- ["start_monitor", "Virtuozzo::SOAP::Types::Template::Start_monitorType"],
3354
- ["stop_monitor", "Virtuozzo::SOAP::Types::Template::Stop_monitorType"],
3355
- ["set_period", "Virtuozzo::SOAP::Types::Template::Set_periodType", [0, 1]],
3353
+ ["start_monitor", "Virtuozzo::SOAP::Types::Packagem::Start_monitorType"],
3354
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Packagem::Stop_monitorType"],
3355
+ ["set_period", "Virtuozzo::SOAP::Types::Packagem::Set_periodType", [0, 1]],
3356
3356
  ["report", nil, [0, 1]]
3357
3357
  ]
3358
3358
  ]
3359
3359
  )
3360
3360
 
3361
3361
  LiteralRegistry.register(
3362
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType::Ok,
3362
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Ok,
3363
3363
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3364
3364
  :is_anonymous => true,
3365
3365
  :schema_qualified => true,
@@ -3367,7 +3367,7 @@ module Virtuozzo # :nodoc:
3367
3367
  )
3368
3368
 
3369
3369
  LiteralRegistry.register(
3370
- :class => Virtuozzo::SOAP::Types::Template::Operator_periodicType::Error,
3370
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_periodicType::Error,
3371
3371
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3372
3372
  :is_anonymous => true,
3373
3373
  :schema_qualified => true,
@@ -3378,17 +3378,17 @@ module Virtuozzo # :nodoc:
3378
3378
  )
3379
3379
 
3380
3380
  LiteralRegistry.register(
3381
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType,
3381
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType,
3382
3382
  :schema_name => XSD::QName.new(NsProtocol, "operator_functional"),
3383
3383
  :schema_element => [ :choice,
3384
- ["configuration", "Virtuozzo::SOAP::Types::Template::ConfigurationType"],
3385
- ["ok", "Virtuozzo::SOAP::Types::Template::Operator_functionalType::Ok[]"],
3386
- ["error", "Virtuozzo::SOAP::Types::Template::Operator_functionalType::Error[]"]
3384
+ ["configuration", "Virtuozzo::SOAP::Types::Packagem::ConfigurationType"],
3385
+ ["ok", "Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Ok[]"],
3386
+ ["error", "Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Error[]"]
3387
3387
  ]
3388
3388
  )
3389
3389
 
3390
3390
  LiteralRegistry.register(
3391
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType::Ok,
3391
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Ok,
3392
3392
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3393
3393
  :is_anonymous => true,
3394
3394
  :schema_qualified => true,
@@ -3396,7 +3396,7 @@ module Virtuozzo # :nodoc:
3396
3396
  )
3397
3397
 
3398
3398
  LiteralRegistry.register(
3399
- :class => Virtuozzo::SOAP::Types::Template::Operator_functionalType::Error,
3399
+ :class => Virtuozzo::SOAP::Types::Packagem::Operator_functionalType::Error,
3400
3400
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3401
3401
  :is_anonymous => true,
3402
3402
  :schema_qualified => true,
@@ -3407,13 +3407,13 @@ module Virtuozzo # :nodoc:
3407
3407
  )
3408
3408
 
3409
3409
  LiteralRegistry.register(
3410
- :class => Virtuozzo::SOAP::Types::Template::Event_dataType,
3410
+ :class => Virtuozzo::SOAP::Types::Packagem::Event_dataType,
3411
3411
  :schema_name => XSD::QName.new(NsTypes, "event_data"),
3412
3412
  :schema_element => []
3413
3413
  )
3414
3414
 
3415
3415
  LiteralRegistry.register(
3416
- :class => Virtuozzo::SOAP::Types::Template::Voc_parameterType,
3416
+ :class => Virtuozzo::SOAP::Types::Packagem::Voc_parameterType,
3417
3417
  :schema_name => XSD::QName.new(NsTypes, "parameter"),
3418
3418
  :schema_element => [
3419
3419
  ["id", "SOAP::SOAPString"],
@@ -3432,7 +3432,7 @@ module Virtuozzo # :nodoc:
3432
3432
  )
3433
3433
 
3434
3434
  LiteralRegistry.register(
3435
- :class => Virtuozzo::SOAP::Types::Template::Voc_parameterType,
3435
+ :class => Virtuozzo::SOAP::Types::Packagem::Voc_parameterType,
3436
3436
  :schema_name => XSD::QName.new(NsTypes, "category"),
3437
3437
  :schema_element => [
3438
3438
  ["id", "SOAP::SOAPString"],
@@ -3451,7 +3451,7 @@ module Virtuozzo # :nodoc:
3451
3451
  )
3452
3452
 
3453
3453
  LiteralRegistry.register(
3454
- :class => Virtuozzo::SOAP::Types::Template::Interface_rate,
3454
+ :class => Virtuozzo::SOAP::Types::Packagem::Interface_rate,
3455
3455
  :schema_name => XSD::QName.new(NsVzatypes, "interface_rate"),
3456
3456
  :schema_element => [
3457
3457
  ["class_id", "SOAP::SOAPString"],
@@ -3461,30 +3461,30 @@ module Virtuozzo # :nodoc:
3461
3461
  )
3462
3462
 
3463
3463
  LiteralRegistry.register(
3464
- :class => Virtuozzo::SOAP::Types::Template::PackagemType,
3464
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType,
3465
3465
  :schema_name => XSD::QName.new(NsPackagem, "packagem"),
3466
3466
  :schema_element => [ :choice,
3467
- ["configuration", ["Virtuozzo::SOAP::Types::Template::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3468
- ["ok", ["Virtuozzo::SOAP::Types::Template::PackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3469
- ["error", ["Virtuozzo::SOAP::Types::Template::PackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3467
+ ["configuration", ["Virtuozzo::SOAP::Types::Packagem::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
3468
+ ["ok", ["Virtuozzo::SOAP::Types::Packagem::PackagemType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
3469
+ ["error", ["Virtuozzo::SOAP::Types::Packagem::PackagemType::Error[]", XSD::QName.new(NsProtocol, "error")]],
3470
3470
  [
3471
- ["install", "Virtuozzo::SOAP::Types::Template::Install[]"],
3472
- ["remove", "Virtuozzo::SOAP::Types::Template::Remove[]"],
3473
- ["update", "Virtuozzo::SOAP::Types::Template::Update[]"],
3474
- ["list", "Virtuozzo::SOAP::Types::Template::List[]"],
3475
- ["get_info", "Virtuozzo::SOAP::Types::Template::Get_info[]"],
3476
- ["clean", "Virtuozzo::SOAP::Types::Template::Clean[]"],
3477
- ["fetch", "Virtuozzo::SOAP::Types::Template::Fetch[]"],
3478
- ["migrate", "Virtuozzo::SOAP::Types::Template::Migrate[]"]
3471
+ ["install", "Virtuozzo::SOAP::Types::Packagem::Install[]"],
3472
+ ["remove", "Virtuozzo::SOAP::Types::Packagem::Remove[]"],
3473
+ ["update", "Virtuozzo::SOAP::Types::Packagem::Update[]"],
3474
+ ["list", "Virtuozzo::SOAP::Types::Packagem::List[]"],
3475
+ ["get_info", "Virtuozzo::SOAP::Types::Packagem::Get_info[]"],
3476
+ ["clean", "Virtuozzo::SOAP::Types::Packagem::Clean[]"],
3477
+ ["fetch", "Virtuozzo::SOAP::Types::Packagem::Fetch[]"],
3478
+ ["migrate", "Virtuozzo::SOAP::Types::Packagem::Migrate[]"]
3479
3479
  ],
3480
3480
  [
3481
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType[]", [0, 1]]
3481
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType[]", [0, 1]]
3482
3482
  ]
3483
3483
  ]
3484
3484
  )
3485
3485
 
3486
3486
  LiteralRegistry.register(
3487
- :class => Virtuozzo::SOAP::Types::Template::PackagemType::Ok,
3487
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType::Ok,
3488
3488
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3489
3489
  :is_anonymous => true,
3490
3490
  :schema_qualified => true,
@@ -3492,7 +3492,7 @@ module Virtuozzo # :nodoc:
3492
3492
  )
3493
3493
 
3494
3494
  LiteralRegistry.register(
3495
- :class => Virtuozzo::SOAP::Types::Template::PackagemType::Error,
3495
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagemType::Error,
3496
3496
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3497
3497
  :is_anonymous => true,
3498
3498
  :schema_qualified => true,
@@ -3503,28 +3503,28 @@ module Virtuozzo # :nodoc:
3503
3503
  )
3504
3504
 
3505
3505
  LiteralRegistry.register(
3506
- :class => Virtuozzo::SOAP::Types::Template::Install,
3506
+ :class => Virtuozzo::SOAP::Types::Packagem::Install,
3507
3507
  :schema_name => XSD::QName.new(NsPackagem, "install"),
3508
3508
  :schema_element => [
3509
3509
  ["eid", nil, [0, 1]],
3510
- ["installation_package", "Virtuozzo::SOAP::Types::Template::Install::Installation_package[]", [0, nil]],
3511
- ["options", "Virtuozzo::SOAP::Types::Template::Install::Options", [0, 1]]
3510
+ ["installation_package", "Virtuozzo::SOAP::Types::Packagem::Install::Installation_package[]", [0, nil]],
3511
+ ["options", "Virtuozzo::SOAP::Types::Packagem::Install::Options", [0, 1]]
3512
3512
  ]
3513
3513
  )
3514
3514
 
3515
3515
  LiteralRegistry.register(
3516
- :class => Virtuozzo::SOAP::Types::Template::Install::Installation_package,
3516
+ :class => Virtuozzo::SOAP::Types::Packagem::Install::Installation_package,
3517
3517
  :schema_name => XSD::QName.new(NsPackagem, "installation_package"),
3518
3518
  :is_anonymous => true,
3519
3519
  :schema_qualified => true,
3520
3520
  :schema_element => [ :choice,
3521
- ["package", "Virtuozzo::SOAP::Types::Template::PackageType"],
3521
+ ["package", "Virtuozzo::SOAP::Types::Packagem::PackageType"],
3522
3522
  ["path", "SOAP::SOAPBase64"]
3523
3523
  ]
3524
3524
  )
3525
3525
 
3526
3526
  LiteralRegistry.register(
3527
- :class => Virtuozzo::SOAP::Types::Template::Install::Options,
3527
+ :class => Virtuozzo::SOAP::Types::Packagem::Install::Options,
3528
3528
  :schema_name => XSD::QName.new(NsPackagem, "options"),
3529
3529
  :is_anonymous => true,
3530
3530
  :schema_qualified => true,
@@ -3536,17 +3536,17 @@ module Virtuozzo # :nodoc:
3536
3536
  )
3537
3537
 
3538
3538
  LiteralRegistry.register(
3539
- :class => Virtuozzo::SOAP::Types::Template::Remove,
3539
+ :class => Virtuozzo::SOAP::Types::Packagem::Remove,
3540
3540
  :schema_name => XSD::QName.new(NsPackagem, "remove"),
3541
3541
  :schema_element => [
3542
3542
  ["eid", nil, [0, 1]],
3543
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType", [0, 1]],
3544
- ["options", "Virtuozzo::SOAP::Types::Template::Remove::Options", [0, 1]]
3543
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType", [0, 1]],
3544
+ ["options", "Virtuozzo::SOAP::Types::Packagem::Remove::Options", [0, 1]]
3545
3545
  ]
3546
3546
  )
3547
3547
 
3548
3548
  LiteralRegistry.register(
3549
- :class => Virtuozzo::SOAP::Types::Template::Remove::Options,
3549
+ :class => Virtuozzo::SOAP::Types::Packagem::Remove::Options,
3550
3550
  :schema_name => XSD::QName.new(NsPackagem, "options"),
3551
3551
  :is_anonymous => true,
3552
3552
  :schema_qualified => true,
@@ -3558,28 +3558,28 @@ module Virtuozzo # :nodoc:
3558
3558
  )
3559
3559
 
3560
3560
  LiteralRegistry.register(
3561
- :class => Virtuozzo::SOAP::Types::Template::Update,
3561
+ :class => Virtuozzo::SOAP::Types::Packagem::Update,
3562
3562
  :schema_name => XSD::QName.new(NsPackagem, "update"),
3563
3563
  :schema_element => [
3564
3564
  ["eid", nil, [0, 1]],
3565
- ["installation_package", "Virtuozzo::SOAP::Types::Template::Update::Installation_package[]", [0, nil]],
3566
- ["options", "Virtuozzo::SOAP::Types::Template::Update::Options", [0, 1]]
3565
+ ["installation_package", "Virtuozzo::SOAP::Types::Packagem::Update::Installation_package[]", [0, nil]],
3566
+ ["options", "Virtuozzo::SOAP::Types::Packagem::Update::Options", [0, 1]]
3567
3567
  ]
3568
3568
  )
3569
3569
 
3570
3570
  LiteralRegistry.register(
3571
- :class => Virtuozzo::SOAP::Types::Template::Update::Installation_package,
3571
+ :class => Virtuozzo::SOAP::Types::Packagem::Update::Installation_package,
3572
3572
  :schema_name => XSD::QName.new(NsPackagem, "installation_package"),
3573
3573
  :is_anonymous => true,
3574
3574
  :schema_qualified => true,
3575
3575
  :schema_element => [ :choice,
3576
- ["package", "Virtuozzo::SOAP::Types::Template::PackageType"],
3576
+ ["package", "Virtuozzo::SOAP::Types::Packagem::PackageType"],
3577
3577
  ["path", "SOAP::SOAPBase64"]
3578
3578
  ]
3579
3579
  )
3580
3580
 
3581
3581
  LiteralRegistry.register(
3582
- :class => Virtuozzo::SOAP::Types::Template::Update::Options,
3582
+ :class => Virtuozzo::SOAP::Types::Packagem::Update::Options,
3583
3583
  :schema_name => XSD::QName.new(NsPackagem, "options"),
3584
3584
  :is_anonymous => true,
3585
3585
  :schema_qualified => true,
@@ -3591,17 +3591,17 @@ module Virtuozzo # :nodoc:
3591
3591
  )
3592
3592
 
3593
3593
  LiteralRegistry.register(
3594
- :class => Virtuozzo::SOAP::Types::Template::List,
3594
+ :class => Virtuozzo::SOAP::Types::Packagem::List,
3595
3595
  :schema_name => XSD::QName.new(NsPackagem, "list"),
3596
3596
  :schema_element => [
3597
3597
  ["eid", nil, [0, 1]],
3598
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType", [0, 1]],
3599
- ["options", "Virtuozzo::SOAP::Types::Template::List::Options", [0, 1]]
3598
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType", [0, 1]],
3599
+ ["options", "Virtuozzo::SOAP::Types::Packagem::List::Options", [0, 1]]
3600
3600
  ]
3601
3601
  )
3602
3602
 
3603
3603
  LiteralRegistry.register(
3604
- :class => Virtuozzo::SOAP::Types::Template::List::Options,
3604
+ :class => Virtuozzo::SOAP::Types::Packagem::List::Options,
3605
3605
  :schema_name => XSD::QName.new(NsPackagem, "options"),
3606
3606
  :is_anonymous => true,
3607
3607
  :schema_qualified => true,
@@ -3613,37 +3613,37 @@ module Virtuozzo # :nodoc:
3613
3613
  )
3614
3614
 
3615
3615
  LiteralRegistry.register(
3616
- :class => Virtuozzo::SOAP::Types::Template::Get_info,
3616
+ :class => Virtuozzo::SOAP::Types::Packagem::Get_info,
3617
3617
  :schema_name => XSD::QName.new(NsPackagem, "get_info"),
3618
3618
  :schema_element => [
3619
3619
  ["eid", nil, [0, 1]],
3620
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType", [0, 1]]
3620
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType", [0, 1]]
3621
3621
  ]
3622
3622
  )
3623
3623
 
3624
3624
  LiteralRegistry.register(
3625
- :class => Virtuozzo::SOAP::Types::Template::Clean,
3625
+ :class => Virtuozzo::SOAP::Types::Packagem::Clean,
3626
3626
  :schema_name => XSD::QName.new(NsPackagem, "clean"),
3627
3627
  :schema_element => [
3628
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType[]", [0, nil]]
3628
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType[]", [0, nil]]
3629
3629
  ]
3630
3630
  )
3631
3631
 
3632
3632
  LiteralRegistry.register(
3633
- :class => Virtuozzo::SOAP::Types::Template::PackagesType,
3633
+ :class => Virtuozzo::SOAP::Types::Packagem::PackagesType,
3634
3634
  :schema_name => XSD::QName.new(NsPackagem, "packages"),
3635
3635
  :schema_element => [
3636
- ["package", "Virtuozzo::SOAP::Types::Template::PackageType[]", [0, nil]]
3636
+ ["package", "Virtuozzo::SOAP::Types::Packagem::PackageType[]", [0, nil]]
3637
3637
  ]
3638
3638
  )
3639
3639
 
3640
3640
  LiteralRegistry.register(
3641
- :class => Virtuozzo::SOAP::Types::Template::PackageType,
3641
+ :class => Virtuozzo::SOAP::Types::Packagem::PackageType,
3642
3642
  :schema_name => XSD::QName.new(NsPackagem, "package"),
3643
3643
  :schema_element => [
3644
3644
  ["name", "SOAP::SOAPString"],
3645
3645
  ["summary", "SOAP::SOAPString", [0, 1]],
3646
- ["os", "Virtuozzo::SOAP::Types::Template::OsType", [0, 1]],
3646
+ ["os", "Virtuozzo::SOAP::Types::Packagem::OsType", [0, 1]],
3647
3647
  ["description", "SOAP::SOAPString", [0, 1]],
3648
3648
  ["arch", "SOAP::SOAPString", [0, 1]],
3649
3649
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -3651,26 +3651,26 @@ module Virtuozzo # :nodoc:
3651
3651
  )
3652
3652
 
3653
3653
  LiteralRegistry.register(
3654
- :class => Virtuozzo::SOAP::Types::Template::Fetch,
3654
+ :class => Virtuozzo::SOAP::Types::Packagem::Fetch,
3655
3655
  :schema_name => XSD::QName.new(NsPackagem, "fetch"),
3656
3656
  :schema_element => [
3657
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"]
3657
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"]
3658
3658
  ]
3659
3659
  )
3660
3660
 
3661
3661
  LiteralRegistry.register(
3662
- :class => Virtuozzo::SOAP::Types::Template::Migrate,
3662
+ :class => Virtuozzo::SOAP::Types::Packagem::Migrate,
3663
3663
  :schema_name => XSD::QName.new(NsPackagem, "migrate"),
3664
3664
  :schema_element => [
3665
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"],
3666
- ["src", "Virtuozzo::SOAP::Types::Template::Connection_infoType", [0, 1]],
3667
- ["dst", "Virtuozzo::SOAP::Types::Template::Connection_infoType", [0, 1]],
3668
- ["options", "Virtuozzo::SOAP::Types::Template::Migrate::Options", [0, 1]]
3665
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"],
3666
+ ["src", "Virtuozzo::SOAP::Types::Packagem::Connection_infoType", [0, 1]],
3667
+ ["dst", "Virtuozzo::SOAP::Types::Packagem::Connection_infoType", [0, 1]],
3668
+ ["options", "Virtuozzo::SOAP::Types::Packagem::Migrate::Options", [0, 1]]
3669
3669
  ]
3670
3670
  )
3671
3671
 
3672
3672
  LiteralRegistry.register(
3673
- :class => Virtuozzo::SOAP::Types::Template::Migrate::Options::Policy,
3673
+ :class => Virtuozzo::SOAP::Types::Packagem::Migrate::Options::Policy,
3674
3674
  :schema_name => XSD::QName.new(NsPackagem, "policy"),
3675
3675
  :is_anonymous => true,
3676
3676
  :schema_qualified => true,
@@ -3680,74 +3680,74 @@ module Virtuozzo # :nodoc:
3680
3680
  )
3681
3681
 
3682
3682
  LiteralRegistry.register(
3683
- :class => Virtuozzo::SOAP::Types::Template::Migrate::Options,
3683
+ :class => Virtuozzo::SOAP::Types::Packagem::Migrate::Options,
3684
3684
  :schema_name => XSD::QName.new(NsPackagem, "options"),
3685
3685
  :is_anonymous => true,
3686
3686
  :schema_qualified => true,
3687
3687
  :schema_element => [
3688
- ["policy", "Virtuozzo::SOAP::Types::Template::Migrate::Options::Policy", [0, 1]]
3688
+ ["policy", "Virtuozzo::SOAP::Types::Packagem::Migrate::Options::Policy", [0, 1]]
3689
3689
  ]
3690
3690
  )
3691
3691
 
3692
3692
  LiteralRegistry.register(
3693
- :class => Virtuozzo::SOAP::Types::Template::InstallResponse,
3693
+ :class => Virtuozzo::SOAP::Types::Packagem::InstallResponse,
3694
3694
  :schema_name => XSD::QName.new(NsPackagem, "installResponse"),
3695
3695
  :schema_element => [
3696
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"]
3696
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"]
3697
3697
  ]
3698
3698
  )
3699
3699
 
3700
3700
  LiteralRegistry.register(
3701
- :class => Virtuozzo::SOAP::Types::Template::RemoveResponse,
3701
+ :class => Virtuozzo::SOAP::Types::Packagem::RemoveResponse,
3702
3702
  :schema_name => XSD::QName.new(NsPackagem, "removeResponse"),
3703
3703
  :schema_element => [
3704
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"]
3704
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"]
3705
3705
  ]
3706
3706
  )
3707
3707
 
3708
3708
  LiteralRegistry.register(
3709
- :class => Virtuozzo::SOAP::Types::Template::UpdateResponse,
3709
+ :class => Virtuozzo::SOAP::Types::Packagem::UpdateResponse,
3710
3710
  :schema_name => XSD::QName.new(NsPackagem, "updateResponse"),
3711
3711
  :schema_element => [
3712
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"]
3712
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"]
3713
3713
  ]
3714
3714
  )
3715
3715
 
3716
3716
  LiteralRegistry.register(
3717
- :class => Virtuozzo::SOAP::Types::Template::ListResponse,
3717
+ :class => Virtuozzo::SOAP::Types::Packagem::ListResponse,
3718
3718
  :schema_name => XSD::QName.new(NsPackagem, "listResponse"),
3719
3719
  :schema_element => [
3720
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"]
3720
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"]
3721
3721
  ]
3722
3722
  )
3723
3723
 
3724
3724
  LiteralRegistry.register(
3725
- :class => Virtuozzo::SOAP::Types::Template::Get_infoResponse,
3725
+ :class => Virtuozzo::SOAP::Types::Packagem::Get_infoResponse,
3726
3726
  :schema_name => XSD::QName.new(NsPackagem, "get_infoResponse"),
3727
3727
  :schema_element => [
3728
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"]
3728
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"]
3729
3729
  ]
3730
3730
  )
3731
3731
 
3732
3732
  LiteralRegistry.register(
3733
- :class => Virtuozzo::SOAP::Types::Template::CleanResponse,
3733
+ :class => Virtuozzo::SOAP::Types::Packagem::CleanResponse,
3734
3734
  :schema_name => XSD::QName.new(NsPackagem, "cleanResponse"),
3735
3735
  :schema_element => []
3736
3736
  )
3737
3737
 
3738
3738
  LiteralRegistry.register(
3739
- :class => Virtuozzo::SOAP::Types::Template::FetchResponse,
3739
+ :class => Virtuozzo::SOAP::Types::Packagem::FetchResponse,
3740
3740
  :schema_name => XSD::QName.new(NsPackagem, "fetchResponse"),
3741
3741
  :schema_element => [
3742
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"]
3742
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"]
3743
3743
  ]
3744
3744
  )
3745
3745
 
3746
3746
  LiteralRegistry.register(
3747
- :class => Virtuozzo::SOAP::Types::Template::MigrateResponse,
3747
+ :class => Virtuozzo::SOAP::Types::Packagem::MigrateResponse,
3748
3748
  :schema_name => XSD::QName.new(NsPackagem, "migrateResponse"),
3749
3749
  :schema_element => [
3750
- ["packages", "Virtuozzo::SOAP::Types::Template::PackagesType"]
3750
+ ["packages", "Virtuozzo::SOAP::Types::Packagem::PackagesType"]
3751
3751
  ]
3752
3752
  )
3753
3753
  end