plainprograms-virtuozzo 0.6.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. data/CHANGELOG.rdoc +8 -0
  2. data/Rakefile +1 -2
  3. data/TODO.rdoc +0 -5
  4. data/lib/virtuozzo/soap.rb +43 -43
  5. data/lib/virtuozzo/soap/drivers/{device.rb → devm.rb} +6 -6
  6. data/lib/virtuozzo/soap/drivers/{environment.rb → envm.rb} +6 -6
  7. data/lib/virtuozzo/soap/drivers/{network.rb → networkm.rb} +6 -6
  8. data/lib/virtuozzo/soap/drivers/{template.rb → packagem.rb} +6 -6
  9. data/lib/virtuozzo/soap/drivers/{process_info.rb → proc_info.rb} +6 -6
  10. data/lib/virtuozzo/soap/drivers/{process.rb → processm.rb} +6 -6
  11. data/lib/virtuozzo/soap/drivers/{session.rb → sessionm.rb} +6 -6
  12. data/lib/virtuozzo/soap/mapping_registries/{device.rb → devm.rb} +645 -645
  13. data/lib/virtuozzo/soap/mapping_registries/{environment.rb → envm.rb} +872 -872
  14. data/lib/virtuozzo/soap/mapping_registries/{network.rb → networkm.rb} +533 -533
  15. data/lib/virtuozzo/soap/mapping_registries/{template.rb → packagem.rb} +648 -648
  16. data/lib/virtuozzo/soap/mapping_registries/{process_info.rb → proc_info.rb} +480 -480
  17. data/lib/virtuozzo/soap/mapping_registries/{process.rb → processm.rb} +527 -527
  18. data/lib/virtuozzo/soap/mapping_registries/{session.rb → sessionm.rb} +523 -523
  19. data/lib/virtuozzo/soap/types/{device.rb → devm.rb} +160 -160
  20. data/lib/virtuozzo/soap/types/{environment.rb → envm.rb} +200 -200
  21. data/lib/virtuozzo/soap/types/{network.rb → networkm.rb} +109 -109
  22. data/lib/virtuozzo/soap/types/{template.rb → packagem.rb} +152 -152
  23. data/lib/virtuozzo/soap/types/{process_info.rb → proc_info.rb} +100 -100
  24. data/lib/virtuozzo/soap/types/{process.rb → processm.rb} +108 -108
  25. data/lib/virtuozzo/soap/types/{session.rb → sessionm.rb} +106 -106
  26. data/tasks/rspec.rake +7 -0
  27. data/tasks/yard.rake +7 -4
  28. data/virtuozzo.gemspec +3 -3
  29. metadata +45 -43
@@ -1,17 +1,17 @@
1
1
  require 'xsd/qname'
2
2
 
3
- module Virtuozzo; module SOAP; module Types; module Session
3
+ module Virtuozzo; module SOAP; module Types; module Sessionm
4
4
 
5
5
 
6
6
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}sessionType
7
7
  # id - SOAP::SOAPString
8
8
  # creation - (any)
9
9
  # access - (any)
10
- # user - Virtuozzo::SOAP::Drivers::Session::Auth_nameType
10
+ # user - Virtuozzo::SOAP::Types::Sessionm::Auth_nameType
11
11
  # expiration - SOAP::SOAPInt
12
12
  # stamp - SOAP::SOAPString
13
- # data - Virtuozzo::SOAP::Drivers::Session::DataType
14
- # token - Virtuozzo::SOAP::Drivers::Session::TokenType
13
+ # data - Virtuozzo::SOAP::Types::Sessionm::DataType
14
+ # token - Virtuozzo::SOAP::Types::Sessionm::TokenType
15
15
  class SessionType
16
16
  attr_accessor :id
17
17
  attr_accessor :creation
@@ -103,9 +103,9 @@ end
103
103
  # description - SOAP::SOAPBase64
104
104
  # domain - SOAP::SOAPString
105
105
  # hostname - SOAP::SOAPString
106
- # address - Virtuozzo::SOAP::Drivers::Session::Ip_addressType
106
+ # address - Virtuozzo::SOAP::Types::Sessionm::Ip_addressType
107
107
  # architecture - SOAP::SOAPString
108
- # os - Virtuozzo::SOAP::Drivers::Session::OsType
108
+ # os - Virtuozzo::SOAP::Types::Sessionm::OsType
109
109
  # type - SOAP::SOAPString
110
110
  # nameserver - SOAP::SOAPString
