plainprograms-virtuozzo 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. data/CHANGELOG.rdoc +8 -0
  2. data/Rakefile +1 -2
  3. data/TODO.rdoc +0 -5
  4. data/lib/virtuozzo/soap.rb +43 -43
  5. data/lib/virtuozzo/soap/drivers/{device.rb → devm.rb} +6 -6
  6. data/lib/virtuozzo/soap/drivers/{environment.rb → envm.rb} +6 -6
  7. data/lib/virtuozzo/soap/drivers/{network.rb → networkm.rb} +6 -6
  8. data/lib/virtuozzo/soap/drivers/{template.rb → packagem.rb} +6 -6
  9. data/lib/virtuozzo/soap/drivers/{process_info.rb → proc_info.rb} +6 -6
  10. data/lib/virtuozzo/soap/drivers/{process.rb → processm.rb} +6 -6
  11. data/lib/virtuozzo/soap/drivers/{session.rb → sessionm.rb} +6 -6
  12. data/lib/virtuozzo/soap/mapping_registries/{device.rb → devm.rb} +645 -645
  13. data/lib/virtuozzo/soap/mapping_registries/{environment.rb → envm.rb} +872 -872
  14. data/lib/virtuozzo/soap/mapping_registries/{network.rb → networkm.rb} +533 -533
  15. data/lib/virtuozzo/soap/mapping_registries/{template.rb → packagem.rb} +648 -648
  16. data/lib/virtuozzo/soap/mapping_registries/{process_info.rb → proc_info.rb} +480 -480
  17. data/lib/virtuozzo/soap/mapping_registries/{process.rb → processm.rb} +527 -527
  18. data/lib/virtuozzo/soap/mapping_registries/{session.rb → sessionm.rb} +523 -523
  19. data/lib/virtuozzo/soap/types/{device.rb → devm.rb} +160 -160
  20. data/lib/virtuozzo/soap/types/{environment.rb → envm.rb} +200 -200
  21. data/lib/virtuozzo/soap/types/{network.rb → networkm.rb} +109 -109
  22. data/lib/virtuozzo/soap/types/{template.rb → packagem.rb} +152 -152
  23. data/lib/virtuozzo/soap/types/{process_info.rb → proc_info.rb} +100 -100
  24. data/lib/virtuozzo/soap/types/{process.rb → processm.rb} +108 -108
  25. data/lib/virtuozzo/soap/types/{session.rb → sessionm.rb} +106 -106
  26. data/tasks/rspec.rake +7 -0
  27. data/tasks/yard.rake +7 -4
  28. data/virtuozzo.gemspec +3 -3
  29. metadata +45 -43
@@ -1,12 +1,12 @@
1
- require 'virtuozzo/soap/types/session'
1
+ require 'virtuozzo/soap/types/sessionm'
2
2
  require 'soap/mapping'
3
3
 
4
4
  module Virtuozzo # :nodoc:
5
5
  module SOAP # :nodoc:
6
6
  module MappingRegistries # :nodoc:
7
- # = Session
7
+ # = Sessionm
8
8
  #
9
- module Session
9
+ module Sessionm
10
10
  EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
11
11
  LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
12
12
  NsProtocol = "http://www.swsoft.com/webservices/vzl/4.0.0/protocol"
@@ -16,40 +16,40 @@ module Virtuozzo # :nodoc:
16
16
  NsXMLSchema = "http://www.w3.org/2001/XMLSchema"
17
17
 
