plainprograms-virtuozzo 0.5.3 → 0.6.0

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