111
111
  # search_domain - SOAP::SOAPString
@@ -149,16 +149,16 @@ end
149
149
  # description - SOAP::SOAPBase64
150
150
  # domain - SOAP::SOAPString
151
151
  # hostname - SOAP::SOAPString
152
- # address - Virtuozzo::SOAP::Drivers::Session::Ip_addressType
152
+ # address - Virtuozzo::SOAP::Types::Sessionm::Ip_addressType
153
153
  # architecture - SOAP::SOAPString
154
- # os - Virtuozzo::SOAP::Drivers::Session::OsType
154
+ # os - Virtuozzo::SOAP::Types::Sessionm::OsType
155
155
  # type - SOAP::SOAPString
156
156
  # nameserver - SOAP::SOAPString
157
157
  # search_domain - SOAP::SOAPString
158
158
  # base_sample_id - (any)
159
159
  # base_snapshot_id - (any)
160
160
  # child_type - SOAP::SOAPString
161
- # qos - Virtuozzo::SOAP::Drivers::Session::QosType
161
+ # qos - Virtuozzo::SOAP::Types::Sessionm::QosType
162
162
  class Venv_configType < Env_configType
163
163
  attr_accessor :name
164
164
  attr_accessor :description
@@ -202,10 +202,10 @@ end
202
202
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}envType
203
203
  # parent_eid - (any)
204
204
  # eid - (any)
205
- # status - Virtuozzo::SOAP::Drivers::Session::Env_statusType
205
+ # status - Virtuozzo::SOAP::Types::Sessionm::Env_statusType
206
206
  # alert - SOAP::SOAPInt
207
- # config - Virtuozzo::SOAP::Drivers::Session::Env_configType
208
- # virtual_config - Virtuozzo::SOAP::Drivers::Session::Venv_configType
207
+ # config - Virtuozzo::SOAP::Types::Sessionm::Env_configType
208
+ # virtual_config - Virtuozzo::SOAP::Types::Sessionm::Venv_configType
209
209
  class EnvType
210
210
  attr_accessor :parent_eid
211
211
  attr_accessor :eid
@@ -319,8 +319,8 @@ class CpuType
319
319
  end
320
320
 
321
321
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}transferType
322
- # input - Virtuozzo::SOAP::Drivers::Session::TransferType::Input
323
- # output - Virtuozzo::SOAP::Drivers::Session::TransferType::Output
322
+ # input - Virtuozzo::SOAP::Types::Sessionm::TransferType::Input
323
+ # output - Virtuozzo::SOAP::Types::Sessionm::TransferType::Output
324
324
  class TransferType
325
325
 
326
326
  # inner class for member: input
@@ -374,8 +374,8 @@ class Ip_addressType
374
374
  end
375
375
 
376
376
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}system_nodeType
377
- # address - Virtuozzo::SOAP::Drivers::Session::System_nodeType::Address
378
- # login - Virtuozzo::SOAP::Drivers::Session::System_nodeType::Login
377
+ # address - Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Address
378
+ # login - Virtuozzo::SOAP::Types::Sessionm::System_nodeType::Login
379
379
  class System_nodeType
380
380
 
381
381
  # inner class for member: address
@@ -493,7 +493,7 @@ end
493
493
 
494
494
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_classType
495
495
  # id - SOAP::SOAPString
496
- # transfer - Virtuozzo::SOAP::Drivers::Session::TransferType
496
+ # transfer - Virtuozzo::SOAP::Types::Sessionm::TransferType
497
497
  class Net_classType
498
498
  attr_accessor :id
499
499
  attr_accessor :transfer
@@ -524,11 +524,11 @@ class Ip_rangeType
524
524
  end
525
525
 
526
526
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}sample_confType
527
- # env_config - Virtuozzo::SOAP::Drivers::Session::Env_configType
527
+ # env_config - Virtuozzo::SOAP::Types::Sessionm::Env_configType
528
528
  # id - SOAP::SOAPString
529
529
  # name - SOAP::SOAPString
530
530
  # comment - SOAP::SOAPBase64
531
- # vt_version - Virtuozzo::SOAP::Drivers::Session::Sample_confType::Vt_version
531
+ # vt_version - Virtuozzo::SOAP::Types::Sessionm::Sample_confType::Vt_version
532
532
  class Sample_confType
533
533
 
534
534
  # inner class for member: vt_version
@@ -566,7 +566,7 @@ end
566
566
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}interfaceType
567
567
  # name - SOAP::SOAPString