18
18
  EncodedRegistry.register(
19
- :class => Virtuozzo::SOAP::Types::Session::SessionmType,
19
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType,
20
20
  :schema_type => XSD::QName.new(NsSessionm, "sessionmType"),
21
21
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
22
22
  :schema_element => [ :choice,
23
- ["configuration", ["Virtuozzo::SOAP::Types::Session::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
24
- ["ok", ["Virtuozzo::SOAP::Types::Session::SessionmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
25
- ["error", ["Virtuozzo::SOAP::Types::Session::SessionmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
23
+ ["configuration", ["Virtuozzo::SOAP::Types::Sessionm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
24
+ ["ok", ["Virtuozzo::SOAP::Types::Sessionm::SessionmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
25
+ ["error", ["Virtuozzo::SOAP::Types::Sessionm::SessionmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
26
26
  [
27
- ["login", "Virtuozzo::SOAP::Types::Session::Login[]", [0, 1]],
28
- ["login_as", "Virtuozzo::SOAP::Types::Session::Login_as[]", [0, 1]],
29
- ["duplicate_session", "Virtuozzo::SOAP::Types::Session::Duplicate_session[]", [0, 1]],
30
- ["logout", "Virtuozzo::SOAP::Types::Session::Logout[]", [0, 1]],
31
- ["verify", "Virtuozzo::SOAP::Types::Session::Verify[]", [0, 1]],
32
- ["put", "Virtuozzo::SOAP::Types::Session::Put[]", [0, 1]],
33
- ["get", "Virtuozzo::SOAP::Types::Session::Get[]", [0, 1]],
34
- ["list_sessions", "Virtuozzo::SOAP::Types::Session::List_sessions[]", [0, 1]],
35
- ["register_client", "Virtuozzo::SOAP::Types::Session::Register_client[]", [0, 1]],
36
- ["count_registered", "Virtuozzo::SOAP::Types::Session::Count_registered[]", [0, 1]],
37
- ["get_session", "Virtuozzo::SOAP::Types::Session::Get_session[]", [0, 1]],
38
- ["update_session", "Virtuozzo::SOAP::Types::Session::Update_session[]", [0, 1]]
27
+ ["login", "Virtuozzo::SOAP::Types::Sessionm::Login[]", [0, 1]],
28
+ ["login_as", "Virtuozzo::SOAP::Types::Sessionm::Login_as[]", [0, 1]],
29
+ ["duplicate_session", "Virtuozzo::SOAP::Types::Sessionm::Duplicate_session[]", [0, 1]],
30
+ ["logout", "Virtuozzo::SOAP::Types::Sessionm::Logout[]", [0, 1]],
31
+ ["verify", "Virtuozzo::SOAP::Types::Sessionm::Verify[]", [0, 1]],
32
+ ["put", "Virtuozzo::SOAP::Types::Sessionm::Put[]", [0, 1]],
33
+ ["get", "Virtuozzo::SOAP::Types::Sessionm::Get[]", [0, 1]],
34
+ ["list_sessions", "Virtuozzo::SOAP::Types::Sessionm::List_sessions[]", [0, 1]],
35
+ ["register_client", "Virtuozzo::SOAP::Types::Sessionm::Register_client[]", [0, 1]],
36
+ ["count_registered", "Virtuozzo::SOAP::Types::Sessionm::Count_registered[]", [0, 1]],
37
+ ["get_session", "Virtuozzo::SOAP::Types::Sessionm::Get_session[]", [0, 1]],
38
+ ["update_session", "Virtuozzo::SOAP::Types::Sessionm::Update_session[]", [0, 1]]
39
39
  ],
40
40
  [
41
41
  ["session_id", "SOAP::SOAPString[]", [0, nil]],
42
- ["data", "Virtuozzo::SOAP::Types::Session::DataType[]", [0, nil]],
43
- ["session", "Virtuozzo::SOAP::Types::Session::SessionType[]", [0, nil]],
44
- ["pass", "Virtuozzo::SOAP::Types::Session::Auth_nameType[]", [0, 1]],
45
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType[]", [0, 1]],
46
- ["registered", "Virtuozzo::SOAP::Types::Session::Registered[]", [0, 1]]
42
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::DataType[]", [0, nil]],
43
+ ["session", "Virtuozzo::SOAP::Types::Sessionm::SessionType[]", [0, nil]],
44
+ ["pass", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType[]", [0, 1]],
45
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType[]", [0, 1]],
46
+ ["registered", "Virtuozzo::SOAP::Types::Sessionm::Registered[]", [0, 1]]
47
47
  ]
48
48
  ]
49
49
  )
50
50
 
51
51
  EncodedRegistry.register(
52
- :class => Virtuozzo::SOAP::Types::Session::SessionmType::Ok,
52
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType::Ok,
53
53
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
54
54
  :is_anonymous => true,
55
55
  :schema_qualified => true,
@@ -57,7 +57,7 @@ module Virtuozzo # :nodoc:
57
57
  )
58
58
 
59
59
  EncodedRegistry.register(
60
- :class => Virtuozzo::SOAP::Types::Session::SessionmType::Error,
60
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType::Error,
61
61
  :schema_name => XSD::QName.new(NsProtocol, "error"),
62
62
  :is_anonymous => true,
63
63
  :schema_qualified => true,
@@ -68,22 +68,22 @@ module Virtuozzo # :nodoc:
68
68
  )
69
69
 
70
70
  EncodedRegistry.register(
71
- :class => Virtuozzo::SOAP::Types::Session::SessionType,
71
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionType,
72
72
  :schema_type => XSD::QName.new(NsSessionm, "sessionType"),
73
73
  :schema_element => [
74
74
  ["id", "SOAP::SOAPString"],
75
75
  ["creation", nil],
76
76
  ["access", nil],
77
- ["user", "Virtuozzo::SOAP::Types::Session::Auth_nameType"],
77
+ ["user", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType"],
78
78
  ["expiration", "SOAP::SOAPInt", [0, 1]],
79
79
  ["stamp", "SOAP::SOAPString", [0, 1]],
80
- ["data", "Virtuozzo::SOAP::Types::Session::DataType[]", [0, nil]],
81
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType", [0, 1]]
80
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::DataType[]", [0, nil]],
81
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType", [0, 1]]
82
82
  ]
83
83
  )
84
84
 
85
85
  EncodedRegistry.register(
86
- :class => Virtuozzo::SOAP::Types::Session::DataType,
86
+ :class => Virtuozzo::SOAP::Types::Sessionm::DataType,
87
87
  :schema_type => XSD::QName.new(NsSessionm, "dataType"),
88
88
  :schema_element => [
89
89
  ["key", "SOAP::SOAPString"],
@@ -92,7 +92,7 @@ module Virtuozzo # :nodoc:
92
92
  )
93
93
 
94
94
  EncodedRegistry.register(
95
- :class => Virtuozzo::SOAP::Types::Session::Sessionm_configurationType,
95
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sessionm_configurationType,
96
96
  :schema_type => XSD::QName.new(NsSessionm, "sessionm_configurationType"),
97
97
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
98
98
  :schema_element => [
@@ -102,7 +102,7 @@ module Virtuozzo # :nodoc:
102
102
  )
103
103
 
104
104
  EncodedRegistry.register(
105
- :class => Virtuozzo::SOAP::Types::Session::OsType,
105
+ :class => Virtuozzo::SOAP::Types::Sessionm::OsType,
106
106
  :schema_type => XSD::QName.new(NsTypes, "osType"),
107
107
  :schema_element => [
108
108
  ["platform", "SOAP::SOAPString", [0, 1]],
@@ -113,7 +113,7 @@ module Virtuozzo # :nodoc:
113
113
  )
114
114
 
115
115
  EncodedRegistry.register(
116
- :class => Virtuozzo::SOAP::Types::Session::Env_statusType,
116
+ :class => Virtuozzo::SOAP::Types::Sessionm::Env_statusType,
117
117
  :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
118
118
  :schema_element => [
119
119
  ["state", "SOAP::SOAPInt", [0, 1]],
@@ -122,7 +122,7 @@ module Virtuozzo # :nodoc:
122
122
  )
123
123
 
124
124
  EncodedRegistry.register(
125
- :class => Virtuozzo::SOAP::Types::Session::QosType,
125
+ :class => Virtuozzo::SOAP::Types::Sessionm::QosType,
126
126
  :schema_type => XSD::QName.new(NsTypes, "qosType"),
127
127
  :schema_element => [
128
128
  ["id", "SOAP::SOAPString"],
@@ -133,16 +133,16 @@ module Virtuozzo # :nodoc:
133
133
  )
134
134
 
135
135
  EncodedRegistry.register(
136
- :class => Virtuozzo::SOAP::Types::Session::Env_configType,
136
+ :class => Virtuozzo::SOAP::Types::Sessionm::Env_configType,
137
137
  :schema_type => XSD::QName.new(NsTypes, "env_configType"),
138
138
  :schema_element => [
139
139
  ["name", "SOAP::SOAPString", [0, 1]],
140
140
  ["description", "SOAP::SOAPBase64", [0, 1]],
141
141
  ["domain", "SOAP::SOAPString", [0, 1]],
142
142
  ["hostname", "SOAP::SOAPString", [0, 1]],
143
- ["address", "Virtuozzo::SOAP::Types::Session::Ip_addressType[]", [0, nil]],
143
+ ["address", "Virtuozzo::SOAP::Types::Sessionm::Ip_addressType[]", [0, nil]],
144
144
  ["architecture", "SOAP::SOAPString", [0, 1]],
145
- ["os", "Virtuozzo::SOAP::Types::Session::OsType", [0, 1]],
145
+ ["os", "Virtuozzo::SOAP::Types::Sessionm::OsType", [0, 1]],
146
146
  ["type", "SOAP::SOAPString", [0, 1]],
147
147
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
148
148
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -153,7 +153,7 @@ module Virtuozzo # :nodoc:
153
153
  )
154
154
 
155
155
  EncodedRegistry.register(
156
- :class => Virtuozzo::SOAP::Types::Session::Venv_configType,
156
+ :class => Virtuozzo::SOAP::Types::Sessionm::Venv_configType,
157
157
  :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
158
158
  :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
159
159
  :schema_element => [
@@ -161,40 +161,40 @@ module Virtuozzo # :nodoc:
161
161
  ["description", "SOAP::SOAPBase64", [0, 1]],
162
162
  ["domain", "SOAP::SOAPString", [0, 1]],
163
163
  ["hostname", "SOAP::SOAPString", [0, 1]],
164
- ["address", "Virtuozzo::SOAP::Types::Session::Ip_addressType[]", [0, nil]],
164
+ ["address", "Virtuozzo::SOAP::Types::Sessionm::Ip_addressType[]", [0, nil]],
165
165
  ["architecture", "SOAP::SOAPString", [0, 1]],
166
- ["os", "Virtuozzo::SOAP::Types::Session::OsType", [0, 1]],
166
+ ["os", "Virtuozzo::SOAP::Types::Sessionm::OsType", [0, 1]],
167
167
  ["type", "SOAP::SOAPString", [0, 1]],
168
168
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
169
169
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
170
170
  ["base_sample_id", nil, [0, 1]],
171
171
  ["base_snapshot_id", nil, [0, 1]],
172
172
  ["child_type", "SOAP::SOAPString[]", [0, nil]],
173
- ["qos", "Virtuozzo::SOAP::Types::Session::QosType[]", [0, nil]]
173
+ ["qos", "Virtuozzo::SOAP::Types::Sessionm::QosType[]", [0, nil]]
174
174
  ]
175
175
  )
176
176
 
177
177
  EncodedRegistry.register(
178
- :class => Virtuozzo::SOAP::Types::Session::Native_configType,
178
+ :class => Virtuozzo::SOAP::Types::Sessionm::Native_configType,
179
179
  :schema_type => XSD::QName.new(NsTypes, "native_configType"),
180
180
  :schema_element => []
181
181
  )
182
182
 
183
183
  EncodedRegistry.register(
184
- :class => Virtuozzo::SOAP::Types::Session::EnvType,
184
+ :class => Virtuozzo::SOAP::Types::Sessionm::EnvType,
185
185
  :schema_type => XSD::QName.new(NsTypes, "envType"),
186
186
  :schema_element => [
187
187
  ["parent_eid", nil],
188
188
  ["eid", nil],
189
- ["status", "Virtuozzo::SOAP::Types::Session::Env_statusType", [0, 1]],
189
+ ["status", "Virtuozzo::SOAP::Types::Sessionm::Env_statusType", [0, 1]],
190
190
  ["alert", "SOAP::SOAPInt", [0, 1]],
191
- ["config", "Virtuozzo::SOAP::Types::Session::Env_configType", [0, 1]],
192
- ["virtual_config", "Virtuozzo::SOAP::Types::Session::Venv_configType", [0, 1]]
191
+ ["config", "Virtuozzo::SOAP::Types::Sessionm::Env_configType", [0, 1]],
192
+ ["virtual_config", "Virtuozzo::SOAP::Types::Sessionm::Venv_configType", [0, 1]]
193
193
  ]
194
194
  )
195
195
 
196
196
  EncodedRegistry.register(
197
- :class => Virtuozzo::SOAP::Types::Session::ProcessesType,
197
+ :class => Virtuozzo::SOAP::Types::Sessionm::ProcessesType,
198
198
  :schema_type => XSD::QName.new(NsTypes, "processesType"),
199
199
  :schema_element => [
200
200
  ["run", "SOAP::SOAPInt"],
@@ -207,7 +207,7 @@ module Virtuozzo # :nodoc:
207
207
  )
208
208
 
209
209
  EncodedRegistry.register(
210
- :class => Virtuozzo::SOAP::Types::Session::Load_avgType,
210
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avgType,
211
211
  :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
212
212
  :schema_element => [
213
213
  ["l1", "SOAP::SOAPDouble"],
@@ -217,7 +217,7 @@ module Virtuozzo # :nodoc:
217
217
  )
218
218
 
219
219
  EncodedRegistry.register(
220
- :class => Virtuozzo::SOAP::Types::Session::Cpu_loadType,
220
+ :class => Virtuozzo::SOAP::Types::Sessionm::Cpu_loadType,
221
221
  :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
222
222
  :schema_element => [
223
223
  ["system", "SOAP::SOAPLong"],
@@ -228,7 +228,7 @@ module Virtuozzo # :nodoc:
228
228
  )
229
229
 
230
230
  EncodedRegistry.register(
231
- :class => Virtuozzo::SOAP::Types::Session::CpuType,
231
+ :class => Virtuozzo::SOAP::Types::Sessionm::CpuType,
232
232
  :schema_type => XSD::QName.new(NsTypes, "cpuType"),
233
233
  :schema_element => [
234
234
  ["mhz", "SOAP::SOAPInt"],
@@ -244,16 +244,16 @@ module Virtuozzo # :nodoc:
244
244
  )
245
245
 
246
246
  EncodedRegistry.register(
247
- :class => Virtuozzo::SOAP::Types::Session::TransferType,
247
+ :class => Virtuozzo::SOAP::Types::Sessionm::TransferType,
248
248
  :schema_type => XSD::QName.new(NsTypes, "transferType"),
249
249
  :schema_element => [
250
- ["input", "Virtuozzo::SOAP::Types::Session::TransferType::Input"],
251
- ["output", "Virtuozzo::SOAP::Types::Session::TransferType::Output"]
250
+ ["input", "Virtuozzo::SOAP::Types::Sessionm::TransferType::Input"],
251
+ ["output", "Virtuozzo::SOAP::Types::Sessionm::TransferType::Output"]
252
252
  ]
253
253
  )
254
254
 
255
255
  EncodedRegistry.register(
256
- :class => Virtuozzo::SOAP::Types::Session::TransferType::Input,
256
+ :class => Virtuozzo::SOAP::Types::Sessionm::TransferType::Input,
257
257
  :schema_name => XSD::QName.new(NsTypes, "input"),
258
258
  :is_anonymous => true,
259
259
  :schema_qualified => true,
@@ -264,7 +264,7 @@ module Virtuozzo # :nodoc:
264
264
  )
265
265
 
266
266
  EncodedRegistry.register(
267
- :class => Virtuozzo::SOAP::Types::Session::TransferType::Output,
267
+ :class => Virtuozzo::SOAP::Types::Sessionm::TransferType::Output,
268
268
  :schema_name => XSD::QName.new(NsTypes, "output"),
269
269
  :is_anonymous => true,
270
270
  :schema_qualified => true,
@@ -275,16 +275,16 @@ module Virtuozzo # :nodoc:
275
275
  )
276
276
 
277
277
  EncodedRegistry.register(
278
- :class => Virtuozzo::SOAP::Types::Session::System_nodeType,
278
+ :class => Virtuozzo::SOAP::Types::Sessionm::System_nodeType,
279
279
  :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
280
280
  :schema_element => [
281
- ["address", "Virtuozzo::SOAP::Types::Session::System_nodeType::Address"],
282
- ["login", "Virtuozzo::SOAP::Types::Session::System_nodeType::Login", [0, 1]]
281
+ ["address", "Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Address"],
282
+ ["login", "Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Login", [0, 1]]
283
283
  ]
284
284
  )
285
285
 
286
286
  EncodedRegistry.register(
287
- :class => Virtuozzo::SOAP::Types::Session::System_nodeType::Address,
287
+ :class => Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Address,
288
288
  :schema_name => XSD::QName.new(NsTypes, "address"),
289
289
  :is_anonymous => true,
290
290
  :schema_qualified => true,
@@ -294,7 +294,7 @@ module Virtuozzo # :nodoc:
294
294
  )
295
295
 
296
296
  EncodedRegistry.register(
297
- :class => Virtuozzo::SOAP::Types::Session::System_nodeType::Login,
297
+ :class => Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Login,
298
298
  :schema_name => XSD::QName.new(NsTypes, "login"),
299
299
  :is_anonymous => true,
300
300
  :schema_qualified => true,
@@ -305,7 +305,7 @@ module Virtuozzo # :nodoc:
305
305
  )
306
306
 
307
307
  EncodedRegistry.register(
308
- :class => Virtuozzo::SOAP::Types::Session::ResourceType,
308
+ :class => Virtuozzo::SOAP::Types::Sessionm::ResourceType,
309
309
  :schema_type => XSD::QName.new(NsTypes, "resourceType"),
310
310
  :schema_element => [
311
311
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -318,7 +318,7 @@ module Virtuozzo # :nodoc:
318
318
  )
319
319
 
320
320
  EncodedRegistry.register(
321
- :class => Virtuozzo::SOAP::Types::Session::IntervalType,
321
+ :class => Virtuozzo::SOAP::Types::Sessionm::IntervalType,
322
322
  :schema_type => XSD::QName.new(NsTypes, "intervalType"),
323
323
  :schema_element => [
324
324
  ["start_time", nil],
@@ -327,7 +327,7 @@ module Virtuozzo # :nodoc:
327
327
  )
328
328
 
329
329
  EncodedRegistry.register(
330
- :class => Virtuozzo::SOAP::Types::Session::StatsType,
330
+ :class => Virtuozzo::SOAP::Types::Sessionm::StatsType,
331
331
  :schema_type => XSD::QName.new(NsTypes, "statsType"),
332
332
  :schema_element => [
333
333
  ["avg", "SOAP::SOAPLong", [0, 1]],
@@ -341,7 +341,7 @@ module Virtuozzo # :nodoc:
341
341
  )
342
342
 
343
343
  EncodedRegistry.register(
344
- :class => Virtuozzo::SOAP::Types::Session::Net_addressType,
344
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_addressType,
345
345
  :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
346
346
  :schema_element => [
347
347
  ["host", nil],
@@ -350,16 +350,16 @@ module Virtuozzo # :nodoc:
350
350
  )
351
351
 
352
352
  EncodedRegistry.register(
353
- :class => Virtuozzo::SOAP::Types::Session::Net_classType,
353
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_classType,
354
354
  :schema_type => XSD::QName.new(NsTypes, "net_classType"),
355
355
  :schema_element => [
356
356
  ["id", "SOAP::SOAPString", [0, 1]],
357
- ["transfer", "Virtuozzo::SOAP::Types::Session::TransferType", [0, 1]]
357
+ ["transfer", "Virtuozzo::SOAP::Types::Sessionm::TransferType", [0, 1]]
358
358
  ]
359
359
  )
360
360
 
361
361
  EncodedRegistry.register(
362
- :class => Virtuozzo::SOAP::Types::Session::Ip_rangeType,
362
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ip_rangeType,
363
363
  :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
364
364
  :schema_element => [
365
365
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -370,19 +370,19 @@ module Virtuozzo # :nodoc:
370
370
  )
371
371
 
372
372
  EncodedRegistry.register(
373
- :class => Virtuozzo::SOAP::Types::Session::Sample_confType,
373
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sample_confType,
374
374
  :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
375
375
  :schema_element => [
376
- ["env_config", "Virtuozzo::SOAP::Types::Session::Env_configType"],
376
+ ["env_config", "Virtuozzo::SOAP::Types::Sessionm::Env_configType"],
377
377
  ["id", "SOAP::SOAPString", [0, 1]],
378
378
  ["name", "SOAP::SOAPString"],
379
379
  ["comment", "SOAP::SOAPBase64", [0, 1]],
380
- ["vt_version", "Virtuozzo::SOAP::Types::Session::Sample_confType::Vt_version", [0, 1]]
380
+ ["vt_version", "Virtuozzo::SOAP::Types::Sessionm::Sample_confType::Vt_version", [0, 1]]
381
381
  ]
382
382
  )
383
383
 
384
384
  EncodedRegistry.register(
385
- :class => Virtuozzo::SOAP::Types::Session::Sample_confType::Vt_version,
385
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sample_confType::Vt_version,
386
386
  :schema_name => XSD::QName.new(NsTypes, "vt_version"),
387
387
  :is_anonymous => true,
388
388
  :schema_qualified => true,
@@ -394,34 +394,34 @@ module Virtuozzo # :nodoc:
394
394
  )
395
395
 
396
396
  EncodedRegistry.register(
397
- :class => Virtuozzo::SOAP::Types::Session::InterfaceType,
397
+ :class => Virtuozzo::SOAP::Types::Sessionm::InterfaceType,
398
398
  :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
399
399
  :schema_element => [
400
400
  ["name", "SOAP::SOAPString"],
401
401
  ["bandwidth", "SOAP::SOAPInt", [0, 1]],
402
- ["transfer", "Virtuozzo::SOAP::Types::Session::TransferType", [0, 1]],
402
+ ["transfer", "Virtuozzo::SOAP::Types::Sessionm::TransferType", [0, 1]],
403
403
  ["ipaddress", nil, [0, 1]],
404
404
  ["flags", "SOAP::SOAPInt", [0, 1]]
405
405
  ]
406
406
  )
407
407
 
408
408
  EncodedRegistry.register(
409
- :class => Virtuozzo::SOAP::Types::Session::Sys_infoType,
409
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sys_infoType,
410
410
  :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
411
411
  :schema_element => [
412
- ["load_avg", "Virtuozzo::SOAP::Types::Session::Load_avgType"],
413
- ["processes", "Virtuozzo::SOAP::Types::Session::ProcessesType"],
414
- ["cpu_load", "Virtuozzo::SOAP::Types::Session::Cpu_loadType"],
415
- ["cpu_states", "Virtuozzo::SOAP::Types::Session::Cpu_loadType"],
412
+ ["load_avg", "Virtuozzo::SOAP::Types::Sessionm::Load_avgType"],
413
+ ["processes", "Virtuozzo::SOAP::Types::Sessionm::ProcessesType"],
414
+ ["cpu_load", "Virtuozzo::SOAP::Types::Sessionm::Cpu_loadType"],
415
+ ["cpu_states", "Virtuozzo::SOAP::Types::Sessionm::Cpu_loadType"],
416
416
  ["users", "SOAP::SOAPInt"],
417
417
  ["uptime", "SOAP::SOAPLong"],
418
- ["memory", "Virtuozzo::SOAP::Types::Session::Sys_infoType::Memory", [0, 1]],
419
- ["swap", "Virtuozzo::SOAP::Types::Session::Sys_infoType::Swap", [0, 1]]
418
+ ["memory", "Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Memory", [0, 1]],
419
+ ["swap", "Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Swap", [0, 1]]
420
420
  ]
421
421
  )
422
422
 
423
423
  EncodedRegistry.register(
424
- :class => Virtuozzo::SOAP::Types::Session::Sys_infoType::Memory,
424
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Memory,
425
425
  :schema_name => XSD::QName.new(NsTypes, "memory"),
426
426
  :is_anonymous => true,
427
427
  :schema_qualified => true,
@@ -432,7 +432,7 @@ module Virtuozzo # :nodoc:
432
432
  )
433
433
 
434
434
  EncodedRegistry.register(
435
- :class => Virtuozzo::SOAP::Types::Session::Sys_infoType::Swap,
435
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Swap,
436
436
  :schema_name => XSD::QName.new(NsTypes, "swap"),
437
437
  :is_anonymous => true,
438
438
  :schema_qualified => true,
@@ -443,10 +443,10 @@ module Virtuozzo # :nodoc:
443
443
  )
444
444
 
445
445
  EncodedRegistry.register(
446
- :class => Virtuozzo::SOAP::Types::Session::Ps_infoType,
446
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ps_infoType,
447
447
  :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
448
448
  :schema_element => [
449
- ["process", "Virtuozzo::SOAP::Types::Session::Ps_infoType::C_Process[]", [1, nil]],
449
+ ["process", "Virtuozzo::SOAP::Types::Sessionm::Ps_infoType::C_Process[]", [1, nil]],
450
450
  ["param_id", "SOAP::SOAPString[]", [1, nil]],
451
451
  ["run", "SOAP::SOAPInt"],
452
452
  ["idle", "SOAP::SOAPInt"],
@@ -459,7 +459,7 @@ module Virtuozzo # :nodoc:
459
459
  )
460
460
 
461
461
  EncodedRegistry.register(
462
- :class => Virtuozzo::SOAP::Types::Session::Ps_infoType::C_Process,
462
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ps_infoType::C_Process,
463
463
  :schema_name => XSD::QName.new(NsTypes, "process"),
464
464
  :is_anonymous => true,
465
465
  :schema_qualified => true,
@@ -470,17 +470,17 @@ module Virtuozzo # :nodoc:
470
470
  )
471
471
 
472
472
  EncodedRegistry.register(
473
- :class => Virtuozzo::SOAP::Types::Session::Load_avg_statsType,
473
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType,
474
474
  :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
475
475
  :schema_element => [
476
- ["l1", "Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L1"],
477
- ["l2", "Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L2", [0, 1]],
478
- ["l3", "Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L3", [0, 1]]
476
+ ["l1", "Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L1"],
477
+ ["l2", "Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L2", [0, 1]],
478
+ ["l3", "Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L3", [0, 1]]
479
479
  ]
480
480
  )
481
481
 
482
482
  EncodedRegistry.register(
483
- :class => Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L1,
483
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L1,
484
484
  :schema_name => XSD::QName.new(NsTypes, "l1"),
485
485
  :is_anonymous => true,
486
486
  :schema_qualified => true,
@@ -493,7 +493,7 @@ module Virtuozzo # :nodoc:
493
493
  )
494
494
 
495
495
  EncodedRegistry.register(
496
- :class => Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L2,
496
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L2,
497
497
  :schema_name => XSD::QName.new(NsTypes, "l2"),
498
498
  :is_anonymous => true,
499
499
  :schema_qualified => true,
@@ -506,7 +506,7 @@ module Virtuozzo # :nodoc:
506
506
  )
507
507
 
508
508
  EncodedRegistry.register(
509
- :class => Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L3,
509
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L3,
510
510
  :schema_name => XSD::QName.new(NsTypes, "l3"),
511
511
  :is_anonymous => true,
512
512
  :schema_qualified => true,
@@ -519,7 +519,7 @@ module Virtuozzo # :nodoc:
519
519
  )
520
520
 
521
521
  EncodedRegistry.register(
522
- :class => Virtuozzo::SOAP::Types::Session::Alert_dataType,
522
+ :class => Virtuozzo::SOAP::Types::Sessionm::Alert_dataType,
523
523
  :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
524
524
  :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
525
525
  :schema_element => [
@@ -528,7 +528,7 @@ module Virtuozzo # :nodoc:
528
528
  )
529
529
 
530
530
  EncodedRegistry.register(
531
- :class => Virtuozzo::SOAP::Types::Session::Ip_addressType,
531
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ip_addressType,
532
532
  :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
533
533
  :schema_element => [
534
534
  ["ip", nil],
@@ -537,25 +537,25 @@ module Virtuozzo # :nodoc:
537
537
  )
538
538
 
539
539
  EncodedRegistry.register(
540
- :class => Virtuozzo::SOAP::Types::Session::Env_resourceType,
540
+ :class => Virtuozzo::SOAP::Types::Sessionm::Env_resourceType,
541
541
  :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
542
542
  :schema_element => [
543
543
  ["eid", nil],
544
- ["ip_pool", "Virtuozzo::SOAP::Types::Session::Ip_poolType", [0, 1]]
544
+ ["ip_pool", "Virtuozzo::SOAP::Types::Sessionm::Ip_poolType", [0, 1]]
545
545
  ]
546
546
  )
547
547
 
548
548
  EncodedRegistry.register(
549
- :class => Virtuozzo::SOAP::Types::Session::Ip_poolType,
549
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ip_poolType,
550
550
  :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
551
551
  :schema_element => [ :choice,
552
- ["ip_range", "Virtuozzo::SOAP::Types::Session::Ip_poolType::Ip_range[]"],
552
+ ["ip_range", "Virtuozzo::SOAP::Types::Sessionm::Ip_poolType::Ip_range[]"],
553
553
  ["ip", "[]"]
554
554
  ]
555
555
  )
556
556
 
557
557
  EncodedRegistry.register(
558
- :class => Virtuozzo::SOAP::Types::Session::Ip_poolType::Ip_range,
558
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ip_poolType::Ip_range,
559
559
  :schema_name => XSD::QName.new(NsTypes, "ip_range"),
560
560
  :is_anonymous => true,
561
561
  :schema_qualified => true,
@@ -566,7 +566,7 @@ module Virtuozzo # :nodoc:
566
566
  )
567
567
 
568
568
  EncodedRegistry.register(
569
- :class => Virtuozzo::SOAP::Types::Session::UsageType,
569
+ :class => Virtuozzo::SOAP::Types::Sessionm::UsageType,
570
570
  :schema_type => XSD::QName.new(NsTypes, "usageType"),
571
571
  :schema_element => [
572
572
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -576,20 +576,20 @@ module Virtuozzo # :nodoc:
576
576
  )
577
577
 
578
578
  EncodedRegistry.register(
579
- :class => Virtuozzo::SOAP::Types::Session::Root_credentialType,
579
+ :class => Virtuozzo::SOAP::Types::Sessionm::Root_credentialType,
580
580
  :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
581
581
  :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
582
582
  :schema_element => [
583
583
  ["id", "SOAP::SOAPString"],
584
584
  ["policy", "SOAP::SOAPInt", [0, 1]],
585
585
  ["description", "SOAP::SOAPBase64", [0, 1]],
586
- ["cred", "Virtuozzo::SOAP::Types::Session::CredentialType[]", [0, nil]],
587
- ["objects", "Virtuozzo::SOAP::Types::Session::Root_credentialType::Objects", [0, 1]]
586
+ ["cred", "Virtuozzo::SOAP::Types::Sessionm::CredentialType[]", [0, nil]],
587
+ ["objects", "Virtuozzo::SOAP::Types::Sessionm::Root_credentialType::Objects", [0, 1]]
588
588
  ]
589
589
  )
590
590
 
591
591
  EncodedRegistry.register(
592
- :class => Virtuozzo::SOAP::Types::Session::Root_credentialType::Objects,
592
+ :class => Virtuozzo::SOAP::Types::Sessionm::Root_credentialType::Objects,
593
593
  :schema_name => XSD::QName.new(NsTypes, "objects"),
594
594
  :is_anonymous => true,
595
595
  :schema_qualified => true,
@@ -599,30 +599,30 @@ module Virtuozzo # :nodoc:
599
599
  )
600
600
 
601
601
  EncodedRegistry.register(
602
- :class => Virtuozzo::SOAP::Types::Session::CredentialType,
602
+ :class => Virtuozzo::SOAP::Types::Sessionm::CredentialType,
603
603
  :schema_type => XSD::QName.new(NsTypes, "credentialType"),
604
604
  :schema_element => [
605
605
  ["id", "SOAP::SOAPString"],
606
606
  ["policy", "SOAP::SOAPInt", [0, 1]],
607
607
  ["description", "SOAP::SOAPBase64", [0, 1]],
608
- ["cred", "Virtuozzo::SOAP::Types::Session::CredentialType[]", [0, nil]]
608
+ ["cred", "Virtuozzo::SOAP::Types::Sessionm::CredentialType[]", [0, nil]]
609
609
  ]
610
610
  )
611
611
 
612
612
  EncodedRegistry.register(
613
- :class => Virtuozzo::SOAP::Types::Session::TokenType,
613
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType,
614
614
  :schema_type => XSD::QName.new(NsTypes, "tokenType"),
615
615
  :schema_element => [
616
616
  ["user", nil],
617
- ["groups", "Virtuozzo::SOAP::Types::Session::TokenType::Groups", [0, 1]],
618
- ["deny_only_sids", "Virtuozzo::SOAP::Types::Session::TokenType::Deny_only_sids", [0, 1]],
619
- ["privileges", "Virtuozzo::SOAP::Types::Session::TokenType::Privileges", [0, 1]],
620
- ["source", "Virtuozzo::SOAP::Types::Session::TokenType::Source", [0, 1]]
617
+ ["groups", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Groups", [0, 1]],
618
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Deny_only_sids", [0, 1]],
619
+ ["privileges", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Privileges", [0, 1]],
620
+ ["source", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Source", [0, 1]]
621
621
  ]
622
622
  )
623
623
 
624
624
  EncodedRegistry.register(
625
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Groups,
625
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Groups,
626
626
  :schema_name => XSD::QName.new(NsTypes, "groups"),
627
627
  :is_anonymous => true,
628
628
  :schema_qualified => true,
@@ -632,7 +632,7 @@ module Virtuozzo # :nodoc:
632
632
  )
633
633
 
634
634
  EncodedRegistry.register(
635
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Deny_only_sids,
635
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Deny_only_sids,
636
636
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
637
637
  :is_anonymous => true,
638
638
  :schema_qualified => true,
@@ -642,7 +642,7 @@ module Virtuozzo # :nodoc:
642
642
  )
643
643
 
644
644
  EncodedRegistry.register(
645
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Privileges,
645
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Privileges,
646
646
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
647
647
  :is_anonymous => true,
648
648
  :schema_qualified => true,
@@ -652,7 +652,7 @@ module Virtuozzo # :nodoc:
652
652
  )
653
653
 
654
654
  EncodedRegistry.register(
655
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Source,
655
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Source,
656
656
  :schema_name => XSD::QName.new(NsTypes, "source"),
657
657
  :is_anonymous => true,
658
658
  :schema_qualified => true,
@@ -663,7 +663,7 @@ module Virtuozzo # :nodoc:
663
663
  )
664
664
 
665
665
  EncodedRegistry.register(
666
- :class => Virtuozzo::SOAP::Types::Session::Connectivity_infoType,
666
+ :class => Virtuozzo::SOAP::Types::Sessionm::Connectivity_infoType,
667
667
  :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
668
668
  :schema_element => [
669
669
  ["protocol", "SOAP::SOAPString", [0, 1]],
@@ -673,7 +673,7 @@ module Virtuozzo # :nodoc:
673
673
  )
674
674
 
675
675
  EncodedRegistry.register(
676
- :class => Virtuozzo::SOAP::Types::Session::Auth_nameType,
676
+ :class => Virtuozzo::SOAP::Types::Sessionm::Auth_nameType,
677
677
  :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
678
678
  :schema_element => [
679
679
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -683,20 +683,20 @@ module Virtuozzo # :nodoc:
683
683
  )
684
684
 
685
685
  EncodedRegistry.register(
686
- :class => Virtuozzo::SOAP::Types::Session::Connection_infoType,
686
+ :class => Virtuozzo::SOAP::Types::Sessionm::Connection_infoType,
687
687
  :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
688
688
  :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
689
689
  :schema_element => [
690
690
  ["protocol", "SOAP::SOAPString", [0, 1]],
691
691
  ["address", "SOAP::SOAPString"],
692
692
  ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
693
- ["login", "Virtuozzo::SOAP::Types::Session::Auth_nameType", [0, 1]],
693
+ ["login", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType", [0, 1]],
694
694
  ["password", "SOAP::SOAPBase64", [0, 1]]
695
695
  ]
696
696
  )
697
697
 
698
698
  EncodedRegistry.register(
699
- :class => Virtuozzo::SOAP::Types::Session::Eid_listType,
699
+ :class => Virtuozzo::SOAP::Types::Sessionm::Eid_listType,
700
700
  :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
701
701
  :schema_element => [
702
702
  ["eid", "[]", [0, nil]]
@@ -704,7 +704,7 @@ module Virtuozzo # :nodoc:
704
704
  )
705
705
 
706
706
  EncodedRegistry.register(
707
- :class => Virtuozzo::SOAP::Types::Session::Vt_infoType,
707
+ :class => Virtuozzo::SOAP::Types::Sessionm::Vt_infoType,
708
708
  :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
709
709
  :schema_element => [
710
710
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -712,7 +712,7 @@ module Virtuozzo # :nodoc:
712
712
  )
713
713
 
714
714
  EncodedRegistry.register(
715
- :class => Virtuozzo::SOAP::Types::Session::Vt_settingsType,
715
+ :class => Virtuozzo::SOAP::Types::Sessionm::Vt_settingsType,
716
716
  :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
717
717
  :schema_element => [
718
718
  ["default_sample_id", nil, [0, 1]]
@@ -720,11 +720,11 @@ module Virtuozzo # :nodoc:
720
720
  )
721
721
 
722
722
  EncodedRegistry.register(
723
- :class => Virtuozzo::SOAP::Types::Session::UserType,
723
+ :class => Virtuozzo::SOAP::Types::Sessionm::UserType,
724
724
  :schema_type => XSD::QName.new(NsTypes, "userType"),
725
725
  :schema_element => [
726
- ["initial_group", "Virtuozzo::SOAP::Types::Session::UserType::Initial_group", [0, 1]],
727
- ["group", "Virtuozzo::SOAP::Types::Session::UserType::Group[]", [0, nil]],
726
+ ["initial_group", "Virtuozzo::SOAP::Types::Sessionm::UserType::Initial_group", [0, 1]],
727
+ ["group", "Virtuozzo::SOAP::Types::Sessionm::UserType::Group[]", [0, nil]],
728
728
  ["uid", "SOAP::SOAPInt", [0, 1]],
729
729
  ["shell", "SOAP::SOAPString", [0, 1]],
730
730
  ["password", "SOAP::SOAPBase64", [0, 1]],
@@ -735,7 +735,7 @@ module Virtuozzo # :nodoc:
735
735
  )
736
736
 
737
737
  EncodedRegistry.register(
738
- :class => Virtuozzo::SOAP::Types::Session::UserType::Initial_group,
738
+ :class => Virtuozzo::SOAP::Types::Sessionm::UserType::Initial_group,
739
739
  :schema_name => XSD::QName.new(NsTypes, "initial_group"),
740
740
  :is_anonymous => true,
741
741
  :schema_qualified => true,
@@ -746,7 +746,7 @@ module Virtuozzo # :nodoc:
746
746
  )
747
747
 
748
748
  EncodedRegistry.register(
749
- :class => Virtuozzo::SOAP::Types::Session::UserType::Group,
749
+ :class => Virtuozzo::SOAP::Types::Sessionm::UserType::Group,
750
750
  :schema_name => XSD::QName.new(NsTypes, "group"),
751
751
  :is_anonymous => true,
752
752
  :schema_qualified => true,
@@ -757,18 +757,18 @@ module Virtuozzo # :nodoc:
757
757
  )
758
758
 
759
759
  EncodedRegistry.register(
760
- :class => Virtuozzo::SOAP::Types::Session::GroupType,
760
+ :class => Virtuozzo::SOAP::Types::Sessionm::GroupType,
761
761
  :schema_type => XSD::QName.new(NsTypes, "groupType"),
762
762
  :schema_element => [
763
- ["user", "Virtuozzo::SOAP::Types::Session::GroupType::User[]", [0, nil]],
764
- ["member_group", "Virtuozzo::SOAP::Types::Session::GroupType::Member_group[]", [0, nil]],
763
+ ["user", "Virtuozzo::SOAP::Types::Sessionm::GroupType::User[]", [0, nil]],
764
+ ["member_group", "Virtuozzo::SOAP::Types::Sessionm::GroupType::Member_group[]", [0, nil]],
765
765
  ["name", "SOAP::SOAPString", [0, 1]],
766
766
  ["gid", "SOAP::SOAPInt", [0, 1]]
767
767
  ]
768
768
  )
769
769
 
770
770
  EncodedRegistry.register(
771
- :class => Virtuozzo::SOAP::Types::Session::GroupType::User,
771
+ :class => Virtuozzo::SOAP::Types::Sessionm::GroupType::User,
772
772
  :schema_name => XSD::QName.new(NsTypes, "user"),
773
773
  :is_anonymous => true,
774
774
  :schema_qualified => true,
@@ -778,7 +778,7 @@ module Virtuozzo # :nodoc:
778
778
  )
779
779
 
780
780
  EncodedRegistry.register(
781
- :class => Virtuozzo::SOAP::Types::Session::GroupType::Member_group,
781
+ :class => Virtuozzo::SOAP::Types::Sessionm::GroupType::Member_group,
782
782
  :schema_name => XSD::QName.new(NsTypes, "member_group"),
783
783
  :is_anonymous => true,
784
784
  :schema_qualified => true,
@@ -788,12 +788,12 @@ module Virtuozzo # :nodoc:
788
788
  )
789
789
 
790
790
  EncodedRegistry.register(
791
- :class => Virtuozzo::SOAP::Types::Session::PackageType,
791
+ :class => Virtuozzo::SOAP::Types::Sessionm::PackageType,
792
792
  :schema_type => XSD::QName.new(NsTypes, "packageType"),
793
793
  :schema_element => [
794
794
  ["name", "SOAP::SOAPString"],
795
795
  ["summary", "SOAP::SOAPString", [0, 1]],
796
- ["os", "Virtuozzo::SOAP::Types::Session::OsType", [0, 1]],
796
+ ["os", "Virtuozzo::SOAP::Types::Sessionm::OsType", [0, 1]],
797
797
  ["description", "SOAP::SOAPString", [0, 1]],
798
798
  ["arch", "SOAP::SOAPString", [0, 1]],
799
799
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -801,13 +801,13 @@ module Virtuozzo # :nodoc:
801
801
  )
802
802
 
803
803
  EncodedRegistry.register(
804
- :class => Virtuozzo::SOAP::Types::Session::Event_dataType,
804
+ :class => Virtuozzo::SOAP::Types::Sessionm::Event_dataType,
805
805
  :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
806
806
  :schema_element => []
807
807
  )
808
808
 
809
809
  EncodedRegistry.register(
810
- :class => Virtuozzo::SOAP::Types::Session::Named_listType,
810
+ :class => Virtuozzo::SOAP::Types::Sessionm::Named_listType,
811
811
  :schema_type => XSD::QName.new(NsTypes, "named_listType"),
812
812
  :schema_element => [
813
813
  ["name", "SOAP::SOAPString"],
@@ -816,7 +816,7 @@ module Virtuozzo # :nodoc:
816
816
  )
817
817
 
818
818
  EncodedRegistry.register(
819
- :class => Virtuozzo::SOAP::Types::Session::ModType,
819
+ :class => Virtuozzo::SOAP::Types::Sessionm::ModType,
820
820
  :schema_type => XSD::QName.new(NsTypes, "modType"),
821
821
  :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
822
822
  :schema_element => [
@@ -827,7 +827,7 @@ module Virtuozzo # :nodoc:
827
827
  )
828
828
 
829
829
  EncodedRegistry.register(
830
- :class => Virtuozzo::SOAP::Types::Session::RealmType,
830
+ :class => Virtuozzo::SOAP::Types::Sessionm::RealmType,
831
831
  :schema_type => XSD::QName.new(NsTypes, "realmType"),
832
832
  :schema_element => [
833
833
  ["id", nil, [0, 1]],
@@ -838,7 +838,7 @@ module Virtuozzo # :nodoc:
838
838
  )
839
839
 
840
840
  EncodedRegistry.register(
841
- :class => Virtuozzo::SOAP::Types::Session::EventType,
841
+ :class => Virtuozzo::SOAP::Types::Sessionm::EventType,
842
842
  :schema_type => XSD::QName.new(NsTypes, "eventType"),
843
843
  :schema_element => [
844
844
  ["eid", nil],
@@ -848,34 +848,34 @@ module Virtuozzo # :nodoc:
848
848
  ["sid", nil, [0, 1]],
849
849
  ["count", "SOAP::SOAPInt"],
850
850
  ["id", nil],
851
- ["info", "Virtuozzo::SOAP::Types::Session::InfoType"],
852
- ["data", "Virtuozzo::SOAP::Types::Session::EventType::C_Data", [0, 1]]
851
+ ["info", "Virtuozzo::SOAP::Types::Sessionm::InfoType"],
852
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::EventType::C_Data", [0, 1]]
853
853
  ]
854
854
  )
855
855
 
856
856
  EncodedRegistry.register(
857
- :class => Virtuozzo::SOAP::Types::Session::EventType::C_Data,
857
+ :class => Virtuozzo::SOAP::Types::Sessionm::EventType::C_Data,
858
858
  :schema_name => XSD::QName.new(NsTypes, "data"),
859
859
  :is_anonymous => true,
860
860
  :schema_qualified => true,
861
861
  :schema_element => [
862
- ["event_data", "Virtuozzo::SOAP::Types::Session::Event_dataType"]
862
+ ["event_data", "Virtuozzo::SOAP::Types::Sessionm::Event_dataType"]
863
863
  ]
864
864
  )
865
865
 
866
866
  EncodedRegistry.register(
867
- :class => Virtuozzo::SOAP::Types::Session::InfoType,
867
+ :class => Virtuozzo::SOAP::Types::Sessionm::InfoType,
868
868
  :schema_type => XSD::QName.new(NsTypes, "infoType"),
869
869
  :schema_element => [
870
870
  ["message", "SOAP::SOAPBase64"],
871
871
  ["translate", nil, [0, 1]],
872
- ["parameter", "Virtuozzo::SOAP::Types::Session::InfoType[]", [0, nil]],
872
+ ["parameter", "Virtuozzo::SOAP::Types::Sessionm::InfoType[]", [0, nil]],
873
873
  ["name", "SOAP::SOAPString"]
874
874
  ]
875
875
  )
876
876
 
877
877
  EncodedRegistry.register(
878
- :class => Virtuozzo::SOAP::Types::Session::AceType,
878
+ :class => Virtuozzo::SOAP::Types::Sessionm::AceType,
879
879
  :schema_type => XSD::QName.new(NsTypes, "aceType"),
880
880
  :schema_element => [
881
881
  ["type", "SOAP::SOAPInt"],
@@ -885,27 +885,27 @@ module Virtuozzo # :nodoc:
885
885
  )
886
886
 
887
887
  EncodedRegistry.register(
888
- :class => Virtuozzo::SOAP::Types::Session::Security_descriptorType,
888
+ :class => Virtuozzo::SOAP::Types::Sessionm::Security_descriptorType,
889
889
  :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
890
890
  :schema_element => [
891
891
  ["owner", nil],
892
892
  ["group", nil],
893
- ["dacl", "Virtuozzo::SOAP::Types::Session::Security_descriptorType::Dacl", [0, 1]]
893
+ ["dacl", "Virtuozzo::SOAP::Types::Sessionm::Security_descriptorType::Dacl", [0, 1]]
894
894
  ]
895
895
  )
896
896
 
897
897
  EncodedRegistry.register(
898
- :class => Virtuozzo::SOAP::Types::Session::Security_descriptorType::Dacl,
898
+ :class => Virtuozzo::SOAP::Types::Sessionm::Security_descriptorType::Dacl,
899
899
  :schema_name => XSD::QName.new(NsTypes, "dacl"),
900
900
  :is_anonymous => true,
901
901
  :schema_qualified => true,
902
902
  :schema_element => [
903
- ["ace", "Virtuozzo::SOAP::Types::Session::AceType[]", [0, nil]]
903
+ ["ace", "Virtuozzo::SOAP::Types::Sessionm::AceType[]", [0, nil]]
904
904
  ]
905
905
  )
906
906
 
907
907
  EncodedRegistry.register(
908
- :class => Virtuozzo::SOAP::Types::Session::Env_security_objectType,
908
+ :class => Virtuozzo::SOAP::Types::Sessionm::Env_security_objectType,
909
909
  :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
910
910
  :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
911
911
  :schema_element => [
@@ -914,19 +914,19 @@ module Virtuozzo # :nodoc:
914
914
  )
915
915
 
916
916
  EncodedRegistry.register(
917
- :class => Virtuozzo::SOAP::Types::Session::Net_deviceType,
917
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_deviceType,
918
918
  :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
919
919
  :schema_element => [
920
920
  ["id", "SOAP::SOAPString", [0, 1]],
921
- ["ip_address", "Virtuozzo::SOAP::Types::Session::Ip_addressType[]", [0, nil]],
921
+ ["ip_address", "Virtuozzo::SOAP::Types::Sessionm::Ip_addressType[]", [0, nil]],
922
922
  ["dhcp", nil, [0, 1]],
923
923
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
924
- ["status", "Virtuozzo::SOAP::Types::Session::Net_deviceType::Status", [0, 1]]
924
+ ["status", "Virtuozzo::SOAP::Types::Sessionm::Net_deviceType::Status", [0, 1]]
925
925
  ]
926
926
  )
927
927
 
928
928
  EncodedRegistry.register(
929
- :class => Virtuozzo::SOAP::Types::Session::Net_deviceType::Status,
929
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_deviceType::Status,
930
930
  :schema_name => XSD::QName.new(NsTypes, "status"),
931
931
  :is_anonymous => true,
932
932
  :schema_qualified => true,
@@ -937,7 +937,7 @@ module Virtuozzo # :nodoc:
937
937
  )
938
938
 
939
939
  EncodedRegistry.register(
940
- :class => Virtuozzo::SOAP::Types::Session::Voc_parameterType,
940
+ :class => Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType,
941
941
  :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
942
942
  :schema_element => [
943
943
  ["id", "SOAP::SOAPString"],
@@ -956,31 +956,31 @@ module Virtuozzo # :nodoc:
956
956
  )
957
957
 
958
958
  EncodedRegistry.register(
959
- :class => Virtuozzo::SOAP::Types::Session::VocabularyType,
959
+ :class => Virtuozzo::SOAP::Types::Sessionm::VocabularyType,
960
960
  :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
961
961
  :schema_element => [
962
962
  ["name", "SOAP::SOAPString"],
963
- ["parameter", "Virtuozzo::SOAP::Types::Session::Voc_parameterType[]", [0, nil]],
964
- ["category", "Virtuozzo::SOAP::Types::Session::Voc_parameterType[]", [0, nil]]
963
+ ["parameter", "Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType[]", [0, nil]],
964
+ ["category", "Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType[]", [0, nil]]
965
965
  ]
966
966
  )
967
967
 
968
968
  EncodedRegistry.register(
969
- :class => Virtuozzo::SOAP::Types::Session::Net_nicType,
969
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_nicType,
970
970
  :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
971
971
  :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
972
972
  :schema_element => [
973
973
  ["id", "SOAP::SOAPString", [0, 1]],
974
- ["ip_address", "Virtuozzo::SOAP::Types::Session::Ip_addressType[]", [0, nil]],
974
+ ["ip_address", "Virtuozzo::SOAP::Types::Sessionm::Ip_addressType[]", [0, nil]],
975
975
  ["dhcp", nil, [0, 1]],
976
976
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
977
- ["status", "Virtuozzo::SOAP::Types::Session::Net_nicType::Status", [0, 1]],
977
+ ["status", "Virtuozzo::SOAP::Types::Sessionm::Net_nicType::Status", [0, 1]],
978
978
  ["mac_address", "SOAP::SOAPString", [0, 1]]
979
979
  ]
980
980
  )
981
981
 
982
982
  EncodedRegistry.register(
983
- :class => Virtuozzo::SOAP::Types::Session::Net_nicType::Status,
983
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_nicType::Status,
984
984
  :schema_name => XSD::QName.new(NsTypes, "status"),
985
985
  :is_anonymous => true,
986
986
  :schema_qualified => true,
@@ -991,7 +991,7 @@ module Virtuozzo # :nodoc:
991
991
  )
992
992
 
993
993
  EncodedRegistry.register(
994
- :class => Virtuozzo::SOAP::Types::Session::Perf_statType,
994
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_statType,
995
995
  :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
996
996
  :schema_element => [
997
997
  ["cur", "SOAP::SOAPAnySimpleType"],
@@ -1002,71 +1002,71 @@ module Virtuozzo # :nodoc:
1002
1002
  )
1003
1003
 
1004
1004
  EncodedRegistry.register(
1005
- :class => Virtuozzo::SOAP::Types::Session::Perf_dataType,
1005
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_dataType,
1006
1006
  :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
1007
1007
  :schema_element => [
1008
1008
  ["eid", nil],
1009
- ["v_class", ["Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1010
- ["interval", "Virtuozzo::SOAP::Types::Session::IntervalType"]
1009
+ ["v_class", ["Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
1010
+ ["interval", "Virtuozzo::SOAP::Types::Sessionm::IntervalType"]
1011
1011
  ]
1012
1012
  )
1013
1013
 
1014
1014
  EncodedRegistry.register(
1015
- :class => Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class::Instance::Counter,
1015
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance::Counter,
1016
1016
  :schema_name => XSD::QName.new(NsTypes, "counter"),
1017
1017
  :is_anonymous => true,
1018
1018
  :schema_qualified => true,
1019
1019
  :schema_element => [
1020
1020
  ["name", "SOAP::SOAPString"],
1021
- ["value", "Virtuozzo::SOAP::Types::Session::Perf_statType"]
1021
+ ["value", "Virtuozzo::SOAP::Types::Sessionm::Perf_statType"]
1022
1022
  ]
1023
1023
  )
1024
1024
 
1025
1025
  EncodedRegistry.register(
1026
- :class => Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class::Instance,
1026
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance,
1027
1027
  :schema_name => XSD::QName.new(NsTypes, "instance"),
1028
1028
  :is_anonymous => true,
1029
1029
  :schema_qualified => true,
1030
1030
  :schema_element => [
1031
1031
  ["name", "SOAP::SOAPString", [0, 1]],
1032
- ["counter", "Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1032
+ ["counter", "Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
1033
1033
  ]
1034
1034
  )
1035
1035
 
1036
1036
  EncodedRegistry.register(
1037
- :class => Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class,
1037
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class,
1038
1038
  :schema_name => XSD::QName.new(NsTypes, "class"),
1039
1039
  :is_anonymous => true,
1040
1040
  :schema_qualified => true,
1041
1041
  :schema_element => [
1042
1042
  ["name", "SOAP::SOAPString"],
1043
- ["instance", "Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class::Instance[]", [1, nil]]
1043
+ ["instance", "Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance[]", [1, nil]]
1044
1044
  ]
1045
1045
  )
1046
1046
 
1047
1047
  EncodedRegistry.register(
1048
- :class => Virtuozzo::SOAP::Types::Session::Log_options_baseType,
1048
+ :class => Virtuozzo::SOAP::Types::Sessionm::Log_options_baseType,
1049
1049
  :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
1050
1050
  :schema_element => []
1051
1051
  )
1052
1052
 
1053
1053
  EncodedRegistry.register(
1054
- :class => Virtuozzo::SOAP::Types::Session::Log_optionsType,
1054
+ :class => Virtuozzo::SOAP::Types::Sessionm::Log_optionsType,
1055
1055
  :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
1056
1056
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
1057
1057
  :schema_element => []
1058
1058
  )
1059
1059
 
1060
1060
  EncodedRegistry.register(
1061
- :class => Virtuozzo::SOAP::Types::Session::Packet_headerType,
1061
+ :class => Virtuozzo::SOAP::Types::Sessionm::Packet_headerType,
1062
1062
  :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
1063
1063
  :schema_element => [
1064
- ["auth", "Virtuozzo::SOAP::Types::Session::AuthType", [0, 1]],
1064
+ ["auth", "Virtuozzo::SOAP::Types::Sessionm::AuthType", [0, 1]],
1065
1065
  ["cookie", "SOAP::SOAPString", [0, 1]],
1066
1066
  ["target", "SOAP::SOAPString[]", [0, nil]],
1067
1067
  ["origin", "SOAP::SOAPString", [0, 1]],
1068
- ["src", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
1069
- ["dst", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
1068
+ ["src", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
1069
+ ["dst", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
1070
1070
  ["session", "SOAP::SOAPString", [0, 1]]
1071
1071
  ],
1072
1072
  :schema_attribute => {
@@ -1084,26 +1084,26 @@ module Virtuozzo # :nodoc:
1084
1084
  )
1085
1085
 
1086
1086
  EncodedRegistry.register(
1087
- :class => Virtuozzo::SOAP::Types::Session::OperatorType,
1087
+ :class => Virtuozzo::SOAP::Types::Sessionm::OperatorType,
1088
1088
  :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
1089
1089
  :schema_element => [ :choice,
1090
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"]
1090
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"]
1091
1091
  ]
1092
1092
  )
1093
1093
 
1094
1094
  EncodedRegistry.register(
1095
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType,
1095
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType,
1096
1096
  :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
1097
1097
  :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
1098
1098
  :schema_element => [ :choice,
1099
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"],
1100
- ["ok", "Virtuozzo::SOAP::Types::Session::Operator_functionalType::Ok[]"],
1101
- ["error", "Virtuozzo::SOAP::Types::Session::Operator_functionalType::Error[]"]
1099
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"],
1100
+ ["ok", "Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Ok[]"],
1101
+ ["error", "Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Error[]"]
1102
1102
  ]
1103
1103
  )
1104
1104
 
1105
1105
  EncodedRegistry.register(
1106
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType::Ok,
1106
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Ok,
1107
1107
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1108
1108
  :is_anonymous => true,
1109
1109
  :schema_qualified => true,
@@ -1111,7 +1111,7 @@ module Virtuozzo # :nodoc:
1111
1111
  )
1112
1112
 
1113
1113
  EncodedRegistry.register(
1114
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType::Error,
1114
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Error,
1115
1115
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1116
1116
  :is_anonymous => true,
1117
1117
  :schema_qualified => true,
@@ -1122,24 +1122,24 @@ module Virtuozzo # :nodoc:
1122
1122
  )
1123
1123
 
1124
1124
  EncodedRegistry.register(
1125
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType,
1125
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType,
1126
1126
  :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
1127
1127
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1128
1128
  :schema_element => [ :choice,
1129
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"],
1130
- ["ok", "Virtuozzo::SOAP::Types::Session::Operator_periodicType::Ok[]"],
1131
- ["error", "Virtuozzo::SOAP::Types::Session::Operator_periodicType::Error[]"],
1129
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"],
1130
+ ["ok", "Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Ok[]"],
1131
+ ["error", "Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Error[]"],
1132
1132
  [ :choice,
1133
- ["start_monitor", "Virtuozzo::SOAP::Types::Session::Start_monitorType"],
1134
- ["stop_monitor", "Virtuozzo::SOAP::Types::Session::Stop_monitorType"],
1135
- ["set_period", "Virtuozzo::SOAP::Types::Session::Set_periodType", [0, 1]],
1133
+ ["start_monitor", "Virtuozzo::SOAP::Types::Sessionm::Start_monitorType"],
1134
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Sessionm::Stop_monitorType"],
1135
+ ["set_period", "Virtuozzo::SOAP::Types::Sessionm::Set_periodType", [0, 1]],
1136
1136
  ["report", nil, [0, 1]]
1137
1137
  ]
1138
1138
  ]
1139
1139
  )
1140
1140
 
1141
1141
  EncodedRegistry.register(
1142
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType::Ok,
1142
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Ok,
1143
1143
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1144
1144
  :is_anonymous => true,
1145
1145
  :schema_qualified => true,
@@ -1147,7 +1147,7 @@ module Virtuozzo # :nodoc:
1147
1147
  )
1148
1148
 
1149
1149
  EncodedRegistry.register(
1150
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType::Error,
1150
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Error,
1151
1151
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1152
1152
  :is_anonymous => true,
1153
1153
  :schema_qualified => true,
@@ -1158,7 +1158,7 @@ module Virtuozzo # :nodoc:
1158
1158
  )
1159
1159
 
1160
1160
  EncodedRegistry.register(
1161
- :class => Virtuozzo::SOAP::Types::Session::Set_periodType,
1161
+ :class => Virtuozzo::SOAP::Types::Sessionm::Set_periodType,
1162
1162
  :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
1163
1163
  :schema_element => [
1164
1164
  ["collect", "SOAP::SOAPInt"],
@@ -1168,7 +1168,7 @@ module Virtuozzo # :nodoc:
1168
1168
  )
1169
1169
 
1170
1170
  EncodedRegistry.register(
1171
- :class => Virtuozzo::SOAP::Types::Session::Start_monitorType,
1171
+ :class => Virtuozzo::SOAP::Types::Sessionm::Start_monitorType,
1172
1172
  :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
1173
1173
  :schema_element => [
1174
1174
  ["period", "SOAP::SOAPInt"],
@@ -1177,7 +1177,7 @@ module Virtuozzo # :nodoc:
1177
1177
  )
1178
1178
 
1179
1179
  EncodedRegistry.register(
1180
- :class => Virtuozzo::SOAP::Types::Session::Stop_monitorType,
1180
+ :class => Virtuozzo::SOAP::Types::Sessionm::Stop_monitorType,
1181
1181
  :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
1182
1182
  :schema_element => [
1183
1183
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1185,7 +1185,7 @@ module Virtuozzo # :nodoc:
1185
1185
  )
1186
1186
 
1187
1187
  EncodedRegistry.register(
1188
- :class => Virtuozzo::SOAP::Types::Session::AuthType,
1188
+ :class => Virtuozzo::SOAP::Types::Sessionm::AuthType,
1189
1189
  :schema_type => XSD::QName.new(NsProtocol, "authType"),
1190
1190
  :schema_element => [
1191
1191
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1193,7 +1193,7 @@ module Virtuozzo # :nodoc:
1193
1193
  )
1194
1194
 
1195
1195
  EncodedRegistry.register(
1196
- :class => Virtuozzo::SOAP::Types::Session::Event_configurationType,
1196
+ :class => Virtuozzo::SOAP::Types::Sessionm::Event_configurationType,
1197
1197
  :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
1198
1198
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1199
1199
  :schema_element => [
@@ -1202,7 +1202,7 @@ module Virtuozzo # :nodoc:
1202
1202
  )
1203
1203
 
1204
1204
  EncodedRegistry.register(
1205
- :class => Virtuozzo::SOAP::Types::Session::Periodic_configurationType,
1205
+ :class => Virtuozzo::SOAP::Types::Sessionm::Periodic_configurationType,
1206
1206
  :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
1207
1207
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1208
1208
  :schema_element => [
@@ -1214,7 +1214,7 @@ module Virtuozzo # :nodoc:
1214
1214
  )
1215
1215
 
1216
1216
  EncodedRegistry.register(
1217
- :class => Virtuozzo::SOAP::Types::Session::RouteType,
1217
+ :class => Virtuozzo::SOAP::Types::Sessionm::RouteType,
1218
1218
  :schema_type => XSD::QName.new(NsProtocol, "routeType"),
1219
1219
  :schema_element => [
1220
1220
  ["director", "SOAP::SOAPString", [0, 1]],
@@ -1225,64 +1225,64 @@ module Virtuozzo # :nodoc:
1225
1225
  )
1226
1226
 
1227
1227
  EncodedRegistry.register(
1228
- :class => Virtuozzo::SOAP::Types::Session::DataType_,
1228
+ :class => Virtuozzo::SOAP::Types::Sessionm::DataType_,
1229
1229
  :schema_type => XSD::QName.new(NsProtocol, "dataType"),
1230
1230
  :schema_element => [
1231
- ["operator", "Virtuozzo::SOAP::Types::Session::OperatorType[]"]
1231
+ ["operator", "Virtuozzo::SOAP::Types::Sessionm::OperatorType[]"]
1232
1232
  ]
1233
1233
  )
1234
1234
 
1235
1235
  EncodedRegistry.register(
1236
- :class => Virtuozzo::SOAP::Types::Session::ConfigurationType,
1236
+ :class => Virtuozzo::SOAP::Types::Sessionm::ConfigurationType,
1237
1237
  :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
1238
1238
  :schema_element => []
1239
1239
  )
1240
1240
 
1241
1241
  EncodedRegistry.register(
1242
- :class => Virtuozzo::SOAP::Types::Session::Transport_type,
1242
+ :class => Virtuozzo::SOAP::Types::Sessionm::Transport_type,
1243
1243
  :schema_type => XSD::QName.new(NsTypes, "transport_type")
1244
1244
  )
1245
1245
 
1246
1246
  EncodedRegistry.register(
1247
- :class => Virtuozzo::SOAP::Types::Session::Yes_no_type,
1247
+ :class => Virtuozzo::SOAP::Types::Sessionm::Yes_no_type,
1248
1248
  :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
1249
1249
  )
1250
1250
 
1251
1251
  LiteralRegistry.register(
1252
- :class => Virtuozzo::SOAP::Types::Session::SessionmType,
1252
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType,
1253
1253
  :schema_type => XSD::QName.new(NsSessionm, "sessionmType"),
1254
1254
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
1255
1255
  :schema_element => [ :choice,
1256
- ["configuration", ["Virtuozzo::SOAP::Types::Session::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1257
- ["ok", ["Virtuozzo::SOAP::Types::Session::SessionmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1258
- ["error", ["Virtuozzo::SOAP::Types::Session::SessionmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1256
+ ["configuration", ["Virtuozzo::SOAP::Types::Sessionm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
1257
+ ["ok", ["Virtuozzo::SOAP::Types::Sessionm::SessionmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
1258
+ ["error", ["Virtuozzo::SOAP::Types::Sessionm::SessionmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
1259
1259
  [
1260
- ["login", "Virtuozzo::SOAP::Types::Session::Login[]", [0, 1]],
1261
- ["login_as", "Virtuozzo::SOAP::Types::Session::Login_as[]", [0, 1]],
1262
- ["duplicate_session", "Virtuozzo::SOAP::Types::Session::Duplicate_session[]", [0, 1]],
1263
- ["logout", "Virtuozzo::SOAP::Types::Session::Logout[]", [0, 1]],
1264
- ["verify", "Virtuozzo::SOAP::Types::Session::Verify[]", [0, 1]],
1265
- ["put", "Virtuozzo::SOAP::Types::Session::Put[]", [0, 1]],
1266
- ["get", "Virtuozzo::SOAP::Types::Session::Get[]", [0, 1]],
1267
- ["list_sessions", "Virtuozzo::SOAP::Types::Session::List_sessions[]", [0, 1]],
1268
- ["register_client", "Virtuozzo::SOAP::Types::Session::Register_client[]", [0, 1]],
1269
- ["count_registered", "Virtuozzo::SOAP::Types::Session::Count_registered[]", [0, 1]],
1270
- ["get_session", "Virtuozzo::SOAP::Types::Session::Get_session[]", [0, 1]],
1271
- ["update_session", "Virtuozzo::SOAP::Types::Session::Update_session[]", [0, 1]]
1260
+ ["login", "Virtuozzo::SOAP::Types::Sessionm::Login[]", [0, 1]],
1261
+ ["login_as", "Virtuozzo::SOAP::Types::Sessionm::Login_as[]", [0, 1]],
1262
+ ["duplicate_session", "Virtuozzo::SOAP::Types::Sessionm::Duplicate_session[]", [0, 1]],
1263
+ ["logout", "Virtuozzo::SOAP::Types::Sessionm::Logout[]", [0, 1]],
1264
+ ["verify", "Virtuozzo::SOAP::Types::Sessionm::Verify[]", [0, 1]],
1265
+ ["put", "Virtuozzo::SOAP::Types::Sessionm::Put[]", [0, 1]],
1266
+ ["get", "Virtuozzo::SOAP::Types::Sessionm::Get[]", [0, 1]],
1267
+ ["list_sessions", "Virtuozzo::SOAP::Types::Sessionm::List_sessions[]", [0, 1]],
1268
+ ["register_client", "Virtuozzo::SOAP::Types::Sessionm::Register_client[]", [0, 1]],
1269
+ ["count_registered", "Virtuozzo::SOAP::Types::Sessionm::Count_registered[]", [0, 1]],
1270
+ ["get_session", "Virtuozzo::SOAP::Types::Sessionm::Get_session[]", [0, 1]],
1271
+ ["update_session", "Virtuozzo::SOAP::Types::Sessionm::Update_session[]", [0, 1]]
1272
1272
  ],
1273
1273
  [
1274
1274
  ["session_id", "SOAP::SOAPString[]", [0, nil]],
1275
- ["data", "Virtuozzo::SOAP::Types::Session::DataType[]", [0, nil]],
1276
- ["session", "Virtuozzo::SOAP::Types::Session::SessionType[]", [0, nil]],
1277
- ["pass", "Virtuozzo::SOAP::Types::Session::Auth_nameType[]", [0, 1]],
1278
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType[]", [0, 1]],
1279
- ["registered", "Virtuozzo::SOAP::Types::Session::Registered[]", [0, 1]]
1275
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::DataType[]", [0, nil]],
1276
+ ["session", "Virtuozzo::SOAP::Types::Sessionm::SessionType[]", [0, nil]],
1277
+ ["pass", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType[]", [0, 1]],
1278
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType[]", [0, 1]],
1279
+ ["registered", "Virtuozzo::SOAP::Types::Sessionm::Registered[]", [0, 1]]
1280
1280
  ]
1281
1281
  ]
1282
1282
  )
1283
1283
 
1284
1284
  LiteralRegistry.register(
1285
- :class => Virtuozzo::SOAP::Types::Session::SessionmType::Ok,
1285
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType::Ok,
1286
1286
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
1287
1287
  :is_anonymous => true,
1288
1288
  :schema_qualified => true,
@@ -1290,7 +1290,7 @@ module Virtuozzo # :nodoc:
1290
1290
  )
1291
1291
 
1292
1292
  LiteralRegistry.register(
1293
- :class => Virtuozzo::SOAP::Types::Session::SessionmType::Error,
1293
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType::Error,
1294
1294
  :schema_name => XSD::QName.new(NsProtocol, "error"),
1295
1295
  :is_anonymous => true,
1296
1296
  :schema_qualified => true,
@@ -1301,22 +1301,22 @@ module Virtuozzo # :nodoc:
1301
1301
  )
1302
1302
 
1303
1303
  LiteralRegistry.register(
1304
- :class => Virtuozzo::SOAP::Types::Session::SessionType,
1304
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionType,
1305
1305
  :schema_type => XSD::QName.new(NsSessionm, "sessionType"),
1306
1306
  :schema_element => [
1307
1307
  ["id", "SOAP::SOAPString"],
1308
1308
  ["creation", nil],
1309
1309
  ["access", nil],
1310
- ["user", "Virtuozzo::SOAP::Types::Session::Auth_nameType"],
1310
+ ["user", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType"],
1311
1311
  ["expiration", "SOAP::SOAPInt", [0, 1]],
1312
1312
  ["stamp", "SOAP::SOAPString", [0, 1]],
1313
- ["data", "Virtuozzo::SOAP::Types::Session::DataType[]", [0, nil]],
1314
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType", [0, 1]]
1313
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::DataType[]", [0, nil]],
1314
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType", [0, 1]]
1315
1315
  ]
1316
1316
  )
1317
1317
 
1318
1318
  LiteralRegistry.register(
1319
- :class => Virtuozzo::SOAP::Types::Session::DataType,
1319
+ :class => Virtuozzo::SOAP::Types::Sessionm::DataType,
1320
1320
  :schema_type => XSD::QName.new(NsSessionm, "dataType"),
1321
1321
  :schema_element => [
1322
1322
  ["key", "SOAP::SOAPString"],
@@ -1325,7 +1325,7 @@ module Virtuozzo # :nodoc:
1325
1325
  )
1326
1326
 
1327
1327
  LiteralRegistry.register(
1328
- :class => Virtuozzo::SOAP::Types::Session::Sessionm_configurationType,
1328
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sessionm_configurationType,
1329
1329
  :schema_type => XSD::QName.new(NsSessionm, "sessionm_configurationType"),
1330
1330
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
1331
1331
  :schema_element => [
@@ -1335,7 +1335,7 @@ module Virtuozzo # :nodoc:
1335
1335
  )
1336
1336
 
1337
1337
  LiteralRegistry.register(
1338
- :class => Virtuozzo::SOAP::Types::Session::OsType,
1338
+ :class => Virtuozzo::SOAP::Types::Sessionm::OsType,
1339
1339
  :schema_type => XSD::QName.new(NsTypes, "osType"),
1340
1340
  :schema_element => [
1341
1341
  ["platform", "SOAP::SOAPString", [0, 1]],
@@ -1346,7 +1346,7 @@ module Virtuozzo # :nodoc:
1346
1346
  )
1347
1347
 
1348
1348
  LiteralRegistry.register(
1349
- :class => Virtuozzo::SOAP::Types::Session::Env_statusType,
1349
+ :class => Virtuozzo::SOAP::Types::Sessionm::Env_statusType,
1350
1350
  :schema_type => XSD::QName.new(NsTypes, "env_statusType"),
1351
1351
  :schema_element => [
1352
1352
  ["state", "SOAP::SOAPInt", [0, 1]],
@@ -1355,7 +1355,7 @@ module Virtuozzo # :nodoc:
1355
1355
  )
1356
1356
 
1357
1357
  LiteralRegistry.register(
1358
- :class => Virtuozzo::SOAP::Types::Session::QosType,
1358
+ :class => Virtuozzo::SOAP::Types::Sessionm::QosType,
1359
1359
  :schema_type => XSD::QName.new(NsTypes, "qosType"),
1360
1360
  :schema_element => [
1361
1361
  ["id", "SOAP::SOAPString"],
@@ -1366,16 +1366,16 @@ module Virtuozzo # :nodoc:
1366
1366
  )
1367
1367
 
1368
1368
  LiteralRegistry.register(
1369
- :class => Virtuozzo::SOAP::Types::Session::Env_configType,
1369
+ :class => Virtuozzo::SOAP::Types::Sessionm::Env_configType,
1370
1370
  :schema_type => XSD::QName.new(NsTypes, "env_configType"),
1371
1371
  :schema_element => [
1372
1372
  ["name", "SOAP::SOAPString", [0, 1]],
1373
1373
  ["description", "SOAP::SOAPBase64", [0, 1]],
1374
1374
  ["domain", "SOAP::SOAPString", [0, 1]],
1375
1375
  ["hostname", "SOAP::SOAPString", [0, 1]],
1376
- ["address", "Virtuozzo::SOAP::Types::Session::Ip_addressType[]", [0, nil]],
1376
+ ["address", "Virtuozzo::SOAP::Types::Sessionm::Ip_addressType[]", [0, nil]],
1377
1377
  ["architecture", "SOAP::SOAPString", [0, 1]],
1378
- ["os", "Virtuozzo::SOAP::Types::Session::OsType", [0, 1]],
1378
+ ["os", "Virtuozzo::SOAP::Types::Sessionm::OsType", [0, 1]],
1379
1379
  ["type", "SOAP::SOAPString", [0, 1]],
1380
1380
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1381
1381
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
@@ -1386,7 +1386,7 @@ module Virtuozzo # :nodoc:
1386
1386
  )
1387
1387
 
1388
1388
  LiteralRegistry.register(
1389
- :class => Virtuozzo::SOAP::Types::Session::Venv_configType,
1389
+ :class => Virtuozzo::SOAP::Types::Sessionm::Venv_configType,
1390
1390
  :schema_type => XSD::QName.new(NsTypes, "venv_configType"),
1391
1391
  :schema_basetype => XSD::QName.new(NsTypes, "env_configType"),
1392
1392
  :schema_element => [
@@ -1394,40 +1394,40 @@ module Virtuozzo # :nodoc:
1394
1394
  ["description", "SOAP::SOAPBase64", [0, 1]],
1395
1395
  ["domain", "SOAP::SOAPString", [0, 1]],
1396
1396
  ["hostname", "SOAP::SOAPString", [0, 1]],
1397
- ["address", "Virtuozzo::SOAP::Types::Session::Ip_addressType[]", [0, nil]],
1397
+ ["address", "Virtuozzo::SOAP::Types::Sessionm::Ip_addressType[]", [0, nil]],
1398
1398
  ["architecture", "SOAP::SOAPString", [0, 1]],
1399
- ["os", "Virtuozzo::SOAP::Types::Session::OsType", [0, 1]],
1399
+ ["os", "Virtuozzo::SOAP::Types::Sessionm::OsType", [0, 1]],
1400
1400
  ["type", "SOAP::SOAPString", [0, 1]],
1401
1401
  ["nameserver", "SOAP::SOAPString[]", [0, nil]],
1402
1402
  ["search_domain", "SOAP::SOAPString[]", [0, nil]],
1403
1403
  ["base_sample_id", nil, [0, 1]],
1404
1404
  ["base_snapshot_id", nil, [0, 1]],
1405
1405
  ["child_type", "SOAP::SOAPString[]", [0, nil]],
1406
- ["qos", "Virtuozzo::SOAP::Types::Session::QosType[]", [0, nil]]
1406
+ ["qos", "Virtuozzo::SOAP::Types::Sessionm::QosType[]", [0, nil]]
1407
1407
  ]
1408
1408
  )
1409
1409
 
1410
1410
  LiteralRegistry.register(
1411
- :class => Virtuozzo::SOAP::Types::Session::Native_configType,
1411
+ :class => Virtuozzo::SOAP::Types::Sessionm::Native_configType,
1412
1412
  :schema_type => XSD::QName.new(NsTypes, "native_configType"),
1413
1413
  :schema_element => []
1414
1414
  )
1415
1415
 
1416
1416
  LiteralRegistry.register(
1417
- :class => Virtuozzo::SOAP::Types::Session::EnvType,
1417
+ :class => Virtuozzo::SOAP::Types::Sessionm::EnvType,
1418
1418
  :schema_type => XSD::QName.new(NsTypes, "envType"),
1419
1419
  :schema_element => [
1420
1420
  ["parent_eid", nil],
1421
1421
  ["eid", nil],
1422
- ["status", "Virtuozzo::SOAP::Types::Session::Env_statusType", [0, 1]],
1422
+ ["status", "Virtuozzo::SOAP::Types::Sessionm::Env_statusType", [0, 1]],
1423
1423
  ["alert", "SOAP::SOAPInt", [0, 1]],
1424
- ["config", "Virtuozzo::SOAP::Types::Session::Env_configType", [0, 1]],
1425
- ["virtual_config", "Virtuozzo::SOAP::Types::Session::Venv_configType", [0, 1]]
1424
+ ["config", "Virtuozzo::SOAP::Types::Sessionm::Env_configType", [0, 1]],
1425
+ ["virtual_config", "Virtuozzo::SOAP::Types::Sessionm::Venv_configType", [0, 1]]
1426
1426
  ]
1427
1427
  )
1428
1428
 
1429
1429
  LiteralRegistry.register(
1430
- :class => Virtuozzo::SOAP::Types::Session::ProcessesType,
1430
+ :class => Virtuozzo::SOAP::Types::Sessionm::ProcessesType,
1431
1431
  :schema_type => XSD::QName.new(NsTypes, "processesType"),
1432
1432
  :schema_element => [
1433
1433
  ["run", "SOAP::SOAPInt"],
@@ -1440,7 +1440,7 @@ module Virtuozzo # :nodoc:
1440
1440
  )
1441
1441
 
1442
1442
  LiteralRegistry.register(
1443
- :class => Virtuozzo::SOAP::Types::Session::Load_avgType,
1443
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avgType,
1444
1444
  :schema_type => XSD::QName.new(NsTypes, "load_avgType"),
1445
1445
  :schema_element => [
1446
1446
  ["l1", "SOAP::SOAPDouble"],
@@ -1450,7 +1450,7 @@ module Virtuozzo # :nodoc:
1450
1450
  )
1451
1451
 
1452
1452
  LiteralRegistry.register(
1453
- :class => Virtuozzo::SOAP::Types::Session::Cpu_loadType,
1453
+ :class => Virtuozzo::SOAP::Types::Sessionm::Cpu_loadType,
1454
1454
  :schema_type => XSD::QName.new(NsTypes, "cpu_loadType"),
1455
1455
  :schema_element => [
1456
1456
  ["system", "SOAP::SOAPLong"],
@@ -1461,7 +1461,7 @@ module Virtuozzo # :nodoc:
1461
1461
  )
1462
1462
 
1463
1463
  LiteralRegistry.register(
1464
- :class => Virtuozzo::SOAP::Types::Session::CpuType,
1464
+ :class => Virtuozzo::SOAP::Types::Sessionm::CpuType,
1465
1465
  :schema_type => XSD::QName.new(NsTypes, "cpuType"),
1466
1466
  :schema_element => [
1467
1467
  ["mhz", "SOAP::SOAPInt"],
@@ -1477,16 +1477,16 @@ module Virtuozzo # :nodoc:
1477
1477
  )
1478
1478
 
1479
1479
  LiteralRegistry.register(
1480
- :class => Virtuozzo::SOAP::Types::Session::TransferType,
1480
+ :class => Virtuozzo::SOAP::Types::Sessionm::TransferType,
1481
1481
  :schema_type => XSD::QName.new(NsTypes, "transferType"),
1482
1482
  :schema_element => [
1483
- ["input", "Virtuozzo::SOAP::Types::Session::TransferType::Input"],
1484
- ["output", "Virtuozzo::SOAP::Types::Session::TransferType::Output"]
1483
+ ["input", "Virtuozzo::SOAP::Types::Sessionm::TransferType::Input"],
1484
+ ["output", "Virtuozzo::SOAP::Types::Sessionm::TransferType::Output"]
1485
1485
  ]
1486
1486
  )
1487
1487
 
1488
1488
  LiteralRegistry.register(
1489
- :class => Virtuozzo::SOAP::Types::Session::TransferType::Input,
1489
+ :class => Virtuozzo::SOAP::Types::Sessionm::TransferType::Input,
1490
1490
  :schema_name => XSD::QName.new(NsTypes, "input"),
1491
1491
  :is_anonymous => true,
1492
1492
  :schema_qualified => true,
@@ -1497,7 +1497,7 @@ module Virtuozzo # :nodoc:
1497
1497
  )
1498
1498
 
1499
1499
  LiteralRegistry.register(
1500
- :class => Virtuozzo::SOAP::Types::Session::TransferType::Output,
1500
+ :class => Virtuozzo::SOAP::Types::Sessionm::TransferType::Output,
1501
1501
  :schema_name => XSD::QName.new(NsTypes, "output"),
1502
1502
  :is_anonymous => true,
1503
1503
  :schema_qualified => true,
@@ -1508,16 +1508,16 @@ module Virtuozzo # :nodoc:
1508
1508
  )
1509
1509
 
1510
1510
  LiteralRegistry.register(
1511
- :class => Virtuozzo::SOAP::Types::Session::System_nodeType,
1511
+ :class => Virtuozzo::SOAP::Types::Sessionm::System_nodeType,
1512
1512
  :schema_type => XSD::QName.new(NsTypes, "system_nodeType"),
1513
1513
  :schema_element => [
1514
- ["address", "Virtuozzo::SOAP::Types::Session::System_nodeType::Address"],
1515
- ["login", "Virtuozzo::SOAP::Types::Session::System_nodeType::Login", [0, 1]]
1514
+ ["address", "Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Address"],
1515
+ ["login", "Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Login", [0, 1]]
1516
1516
  ]
1517
1517
  )
1518
1518
 
1519
1519
  LiteralRegistry.register(
1520
- :class => Virtuozzo::SOAP::Types::Session::System_nodeType::Address,
1520
+ :class => Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Address,
1521
1521
  :schema_name => XSD::QName.new(NsTypes, "address"),
1522
1522
  :is_anonymous => true,
1523
1523
  :schema_qualified => true,
@@ -1527,7 +1527,7 @@ module Virtuozzo # :nodoc:
1527
1527
  )
1528
1528
 
1529
1529
  LiteralRegistry.register(
1530
- :class => Virtuozzo::SOAP::Types::Session::System_nodeType::Login,
1530
+ :class => Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Login,
1531
1531
  :schema_name => XSD::QName.new(NsTypes, "login"),
1532
1532
  :is_anonymous => true,
1533
1533
  :schema_qualified => true,
@@ -1538,7 +1538,7 @@ module Virtuozzo # :nodoc:
1538
1538
  )
1539
1539
 
1540
1540
  LiteralRegistry.register(
1541
- :class => Virtuozzo::SOAP::Types::Session::ResourceType,
1541
+ :class => Virtuozzo::SOAP::Types::Sessionm::ResourceType,
1542
1542
  :schema_type => XSD::QName.new(NsTypes, "resourceType"),
1543
1543
  :schema_element => [
1544
1544
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -1551,7 +1551,7 @@ module Virtuozzo # :nodoc:
1551
1551
  )
1552
1552
 
1553
1553
  LiteralRegistry.register(
1554
- :class => Virtuozzo::SOAP::Types::Session::IntervalType,
1554
+ :class => Virtuozzo::SOAP::Types::Sessionm::IntervalType,
1555
1555
  :schema_type => XSD::QName.new(NsTypes, "intervalType"),
1556
1556
  :schema_element => [
1557
1557
  ["start_time", nil],
@@ -1560,7 +1560,7 @@ module Virtuozzo # :nodoc:
1560
1560
  )
1561
1561
 
1562
1562
  LiteralRegistry.register(
1563
- :class => Virtuozzo::SOAP::Types::Session::StatsType,
1563
+ :class => Virtuozzo::SOAP::Types::Sessionm::StatsType,
1564
1564
  :schema_type => XSD::QName.new(NsTypes, "statsType"),
1565
1565
  :schema_element => [
1566
1566
  ["avg", "SOAP::SOAPLong", [0, 1]],
@@ -1574,7 +1574,7 @@ module Virtuozzo # :nodoc:
1574
1574
  )
1575
1575
 
1576
1576
  LiteralRegistry.register(
1577
- :class => Virtuozzo::SOAP::Types::Session::Net_addressType,
1577
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_addressType,
1578
1578
  :schema_type => XSD::QName.new(NsTypes, "net_addressType"),
1579
1579
  :schema_element => [
1580
1580
  ["host", nil],
@@ -1583,16 +1583,16 @@ module Virtuozzo # :nodoc:
1583
1583
  )
1584
1584
 
1585
1585
  LiteralRegistry.register(
1586
- :class => Virtuozzo::SOAP::Types::Session::Net_classType,
1586
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_classType,
1587
1587
  :schema_type => XSD::QName.new(NsTypes, "net_classType"),
1588
1588
  :schema_element => [
1589
1589
  ["id", "SOAP::SOAPString", [0, 1]],
1590
- ["transfer", "Virtuozzo::SOAP::Types::Session::TransferType", [0, 1]]
1590
+ ["transfer", "Virtuozzo::SOAP::Types::Sessionm::TransferType", [0, 1]]
1591
1591
  ]
1592
1592
  )
1593
1593
 
1594
1594
  LiteralRegistry.register(
1595
- :class => Virtuozzo::SOAP::Types::Session::Ip_rangeType,
1595
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ip_rangeType,
1596
1596
  :schema_type => XSD::QName.new(NsTypes, "ip_rangeType"),
1597
1597
  :schema_element => [
1598
1598
  ["id", "SOAP::SOAPString", [0, 1]],
@@ -1603,19 +1603,19 @@ module Virtuozzo # :nodoc:
1603
1603
  )
1604
1604
 
1605
1605
  LiteralRegistry.register(
1606
- :class => Virtuozzo::SOAP::Types::Session::Sample_confType,
1606
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sample_confType,
1607
1607
  :schema_type => XSD::QName.new(NsTypes, "sample_confType"),
1608
1608
  :schema_element => [
1609
- ["env_config", "Virtuozzo::SOAP::Types::Session::Env_configType"],
1609
+ ["env_config", "Virtuozzo::SOAP::Types::Sessionm::Env_configType"],
1610
1610
  ["id", "SOAP::SOAPString", [0, 1]],
1611
1611
  ["name", "SOAP::SOAPString"],
1612
1612
  ["comment", "SOAP::SOAPBase64", [0, 1]],
1613
- ["vt_version", "Virtuozzo::SOAP::Types::Session::Sample_confType::Vt_version", [0, 1]]
1613
+ ["vt_version", "Virtuozzo::SOAP::Types::Sessionm::Sample_confType::Vt_version", [0, 1]]
1614
1614
  ]
1615
1615
  )
1616
1616
 
1617
1617
  LiteralRegistry.register(
1618
- :class => Virtuozzo::SOAP::Types::Session::Sample_confType::Vt_version,
1618
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sample_confType::Vt_version,
1619
1619
  :schema_name => XSD::QName.new(NsTypes, "vt_version"),
1620
1620
  :is_anonymous => true,
1621
1621
  :schema_qualified => true,
@@ -1627,34 +1627,34 @@ module Virtuozzo # :nodoc:
1627
1627
  )
1628
1628
 
1629
1629
  LiteralRegistry.register(
1630
- :class => Virtuozzo::SOAP::Types::Session::InterfaceType,
1630
+ :class => Virtuozzo::SOAP::Types::Sessionm::InterfaceType,
1631
1631
  :schema_type => XSD::QName.new(NsTypes, "interfaceType"),
1632
1632
  :schema_element => [
1633
1633
  ["name", "SOAP::SOAPString"],
1634
1634
  ["bandwidth", "SOAP::SOAPInt", [0, 1]],
1635
- ["transfer", "Virtuozzo::SOAP::Types::Session::TransferType", [0, 1]],
1635
+ ["transfer", "Virtuozzo::SOAP::Types::Sessionm::TransferType", [0, 1]],
1636
1636
  ["ipaddress", nil, [0, 1]],
1637
1637
  ["flags", "SOAP::SOAPInt", [0, 1]]
1638
1638
  ]
1639
1639
  )
1640
1640
 
1641
1641
  LiteralRegistry.register(
1642
- :class => Virtuozzo::SOAP::Types::Session::Sys_infoType,
1642
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sys_infoType,
1643
1643
  :schema_type => XSD::QName.new(NsTypes, "sys_infoType"),
1644
1644
  :schema_element => [
1645
- ["load_avg", "Virtuozzo::SOAP::Types::Session::Load_avgType"],
1646
- ["processes", "Virtuozzo::SOAP::Types::Session::ProcessesType"],
1647
- ["cpu_load", "Virtuozzo::SOAP::Types::Session::Cpu_loadType"],
1648
- ["cpu_states", "Virtuozzo::SOAP::Types::Session::Cpu_loadType"],
1645
+ ["load_avg", "Virtuozzo::SOAP::Types::Sessionm::Load_avgType"],
1646
+ ["processes", "Virtuozzo::SOAP::Types::Sessionm::ProcessesType"],
1647
+ ["cpu_load", "Virtuozzo::SOAP::Types::Sessionm::Cpu_loadType"],
1648
+ ["cpu_states", "Virtuozzo::SOAP::Types::Sessionm::Cpu_loadType"],
1649
1649
  ["users", "SOAP::SOAPInt"],
1650
1650
  ["uptime", "SOAP::SOAPLong"],
1651
- ["memory", "Virtuozzo::SOAP::Types::Session::Sys_infoType::Memory", [0, 1]],
1652
- ["swap", "Virtuozzo::SOAP::Types::Session::Sys_infoType::Swap", [0, 1]]
1651
+ ["memory", "Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Memory", [0, 1]],
1652
+ ["swap", "Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Swap", [0, 1]]
1653
1653
  ]
1654
1654
  )
1655
1655
 
1656
1656
  LiteralRegistry.register(
1657
- :class => Virtuozzo::SOAP::Types::Session::Sys_infoType::Memory,
1657
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Memory,
1658
1658
  :schema_name => XSD::QName.new(NsTypes, "memory"),
1659
1659
  :is_anonymous => true,
1660
1660
  :schema_qualified => true,
@@ -1665,7 +1665,7 @@ module Virtuozzo # :nodoc:
1665
1665
  )
1666
1666
 
1667
1667
  LiteralRegistry.register(
1668
- :class => Virtuozzo::SOAP::Types::Session::Sys_infoType::Swap,
1668
+ :class => Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Swap,
1669
1669
  :schema_name => XSD::QName.new(NsTypes, "swap"),
1670
1670
  :is_anonymous => true,
1671
1671
  :schema_qualified => true,
@@ -1676,10 +1676,10 @@ module Virtuozzo # :nodoc:
1676
1676
  )
1677
1677
 
1678
1678
  LiteralRegistry.register(
1679
- :class => Virtuozzo::SOAP::Types::Session::Ps_infoType,
1679
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ps_infoType,
1680
1680
  :schema_type => XSD::QName.new(NsTypes, "ps_infoType"),
1681
1681
  :schema_element => [
1682
- ["process", "Virtuozzo::SOAP::Types::Session::Ps_infoType::C_Process[]", [1, nil]],
1682
+ ["process", "Virtuozzo::SOAP::Types::Sessionm::Ps_infoType::C_Process[]", [1, nil]],
1683
1683
  ["param_id", "SOAP::SOAPString[]", [1, nil]],
1684
1684
  ["run", "SOAP::SOAPInt"],
1685
1685
  ["idle", "SOAP::SOAPInt"],
@@ -1692,7 +1692,7 @@ module Virtuozzo # :nodoc:
1692
1692
  )
1693
1693
 
1694
1694
  LiteralRegistry.register(
1695
- :class => Virtuozzo::SOAP::Types::Session::Ps_infoType::C_Process,
1695
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ps_infoType::C_Process,
1696
1696
  :schema_name => XSD::QName.new(NsTypes, "process"),
1697
1697
  :is_anonymous => true,
1698
1698
  :schema_qualified => true,
@@ -1703,17 +1703,17 @@ module Virtuozzo # :nodoc:
1703
1703
  )
1704
1704
 
1705
1705
  LiteralRegistry.register(
1706
- :class => Virtuozzo::SOAP::Types::Session::Load_avg_statsType,
1706
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType,
1707
1707
  :schema_type => XSD::QName.new(NsTypes, "load_avg_statsType"),
1708
1708
  :schema_element => [
1709
- ["l1", "Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L1"],
1710
- ["l2", "Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L2", [0, 1]],
1711
- ["l3", "Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L3", [0, 1]]
1709
+ ["l1", "Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L1"],
1710
+ ["l2", "Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L2", [0, 1]],
1711
+ ["l3", "Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L3", [0, 1]]
1712
1712
  ]
1713
1713
  )
1714
1714
 
1715
1715
  LiteralRegistry.register(
1716
- :class => Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L1,
1716
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L1,
1717
1717
  :schema_name => XSD::QName.new(NsTypes, "l1"),
1718
1718
  :is_anonymous => true,
1719
1719
  :schema_qualified => true,
@@ -1726,7 +1726,7 @@ module Virtuozzo # :nodoc:
1726
1726
  )
1727
1727
 
1728
1728
  LiteralRegistry.register(
1729
- :class => Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L2,
1729
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L2,
1730
1730
  :schema_name => XSD::QName.new(NsTypes, "l2"),
1731
1731
  :is_anonymous => true,
1732
1732
  :schema_qualified => true,
@@ -1739,7 +1739,7 @@ module Virtuozzo # :nodoc:
1739
1739
  )
1740
1740
 
1741
1741
  LiteralRegistry.register(
1742
- :class => Virtuozzo::SOAP::Types::Session::Load_avg_statsType::L3,
1742
+ :class => Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L3,
1743
1743
  :schema_name => XSD::QName.new(NsTypes, "l3"),
1744
1744
  :is_anonymous => true,
1745
1745
  :schema_qualified => true,
@@ -1752,7 +1752,7 @@ module Virtuozzo # :nodoc:
1752
1752
  )
1753
1753
 
1754
1754
  LiteralRegistry.register(
1755
- :class => Virtuozzo::SOAP::Types::Session::Alert_dataType,
1755
+ :class => Virtuozzo::SOAP::Types::Sessionm::Alert_dataType,
1756
1756
  :schema_type => XSD::QName.new(NsTypes, "alert_dataType"),
1757
1757
  :schema_basetype => XSD::QName.new(NsTypes, "event_dataType"),
1758
1758
  :schema_element => [
@@ -1761,7 +1761,7 @@ module Virtuozzo # :nodoc:
1761
1761
  )
1762
1762
 
1763
1763
  LiteralRegistry.register(
1764
- :class => Virtuozzo::SOAP::Types::Session::Ip_addressType,
1764
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ip_addressType,
1765
1765
  :schema_type => XSD::QName.new(NsTypes, "ip_addressType"),
1766
1766
  :schema_element => [
1767
1767
  ["ip", nil],
@@ -1770,25 +1770,25 @@ module Virtuozzo # :nodoc:
1770
1770
  )
1771
1771
 
1772
1772
  LiteralRegistry.register(
1773
- :class => Virtuozzo::SOAP::Types::Session::Env_resourceType,
1773
+ :class => Virtuozzo::SOAP::Types::Sessionm::Env_resourceType,
1774
1774
  :schema_type => XSD::QName.new(NsTypes, "env_resourceType"),
1775
1775
  :schema_element => [
1776
1776
  ["eid", nil],
1777
- ["ip_pool", "Virtuozzo::SOAP::Types::Session::Ip_poolType", [0, 1]]
1777
+ ["ip_pool", "Virtuozzo::SOAP::Types::Sessionm::Ip_poolType", [0, 1]]
1778
1778
  ]
1779
1779
  )
1780
1780
 
1781
1781
  LiteralRegistry.register(
1782
- :class => Virtuozzo::SOAP::Types::Session::Ip_poolType,
1782
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ip_poolType,
1783
1783
  :schema_type => XSD::QName.new(NsTypes, "ip_poolType"),
1784
1784
  :schema_element => [ :choice,
1785
- ["ip_range", "Virtuozzo::SOAP::Types::Session::Ip_poolType::Ip_range[]"],
1785
+ ["ip_range", "Virtuozzo::SOAP::Types::Sessionm::Ip_poolType::Ip_range[]"],
1786
1786
  ["ip", "[]"]
1787
1787
  ]
1788
1788
  )
1789
1789
 
1790
1790
  LiteralRegistry.register(
1791
- :class => Virtuozzo::SOAP::Types::Session::Ip_poolType::Ip_range,
1791
+ :class => Virtuozzo::SOAP::Types::Sessionm::Ip_poolType::Ip_range,
1792
1792
  :schema_name => XSD::QName.new(NsTypes, "ip_range"),
1793
1793
  :is_anonymous => true,
1794
1794
  :schema_qualified => true,
@@ -1799,7 +1799,7 @@ module Virtuozzo # :nodoc:
1799
1799
  )
1800
1800
 
1801
1801
  LiteralRegistry.register(
1802
- :class => Virtuozzo::SOAP::Types::Session::UsageType,
1802
+ :class => Virtuozzo::SOAP::Types::Sessionm::UsageType,
1803
1803
  :schema_type => XSD::QName.new(NsTypes, "usageType"),
1804
1804
  :schema_element => [
1805
1805
  ["total", "SOAP::SOAPLong", [0, 1]],
@@ -1809,20 +1809,20 @@ module Virtuozzo # :nodoc:
1809
1809
  )
1810
1810
 
1811
1811
  LiteralRegistry.register(
1812
- :class => Virtuozzo::SOAP::Types::Session::Root_credentialType,
1812
+ :class => Virtuozzo::SOAP::Types::Sessionm::Root_credentialType,
1813
1813
  :schema_type => XSD::QName.new(NsTypes, "root_credentialType"),
1814
1814
  :schema_basetype => XSD::QName.new(NsTypes, "credentialType"),
1815
1815
  :schema_element => [
1816
1816
  ["id", "SOAP::SOAPString"],
1817
1817
  ["policy", "SOAP::SOAPInt", [0, 1]],
1818
1818
  ["description", "SOAP::SOAPBase64", [0, 1]],
1819
- ["cred", "Virtuozzo::SOAP::Types::Session::CredentialType[]", [0, nil]],
1820
- ["objects", "Virtuozzo::SOAP::Types::Session::Root_credentialType::Objects", [0, 1]]
1819
+ ["cred", "Virtuozzo::SOAP::Types::Sessionm::CredentialType[]", [0, nil]],
1820
+ ["objects", "Virtuozzo::SOAP::Types::Sessionm::Root_credentialType::Objects", [0, 1]]
1821
1821
  ]
1822
1822
  )
1823
1823
 
1824
1824
  LiteralRegistry.register(
1825
- :class => Virtuozzo::SOAP::Types::Session::Root_credentialType::Objects,
1825
+ :class => Virtuozzo::SOAP::Types::Sessionm::Root_credentialType::Objects,
1826
1826
  :schema_name => XSD::QName.new(NsTypes, "objects"),
1827
1827
  :is_anonymous => true,
1828
1828
  :schema_qualified => true,
@@ -1832,30 +1832,30 @@ module Virtuozzo # :nodoc:
1832
1832
  )
1833
1833
 
1834
1834
  LiteralRegistry.register(
1835
- :class => Virtuozzo::SOAP::Types::Session::CredentialType,
1835
+ :class => Virtuozzo::SOAP::Types::Sessionm::CredentialType,
1836
1836
  :schema_type => XSD::QName.new(NsTypes, "credentialType"),
1837
1837
  :schema_element => [
1838
1838
  ["id", "SOAP::SOAPString"],
1839
1839
  ["policy", "SOAP::SOAPInt", [0, 1]],
1840
1840
  ["description", "SOAP::SOAPBase64", [0, 1]],
1841
- ["cred", "Virtuozzo::SOAP::Types::Session::CredentialType[]", [0, nil]]
1841
+ ["cred", "Virtuozzo::SOAP::Types::Sessionm::CredentialType[]", [0, nil]]
1842
1842
  ]
1843
1843
  )
1844
1844
 
1845
1845
  LiteralRegistry.register(
1846
- :class => Virtuozzo::SOAP::Types::Session::TokenType,
1846
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType,
1847
1847
  :schema_type => XSD::QName.new(NsTypes, "tokenType"),
1848
1848
  :schema_element => [
1849
1849
  ["user", nil],
1850
- ["groups", "Virtuozzo::SOAP::Types::Session::TokenType::Groups", [0, 1]],
1851
- ["deny_only_sids", "Virtuozzo::SOAP::Types::Session::TokenType::Deny_only_sids", [0, 1]],
1852
- ["privileges", "Virtuozzo::SOAP::Types::Session::TokenType::Privileges", [0, 1]],
1853
- ["source", "Virtuozzo::SOAP::Types::Session::TokenType::Source", [0, 1]]
1850
+ ["groups", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Groups", [0, 1]],
1851
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Deny_only_sids", [0, 1]],
1852
+ ["privileges", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Privileges", [0, 1]],
1853
+ ["source", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Source", [0, 1]]
1854
1854
  ]
1855
1855
  )
1856
1856
 
1857
1857
  LiteralRegistry.register(
1858
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Groups,
1858
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Groups,
1859
1859
  :schema_name => XSD::QName.new(NsTypes, "groups"),
1860
1860
  :is_anonymous => true,
1861
1861
  :schema_qualified => true,
@@ -1865,7 +1865,7 @@ module Virtuozzo # :nodoc:
1865
1865
  )
1866
1866
 
1867
1867
  LiteralRegistry.register(
1868
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Deny_only_sids,
1868
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Deny_only_sids,
1869
1869
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
1870
1870
  :is_anonymous => true,
1871
1871
  :schema_qualified => true,
@@ -1875,7 +1875,7 @@ module Virtuozzo # :nodoc:
1875
1875
  )
1876
1876
 
1877
1877
  LiteralRegistry.register(
1878
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Privileges,
1878
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Privileges,
1879
1879
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
1880
1880
  :is_anonymous => true,
1881
1881
  :schema_qualified => true,
@@ -1885,7 +1885,7 @@ module Virtuozzo # :nodoc:
1885
1885
  )
1886
1886
 
1887
1887
  LiteralRegistry.register(
1888
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Source,
1888
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Source,
1889
1889
  :schema_name => XSD::QName.new(NsTypes, "source"),
1890
1890
  :is_anonymous => true,
1891
1891
  :schema_qualified => true,
@@ -1896,7 +1896,7 @@ module Virtuozzo # :nodoc:
1896
1896
  )
1897
1897
 
1898
1898
  LiteralRegistry.register(
1899
- :class => Virtuozzo::SOAP::Types::Session::Connectivity_infoType,
1899
+ :class => Virtuozzo::SOAP::Types::Sessionm::Connectivity_infoType,
1900
1900
  :schema_type => XSD::QName.new(NsTypes, "connectivity_infoType"),
1901
1901
  :schema_element => [
1902
1902
  ["protocol", "SOAP::SOAPString", [0, 1]],
@@ -1906,7 +1906,7 @@ module Virtuozzo # :nodoc:
1906
1906
  )
1907
1907
 
1908
1908
  LiteralRegistry.register(
1909
- :class => Virtuozzo::SOAP::Types::Session::Auth_nameType,
1909
+ :class => Virtuozzo::SOAP::Types::Sessionm::Auth_nameType,
1910
1910
  :schema_type => XSD::QName.new(NsTypes, "auth_nameType"),
1911
1911
  :schema_element => [
1912
1912
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -1916,20 +1916,20 @@ module Virtuozzo # :nodoc:
1916
1916
  )
1917
1917
 
1918
1918
  LiteralRegistry.register(
1919
- :class => Virtuozzo::SOAP::Types::Session::Connection_infoType,
1919
+ :class => Virtuozzo::SOAP::Types::Sessionm::Connection_infoType,
1920
1920
  :schema_type => XSD::QName.new(NsTypes, "connection_infoType"),
1921
1921
  :schema_basetype => XSD::QName.new(NsTypes, "connectivity_infoType"),
1922
1922
  :schema_element => [
1923
1923
  ["protocol", "SOAP::SOAPString", [0, 1]],
1924
1924
  ["address", "SOAP::SOAPString"],
1925
1925
  ["port", "SOAP::SOAPUnsignedInt", [0, 1]],
1926
- ["login", "Virtuozzo::SOAP::Types::Session::Auth_nameType", [0, 1]],
1926
+ ["login", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType", [0, 1]],
1927
1927
  ["password", "SOAP::SOAPBase64", [0, 1]]
1928
1928
  ]
1929
1929
  )
1930
1930
 
1931
1931
  LiteralRegistry.register(
1932
- :class => Virtuozzo::SOAP::Types::Session::Eid_listType,
1932
+ :class => Virtuozzo::SOAP::Types::Sessionm::Eid_listType,
1933
1933
  :schema_type => XSD::QName.new(NsTypes, "eid_listType"),
1934
1934
  :schema_element => [
1935
1935
  ["eid", "[]", [0, nil]]
@@ -1937,7 +1937,7 @@ module Virtuozzo # :nodoc:
1937
1937
  )
1938
1938
 
1939
1939
  LiteralRegistry.register(
1940
- :class => Virtuozzo::SOAP::Types::Session::Vt_infoType,
1940
+ :class => Virtuozzo::SOAP::Types::Sessionm::Vt_infoType,
1941
1941
  :schema_type => XSD::QName.new(NsTypes, "vt_infoType"),
1942
1942
  :schema_element => [
1943
1943
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -1945,7 +1945,7 @@ module Virtuozzo # :nodoc:
1945
1945
  )
1946
1946
 
1947
1947
  LiteralRegistry.register(
1948
- :class => Virtuozzo::SOAP::Types::Session::Vt_settingsType,
1948
+ :class => Virtuozzo::SOAP::Types::Sessionm::Vt_settingsType,
1949
1949
  :schema_type => XSD::QName.new(NsTypes, "vt_settingsType"),
1950
1950
  :schema_element => [
1951
1951
  ["default_sample_id", nil, [0, 1]]
@@ -1953,11 +1953,11 @@ module Virtuozzo # :nodoc:
1953
1953
  )
1954
1954
 
1955
1955
  LiteralRegistry.register(
1956
- :class => Virtuozzo::SOAP::Types::Session::UserType,
1956
+ :class => Virtuozzo::SOAP::Types::Sessionm::UserType,
1957
1957
  :schema_type => XSD::QName.new(NsTypes, "userType"),
1958
1958
  :schema_element => [
1959
- ["initial_group", "Virtuozzo::SOAP::Types::Session::UserType::Initial_group", [0, 1]],
1960
- ["group", "Virtuozzo::SOAP::Types::Session::UserType::Group[]", [0, nil]],
1959
+ ["initial_group", "Virtuozzo::SOAP::Types::Sessionm::UserType::Initial_group", [0, 1]],
1960
+ ["group", "Virtuozzo::SOAP::Types::Sessionm::UserType::Group[]", [0, nil]],
1961
1961
  ["uid", "SOAP::SOAPInt", [0, 1]],
1962
1962
  ["shell", "SOAP::SOAPString", [0, 1]],
1963
1963
  ["password", "SOAP::SOAPBase64", [0, 1]],
@@ -1968,7 +1968,7 @@ module Virtuozzo # :nodoc:
1968
1968
  )
1969
1969
 
1970
1970
  LiteralRegistry.register(
1971
- :class => Virtuozzo::SOAP::Types::Session::UserType::Initial_group,
1971
+ :class => Virtuozzo::SOAP::Types::Sessionm::UserType::Initial_group,
1972
1972
  :schema_name => XSD::QName.new(NsTypes, "initial_group"),
1973
1973
  :is_anonymous => true,
1974
1974
  :schema_qualified => true,
@@ -1979,7 +1979,7 @@ module Virtuozzo # :nodoc:
1979
1979
  )
1980
1980
 
1981
1981
  LiteralRegistry.register(
1982
- :class => Virtuozzo::SOAP::Types::Session::UserType::Group,
1982
+ :class => Virtuozzo::SOAP::Types::Sessionm::UserType::Group,
1983
1983
  :schema_name => XSD::QName.new(NsTypes, "group"),
1984
1984
  :is_anonymous => true,
1985
1985
  :schema_qualified => true,
@@ -1990,18 +1990,18 @@ module Virtuozzo # :nodoc:
1990
1990
  )
1991
1991
 
1992
1992
  LiteralRegistry.register(
1993
- :class => Virtuozzo::SOAP::Types::Session::GroupType,
1993
+ :class => Virtuozzo::SOAP::Types::Sessionm::GroupType,
1994
1994
  :schema_type => XSD::QName.new(NsTypes, "groupType"),
1995
1995
  :schema_element => [
1996
- ["user", "Virtuozzo::SOAP::Types::Session::GroupType::User[]", [0, nil]],
1997
- ["member_group", "Virtuozzo::SOAP::Types::Session::GroupType::Member_group[]", [0, nil]],
1996
+ ["user", "Virtuozzo::SOAP::Types::Sessionm::GroupType::User[]", [0, nil]],
1997
+ ["member_group", "Virtuozzo::SOAP::Types::Sessionm::GroupType::Member_group[]", [0, nil]],
1998
1998
  ["name", "SOAP::SOAPString", [0, 1]],
1999
1999
  ["gid", "SOAP::SOAPInt", [0, 1]]
2000
2000
  ]
2001
2001
  )
2002
2002
 
2003
2003
  LiteralRegistry.register(
2004
- :class => Virtuozzo::SOAP::Types::Session::GroupType::User,
2004
+ :class => Virtuozzo::SOAP::Types::Sessionm::GroupType::User,
2005
2005
  :schema_name => XSD::QName.new(NsTypes, "user"),
2006
2006
  :is_anonymous => true,
2007
2007
  :schema_qualified => true,
@@ -2011,7 +2011,7 @@ module Virtuozzo # :nodoc:
2011
2011
  )
2012
2012
 
2013
2013
  LiteralRegistry.register(
2014
- :class => Virtuozzo::SOAP::Types::Session::GroupType::Member_group,
2014
+ :class => Virtuozzo::SOAP::Types::Sessionm::GroupType::Member_group,
2015
2015
  :schema_name => XSD::QName.new(NsTypes, "member_group"),
2016
2016
  :is_anonymous => true,
2017
2017
  :schema_qualified => true,
@@ -2021,12 +2021,12 @@ module Virtuozzo # :nodoc:
2021
2021
  )
2022
2022
 
2023
2023
  LiteralRegistry.register(
2024
- :class => Virtuozzo::SOAP::Types::Session::PackageType,
2024
+ :class => Virtuozzo::SOAP::Types::Sessionm::PackageType,
2025
2025
  :schema_type => XSD::QName.new(NsTypes, "packageType"),
2026
2026
  :schema_element => [
2027
2027
  ["name", "SOAP::SOAPString"],
2028
2028
  ["summary", "SOAP::SOAPString", [0, 1]],
2029
- ["os", "Virtuozzo::SOAP::Types::Session::OsType", [0, 1]],
2029
+ ["os", "Virtuozzo::SOAP::Types::Sessionm::OsType", [0, 1]],
2030
2030
  ["description", "SOAP::SOAPString", [0, 1]],
2031
2031
  ["arch", "SOAP::SOAPString", [0, 1]],
2032
2032
  ["version", "SOAP::SOAPString", [0, 1]]
@@ -2034,13 +2034,13 @@ module Virtuozzo # :nodoc:
2034
2034
  )
2035
2035
 
2036
2036
  LiteralRegistry.register(
2037
- :class => Virtuozzo::SOAP::Types::Session::Event_dataType,
2037
+ :class => Virtuozzo::SOAP::Types::Sessionm::Event_dataType,
2038
2038
  :schema_type => XSD::QName.new(NsTypes, "event_dataType"),
2039
2039
  :schema_element => []
2040
2040
  )
2041
2041
 
2042
2042
  LiteralRegistry.register(
2043
- :class => Virtuozzo::SOAP::Types::Session::Named_listType,
2043
+ :class => Virtuozzo::SOAP::Types::Sessionm::Named_listType,
2044
2044
  :schema_type => XSD::QName.new(NsTypes, "named_listType"),
2045
2045
  :schema_element => [
2046
2046
  ["name", "SOAP::SOAPString"],
@@ -2049,7 +2049,7 @@ module Virtuozzo # :nodoc:
2049
2049
  )
2050
2050
 
2051
2051
  LiteralRegistry.register(
2052
- :class => Virtuozzo::SOAP::Types::Session::ModType,
2052
+ :class => Virtuozzo::SOAP::Types::Sessionm::ModType,
2053
2053
  :schema_type => XSD::QName.new(NsTypes, "modType"),
2054
2054
  :schema_basetype => XSD::QName.new(NsTypes, "named_listType"),
2055
2055
  :schema_element => [
@@ -2060,7 +2060,7 @@ module Virtuozzo # :nodoc:
2060
2060
  )
2061
2061
 
2062
2062
  LiteralRegistry.register(
2063
- :class => Virtuozzo::SOAP::Types::Session::RealmType,
2063
+ :class => Virtuozzo::SOAP::Types::Sessionm::RealmType,
2064
2064
  :schema_type => XSD::QName.new(NsTypes, "realmType"),
2065
2065
  :schema_element => [
2066
2066
  ["id", nil, [0, 1]],
@@ -2071,7 +2071,7 @@ module Virtuozzo # :nodoc:
2071
2071
  )
2072
2072
 
2073
2073
  LiteralRegistry.register(
2074
- :class => Virtuozzo::SOAP::Types::Session::EventType,
2074
+ :class => Virtuozzo::SOAP::Types::Sessionm::EventType,
2075
2075
  :schema_type => XSD::QName.new(NsTypes, "eventType"),
2076
2076
  :schema_element => [
2077
2077
  ["eid", nil],
@@ -2081,34 +2081,34 @@ module Virtuozzo # :nodoc:
2081
2081
  ["sid", nil, [0, 1]],
2082
2082
  ["count", "SOAP::SOAPInt"],
2083
2083
  ["id", nil],
2084
- ["info", "Virtuozzo::SOAP::Types::Session::InfoType"],
2085
- ["data", "Virtuozzo::SOAP::Types::Session::EventType::C_Data", [0, 1]]
2084
+ ["info", "Virtuozzo::SOAP::Types::Sessionm::InfoType"],
2085
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::EventType::C_Data", [0, 1]]
2086
2086
  ]
2087
2087
  )
2088
2088
 
2089
2089
  LiteralRegistry.register(
2090
- :class => Virtuozzo::SOAP::Types::Session::EventType::C_Data,
2090
+ :class => Virtuozzo::SOAP::Types::Sessionm::EventType::C_Data,
2091
2091
  :schema_name => XSD::QName.new(NsTypes, "data"),
2092
2092
  :is_anonymous => true,
2093
2093
  :schema_qualified => true,
2094
2094
  :schema_element => [
2095
- ["event_data", "Virtuozzo::SOAP::Types::Session::Event_dataType"]
2095
+ ["event_data", "Virtuozzo::SOAP::Types::Sessionm::Event_dataType"]
2096
2096
  ]
2097
2097
  )
2098
2098
 
2099
2099
  LiteralRegistry.register(
2100
- :class => Virtuozzo::SOAP::Types::Session::InfoType,
2100
+ :class => Virtuozzo::SOAP::Types::Sessionm::InfoType,
2101
2101
  :schema_type => XSD::QName.new(NsTypes, "infoType"),
2102
2102
  :schema_element => [
2103
2103
  ["message", "SOAP::SOAPBase64"],
2104
2104
  ["translate", nil, [0, 1]],
2105
- ["parameter", "Virtuozzo::SOAP::Types::Session::InfoType[]", [0, nil]],
2105
+ ["parameter", "Virtuozzo::SOAP::Types::Sessionm::InfoType[]", [0, nil]],
2106
2106
  ["name", "SOAP::SOAPString"]
2107
2107
  ]
2108
2108
  )
2109
2109
 
2110
2110
  LiteralRegistry.register(
2111
- :class => Virtuozzo::SOAP::Types::Session::AceType,
2111
+ :class => Virtuozzo::SOAP::Types::Sessionm::AceType,
2112
2112
  :schema_type => XSD::QName.new(NsTypes, "aceType"),
2113
2113
  :schema_element => [
2114
2114
  ["type", "SOAP::SOAPInt"],
@@ -2118,27 +2118,27 @@ module Virtuozzo # :nodoc:
2118
2118
  )
2119
2119
 
2120
2120
  LiteralRegistry.register(
2121
- :class => Virtuozzo::SOAP::Types::Session::Security_descriptorType,
2121
+ :class => Virtuozzo::SOAP::Types::Sessionm::Security_descriptorType,
2122
2122
  :schema_type => XSD::QName.new(NsTypes, "security_descriptorType"),
2123
2123
  :schema_element => [
2124
2124
  ["owner", nil],
2125
2125
  ["group", nil],
2126
- ["dacl", "Virtuozzo::SOAP::Types::Session::Security_descriptorType::Dacl", [0, 1]]
2126
+ ["dacl", "Virtuozzo::SOAP::Types::Sessionm::Security_descriptorType::Dacl", [0, 1]]
2127
2127
  ]
2128
2128
  )
2129
2129
 
2130
2130
  LiteralRegistry.register(
2131
- :class => Virtuozzo::SOAP::Types::Session::Security_descriptorType::Dacl,
2131
+ :class => Virtuozzo::SOAP::Types::Sessionm::Security_descriptorType::Dacl,
2132
2132
  :schema_name => XSD::QName.new(NsTypes, "dacl"),
2133
2133
  :is_anonymous => true,
2134
2134
  :schema_qualified => true,
2135
2135
  :schema_element => [
2136
- ["ace", "Virtuozzo::SOAP::Types::Session::AceType[]", [0, nil]]
2136
+ ["ace", "Virtuozzo::SOAP::Types::Sessionm::AceType[]", [0, nil]]
2137
2137
  ]
2138
2138
  )
2139
2139
 
2140
2140
  LiteralRegistry.register(
2141
- :class => Virtuozzo::SOAP::Types::Session::Env_security_objectType,
2141
+ :class => Virtuozzo::SOAP::Types::Sessionm::Env_security_objectType,
2142
2142
  :schema_type => XSD::QName.new(NsTypes, "env_security_objectType"),
2143
2143
  :schema_basetype => XSD::QName.new(NsTypes, "security_objectType"),
2144
2144
  :schema_element => [
@@ -2147,19 +2147,19 @@ module Virtuozzo # :nodoc:
2147
2147
  )
2148
2148
 
2149
2149
  LiteralRegistry.register(
2150
- :class => Virtuozzo::SOAP::Types::Session::Net_deviceType,
2150
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_deviceType,
2151
2151
  :schema_type => XSD::QName.new(NsTypes, "net_deviceType"),
2152
2152
  :schema_element => [
2153
2153
  ["id", "SOAP::SOAPString", [0, 1]],
2154
- ["ip_address", "Virtuozzo::SOAP::Types::Session::Ip_addressType[]", [0, nil]],
2154
+ ["ip_address", "Virtuozzo::SOAP::Types::Sessionm::Ip_addressType[]", [0, nil]],
2155
2155
  ["dhcp", nil, [0, 1]],
2156
2156
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
2157
- ["status", "Virtuozzo::SOAP::Types::Session::Net_deviceType::Status", [0, 1]]
2157
+ ["status", "Virtuozzo::SOAP::Types::Sessionm::Net_deviceType::Status", [0, 1]]
2158
2158
  ]
2159
2159
  )
2160
2160
 
2161
2161
  LiteralRegistry.register(
2162
- :class => Virtuozzo::SOAP::Types::Session::Net_deviceType::Status,
2162
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_deviceType::Status,
2163
2163
  :schema_name => XSD::QName.new(NsTypes, "status"),
2164
2164
  :is_anonymous => true,
2165
2165
  :schema_qualified => true,
@@ -2170,7 +2170,7 @@ module Virtuozzo # :nodoc:
2170
2170
  )
2171
2171
 
2172
2172
  LiteralRegistry.register(
2173
- :class => Virtuozzo::SOAP::Types::Session::Voc_parameterType,
2173
+ :class => Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType,
2174
2174
  :schema_type => XSD::QName.new(NsTypes, "voc_parameterType"),
2175
2175
  :schema_element => [
2176
2176
  ["id", "SOAP::SOAPString"],
@@ -2189,31 +2189,31 @@ module Virtuozzo # :nodoc:
2189
2189
  )
2190
2190
 
2191
2191
  LiteralRegistry.register(
2192
- :class => Virtuozzo::SOAP::Types::Session::VocabularyType,
2192
+ :class => Virtuozzo::SOAP::Types::Sessionm::VocabularyType,
2193
2193
  :schema_type => XSD::QName.new(NsTypes, "vocabularyType"),
2194
2194
  :schema_element => [
2195
2195
  ["name", "SOAP::SOAPString"],
2196
- ["parameter", "Virtuozzo::SOAP::Types::Session::Voc_parameterType[]", [0, nil]],
2197
- ["category", "Virtuozzo::SOAP::Types::Session::Voc_parameterType[]", [0, nil]]
2196
+ ["parameter", "Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType[]", [0, nil]],
2197
+ ["category", "Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType[]", [0, nil]]
2198
2198
  ]
2199
2199
  )
2200
2200
 
2201
2201
  LiteralRegistry.register(
2202
- :class => Virtuozzo::SOAP::Types::Session::Net_nicType,
2202
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_nicType,
2203
2203
  :schema_type => XSD::QName.new(NsTypes, "net_nicType"),
2204
2204
  :schema_basetype => XSD::QName.new(NsTypes, "net_deviceType"),
2205
2205
  :schema_element => [
2206
2206
  ["id", "SOAP::SOAPString", [0, 1]],
2207
- ["ip_address", "Virtuozzo::SOAP::Types::Session::Ip_addressType[]", [0, nil]],
2207
+ ["ip_address", "Virtuozzo::SOAP::Types::Sessionm::Ip_addressType[]", [0, nil]],
2208
2208
  ["dhcp", nil, [0, 1]],
2209
2209
  ["network_id", "SOAP::SOAPBase64", [0, 1]],
2210
- ["status", "Virtuozzo::SOAP::Types::Session::Net_nicType::Status", [0, 1]],
2210
+ ["status", "Virtuozzo::SOAP::Types::Sessionm::Net_nicType::Status", [0, 1]],
2211
2211
  ["mac_address", "SOAP::SOAPString", [0, 1]]
2212
2212
  ]
2213
2213
  )
2214
2214
 
2215
2215
  LiteralRegistry.register(
2216
- :class => Virtuozzo::SOAP::Types::Session::Net_nicType::Status,
2216
+ :class => Virtuozzo::SOAP::Types::Sessionm::Net_nicType::Status,
2217
2217
  :schema_name => XSD::QName.new(NsTypes, "status"),
2218
2218
  :is_anonymous => true,
2219
2219
  :schema_qualified => true,
@@ -2224,7 +2224,7 @@ module Virtuozzo # :nodoc:
2224
2224
  )
2225
2225
 
2226
2226
  LiteralRegistry.register(
2227
- :class => Virtuozzo::SOAP::Types::Session::Perf_statType,
2227
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_statType,
2228
2228
  :schema_type => XSD::QName.new(NsTypes, "perf_statType"),
2229
2229
  :schema_element => [
2230
2230
  ["cur", "SOAP::SOAPAnySimpleType"],
@@ -2235,71 +2235,71 @@ module Virtuozzo # :nodoc:
2235
2235
  )
2236
2236
 
2237
2237
  LiteralRegistry.register(
2238
- :class => Virtuozzo::SOAP::Types::Session::Perf_dataType,
2238
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_dataType,
2239
2239
  :schema_type => XSD::QName.new(NsTypes, "perf_dataType"),
2240
2240
  :schema_element => [
2241
2241
  ["eid", nil],
2242
- ["v_class", ["Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2243
- ["interval", "Virtuozzo::SOAP::Types::Session::IntervalType"]
2242
+ ["v_class", ["Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class[]", XSD::QName.new(NsTypes, "class")], [0, nil]],
2243
+ ["interval", "Virtuozzo::SOAP::Types::Sessionm::IntervalType"]
2244
2244
  ]
2245
2245
  )
2246
2246
 
2247
2247
  LiteralRegistry.register(
2248
- :class => Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class::Instance::Counter,
2248
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance::Counter,
2249
2249
  :schema_name => XSD::QName.new(NsTypes, "counter"),
2250
2250
  :is_anonymous => true,
2251
2251
  :schema_qualified => true,
2252
2252
  :schema_element => [
2253
2253
  ["name", "SOAP::SOAPString"],
2254
- ["value", "Virtuozzo::SOAP::Types::Session::Perf_statType"]
2254
+ ["value", "Virtuozzo::SOAP::Types::Sessionm::Perf_statType"]
2255
2255
  ]
2256
2256
  )
2257
2257
 
2258
2258
  LiteralRegistry.register(
2259
- :class => Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class::Instance,
2259
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance,
2260
2260
  :schema_name => XSD::QName.new(NsTypes, "instance"),
2261
2261
  :is_anonymous => true,
2262
2262
  :schema_qualified => true,
2263
2263
  :schema_element => [
2264
2264
  ["name", "SOAP::SOAPString", [0, 1]],
2265
- ["counter", "Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2265
+ ["counter", "Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance::Counter[]", [1, nil]]
2266
2266
  ]
2267
2267
  )
2268
2268
 
2269
2269
  LiteralRegistry.register(
2270
- :class => Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class,
2270
+ :class => Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class,
2271
2271
  :schema_name => XSD::QName.new(NsTypes, "class"),
2272
2272
  :is_anonymous => true,
2273
2273
  :schema_qualified => true,
2274
2274
  :schema_element => [
2275
2275
  ["name", "SOAP::SOAPString"],
2276
- ["instance", "Virtuozzo::SOAP::Types::Session::Perf_dataType::C_Class::Instance[]", [1, nil]]
2276
+ ["instance", "Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance[]", [1, nil]]
2277
2277
  ]
2278
2278
  )
2279
2279
 
2280
2280
  LiteralRegistry.register(
2281
- :class => Virtuozzo::SOAP::Types::Session::Log_options_baseType,
2281
+ :class => Virtuozzo::SOAP::Types::Sessionm::Log_options_baseType,
2282
2282
  :schema_type => XSD::QName.new(NsTypes, "log_options_baseType"),
2283
2283
  :schema_element => []
2284
2284
  )
2285
2285
 
2286
2286
  LiteralRegistry.register(
2287
- :class => Virtuozzo::SOAP::Types::Session::Log_optionsType,
2287
+ :class => Virtuozzo::SOAP::Types::Sessionm::Log_optionsType,
2288
2288
  :schema_type => XSD::QName.new(NsTypes, "log_optionsType"),
2289
2289
  :schema_basetype => XSD::QName.new(NsTypes, "log_options_baseType"),
2290
2290
  :schema_element => []
2291
2291
  )
2292
2292
 
2293
2293
  LiteralRegistry.register(
2294
- :class => Virtuozzo::SOAP::Types::Session::Packet_headerType,
2294
+ :class => Virtuozzo::SOAP::Types::Sessionm::Packet_headerType,
2295
2295
  :schema_type => XSD::QName.new(NsProtocol, "packet_headerType"),
2296
2296
  :schema_element => [
2297
- ["auth", "Virtuozzo::SOAP::Types::Session::AuthType", [0, 1]],
2297
+ ["auth", "Virtuozzo::SOAP::Types::Sessionm::AuthType", [0, 1]],
2298
2298
  ["cookie", "SOAP::SOAPString", [0, 1]],
2299
2299
  ["target", "SOAP::SOAPString[]", [0, nil]],
2300
2300
  ["origin", "SOAP::SOAPString", [0, 1]],
2301
- ["src", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
2302
- ["dst", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
2301
+ ["src", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
2302
+ ["dst", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
2303
2303
  ["session", "SOAP::SOAPString", [0, 1]]
2304
2304
  ],
2305
2305
  :schema_attribute => {
@@ -2317,26 +2317,26 @@ module Virtuozzo # :nodoc:
2317
2317
  )
2318
2318
 
2319
2319
  LiteralRegistry.register(
2320
- :class => Virtuozzo::SOAP::Types::Session::OperatorType,
2320
+ :class => Virtuozzo::SOAP::Types::Sessionm::OperatorType,
2321
2321
  :schema_type => XSD::QName.new(NsProtocol, "operatorType"),
2322
2322
  :schema_element => [ :choice,
2323
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"]
2323
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"]
2324
2324
  ]
2325
2325
  )
2326
2326
 
2327
2327
  LiteralRegistry.register(
2328
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType,
2328
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType,
2329
2329
  :schema_type => XSD::QName.new(NsProtocol, "operator_functionalType"),
2330
2330
  :schema_basetype => XSD::QName.new(NsProtocol, "operatorType"),
2331
2331
  :schema_element => [ :choice,
2332
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"],
2333
- ["ok", "Virtuozzo::SOAP::Types::Session::Operator_functionalType::Ok[]"],
2334
- ["error", "Virtuozzo::SOAP::Types::Session::Operator_functionalType::Error[]"]
2332
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"],
2333
+ ["ok", "Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Ok[]"],
2334
+ ["error", "Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Error[]"]
2335
2335
  ]
2336
2336
  )
2337
2337
 
2338
2338
  LiteralRegistry.register(
2339
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType::Ok,
2339
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Ok,
2340
2340
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
2341
2341
  :is_anonymous => true,
2342
2342
  :schema_qualified => true,
@@ -2344,7 +2344,7 @@ module Virtuozzo # :nodoc:
2344
2344
  )
2345
2345
 
2346
2346
  LiteralRegistry.register(
2347
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType::Error,
2347
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Error,
2348
2348
  :schema_name => XSD::QName.new(NsProtocol, "error"),
2349
2349
  :is_anonymous => true,
2350
2350
  :schema_qualified => true,
@@ -2355,24 +2355,24 @@ module Virtuozzo # :nodoc:
2355
2355
  )
2356
2356
 
2357
2357
  LiteralRegistry.register(
2358
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType,
2358
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType,
2359
2359
  :schema_type => XSD::QName.new(NsProtocol, "operator_periodicType"),
2360
2360
  :schema_basetype => XSD::QName.new(NsProtocol, "operator_functionalType"),
2361
2361
  :schema_element => [ :choice,
2362
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"],
2363
- ["ok", "Virtuozzo::SOAP::Types::Session::Operator_periodicType::Ok[]"],
2364
- ["error", "Virtuozzo::SOAP::Types::Session::Operator_periodicType::Error[]"],
2362
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"],
2363
+ ["ok", "Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Ok[]"],
2364
+ ["error", "Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Error[]"],
2365
2365
  [ :choice,
2366
- ["start_monitor", "Virtuozzo::SOAP::Types::Session::Start_monitorType"],
2367
- ["stop_monitor", "Virtuozzo::SOAP::Types::Session::Stop_monitorType"],
2368
- ["set_period", "Virtuozzo::SOAP::Types::Session::Set_periodType", [0, 1]],
2366
+ ["start_monitor", "Virtuozzo::SOAP::Types::Sessionm::Start_monitorType"],
2367
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Sessionm::Stop_monitorType"],
2368
+ ["set_period", "Virtuozzo::SOAP::Types::Sessionm::Set_periodType", [0, 1]],
2369
2369
  ["report", nil, [0, 1]]
2370
2370
  ]
2371
2371
  ]
2372
2372
  )
2373
2373
 
2374
2374
  LiteralRegistry.register(
2375
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType::Ok,
2375
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Ok,
2376
2376
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
2377
2377
  :is_anonymous => true,
2378
2378
  :schema_qualified => true,
@@ -2380,7 +2380,7 @@ module Virtuozzo # :nodoc:
2380
2380
  )
2381
2381
 
2382
2382
  LiteralRegistry.register(
2383
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType::Error,
2383
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Error,
2384
2384
  :schema_name => XSD::QName.new(NsProtocol, "error"),
2385
2385
  :is_anonymous => true,
2386
2386
  :schema_qualified => true,
@@ -2391,7 +2391,7 @@ module Virtuozzo # :nodoc:
2391
2391
  )
2392
2392
 
2393
2393
  LiteralRegistry.register(
2394
- :class => Virtuozzo::SOAP::Types::Session::Set_periodType,
2394
+ :class => Virtuozzo::SOAP::Types::Sessionm::Set_periodType,
2395
2395
  :schema_type => XSD::QName.new(NsProtocol, "set_periodType"),
2396
2396
  :schema_element => [
2397
2397
  ["collect", "SOAP::SOAPInt"],
@@ -2401,7 +2401,7 @@ module Virtuozzo # :nodoc:
2401
2401
  )
2402
2402
 
2403
2403
  LiteralRegistry.register(
2404
- :class => Virtuozzo::SOAP::Types::Session::Start_monitorType,
2404
+ :class => Virtuozzo::SOAP::Types::Sessionm::Start_monitorType,
2405
2405
  :schema_type => XSD::QName.new(NsProtocol, "start_monitorType"),
2406
2406
  :schema_element => [
2407
2407
  ["period", "SOAP::SOAPInt"],
@@ -2410,7 +2410,7 @@ module Virtuozzo # :nodoc:
2410
2410
  )
2411
2411
 
2412
2412
  LiteralRegistry.register(
2413
- :class => Virtuozzo::SOAP::Types::Session::Stop_monitorType,
2413
+ :class => Virtuozzo::SOAP::Types::Sessionm::Stop_monitorType,
2414
2414
  :schema_type => XSD::QName.new(NsProtocol, "stop_monitorType"),
2415
2415
  :schema_element => [
2416
2416
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -2418,7 +2418,7 @@ module Virtuozzo # :nodoc:
2418
2418
  )
2419
2419
 
2420
2420
  LiteralRegistry.register(
2421
- :class => Virtuozzo::SOAP::Types::Session::AuthType,
2421
+ :class => Virtuozzo::SOAP::Types::Sessionm::AuthType,
2422
2422
  :schema_type => XSD::QName.new(NsProtocol, "authType"),
2423
2423
  :schema_element => [
2424
2424
  ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
@@ -2426,7 +2426,7 @@ module Virtuozzo # :nodoc:
2426
2426
  )
2427
2427
 
2428
2428
  LiteralRegistry.register(
2429
- :class => Virtuozzo::SOAP::Types::Session::Event_configurationType,
2429
+ :class => Virtuozzo::SOAP::Types::Sessionm::Event_configurationType,
2430
2430
  :schema_type => XSD::QName.new(NsProtocol, "event_configurationType"),
2431
2431
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
2432
2432
  :schema_element => [
@@ -2435,7 +2435,7 @@ module Virtuozzo # :nodoc:
2435
2435
  )
2436
2436
 
2437
2437
  LiteralRegistry.register(
2438
- :class => Virtuozzo::SOAP::Types::Session::Periodic_configurationType,
2438
+ :class => Virtuozzo::SOAP::Types::Sessionm::Periodic_configurationType,
2439
2439
  :schema_type => XSD::QName.new(NsProtocol, "periodic_configurationType"),
2440
2440
  :schema_basetype => XSD::QName.new(NsProtocol, "configurationType"),
2441
2441
  :schema_element => [
@@ -2447,7 +2447,7 @@ module Virtuozzo # :nodoc:
2447
2447
  )
2448
2448
 
2449
2449
  LiteralRegistry.register(
2450
- :class => Virtuozzo::SOAP::Types::Session::RouteType,
2450
+ :class => Virtuozzo::SOAP::Types::Sessionm::RouteType,
2451
2451
  :schema_type => XSD::QName.new(NsProtocol, "routeType"),
2452
2452
  :schema_element => [
2453
2453
  ["director", "SOAP::SOAPString", [0, 1]],
@@ -2458,39 +2458,39 @@ module Virtuozzo # :nodoc:
2458
2458
  )
2459
2459
 
2460
2460
  LiteralRegistry.register(
2461
- :class => Virtuozzo::SOAP::Types::Session::DataType_,
2461
+ :class => Virtuozzo::SOAP::Types::Sessionm::DataType_,
2462
2462
  :schema_type => XSD::QName.new(NsProtocol, "dataType"),
2463
2463
  :schema_element => [
2464
- ["operator", "Virtuozzo::SOAP::Types::Session::OperatorType[]"]
2464
+ ["operator", "Virtuozzo::SOAP::Types::Sessionm::OperatorType[]"]
2465
2465
  ]
2466
2466
  )
2467
2467
 
2468
2468
  LiteralRegistry.register(
2469
- :class => Virtuozzo::SOAP::Types::Session::ConfigurationType,
2469
+ :class => Virtuozzo::SOAP::Types::Sessionm::ConfigurationType,
2470
2470
  :schema_type => XSD::QName.new(NsProtocol, "configurationType"),
2471
2471
  :schema_element => []
2472
2472
  )
2473
2473
 
2474
2474
  LiteralRegistry.register(
2475
- :class => Virtuozzo::SOAP::Types::Session::Transport_type,
2475
+ :class => Virtuozzo::SOAP::Types::Sessionm::Transport_type,
2476
2476
  :schema_type => XSD::QName.new(NsTypes, "transport_type")
2477
2477
  )
2478
2478
 
2479
2479
  LiteralRegistry.register(
2480
- :class => Virtuozzo::SOAP::Types::Session::Yes_no_type,
2480
+ :class => Virtuozzo::SOAP::Types::Sessionm::Yes_no_type,
2481
2481
  :schema_type => XSD::QName.new(NsTypes, "yes_no_type")
2482
2482
  )
2483
2483
 
2484
2484
  LiteralRegistry.register(
2485
- :class => Virtuozzo::SOAP::Types::Session::Packet_headerType,
2485
+ :class => Virtuozzo::SOAP::Types::Sessionm::Packet_headerType,
2486
2486
  :schema_name => XSD::QName.new(NsSessionm_0, "packet_header"),
2487
2487
  :schema_element => [
2488
- ["auth", "Virtuozzo::SOAP::Types::Session::AuthType", [0, 1]],
2488
+ ["auth", "Virtuozzo::SOAP::Types::Sessionm::AuthType", [0, 1]],
2489
2489
  ["cookie", "SOAP::SOAPString", [0, 1]],
2490
2490
  ["target", "SOAP::SOAPString[]", [0, nil]],
2491
2491
  ["origin", "SOAP::SOAPString", [0, 1]],
2492
- ["src", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
2493
- ["dst", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
2492
+ ["src", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
2493
+ ["dst", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
2494
2494
  ["session", "SOAP::SOAPString", [0, 1]]
2495
2495
  ],
2496
2496
  :schema_attribute => {
@@ -2508,39 +2508,39 @@ module Virtuozzo # :nodoc:
2508
2508
  )
2509
2509
 
2510
2510
  LiteralRegistry.register(
2511
- :class => Virtuozzo::SOAP::Types::Session::SessionmType,
2511
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType,
2512
2512
  :schema_name => XSD::QName.new(NsSessionm, "sessionm"),
2513
2513
  :schema_element => [ :choice,
2514
- ["configuration", ["Virtuozzo::SOAP::Types::Session::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
2515
- ["ok", ["Virtuozzo::SOAP::Types::Session::SessionmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
2516
- ["error", ["Virtuozzo::SOAP::Types::Session::SessionmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
2514
+ ["configuration", ["Virtuozzo::SOAP::Types::Sessionm::ConfigurationType", XSD::QName.new(NsProtocol, "configuration")]],
2515
+ ["ok", ["Virtuozzo::SOAP::Types::Sessionm::SessionmType::Ok[]", XSD::QName.new(NsProtocol, "ok")]],
2516
+ ["error", ["Virtuozzo::SOAP::Types::Sessionm::SessionmType::Error[]", XSD::QName.new(NsProtocol, "error")]],
2517
2517
  [
2518
- ["login", "Virtuozzo::SOAP::Types::Session::Login[]", [0, 1]],
2519
- ["login_as", "Virtuozzo::SOAP::Types::Session::Login_as[]", [0, 1]],
2520
- ["duplicate_session", "Virtuozzo::SOAP::Types::Session::Duplicate_session[]", [0, 1]],
2521
- ["logout", "Virtuozzo::SOAP::Types::Session::Logout[]", [0, 1]],
2522
- ["verify", "Virtuozzo::SOAP::Types::Session::Verify[]", [0, 1]],
2523
- ["put", "Virtuozzo::SOAP::Types::Session::Put[]", [0, 1]],
2524
- ["get", "Virtuozzo::SOAP::Types::Session::Get[]", [0, 1]],
2525
- ["list_sessions", "Virtuozzo::SOAP::Types::Session::List_sessions[]", [0, 1]],
2526
- ["register_client", "Virtuozzo::SOAP::Types::Session::Register_client[]", [0, 1]],
2527
- ["count_registered", "Virtuozzo::SOAP::Types::Session::Count_registered[]", [0, 1]],
2528
- ["get_session", "Virtuozzo::SOAP::Types::Session::Get_session[]", [0, 1]],
2529
- ["update_session", "Virtuozzo::SOAP::Types::Session::Update_session[]", [0, 1]]
2518
+ ["login", "Virtuozzo::SOAP::Types::Sessionm::Login[]", [0, 1]],
2519
+ ["login_as", "Virtuozzo::SOAP::Types::Sessionm::Login_as[]", [0, 1]],
2520
+ ["duplicate_session", "Virtuozzo::SOAP::Types::Sessionm::Duplicate_session[]", [0, 1]],
2521
+ ["logout", "Virtuozzo::SOAP::Types::Sessionm::Logout[]", [0, 1]],
2522
+ ["verify", "Virtuozzo::SOAP::Types::Sessionm::Verify[]", [0, 1]],
2523
+ ["put", "Virtuozzo::SOAP::Types::Sessionm::Put[]", [0, 1]],
2524
+ ["get", "Virtuozzo::SOAP::Types::Sessionm::Get[]", [0, 1]],
2525
+ ["list_sessions", "Virtuozzo::SOAP::Types::Sessionm::List_sessions[]", [0, 1]],
2526
+ ["register_client", "Virtuozzo::SOAP::Types::Sessionm::Register_client[]", [0, 1]],
2527
+ ["count_registered", "Virtuozzo::SOAP::Types::Sessionm::Count_registered[]", [0, 1]],
2528
+ ["get_session", "Virtuozzo::SOAP::Types::Sessionm::Get_session[]", [0, 1]],
2529
+ ["update_session", "Virtuozzo::SOAP::Types::Sessionm::Update_session[]", [0, 1]]
2530
2530
  ],
2531
2531
  [
2532
2532
  ["session_id", "SOAP::SOAPString[]", [0, nil]],
2533
- ["data", "Virtuozzo::SOAP::Types::Session::DataType[]", [0, nil]],
2534
- ["session", "Virtuozzo::SOAP::Types::Session::SessionType[]", [0, nil]],
2535
- ["pass", "Virtuozzo::SOAP::Types::Session::Auth_nameType[]", [0, 1]],
2536
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType[]", [0, 1]],
2537
- ["registered", "Virtuozzo::SOAP::Types::Session::Registered[]", [0, 1]]
2533
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::DataType[]", [0, nil]],
2534
+ ["session", "Virtuozzo::SOAP::Types::Sessionm::SessionType[]", [0, nil]],
2535
+ ["pass", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType[]", [0, 1]],
2536
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType[]", [0, 1]],
2537
+ ["registered", "Virtuozzo::SOAP::Types::Sessionm::Registered[]", [0, 1]]
2538
2538
  ]
2539
2539
  ]
2540
2540
  )
2541
2541
 
2542
2542
  LiteralRegistry.register(
2543
- :class => Virtuozzo::SOAP::Types::Session::SessionmType::Ok,
2543
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType::Ok,
2544
2544
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
2545
2545
  :is_anonymous => true,
2546
2546
  :schema_qualified => true,
@@ -2548,7 +2548,7 @@ module Virtuozzo # :nodoc:
2548
2548
  )
2549
2549
 
2550
2550
  LiteralRegistry.register(
2551
- :class => Virtuozzo::SOAP::Types::Session::SessionmType::Error,
2551
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionmType::Error,
2552
2552
  :schema_name => XSD::QName.new(NsProtocol, "error"),
2553
2553
  :is_anonymous => true,
2554
2554
  :schema_qualified => true,
@@ -2559,7 +2559,7 @@ module Virtuozzo # :nodoc:
2559
2559
  )
2560
2560
 
2561
2561
  LiteralRegistry.register(
2562
- :class => Virtuozzo::SOAP::Types::Session::Login,
2562
+ :class => Virtuozzo::SOAP::Types::Sessionm::Login,
2563
2563
  :schema_name => XSD::QName.new(NsSessionm, "login"),
2564
2564
  :schema_element => [
2565
2565
  ["name", ["SOAP::SOAPBase64", XSD::QName.new(NsTypes, "name")], [0, 1]],
@@ -2571,7 +2571,7 @@ module Virtuozzo # :nodoc:
2571
2571
  )
2572
2572
 
2573
2573
  LiteralRegistry.register(
2574
- :class => Virtuozzo::SOAP::Types::Session::Login_as,
2574
+ :class => Virtuozzo::SOAP::Types::Sessionm::Login_as,
2575
2575
  :schema_name => XSD::QName.new(NsSessionm, "login_as"),
2576
2576
  :schema_element => [
2577
2577
  ["sid", nil]
@@ -2579,7 +2579,7 @@ module Virtuozzo # :nodoc:
2579
2579
  )
2580
2580
 
2581
2581
  LiteralRegistry.register(
2582
- :class => Virtuozzo::SOAP::Types::Session::Duplicate_session,
2582
+ :class => Virtuozzo::SOAP::Types::Sessionm::Duplicate_session,
2583
2583
  :schema_name => XSD::QName.new(NsSessionm, "duplicate_session"),
2584
2584
  :schema_element => [
2585
2585
  ["session_id", "SOAP::SOAPString", [0, 1]],
@@ -2591,7 +2591,7 @@ module Virtuozzo # :nodoc:
2591
2591
  )
2592
2592
 
2593
2593
  LiteralRegistry.register(
2594
- :class => Virtuozzo::SOAP::Types::Session::Logout,
2594
+ :class => Virtuozzo::SOAP::Types::Sessionm::Logout,
2595
2595
  :schema_name => XSD::QName.new(NsSessionm, "logout"),
2596
2596
  :schema_element => [
2597
2597
  ["session_id", "SOAP::SOAPString"]
@@ -2599,7 +2599,7 @@ module Virtuozzo # :nodoc:
2599
2599
  )
2600
2600
 
2601
2601
  LiteralRegistry.register(
2602
- :class => Virtuozzo::SOAP::Types::Session::Verify,
2602
+ :class => Virtuozzo::SOAP::Types::Sessionm::Verify,
2603
2603
  :schema_name => XSD::QName.new(NsSessionm, "verify"),
2604
2604
  :schema_element => [
2605
2605
  ["session_id", "SOAP::SOAPString"]
@@ -2607,16 +2607,16 @@ module Virtuozzo # :nodoc:
2607
2607
  )
2608
2608
 
2609
2609
  LiteralRegistry.register(
2610
- :class => Virtuozzo::SOAP::Types::Session::Put,
2610
+ :class => Virtuozzo::SOAP::Types::Sessionm::Put,
2611
2611
  :schema_name => XSD::QName.new(NsSessionm, "put"),
2612
2612
  :schema_element => [
2613
2613
  ["session_id", "SOAP::SOAPString"],
2614
- ["data", "Virtuozzo::SOAP::Types::Session::Put::C_Data[]", [1, nil]]
2614
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::Put::C_Data[]", [1, nil]]
2615
2615
  ]
2616
2616
  )
2617
2617
 
2618
2618
  LiteralRegistry.register(
2619
- :class => Virtuozzo::SOAP::Types::Session::Put::C_Data,
2619
+ :class => Virtuozzo::SOAP::Types::Sessionm::Put::C_Data,
2620
2620
  :schema_name => XSD::QName.new(NsSessionm, "data"),
2621
2621
  :is_anonymous => true,
2622
2622
  :schema_qualified => true,
@@ -2627,7 +2627,7 @@ module Virtuozzo # :nodoc:
2627
2627
  )
2628
2628
 
2629
2629
  LiteralRegistry.register(
2630
- :class => Virtuozzo::SOAP::Types::Session::Get,
2630
+ :class => Virtuozzo::SOAP::Types::Sessionm::Get,
2631
2631
  :schema_name => XSD::QName.new(NsSessionm, "get"),
2632
2632
  :schema_element => [
2633
2633
  ["session_id", "SOAP::SOAPString"],
@@ -2636,7 +2636,7 @@ module Virtuozzo # :nodoc:
2636
2636
  )
2637
2637
 
2638
2638
  LiteralRegistry.register(
2639
- :class => Virtuozzo::SOAP::Types::Session::Register_client,
2639
+ :class => Virtuozzo::SOAP::Types::Sessionm::Register_client,
2640
2640
  :schema_name => XSD::QName.new(NsSessionm, "register_client"),
2641
2641
  :schema_element => [
2642
2642
  ["id", "SOAP::SOAPString"],
@@ -2645,7 +2645,7 @@ module Virtuozzo # :nodoc:
2645
2645
  )
2646
2646
 
2647
2647
  LiteralRegistry.register(
2648
- :class => Virtuozzo::SOAP::Types::Session::Count_registered,
2648
+ :class => Virtuozzo::SOAP::Types::Sessionm::Count_registered,
2649
2649
  :schema_name => XSD::QName.new(NsSessionm, "count_registered"),
2650
2650
  :schema_element => [
2651
2651
  ["id", "SOAP::SOAPString", [0, 1]]
@@ -2653,7 +2653,7 @@ module Virtuozzo # :nodoc:
2653
2653
  )
2654
2654
 
2655
2655
  LiteralRegistry.register(
2656
- :class => Virtuozzo::SOAP::Types::Session::Update_session,
2656
+ :class => Virtuozzo::SOAP::Types::Sessionm::Update_session,
2657
2657
  :schema_name => XSD::QName.new(NsSessionm, "update_session"),
2658
2658
  :schema_element => [
2659
2659
  ["session_id", "SOAP::SOAPString"],
@@ -2662,19 +2662,19 @@ module Virtuozzo # :nodoc:
2662
2662
  )
2663
2663
 
2664
2664
  LiteralRegistry.register(
2665
- :class => Virtuozzo::SOAP::Types::Session::Get_session,
2665
+ :class => Virtuozzo::SOAP::Types::Sessionm::Get_session,
2666
2666
  :schema_name => XSD::QName.new(NsSessionm, "get_session"),
2667
2667
  :schema_element => [
2668
2668
  [
2669
2669
  ["session_id", "SOAP::SOAPString", [0, 1]],
2670
- ["pass", "Virtuozzo::SOAP::Types::Session::Auth_nameType", [0, 1]]
2670
+ ["pass", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType", [0, 1]]
2671
2671
  ],
2672
2672
  ["stamp", nil, [0, 1]]
2673
2673
  ]
2674
2674
  )
2675
2675
 
2676
2676
  LiteralRegistry.register(
2677
- :class => Virtuozzo::SOAP::Types::Session::DataType,
2677
+ :class => Virtuozzo::SOAP::Types::Sessionm::DataType,
2678
2678
  :schema_name => XSD::QName.new(NsSessionm, "data"),
2679
2679
  :schema_element => [
2680
2680
  ["key", "SOAP::SOAPString"],
@@ -2683,34 +2683,34 @@ module Virtuozzo # :nodoc:
2683
2683
  )
2684
2684
 
2685
2685
  LiteralRegistry.register(
2686
- :class => Virtuozzo::SOAP::Types::Session::SessionType,
2686
+ :class => Virtuozzo::SOAP::Types::Sessionm::SessionType,
2687
2687
  :schema_name => XSD::QName.new(NsSessionm, "session"),
2688
2688
  :schema_element => [
2689
2689
  ["id", "SOAP::SOAPString"],
2690
2690
  ["creation", nil],
2691
2691
  ["access", nil],
2692
- ["user", "Virtuozzo::SOAP::Types::Session::Auth_nameType"],
2692
+ ["user", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType"],
2693
2693
  ["expiration", "SOAP::SOAPInt", [0, 1]],
2694
2694
  ["stamp", "SOAP::SOAPString", [0, 1]],
2695
- ["data", "Virtuozzo::SOAP::Types::Session::DataType[]", [0, nil]],
2696
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType", [0, 1]]
2695
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::DataType[]", [0, nil]],
2696
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType", [0, 1]]
2697
2697
  ]
2698
2698
  )
2699
2699
 
2700
2700
  LiteralRegistry.register(
2701
- :class => Virtuozzo::SOAP::Types::Session::TokenType,
2701
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType,
2702
2702
  :schema_name => XSD::QName.new(NsSessionm, "token"),
2703
2703
  :schema_element => [
2704
2704
  ["user", nil],
2705
- ["groups", "Virtuozzo::SOAP::Types::Session::TokenType::Groups", [0, 1]],
2706
- ["deny_only_sids", "Virtuozzo::SOAP::Types::Session::TokenType::Deny_only_sids", [0, 1]],
2707
- ["privileges", "Virtuozzo::SOAP::Types::Session::TokenType::Privileges", [0, 1]],
2708
- ["source", "Virtuozzo::SOAP::Types::Session::TokenType::Source", [0, 1]]
2705
+ ["groups", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Groups", [0, 1]],
2706
+ ["deny_only_sids", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Deny_only_sids", [0, 1]],
2707
+ ["privileges", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Privileges", [0, 1]],
2708
+ ["source", "Virtuozzo::SOAP::Types::Sessionm::TokenType::Source", [0, 1]]
2709
2709
  ]
2710
2710
  )
2711
2711
 
2712
2712
  LiteralRegistry.register(
2713
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Groups,
2713
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Groups,
2714
2714
  :schema_name => XSD::QName.new(NsTypes, "groups"),
2715
2715
  :is_anonymous => true,
2716
2716
  :schema_qualified => true,
@@ -2720,7 +2720,7 @@ module Virtuozzo # :nodoc:
2720
2720
  )
2721
2721
 
2722
2722
  LiteralRegistry.register(
2723
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Deny_only_sids,
2723
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Deny_only_sids,
2724
2724
  :schema_name => XSD::QName.new(NsTypes, "deny_only_sids"),
2725
2725
  :is_anonymous => true,
2726
2726
  :schema_qualified => true,
@@ -2730,7 +2730,7 @@ module Virtuozzo # :nodoc:
2730
2730
  )
2731
2731
 
2732
2732
  LiteralRegistry.register(
2733
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Privileges,
2733
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Privileges,
2734
2734
  :schema_name => XSD::QName.new(NsTypes, "privileges"),
2735
2735
  :is_anonymous => true,
2736
2736
  :schema_qualified => true,
@@ -2740,7 +2740,7 @@ module Virtuozzo # :nodoc:
2740
2740
  )
2741
2741
 
2742
2742
  LiteralRegistry.register(
2743
- :class => Virtuozzo::SOAP::Types::Session::TokenType::Source,
2743
+ :class => Virtuozzo::SOAP::Types::Sessionm::TokenType::Source,
2744
2744
  :schema_name => XSD::QName.new(NsTypes, "source"),
2745
2745
  :is_anonymous => true,
2746
2746
  :schema_qualified => true,
@@ -2751,7 +2751,7 @@ module Virtuozzo # :nodoc:
2751
2751
  )
2752
2752
 
2753
2753
  LiteralRegistry.register(
2754
- :class => Virtuozzo::SOAP::Types::Session::Auth_nameType,
2754
+ :class => Virtuozzo::SOAP::Types::Sessionm::Auth_nameType,
2755
2755
  :schema_name => XSD::QName.new(NsSessionm, "pass"),
2756
2756
  :schema_element => [
2757
2757
  ["name", "SOAP::SOAPBase64", [0, 1]],
@@ -2761,7 +2761,7 @@ module Virtuozzo # :nodoc:
2761
2761
  )
2762
2762
 
2763
2763
  LiteralRegistry.register(
2764
- :class => Virtuozzo::SOAP::Types::Session::Registered,
2764
+ :class => Virtuozzo::SOAP::Types::Sessionm::Registered,
2765
2765
  :schema_name => XSD::QName.new(NsSessionm, "registered"),
2766
2766
  :schema_element => [
2767
2767
  ["id", "SOAP::SOAPString"],
@@ -2770,103 +2770,103 @@ module Virtuozzo # :nodoc:
2770
2770
  )
2771
2771
 
2772
2772
  LiteralRegistry.register(
2773
- :class => Virtuozzo::SOAP::Types::Session::Duplicate_sessionResponse,
2773
+ :class => Virtuozzo::SOAP::Types::Sessionm::Duplicate_sessionResponse,
2774
2774
  :schema_name => XSD::QName.new(NsSessionm, "duplicate_sessionResponse"),
2775
2775
  :schema_element => [
2776
2776
  ["session_id", "SOAP::SOAPString"],
2777
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType"],
2778
- ["pass", "Virtuozzo::SOAP::Types::Session::Auth_nameType"]
2777
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType"],
2778
+ ["pass", "Virtuozzo::SOAP::Types::Sessionm::Auth_nameType"]
2779
2779
  ]
2780
2780
  )
2781
2781
 
2782
2782
  LiteralRegistry.register(
2783
- :class => Virtuozzo::SOAP::Types::Session::LoginResponse,
2783
+ :class => Virtuozzo::SOAP::Types::Sessionm::LoginResponse,
2784
2784
  :schema_name => XSD::QName.new(NsSessionm, "loginResponse"),
2785
2785
  :schema_element => [
2786
2786
  ["session_id", "SOAP::SOAPString"],
2787
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType"]
2787
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType"]
2788
2788
  ]
2789
2789
  )
2790
2790
 
2791
2791
  LiteralRegistry.register(
2792
- :class => Virtuozzo::SOAP::Types::Session::Login_asResponse,
2792
+ :class => Virtuozzo::SOAP::Types::Sessionm::Login_asResponse,
2793
2793
  :schema_name => XSD::QName.new(NsSessionm, "login_asResponse"),
2794
2794
  :schema_element => [
2795
2795
  ["session_id", "SOAP::SOAPString"],
2796
- ["token", "Virtuozzo::SOAP::Types::Session::TokenType"]
2796
+ ["token", "Virtuozzo::SOAP::Types::Sessionm::TokenType"]
2797
2797
  ]
2798
2798
  )
2799
2799
 
2800
2800
  LiteralRegistry.register(
2801
- :class => Virtuozzo::SOAP::Types::Session::LogoutResponse,
2801
+ :class => Virtuozzo::SOAP::Types::Sessionm::LogoutResponse,
2802
2802
  :schema_name => XSD::QName.new(NsSessionm, "logoutResponse"),
2803
2803
  :schema_element => []
2804
2804
  )
2805
2805
 
2806
2806
  LiteralRegistry.register(
2807
- :class => Virtuozzo::SOAP::Types::Session::VerifyResponse,
2807
+ :class => Virtuozzo::SOAP::Types::Sessionm::VerifyResponse,
2808
2808
  :schema_name => XSD::QName.new(NsSessionm, "verifyResponse"),
2809
2809
  :schema_element => []
2810
2810
  )
2811
2811
 
2812
2812
  LiteralRegistry.register(
2813
- :class => Virtuozzo::SOAP::Types::Session::PutResponse,
2813
+ :class => Virtuozzo::SOAP::Types::Sessionm::PutResponse,
2814
2814
  :schema_name => XSD::QName.new(NsSessionm, "putResponse"),
2815
2815
  :schema_element => []
2816
2816
  )
2817
2817
 
2818
2818
  LiteralRegistry.register(
2819
- :class => Virtuozzo::SOAP::Types::Session::GetResponse,
2819
+ :class => Virtuozzo::SOAP::Types::Sessionm::GetResponse,
2820
2820
  :schema_name => XSD::QName.new(NsSessionm, "getResponse"),
2821
2821
  :schema_element => [
2822
- ["data", "Virtuozzo::SOAP::Types::Session::DataType[]", [1, nil]]
2822
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::DataType[]", [1, nil]]
2823
2823
  ]
2824
2824
  )
2825
2825
 
2826
2826
  LiteralRegistry.register(
2827
- :class => Virtuozzo::SOAP::Types::Session::List_sessionsResponse,
2827
+ :class => Virtuozzo::SOAP::Types::Sessionm::List_sessionsResponse,
2828
2828
  :schema_name => XSD::QName.new(NsSessionm, "list_sessionsResponse"),
2829
2829
  :schema_element => [
2830
- ["session", "Virtuozzo::SOAP::Types::Session::SessionType[]", [1, nil]]
2830
+ ["session", "Virtuozzo::SOAP::Types::Sessionm::SessionType[]", [1, nil]]
2831
2831
  ]
2832
2832
  )
2833
2833
 
2834
2834
  LiteralRegistry.register(
2835
- :class => Virtuozzo::SOAP::Types::Session::Register_clientResponse,
2835
+ :class => Virtuozzo::SOAP::Types::Sessionm::Register_clientResponse,
2836
2836
  :schema_name => XSD::QName.new(NsSessionm, "register_clientResponse"),
2837
2837
  :schema_element => []
2838
2838
  )
2839
2839
 
2840
2840
  LiteralRegistry.register(
2841
- :class => Virtuozzo::SOAP::Types::Session::Count_registeredResponse,
2841
+ :class => Virtuozzo::SOAP::Types::Sessionm::Count_registeredResponse,
2842
2842
  :schema_name => XSD::QName.new(NsSessionm, "count_registeredResponse"),
2843
2843
  :schema_element => [
2844
- ["registered", "Virtuozzo::SOAP::Types::Session::Registered"]
2844
+ ["registered", "Virtuozzo::SOAP::Types::Sessionm::Registered"]
2845
2845
  ]
2846
2846
  )
2847
2847
 
2848
2848
  LiteralRegistry.register(
2849
- :class => Virtuozzo::SOAP::Types::Session::Update_sessionResponse,
2849
+ :class => Virtuozzo::SOAP::Types::Sessionm::Update_sessionResponse,
2850
2850
  :schema_name => XSD::QName.new(NsSessionm, "update_sessionResponse"),
2851
2851
  :schema_element => []
2852
2852
  )
2853
2853
 
2854
2854
  LiteralRegistry.register(
2855
- :class => Virtuozzo::SOAP::Types::Session::Get_sessionResponse,
2855
+ :class => Virtuozzo::SOAP::Types::Sessionm::Get_sessionResponse,
2856
2856
  :schema_name => XSD::QName.new(NsSessionm, "get_sessionResponse"),
2857
2857
  :schema_element => [
2858
- ["session", "Virtuozzo::SOAP::Types::Session::SessionType"]
2858
+ ["session", "Virtuozzo::SOAP::Types::Sessionm::SessionType"]
2859
2859
  ]
2860
2860
  )
2861
2861
 
2862
2862
  LiteralRegistry.register(
2863
- :class => Virtuozzo::SOAP::Types::Session::Event_dataType,
2863
+ :class => Virtuozzo::SOAP::Types::Sessionm::Event_dataType,
2864
2864
  :schema_name => XSD::QName.new(NsTypes, "event_data"),
2865
2865
  :schema_element => []
2866
2866
  )
2867
2867
 
2868
2868
  LiteralRegistry.register(
2869
- :class => Virtuozzo::SOAP::Types::Session::Voc_parameterType,
2869
+ :class => Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType,
2870
2870
  :schema_name => XSD::QName.new(NsTypes, "parameter"),
2871
2871
  :schema_element => [
2872
2872
  ["id", "SOAP::SOAPString"],
@@ -2885,7 +2885,7 @@ module Virtuozzo # :nodoc:
2885
2885
  )
2886
2886
 
2887
2887
  LiteralRegistry.register(
2888
- :class => Virtuozzo::SOAP::Types::Session::Voc_parameterType,
2888
+ :class => Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType,
2889
2889
  :schema_name => XSD::QName.new(NsTypes, "category"),
2890
2890
  :schema_element => [
2891
2891
  ["id", "SOAP::SOAPString"],
@@ -2904,17 +2904,17 @@ module Virtuozzo # :nodoc:
2904
2904
  )
2905
2905
 
2906
2906
  LiteralRegistry.register(
2907
- :class => Virtuozzo::SOAP::Types::Session::Packet,
2907
+ :class => Virtuozzo::SOAP::Types::Sessionm::Packet,
2908
2908
  :schema_name => XSD::QName.new(NsProtocol, "packet"),
2909
2909
  :schema_element => [
2910
- ["auth", "Virtuozzo::SOAP::Types::Session::AuthType", [0, 1]],
2910
+ ["auth", "Virtuozzo::SOAP::Types::Sessionm::AuthType", [0, 1]],
2911
2911
  ["cookie", "SOAP::SOAPString", [0, 1]],
2912
2912
  ["target", "SOAP::SOAPString[]", [0, nil]],
2913
2913
  ["origin", "SOAP::SOAPString", [0, 1]],
2914
- ["src", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
2915
- ["dst", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
2914
+ ["src", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
2915
+ ["dst", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
2916
2916
  ["session", "SOAP::SOAPString", [0, 1]],
2917
- ["data", "Virtuozzo::SOAP::Types::Session::Packet::C_Data"]
2917
+ ["data", "Virtuozzo::SOAP::Types::Sessionm::Packet::C_Data"]
2918
2918
  ],
2919
2919
  :schema_attribute => {
2920
2920
  XSD::QName.new(nil, "version") => "SOAP::SOAPString",
@@ -2931,25 +2931,25 @@ module Virtuozzo # :nodoc:
2931
2931
  )
2932
2932
 
2933
2933
  LiteralRegistry.register(
2934
- :class => Virtuozzo::SOAP::Types::Session::Packet::C_Data,
2934
+ :class => Virtuozzo::SOAP::Types::Sessionm::Packet::C_Data,
2935
2935
  :schema_name => XSD::QName.new(NsProtocol, "data"),
2936
2936
  :is_anonymous => true,
2937
2937
  :schema_qualified => true,
2938
2938
  :schema_element => [
2939
- ["operator", "Virtuozzo::SOAP::Types::Session::OperatorType[]"]
2939
+ ["operator", "Virtuozzo::SOAP::Types::Sessionm::OperatorType[]"]
2940
2940
  ]
2941
2941
  )
2942
2942
 
2943
2943
  LiteralRegistry.register(
2944
- :class => Virtuozzo::SOAP::Types::Session::Packet_headerType,
2944
+ :class => Virtuozzo::SOAP::Types::Sessionm::Packet_headerType,
2945
2945
  :schema_name => XSD::QName.new(NsProtocol, "packet_header"),
2946
2946
  :schema_element => [
2947
- ["auth", "Virtuozzo::SOAP::Types::Session::AuthType", [0, 1]],
2947
+ ["auth", "Virtuozzo::SOAP::Types::Sessionm::AuthType", [0, 1]],
2948
2948
  ["cookie", "SOAP::SOAPString", [0, 1]],
2949
2949
  ["target", "SOAP::SOAPString[]", [0, nil]],
2950
2950
  ["origin", "SOAP::SOAPString", [0, 1]],
2951
- ["src", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
2952
- ["dst", "Virtuozzo::SOAP::Types::Session::RouteType", [0, 1]],
2951
+ ["src", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
2952
+ ["dst", "Virtuozzo::SOAP::Types::Sessionm::RouteType", [0, 1]],
2953
2953
  ["session", "SOAP::SOAPString", [0, 1]]
2954
2954
  ],
2955
2955
  :schema_attribute => {
@@ -2967,31 +2967,31 @@ module Virtuozzo # :nodoc:
2967
2967
  )
2968
2968
 
2969
2969
  LiteralRegistry.register(
2970
- :class => Virtuozzo::SOAP::Types::Session::OperatorType,
2970
+ :class => Virtuozzo::SOAP::Types::Sessionm::OperatorType,
2971
2971
  :schema_name => XSD::QName.new(NsProtocol, "operator"),
2972
2972
  :schema_element => [ :choice,
2973
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"]
2973
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"]
2974
2974
  ]
2975
2975
  )
2976
2976
 
2977
2977
  LiteralRegistry.register(
2978
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType,
2978
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType,
2979
2979
  :schema_name => XSD::QName.new(NsProtocol, "operator_periodic"),
2980
2980
  :schema_element => [ :choice,
2981
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"],
2982
- ["ok", "Virtuozzo::SOAP::Types::Session::Operator_periodicType::Ok[]"],
2983
- ["error", "Virtuozzo::SOAP::Types::Session::Operator_periodicType::Error[]"],
2981
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"],
2982
+ ["ok", "Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Ok[]"],
2983
+ ["error", "Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Error[]"],
2984
2984
  [ :choice,
2985
- ["start_monitor", "Virtuozzo::SOAP::Types::Session::Start_monitorType"],
2986
- ["stop_monitor", "Virtuozzo::SOAP::Types::Session::Stop_monitorType"],
2987
- ["set_period", "Virtuozzo::SOAP::Types::Session::Set_periodType", [0, 1]],
2985
+ ["start_monitor", "Virtuozzo::SOAP::Types::Sessionm::Start_monitorType"],
2986
+ ["stop_monitor", "Virtuozzo::SOAP::Types::Sessionm::Stop_monitorType"],
2987
+ ["set_period", "Virtuozzo::SOAP::Types::Sessionm::Set_periodType", [0, 1]],
2988
2988
  ["report", nil, [0, 1]]
2989
2989
  ]
2990
2990
  ]
2991
2991
  )
2992
2992
 
2993
2993
  LiteralRegistry.register(
2994
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType::Ok,
2994
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Ok,
2995
2995
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
2996
2996
  :is_anonymous => true,
2997
2997
  :schema_qualified => true,
@@ -2999,7 +2999,7 @@ module Virtuozzo # :nodoc:
2999
2999
  )
3000
3000
 
3001
3001
  LiteralRegistry.register(
3002
- :class => Virtuozzo::SOAP::Types::Session::Operator_periodicType::Error,
3002
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Error,
3003
3003
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3004
3004
  :is_anonymous => true,
3005
3005
  :schema_qualified => true,
@@ -3010,17 +3010,17 @@ module Virtuozzo # :nodoc:
3010
3010
  )
3011
3011
 
3012
3012
  LiteralRegistry.register(
3013
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType,
3013
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType,
3014
3014
  :schema_name => XSD::QName.new(NsProtocol, "operator_functional"),
3015
3015
  :schema_element => [ :choice,
3016
- ["configuration", "Virtuozzo::SOAP::Types::Session::ConfigurationType"],
3017
- ["ok", "Virtuozzo::SOAP::Types::Session::Operator_functionalType::Ok[]"],
3018
- ["error", "Virtuozzo::SOAP::Types::Session::Operator_functionalType::Error[]"]
3016
+ ["configuration", "Virtuozzo::SOAP::Types::Sessionm::ConfigurationType"],
3017
+ ["ok", "Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Ok[]"],
3018
+ ["error", "Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Error[]"]
3019
3019
  ]
3020
3020
  )
3021
3021
 
3022
3022
  LiteralRegistry.register(
3023
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType::Ok,
3023
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Ok,
3024
3024
  :schema_name => XSD::QName.new(NsProtocol, "ok"),
3025
3025
  :is_anonymous => true,
3026
3026
  :schema_qualified => true,
@@ -3028,7 +3028,7 @@ module Virtuozzo # :nodoc:
3028
3028
  )
3029
3029
 
3030
3030
  LiteralRegistry.register(
3031
- :class => Virtuozzo::SOAP::Types::Session::Operator_functionalType::Error,
3031
+ :class => Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Error,
3032
3032
  :schema_name => XSD::QName.new(NsProtocol, "error"),
3033
3033
  :is_anonymous => true,
3034
3034
  :schema_qualified => true,