568
568
  # bandwidth - SOAP::SOAPInt
569
- # transfer - Virtuozzo::SOAP::Drivers::Session::TransferType
569
+ # transfer - Virtuozzo::SOAP::Types::Sessionm::TransferType
570
570
  # ipaddress - (any)
571
571
  # flags - SOAP::SOAPInt
572
572
  class InterfaceType
@@ -586,14 +586,14 @@ class InterfaceType
586
586
  end
587
587
 
588
588
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}sys_infoType
589
- # load_avg - Virtuozzo::SOAP::Drivers::Session::Load_avgType
590
- # processes - Virtuozzo::SOAP::Drivers::Session::ProcessesType
591
- # cpu_load - Virtuozzo::SOAP::Drivers::Session::Cpu_loadType
592
- # cpu_states - Virtuozzo::SOAP::Drivers::Session::Cpu_loadType
589
+ # load_avg - Virtuozzo::SOAP::Types::Sessionm::Load_avgType
590
+ # processes - Virtuozzo::SOAP::Types::Sessionm::ProcessesType
591
+ # cpu_load - Virtuozzo::SOAP::Types::Sessionm::Cpu_loadType
592
+ # cpu_states - Virtuozzo::SOAP::Types::Sessionm::Cpu_loadType
593
593
  # users - SOAP::SOAPInt
594
594
  # uptime - SOAP::SOAPLong
595
- # memory - Virtuozzo::SOAP::Drivers::Session::Sys_infoType::Memory
596
- # swap - Virtuozzo::SOAP::Drivers::Session::Sys_infoType::Swap
595
+ # memory - Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Memory
596
+ # swap - Virtuozzo::SOAP::Types::Sessionm::Sys_infoType::Swap
597
597
  class Sys_infoType
598
598
 
599
599
  # inner class for member: memory
@@ -646,7 +646,7 @@ class Sys_infoType
646
646
  end
647
647
 
648
648
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}ps_infoType
649
- # process - Virtuozzo::SOAP::Drivers::Session::Ps_infoType::C_Process
649
+ # process - Virtuozzo::SOAP::Types::Sessionm::Ps_infoType::C_Process
650
650
  # param_id - SOAP::SOAPString
651
651
  # run - SOAP::SOAPInt
652
652
  # idle - SOAP::SOAPInt
@@ -695,9 +695,9 @@ class Ps_infoType
695
695
  end
696
696
 
697
697
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}load_avg_statsType
698
- # l1 - Virtuozzo::SOAP::Drivers::Session::Load_avg_statsType::L1
699
- # l2 - Virtuozzo::SOAP::Drivers::Session::Load_avg_statsType::L2
700
- # l3 - Virtuozzo::SOAP::Drivers::Session::Load_avg_statsType::L3
698
+ # l1 - Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L1
699
+ # l2 - Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L2
700
+ # l3 - Virtuozzo::SOAP::Types::Sessionm::Load_avg_statsType::L3
701
701
  class Load_avg_statsType
702
702
 
703
703
  # inner class for member: l1
@@ -773,7 +773,7 @@ end
773
773
 
774
774
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}env_resourceType
775
775
  # eid - (any)
776
- # ip_pool - Virtuozzo::SOAP::Drivers::Session::Ip_poolType
776
+ # ip_pool - Virtuozzo::SOAP::Types::Sessionm::Ip_poolType
777
777
  class Env_resourceType
778
778
  attr_accessor :eid
779
779
  attr_accessor :ip_pool
@@ -785,7 +785,7 @@ class Env_resourceType
785
785
  end
786
786
 
787
787
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}ip_poolType
788
- # ip_range - Virtuozzo::SOAP::Drivers::Session::Ip_poolType::Ip_range
788
+ # ip_range - Virtuozzo::SOAP::Types::Sessionm::Ip_poolType::Ip_range
789
789
  # ip - (any)
790
790
  class Ip_poolType
791
791
 
@@ -832,7 +832,7 @@ end
832
832
  # id - SOAP::SOAPString
833
833
  # policy - SOAP::SOAPInt
834
834
  # description - SOAP::SOAPBase64
835
- # cred - Virtuozzo::SOAP::Drivers::Session::CredentialType
835
+ # cred - Virtuozzo::SOAP::Types::Sessionm::CredentialType
836
836
  class CredentialType
837
837
  attr_accessor :id
838
838
  attr_accessor :policy
@@ -851,8 +851,8 @@ end
851
851
  # id - SOAP::SOAPString
852
852
  # policy - SOAP::SOAPInt
853
853
  # description - SOAP::SOAPBase64
854
- # cred - Virtuozzo::SOAP::Drivers::Session::CredentialType
855
- # objects - Virtuozzo::SOAP::Drivers::Session::Root_credentialType::Objects
854
+ # cred - Virtuozzo::SOAP::Types::Sessionm::CredentialType
855
+ # objects - Virtuozzo::SOAP::Types::Sessionm::Root_credentialType::Objects
856
856
  class Root_credentialType < CredentialType
857
857
 
858
858
  # inner class for member: objects
@@ -877,10 +877,10 @@ end
877
877
 
878
878
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}tokenType
879
879
  # user - (any)
880
- # groups - Virtuozzo::SOAP::Drivers::Session::TokenType::Groups
881
- # deny_only_sids - Virtuozzo::SOAP::Drivers::Session::TokenType::Deny_only_sids
882
- # privileges - Virtuozzo::SOAP::Drivers::Session::TokenType::Privileges
883
- # source - Virtuozzo::SOAP::Drivers::Session::TokenType::Source
880
+ # groups - Virtuozzo::SOAP::Types::Sessionm::TokenType::Groups
881
+ # deny_only_sids - Virtuozzo::SOAP::Types::Sessionm::TokenType::Deny_only_sids
882
+ # privileges - Virtuozzo::SOAP::Types::Sessionm::TokenType::Privileges
883
+ # source - Virtuozzo::SOAP::Types::Sessionm::TokenType::Source
884
884
  class TokenType
885
885
 
886
886
  # inner class for member: groups
@@ -947,7 +947,7 @@ end
947
947
  # protocol - SOAP::SOAPString
948
948
  # address - SOAP::SOAPString
949
949
  # port - SOAP::SOAPUnsignedInt
950
- # login - Virtuozzo::SOAP::Drivers::Session::Auth_nameType
950
+ # login - Virtuozzo::SOAP::Types::Sessionm::Auth_nameType
951
951
  # password - SOAP::SOAPBase64
952
952
  class Connection_infoType < Connectivity_infoType
953
953
  attr_accessor :protocol
@@ -1009,8 +1009,8 @@ class Vt_settingsType
1009
1009
  end
1010
1010
 
1011
1011
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}groupType
1012
- # user - Virtuozzo::SOAP::Drivers::Session::GroupType::User
1013
- # member_group - Virtuozzo::SOAP::Drivers::Session::GroupType::Member_group
1012
+ # user - Virtuozzo::SOAP::Types::Sessionm::GroupType::User
1013
+ # member_group - Virtuozzo::SOAP::Types::Sessionm::GroupType::Member_group
1014
1014
  # name - SOAP::SOAPString
1015
1015
  # gid - SOAP::SOAPInt
1016
1016
  class GroupType
@@ -1028,8 +1028,8 @@ class GroupType
1028
1028
  end
1029
1029
 
1030
1030
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}userType
1031
- # initial_group - Virtuozzo::SOAP::Drivers::Session::UserType::Initial_group
1032
- # group - Virtuozzo::SOAP::Drivers::Session::UserType::Group
1031
+ # initial_group - Virtuozzo::SOAP::Types::Sessionm::UserType::Initial_group
1032
+ # group - Virtuozzo::SOAP::Types::Sessionm::UserType::Group
1033
1033
  # uid - SOAP::SOAPInt
1034
1034
  # shell - SOAP::SOAPString
1035
1035
  # password - SOAP::SOAPBase64
@@ -1115,7 +1115,7 @@ end
1115
1115
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}packageType
1116
1116
  # name - SOAP::SOAPString
1117
1117
  # summary - SOAP::SOAPString
1118
- # os - Virtuozzo::SOAP::Drivers::Session::OsType
1118
+ # os - Virtuozzo::SOAP::Types::Sessionm::OsType
1119
1119
  # description - SOAP::SOAPString
1120
1120
  # arch - SOAP::SOAPString
1121
1121
  # version - SOAP::SOAPString
@@ -1209,13 +1209,13 @@ end
1209
1209
  # sid - (any)
1210
1210
  # count - SOAP::SOAPInt
1211
1211
  # id - (any)
1212
- # info - Virtuozzo::SOAP::Drivers::Session::InfoType
1213
- # data - Virtuozzo::SOAP::Drivers::Session::EventType::C_Data
1212
+ # info - Virtuozzo::SOAP::Types::Sessionm::InfoType
1213
+ # data - Virtuozzo::SOAP::Types::Sessionm::EventType::C_Data
1214
1214
  class EventType
1215
1215
 
1216
1216
  # inner class for member: data
1217
1217
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}data
1218
- # event_data - Virtuozzo::SOAP::Drivers::Session::Event_dataType
1218
+ # event_data - Virtuozzo::SOAP::Types::Sessionm::Event_dataType
1219
1219
  class C_Data
1220
1220
  attr_accessor :event_data
1221
1221
 
@@ -1250,7 +1250,7 @@ end
1250
1250
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}infoType
1251
1251
  # message - SOAP::SOAPBase64
1252
1252
  # translate - (any)
1253
- # parameter - Virtuozzo::SOAP::Drivers::Session::InfoType
1253
+ # parameter - Virtuozzo::SOAP::Types::Sessionm::InfoType
1254
1254
  # name - SOAP::SOAPString
1255
1255
  class InfoType
1256
1256
  attr_accessor :message
@@ -1285,7 +1285,7 @@ end
1285
1285
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}security_descriptorType
1286
1286
  # owner - (any)
1287
1287
  # group - (any)
1288
- # dacl - Virtuozzo::SOAP::Drivers::Session::Security_descriptorType::Dacl
1288
+ # dacl - Virtuozzo::SOAP::Types::Sessionm::Security_descriptorType::Dacl
1289
1289
  class Security_descriptorType
1290
1290
 
1291
1291
  # inner class for member: dacl
@@ -1323,10 +1323,10 @@ end
1323
1323
 
1324
1324
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_deviceType
1325
1325
  # id - SOAP::SOAPString
1326
- # ip_address - Virtuozzo::SOAP::Drivers::Session::Ip_addressType
1326
+ # ip_address - Virtuozzo::SOAP::Types::Sessionm::Ip_addressType
1327
1327
  # dhcp - (any)
1328
1328
  # network_id - SOAP::SOAPBase64
1329
- # status - Virtuozzo::SOAP::Drivers::Session::Net_deviceType::Status
1329
+ # status - Virtuozzo::SOAP::Types::Sessionm::Net_deviceType::Status
1330
1330
  class Net_deviceType
1331
1331
 
1332
1332
  # inner class for member: status
@@ -1360,10 +1360,10 @@ end
1360
1360
 
1361
1361
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_nicType
1362
1362
  # id - SOAP::SOAPString
1363
- # ip_address - Virtuozzo::SOAP::Drivers::Session::Ip_addressType
1363
+ # ip_address - Virtuozzo::SOAP::Types::Sessionm::Ip_addressType
1364
1364
  # dhcp - (any)
1365
1365
  # network_id - SOAP::SOAPBase64
1366
- # status - Virtuozzo::SOAP::Drivers::Session::Net_nicType::Status
1366
+ # status - Virtuozzo::SOAP::Types::Sessionm::Net_nicType::Status
1367
1367
  # mac_address - SOAP::SOAPString
1368
1368
  class Net_nicType < Net_deviceType
1369
1369
 
@@ -1443,8 +1443,8 @@ end
1443
1443
 
1444
1444
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}vocabularyType
1445
1445
  # name - SOAP::SOAPString
1446
- # parameter - Virtuozzo::SOAP::Drivers::Session::Voc_parameterType
1447
- # category - Virtuozzo::SOAP::Drivers::Session::Voc_parameterType
1446
+ # parameter - Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType
1447
+ # category - Virtuozzo::SOAP::Types::Sessionm::Voc_parameterType
1448
1448
  class VocabularyType
1449
1449
  attr_accessor :name
1450
1450
  attr_accessor :parameter
@@ -1478,26 +1478,26 @@ end
1478
1478
 
1479
1479
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}perf_dataType
1480
1480
  # eid - (any)
1481
- # m_class - Virtuozzo::SOAP::Drivers::Session::Perf_dataType::C_Class
1482
- # interval - Virtuozzo::SOAP::Drivers::Session::IntervalType
1481
+ # m_class - Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class
1482
+ # interval - Virtuozzo::SOAP::Types::Sessionm::IntervalType
1483
1483
  class Perf_dataType
1484
1484
 
1485
1485
  # inner class for member: class
1486
1486
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}class
1487
1487
  # name - SOAP::SOAPString
1488
- # instance - Virtuozzo::SOAP::Drivers::Session::Perf_dataType::C_Class::Instance
1488
+ # instance - Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance
1489
1489
  class C_Class
1490
1490
 
1491
1491
  # inner class for member: instance
1492
1492
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}instance
1493
1493
  # name - SOAP::SOAPString
1494
- # counter - Virtuozzo::SOAP::Drivers::Session::Perf_dataType::C_Class::Instance::Counter
1494
+ # counter - Virtuozzo::SOAP::Types::Sessionm::Perf_dataType::C_Class::Instance::Counter
1495
1495
  class Instance
1496
1496
 
1497
1497
  # inner class for member: counter
1498
1498
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}counter
1499
1499
  # name - SOAP::SOAPString
1500
- # value - Virtuozzo::SOAP::Drivers::Session::Perf_statType
1500
+ # value - Virtuozzo::SOAP::Types::Sessionm::Perf_statType
1501
1501
  class Counter
1502
1502
  attr_accessor :name
1503
1503
  attr_accessor :value
@@ -1557,12 +1557,12 @@ class Log_optionsType < Log_options_baseType
1557
1557
  end
1558
1558
 
1559
1559
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet_headerType
1560
- # auth - Virtuozzo::SOAP::Drivers::Session::AuthType
1560
+ # auth - Virtuozzo::SOAP::Types::Sessionm::AuthType
1561
1561
  # cookie - SOAP::SOAPString
1562
1562
  # target - SOAP::SOAPString
1563
1563
  # origin - SOAP::SOAPString
1564
- # src - Virtuozzo::SOAP::Drivers::Session::RouteType
1565
- # dst - Virtuozzo::SOAP::Drivers::Session::RouteType
1564
+ # src - Virtuozzo::SOAP::Types::Sessionm::RouteType
1565
+ # dst - Virtuozzo::SOAP::Types::Sessionm::RouteType
1566
1566
  # session - SOAP::SOAPString
1567
1567
  # xmlattr_version - SOAP::SOAPString
1568
1568
  # xmlattr_id - SOAP::SOAPString
@@ -1691,7 +1691,7 @@ class Packet_headerType
1691
1691
  end
1692
1692
 
1693
1693
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operatorType
1694
- # configuration - Virtuozzo::SOAP::Drivers::Session::ConfigurationType
1694
+ # configuration - Virtuozzo::SOAP::Types::Sessionm::ConfigurationType
1695
1695
  class OperatorType
1696
1696
  attr_accessor :configuration
1697
1697
 
@@ -1701,9 +1701,9 @@ class OperatorType
1701
1701
  end
1702
1702
 
1703
1703
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_functionalType
1704
- # configuration - Virtuozzo::SOAP::Drivers::Session::ConfigurationType
1705
- # ok - Virtuozzo::SOAP::Drivers::Session::Operator_functionalType::Ok
1706
- # error - Virtuozzo::SOAP::Drivers::Session::Operator_functionalType::Error
1704
+ # configuration - Virtuozzo::SOAP::Types::Sessionm::ConfigurationType
1705
+ # ok - Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Ok
1706
+ # error - Virtuozzo::SOAP::Types::Sessionm::Operator_functionalType::Error
1707
1707
  class Operator_functionalType < OperatorType
1708
1708
 
1709
1709
  # inner class for member: ok
@@ -1739,27 +1739,27 @@ class Operator_functionalType < OperatorType
1739
1739
  end
1740
1740
 
1741
1741
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}sessionmType
1742
- # configuration - Virtuozzo::SOAP::Drivers::Session::ConfigurationType
1743
- # ok - Virtuozzo::SOAP::Drivers::Session::SessionmType::Ok
1744
- # error - Virtuozzo::SOAP::Drivers::Session::SessionmType::Error
1745
- # login - Virtuozzo::SOAP::Drivers::Session::Login
1746
- # login_as - Virtuozzo::SOAP::Drivers::Session::Login_as
1747
- # duplicate_session - Virtuozzo::SOAP::Drivers::Session::Duplicate_session
1748
- # logout - Virtuozzo::SOAP::Drivers::Session::Logout
1749
- # verify - Virtuozzo::SOAP::Drivers::Session::Verify
1750
- # put - Virtuozzo::SOAP::Drivers::Session::Put
1751
- # get - Virtuozzo::SOAP::Drivers::Session::Get
1752
- # list_sessions - Virtuozzo::SOAP::Drivers::Session::List_sessions
1753
- # register_client - Virtuozzo::SOAP::Drivers::Session::Register_client
1754
- # count_registered - Virtuozzo::SOAP::Drivers::Session::Count_registered
1755
- # get_session - Virtuozzo::SOAP::Drivers::Session::Get_session
1756
- # update_session - Virtuozzo::SOAP::Drivers::Session::Update_session
1742
+ # configuration - Virtuozzo::SOAP::Types::Sessionm::ConfigurationType
1743
+ # ok - Virtuozzo::SOAP::Types::Sessionm::SessionmType::Ok
1744
+ # error - Virtuozzo::SOAP::Types::Sessionm::SessionmType::Error
1745
+ # login - Virtuozzo::SOAP::Types::Sessionm::Login
1746
+ # login_as - Virtuozzo::SOAP::Types::Sessionm::Login_as
1747
+ # duplicate_session - Virtuozzo::SOAP::Types::Sessionm::Duplicate_session
1748
+ # logout - Virtuozzo::SOAP::Types::Sessionm::Logout
1749
+ # verify - Virtuozzo::SOAP::Types::Sessionm::Verify
1750
+ # put - Virtuozzo::SOAP::Types::Sessionm::Put
1751
+ # get - Virtuozzo::SOAP::Types::Sessionm::Get
1752
+ # list_sessions - Virtuozzo::SOAP::Types::Sessionm::List_sessions
1753
+ # register_client - Virtuozzo::SOAP::Types::Sessionm::Register_client
1754
+ # count_registered - Virtuozzo::SOAP::Types::Sessionm::Count_registered
1755
+ # get_session - Virtuozzo::SOAP::Types::Sessionm::Get_session
1756
+ # update_session - Virtuozzo::SOAP::Types::Sessionm::Update_session
1757
1757
  # session_id - SOAP::SOAPString
1758
- # data - Virtuozzo::SOAP::Drivers::Session::DataType
1759
- # session - Virtuozzo::SOAP::Drivers::Session::SessionType
1760
- # pass - Virtuozzo::SOAP::Drivers::Session::Auth_nameType
1761
- # token - Virtuozzo::SOAP::Drivers::Session::TokenType
1762
- # registered - Virtuozzo::SOAP::Drivers::Session::Registered
1758
+ # data - Virtuozzo::SOAP::Types::Sessionm::DataType
1759
+ # session - Virtuozzo::SOAP::Types::Sessionm::SessionType
1760
+ # pass - Virtuozzo::SOAP::Types::Sessionm::Auth_nameType
1761
+ # token - Virtuozzo::SOAP::Types::Sessionm::TokenType
1762
+ # registered - Virtuozzo::SOAP::Types::Sessionm::Registered
1763
1763
  class SessionmType < Operator_functionalType
1764
1764
 
1765
1765
  # inner class for member: ok
@@ -1831,12 +1831,12 @@ class SessionmType < Operator_functionalType
1831
1831
  end
1832
1832
 
1833
1833
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_periodicType
1834
- # configuration - Virtuozzo::SOAP::Drivers::Session::ConfigurationType
1835
- # ok - Virtuozzo::SOAP::Drivers::Session::Operator_periodicType::Ok
1836
- # error - Virtuozzo::SOAP::Drivers::Session::Operator_periodicType::Error
1837
- # start_monitor - Virtuozzo::SOAP::Drivers::Session::Start_monitorType
1838
- # stop_monitor - Virtuozzo::SOAP::Drivers::Session::Stop_monitorType
1839
- # set_period - Virtuozzo::SOAP::Drivers::Session::Set_periodType
1834
+ # configuration - Virtuozzo::SOAP::Types::Sessionm::ConfigurationType
1835
+ # ok - Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Ok
1836
+ # error - Virtuozzo::SOAP::Types::Sessionm::Operator_periodicType::Error
1837
+ # start_monitor - Virtuozzo::SOAP::Types::Sessionm::Start_monitorType
1838
+ # stop_monitor - Virtuozzo::SOAP::Types::Sessionm::Stop_monitorType
1839
+ # set_period - Virtuozzo::SOAP::Types::Sessionm::Set_periodType
1840
1840
  # report - (any)
1841
1841
  class Operator_periodicType < Operator_functionalType
1842
1842
 
@@ -2091,7 +2091,7 @@ end
2091
2091
 
2092
2092
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}put
2093
2093
  # session_id - SOAP::SOAPString
2094
- # data - Virtuozzo::SOAP::Drivers::Session::Put::C_Data
2094
+ # data - Virtuozzo::SOAP::Types::Sessionm::Put::C_Data
2095
2095
  class Put
2096
2096
 
2097
2097
  # inner class for member: data
@@ -2175,7 +2175,7 @@ end
2175
2175
 
2176
2176
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}get_session
2177
2177
  # session_id - SOAP::SOAPString
2178
- # pass - Virtuozzo::SOAP::Drivers::Session::Auth_nameType
2178
+ # pass - Virtuozzo::SOAP::Types::Sessionm::Auth_nameType
2179
2179
  # stamp - (any)
2180
2180
  class Get_session
2181
2181
  attr_accessor :session_id
@@ -2204,8 +2204,8 @@ end
2204
2204
 
2205
2205
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}duplicate_sessionResponse
2206
2206
  # session_id - SOAP::SOAPString
2207
- # token - Virtuozzo::SOAP::Drivers::Session::TokenType
2208
- # pass - Virtuozzo::SOAP::Drivers::Session::Auth_nameType
2207
+ # token - Virtuozzo::SOAP::Types::Sessionm::TokenType
2208
+ # pass - Virtuozzo::SOAP::Types::Sessionm::Auth_nameType
2209
2209
  class Duplicate_sessionResponse
2210
2210
  attr_accessor :session_id
2211
2211
  attr_accessor :token
@@ -2220,7 +2220,7 @@ end
2220
2220
 
2221
2221
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}loginResponse
2222
2222
  # session_id - SOAP::SOAPString
2223
- # token - Virtuozzo::SOAP::Drivers::Session::TokenType
2223
+ # token - Virtuozzo::SOAP::Types::Sessionm::TokenType
2224
2224
  class LoginResponse
2225
2225
  attr_accessor :session_id
2226
2226
  attr_accessor :token
@@ -2233,7 +2233,7 @@ end
2233
2233
 
2234
2234
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}login_asResponse
2235
2235
  # session_id - SOAP::SOAPString
2236
- # token - Virtuozzo::SOAP::Drivers::Session::TokenType
2236
+ # token - Virtuozzo::SOAP::Types::Sessionm::TokenType
2237
2237
  class Login_asResponse
2238
2238
  attr_accessor :session_id
2239
2239
  attr_accessor :token
@@ -2277,7 +2277,7 @@ class Register_clientResponse
2277
2277
  end
2278
2278
 
2279
2279
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}count_registeredResponse
2280
- # registered - Virtuozzo::SOAP::Drivers::Session::Registered
2280
+ # registered - Virtuozzo::SOAP::Types::Sessionm::Registered
2281
2281
  class Count_registeredResponse
2282
2282
  attr_accessor :registered
2283
2283
 
@@ -2293,7 +2293,7 @@ class Update_sessionResponse
2293
2293
  end
2294
2294
 
2295
2295
  # {http://www.swsoft.com/webservices/vzl/4.0.0/sessionm}get_sessionResponse
2296
- # session - Virtuozzo::SOAP::Drivers::Session::SessionType
2296
+ # session - Virtuozzo::SOAP::Types::Sessionm::SessionType
2297
2297
  class Get_sessionResponse
2298
2298
  attr_accessor :session
2299
2299
 
@@ -2310,14 +2310,14 @@ class Ok < ::String
2310
2310
  end
2311
2311
 
2312
2312
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet
2313
- # auth - Virtuozzo::SOAP::Drivers::Session::AuthType
2313
+ # auth - Virtuozzo::SOAP::Types::Sessionm::AuthType
2314
2314
  # cookie - SOAP::SOAPString
2315
2315
  # target - SOAP::SOAPString
2316
2316
  # origin - SOAP::SOAPString
2317
- # src - Virtuozzo::SOAP::Drivers::Session::RouteType
2318
- # dst - Virtuozzo::SOAP::Drivers::Session::RouteType
2317
+ # src - Virtuozzo::SOAP::Types::Sessionm::RouteType
2318
+ # dst - Virtuozzo::SOAP::Types::Sessionm::RouteType
2319
2319
  # session - SOAP::SOAPString
2320
- # data - Virtuozzo::SOAP::Drivers::Session::Packet::C_Data
2320
+ # data - Virtuozzo::SOAP::Types::Sessionm::Packet::C_Data
2321
2321
  # xmlattr_version - SOAP::SOAPString
2322
2322
  # xmlattr_id - SOAP::SOAPString
2323
2323
  # xmlattr_priority - SOAP::SOAPString