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,6 +1,6 @@
1
1
  require 'xsd/qname'
2
2
 
3
- module Virtuozzo; module SOAP; module Types; module ProcessInfo
3
+ module Virtuozzo; module SOAP; module Types; module ProcInfo
4
4
 
5
5
 
6
6
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}osType
@@ -59,9 +59,9 @@ end
59
59
  # description - SOAP::SOAPBase64
60
60
  # domain - SOAP::SOAPString
61
61
  # hostname - SOAP::SOAPString
62
- # address - Virtuozzo::SOAP::Drivers::ProcessInfo::Ip_addressType
62
+ # address - Virtuozzo::SOAP::Types::ProcInfo::Ip_addressType
63
63
  # architecture - SOAP::SOAPString
64
- # os - Virtuozzo::SOAP::Drivers::ProcessInfo::OsType
64
+ # os - Virtuozzo::SOAP::Types::ProcInfo::OsType
65
65
  # type - SOAP::SOAPString
66
66
  # nameserver - SOAP::SOAPString
67
67
  # search_domain - SOAP::SOAPString
@@ -105,16 +105,16 @@ end
105
105
  # description - SOAP::SOAPBase64
106
106
  # domain - SOAP::SOAPString
107
107
  # hostname - SOAP::SOAPString
108
- # address - Virtuozzo::SOAP::Drivers::ProcessInfo::Ip_addressType
108
+ # address - Virtuozzo::SOAP::Types::ProcInfo::Ip_addressType
109
109
  # architecture - SOAP::SOAPString
110
- # os - Virtuozzo::SOAP::Drivers::ProcessInfo::OsType
110
+ # os - Virtuozzo::SOAP::Types::ProcInfo::OsType
111
111
  # type - SOAP::SOAPString
112
112
  # nameserver - SOAP::SOAPString
113
113
  # search_domain - SOAP::SOAPString
114
114
  # base_sample_id - (any)
115
115
  # base_snapshot_id - (any)
116
116
  # child_type - SOAP::SOAPString
117
- # qos - Virtuozzo::SOAP::Drivers::ProcessInfo::QosType
117
+ # qos - Virtuozzo::SOAP::Types::ProcInfo::QosType
118
118
  class Venv_configType < Env_configType
119
119
  attr_accessor :name
120
120
  attr_accessor :description
@@ -158,10 +158,10 @@ end
158
158
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}envType
159
159
  # parent_eid - (any)
160
160
  # eid - (any)
161
- # status - Virtuozzo::SOAP::Drivers::ProcessInfo::Env_statusType
161
+ # status - Virtuozzo::SOAP::Types::ProcInfo::Env_statusType
162
162
  # alert - SOAP::SOAPInt
163
- # config - Virtuozzo::SOAP::Drivers::ProcessInfo::Env_configType
164
- # virtual_config - Virtuozzo::SOAP::Drivers::ProcessInfo::Venv_configType
163
+ # config - Virtuozzo::SOAP::Types::ProcInfo::Env_configType
164
+ # virtual_config - Virtuozzo::SOAP::Types::ProcInfo::Venv_configType
165
165
  class EnvType
166
166
  attr_accessor :parent_eid
167
167
  attr_accessor :eid
@@ -275,8 +275,8 @@ class CpuType
275
275
  end
276
276
 
277
277
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}transferType
278
- # input - Virtuozzo::SOAP::Drivers::ProcessInfo::TransferType::Input
279
- # output - Virtuozzo::SOAP::Drivers::ProcessInfo::TransferType::Output
278
+ # input - Virtuozzo::SOAP::Types::ProcInfo::TransferType::Input
279
+ # output - Virtuozzo::SOAP::Types::ProcInfo::TransferType::Output
280
280
  class TransferType
281
281
 
282
282
  # inner class for member: input
@@ -330,8 +330,8 @@ class Ip_addressType
330
330
  end
331
331
 
332
332
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}system_nodeType
333
- # address - Virtuozzo::SOAP::Drivers::ProcessInfo::System_nodeType::Address
334
- # login - Virtuozzo::SOAP::Drivers::ProcessInfo::System_nodeType::Login
333
+ # address - Virtuozzo::SOAP::Types::ProcInfo::System_nodeType::Address
334
+ # login - Virtuozzo::SOAP::Types::ProcInfo::System_nodeType::Login
335
335
  class System_nodeType
336
336
 
337
337
  # inner class for member: address
@@ -449,7 +449,7 @@ end
449
449
 
450
450
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_classType
451
451
  # id - SOAP::SOAPString
452
- # transfer - Virtuozzo::SOAP::Drivers::ProcessInfo::TransferType
452
+ # transfer - Virtuozzo::SOAP::Types::ProcInfo::TransferType
453
453
  class Net_classType
454
454
  attr_accessor :id
455
455
  attr_accessor :transfer
@@ -480,11 +480,11 @@ class Ip_rangeType
480
480
  end
481
481
 
482
482
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}sample_confType
483
- # env_config - Virtuozzo::SOAP::Drivers::ProcessInfo::Env_configType
483
+ # env_config - Virtuozzo::SOAP::Types::ProcInfo::Env_configType
484
484
  # id - SOAP::SOAPString
485
485
  # name - SOAP::SOAPString
486
486
  # comment - SOAP::SOAPBase64
487
- # vt_version - Virtuozzo::SOAP::Drivers::ProcessInfo::Sample_confType::Vt_version
487
+ # vt_version - Virtuozzo::SOAP::Types::ProcInfo::Sample_confType::Vt_version
488
488
  class Sample_confType
489
489
 
490
490
  # inner class for member: vt_version
@@ -522,7 +522,7 @@ end
522
522
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}interfaceType
523
523
  # name - SOAP::SOAPString
524
524
  # bandwidth - SOAP::SOAPInt
525
- # transfer - Virtuozzo::SOAP::Drivers::ProcessInfo::TransferType
525
+ # transfer - Virtuozzo::SOAP::Types::ProcInfo::TransferType
526
526
  # ipaddress - (any)
527
527
  # flags - SOAP::SOAPInt
528
528
  class InterfaceType
@@ -542,14 +542,14 @@ class InterfaceType
542
542
  end
543
543
 
544
544
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}sys_infoType
545
- # load_avg - Virtuozzo::SOAP::Drivers::ProcessInfo::Load_avgType
546
- # processes - Virtuozzo::SOAP::Drivers::ProcessInfo::ProcessesType
547
- # cpu_load - Virtuozzo::SOAP::Drivers::ProcessInfo::Cpu_loadType
548
- # cpu_states - Virtuozzo::SOAP::Drivers::ProcessInfo::Cpu_loadType
545
+ # load_avg - Virtuozzo::SOAP::Types::ProcInfo::Load_avgType
546
+ # processes - Virtuozzo::SOAP::Types::ProcInfo::ProcessesType
547
+ # cpu_load - Virtuozzo::SOAP::Types::ProcInfo::Cpu_loadType
548
+ # cpu_states - Virtuozzo::SOAP::Types::ProcInfo::Cpu_loadType
549
549
  # users - SOAP::SOAPInt
550
550
  # uptime - SOAP::SOAPLong
551
- # memory - Virtuozzo::SOAP::Drivers::ProcessInfo::Sys_infoType::Memory
552
- # swap - Virtuozzo::SOAP::Drivers::ProcessInfo::Sys_infoType::Swap
551
+ # memory - Virtuozzo::SOAP::Types::ProcInfo::Sys_infoType::Memory
552
+ # swap - Virtuozzo::SOAP::Types::ProcInfo::Sys_infoType::Swap
553
553
  class Sys_infoType
554
554
 
555
555
  # inner class for member: memory
@@ -602,7 +602,7 @@ class Sys_infoType
602
602
  end
603
603
 
604
604
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}ps_infoType
605
- # process - Virtuozzo::SOAP::Drivers::ProcessInfo::Ps_infoType::C_Process
605
+ # process - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType::C_Process
606
606
  # param_id - SOAP::SOAPString
607
607
  # run - SOAP::SOAPInt
608
608
  # idle - SOAP::SOAPInt
@@ -651,9 +651,9 @@ class Ps_infoType
651
651
  end
652
652
 
653
653
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}load_avg_statsType
654
- # l1 - Virtuozzo::SOAP::Drivers::ProcessInfo::Load_avg_statsType::L1
655
- # l2 - Virtuozzo::SOAP::Drivers::ProcessInfo::Load_avg_statsType::L2
656
- # l3 - Virtuozzo::SOAP::Drivers::ProcessInfo::Load_avg_statsType::L3
654
+ # l1 - Virtuozzo::SOAP::Types::ProcInfo::Load_avg_statsType::L1
655
+ # l2 - Virtuozzo::SOAP::Types::ProcInfo::Load_avg_statsType::L2
656
+ # l3 - Virtuozzo::SOAP::Types::ProcInfo::Load_avg_statsType::L3
657
657
  class Load_avg_statsType
658
658
 
659
659
  # inner class for member: l1
@@ -729,7 +729,7 @@ end
729
729
 
730
730
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}env_resourceType
731
731
  # eid - (any)
732
- # ip_pool - Virtuozzo::SOAP::Drivers::ProcessInfo::Ip_poolType
732
+ # ip_pool - Virtuozzo::SOAP::Types::ProcInfo::Ip_poolType
733
733
  class Env_resourceType
734
734
  attr_accessor :eid
735
735
  attr_accessor :ip_pool
@@ -741,7 +741,7 @@ class Env_resourceType
741
741
  end
742
742
 
743
743
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}ip_poolType
744
- # ip_range - Virtuozzo::SOAP::Drivers::ProcessInfo::Ip_poolType::Ip_range
744
+ # ip_range - Virtuozzo::SOAP::Types::ProcInfo::Ip_poolType::Ip_range
745
745
  # ip - (any)
746
746
  class Ip_poolType
747
747
 
@@ -788,7 +788,7 @@ end
788
788
  # id - SOAP::SOAPString
789
789
  # policy - SOAP::SOAPInt
790
790
  # description - SOAP::SOAPBase64
791
- # cred - Virtuozzo::SOAP::Drivers::ProcessInfo::CredentialType
791
+ # cred - Virtuozzo::SOAP::Types::ProcInfo::CredentialType
792
792
  class CredentialType
793
793
  attr_accessor :id
794
794
  attr_accessor :policy
@@ -807,8 +807,8 @@ end
807
807
  # id - SOAP::SOAPString
808
808
  # policy - SOAP::SOAPInt
809
809
  # description - SOAP::SOAPBase64
810
- # cred - Virtuozzo::SOAP::Drivers::ProcessInfo::CredentialType
811
- # objects - Virtuozzo::SOAP::Drivers::ProcessInfo::Root_credentialType::Objects
810
+ # cred - Virtuozzo::SOAP::Types::ProcInfo::CredentialType
811
+ # objects - Virtuozzo::SOAP::Types::ProcInfo::Root_credentialType::Objects
812
812
  class Root_credentialType < CredentialType
813
813
 
814
814
  # inner class for member: objects
@@ -833,10 +833,10 @@ end
833
833
 
834
834
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}tokenType
835
835
  # user - (any)
836
- # groups - Virtuozzo::SOAP::Drivers::ProcessInfo::TokenType::Groups
837
- # deny_only_sids - Virtuozzo::SOAP::Drivers::ProcessInfo::TokenType::Deny_only_sids
838
- # privileges - Virtuozzo::SOAP::Drivers::ProcessInfo::TokenType::Privileges
839
- # source - Virtuozzo::SOAP::Drivers::ProcessInfo::TokenType::Source
836
+ # groups - Virtuozzo::SOAP::Types::ProcInfo::TokenType::Groups
837
+ # deny_only_sids - Virtuozzo::SOAP::Types::ProcInfo::TokenType::Deny_only_sids
838
+ # privileges - Virtuozzo::SOAP::Types::ProcInfo::TokenType::Privileges
839
+ # source - Virtuozzo::SOAP::Types::ProcInfo::TokenType::Source
840
840
  class TokenType
841
841
 
842
842
  # inner class for member: groups
@@ -903,7 +903,7 @@ end
903
903
  # protocol - SOAP::SOAPString
904
904
  # address - SOAP::SOAPString
905
905
  # port - SOAP::SOAPUnsignedInt
906
- # login - Virtuozzo::SOAP::Drivers::ProcessInfo::Auth_nameType
906
+ # login - Virtuozzo::SOAP::Types::ProcInfo::Auth_nameType
907
907
  # password - SOAP::SOAPBase64
908
908
  class Connection_infoType < Connectivity_infoType
909
909
  attr_accessor :protocol
@@ -965,8 +965,8 @@ class Vt_settingsType
965
965
  end
966
966
 
967
967
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}groupType
968
- # user - Virtuozzo::SOAP::Drivers::ProcessInfo::GroupType::User
969
- # member_group - Virtuozzo::SOAP::Drivers::ProcessInfo::GroupType::Member_group
968
+ # user - Virtuozzo::SOAP::Types::ProcInfo::GroupType::User
969
+ # member_group - Virtuozzo::SOAP::Types::ProcInfo::GroupType::Member_group
970
970
  # name - SOAP::SOAPString
971
971
  # gid - SOAP::SOAPInt
972
972
  class GroupType
@@ -984,8 +984,8 @@ class GroupType
984
984
  end
985
985
 
986
986
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}userType
987
- # initial_group - Virtuozzo::SOAP::Drivers::ProcessInfo::UserType::Initial_group
988
- # group - Virtuozzo::SOAP::Drivers::ProcessInfo::UserType::Group
987
+ # initial_group - Virtuozzo::SOAP::Types::ProcInfo::UserType::Initial_group
988
+ # group - Virtuozzo::SOAP::Types::ProcInfo::UserType::Group
989
989
  # uid - SOAP::SOAPInt
990
990
  # shell - SOAP::SOAPString
991
991
  # password - SOAP::SOAPBase64
@@ -1071,7 +1071,7 @@ end
1071
1071
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}packageType
1072
1072
  # name - SOAP::SOAPString
1073
1073
  # summary - SOAP::SOAPString
1074
- # os - Virtuozzo::SOAP::Drivers::ProcessInfo::OsType
1074
+ # os - Virtuozzo::SOAP::Types::ProcInfo::OsType
1075
1075
  # description - SOAP::SOAPString
1076
1076
  # arch - SOAP::SOAPString
1077
1077
  # version - SOAP::SOAPString
@@ -1165,13 +1165,13 @@ end
1165
1165
  # sid - (any)
1166
1166
  # count - SOAP::SOAPInt
1167
1167
  # id - (any)
1168
- # info - Virtuozzo::SOAP::Drivers::ProcessInfo::InfoType
1169
- # data - Virtuozzo::SOAP::Drivers::ProcessInfo::EventType::C_Data
1168
+ # info - Virtuozzo::SOAP::Types::ProcInfo::InfoType
1169
+ # data - Virtuozzo::SOAP::Types::ProcInfo::EventType::C_Data
1170
1170
  class EventType
1171
1171
 
1172
1172
  # inner class for member: data
1173
1173
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}data
1174
- # event_data - Virtuozzo::SOAP::Drivers::ProcessInfo::Event_dataType
1174
+ # event_data - Virtuozzo::SOAP::Types::ProcInfo::Event_dataType
1175
1175
  class C_Data
1176
1176
  attr_accessor :event_data
1177
1177
 
@@ -1206,7 +1206,7 @@ end
1206
1206
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}infoType
1207
1207
  # message - SOAP::SOAPBase64
1208
1208
  # translate - (any)
1209
- # parameter - Virtuozzo::SOAP::Drivers::ProcessInfo::InfoType
1209
+ # parameter - Virtuozzo::SOAP::Types::ProcInfo::InfoType
1210
1210
  # name - SOAP::SOAPString
1211
1211
  class InfoType
1212
1212
  attr_accessor :message
@@ -1241,7 +1241,7 @@ end
1241
1241
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}security_descriptorType
1242
1242
  # owner - (any)
1243
1243
  # group - (any)
1244
- # dacl - Virtuozzo::SOAP::Drivers::ProcessInfo::Security_descriptorType::Dacl
1244
+ # dacl - Virtuozzo::SOAP::Types::ProcInfo::Security_descriptorType::Dacl
1245
1245
  class Security_descriptorType
1246
1246
 
1247
1247
  # inner class for member: dacl
@@ -1279,10 +1279,10 @@ end
1279
1279
 
1280
1280
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_deviceType
1281
1281
  # id - SOAP::SOAPString
1282
- # ip_address - Virtuozzo::SOAP::Drivers::ProcessInfo::Ip_addressType
1282
+ # ip_address - Virtuozzo::SOAP::Types::ProcInfo::Ip_addressType
1283
1283
  # dhcp - (any)
1284
1284
  # network_id - SOAP::SOAPBase64
1285
- # status - Virtuozzo::SOAP::Drivers::ProcessInfo::Net_deviceType::Status
1285
+ # status - Virtuozzo::SOAP::Types::ProcInfo::Net_deviceType::Status
1286
1286
  class Net_deviceType
1287
1287
 
1288
1288
  # inner class for member: status
@@ -1316,10 +1316,10 @@ end
1316
1316
 
1317
1317
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_nicType
1318
1318
  # id - SOAP::SOAPString
1319
- # ip_address - Virtuozzo::SOAP::Drivers::ProcessInfo::Ip_addressType
1319
+ # ip_address - Virtuozzo::SOAP::Types::ProcInfo::Ip_addressType
1320
1320
  # dhcp - (any)
1321
1321
  # network_id - SOAP::SOAPBase64
1322
- # status - Virtuozzo::SOAP::Drivers::ProcessInfo::Net_nicType::Status
1322
+ # status - Virtuozzo::SOAP::Types::ProcInfo::Net_nicType::Status
1323
1323
  # mac_address - SOAP::SOAPString
1324
1324
  class Net_nicType < Net_deviceType
1325
1325
 
@@ -1399,8 +1399,8 @@ end
1399
1399
 
1400
1400
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}vocabularyType
1401
1401
  # name - SOAP::SOAPString
1402
- # parameter - Virtuozzo::SOAP::Drivers::ProcessInfo::Voc_parameterType
1403
- # category - Virtuozzo::SOAP::Drivers::ProcessInfo::Voc_parameterType
1402
+ # parameter - Virtuozzo::SOAP::Types::ProcInfo::Voc_parameterType
1403
+ # category - Virtuozzo::SOAP::Types::ProcInfo::Voc_parameterType
1404
1404
  class VocabularyType
1405
1405
  attr_accessor :name
1406
1406
  attr_accessor :parameter
@@ -1434,26 +1434,26 @@ end
1434
1434
 
1435
1435
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}perf_dataType
1436
1436
  # eid - (any)
1437
- # m_class - Virtuozzo::SOAP::Drivers::ProcessInfo::Perf_dataType::C_Class
1438
- # interval - Virtuozzo::SOAP::Drivers::ProcessInfo::IntervalType
1437
+ # m_class - Virtuozzo::SOAP::Types::ProcInfo::Perf_dataType::C_Class
1438
+ # interval - Virtuozzo::SOAP::Types::ProcInfo::IntervalType
1439
1439
  class Perf_dataType
1440
1440
 
1441
1441
  # inner class for member: class
1442
1442
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}class
1443
1443
  # name - SOAP::SOAPString
1444
- # instance - Virtuozzo::SOAP::Drivers::ProcessInfo::Perf_dataType::C_Class::Instance
1444
+ # instance - Virtuozzo::SOAP::Types::ProcInfo::Perf_dataType::C_Class::Instance
1445
1445
  class C_Class
1446
1446
 
1447
1447
  # inner class for member: instance
1448
1448
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}instance
1449
1449
  # name - SOAP::SOAPString
1450
- # counter - Virtuozzo::SOAP::Drivers::ProcessInfo::Perf_dataType::C_Class::Instance::Counter
1450
+ # counter - Virtuozzo::SOAP::Types::ProcInfo::Perf_dataType::C_Class::Instance::Counter
1451
1451
  class Instance
1452
1452
 
1453
1453
  # inner class for member: counter
1454
1454
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}counter
1455
1455
  # name - SOAP::SOAPString
1456
- # value - Virtuozzo::SOAP::Drivers::ProcessInfo::Perf_statType
1456
+ # value - Virtuozzo::SOAP::Types::ProcInfo::Perf_statType
1457
1457
  class Counter
1458
1458
  attr_accessor :name
1459
1459
  attr_accessor :value
@@ -1513,12 +1513,12 @@ class Log_optionsType < Log_options_baseType
1513
1513
  end
1514
1514
 
1515
1515
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet_headerType
1516
- # auth - Virtuozzo::SOAP::Drivers::ProcessInfo::AuthType
1516
+ # auth - Virtuozzo::SOAP::Types::ProcInfo::AuthType
1517
1517
  # cookie - SOAP::SOAPString
1518
1518
  # target - SOAP::SOAPString
1519
1519
  # origin - SOAP::SOAPString
1520
- # src - Virtuozzo::SOAP::Drivers::ProcessInfo::RouteType
1521
- # dst - Virtuozzo::SOAP::Drivers::ProcessInfo::RouteType
1520
+ # src - Virtuozzo::SOAP::Types::ProcInfo::RouteType
1521
+ # dst - Virtuozzo::SOAP::Types::ProcInfo::RouteType
1522
1522
  # session - SOAP::SOAPString
1523
1523
  # xmlattr_version - SOAP::SOAPString
1524
1524
  # xmlattr_id - SOAP::SOAPString
@@ -1647,7 +1647,7 @@ class Packet_headerType
1647
1647
  end
1648
1648
 
1649
1649
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operatorType
1650
- # configuration - Virtuozzo::SOAP::Drivers::ProcessInfo::ConfigurationType
1650
+ # configuration - Virtuozzo::SOAP::Types::ProcInfo::ConfigurationType
1651
1651
  class OperatorType
1652
1652
  attr_accessor :configuration
1653
1653
 
@@ -1657,9 +1657,9 @@ class OperatorType
1657
1657
  end
1658
1658
 
1659
1659
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_functionalType
1660
- # configuration - Virtuozzo::SOAP::Drivers::ProcessInfo::ConfigurationType
1661
- # ok - Virtuozzo::SOAP::Drivers::ProcessInfo::Operator_functionalType::Ok
1662
- # error - Virtuozzo::SOAP::Drivers::ProcessInfo::Operator_functionalType::Error
1660
+ # configuration - Virtuozzo::SOAP::Types::ProcInfo::ConfigurationType
1661
+ # ok - Virtuozzo::SOAP::Types::ProcInfo::Operator_functionalType::Ok
1662
+ # error - Virtuozzo::SOAP::Types::ProcInfo::Operator_functionalType::Error
1663
1663
  class Operator_functionalType < OperatorType
1664
1664
 
1665
1665
  # inner class for member: ok
@@ -1695,12 +1695,12 @@ class Operator_functionalType < OperatorType
1695
1695
  end
1696
1696
 
1697
1697
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_periodicType
1698
- # configuration - Virtuozzo::SOAP::Drivers::ProcessInfo::ConfigurationType
1699
- # ok - Virtuozzo::SOAP::Drivers::ProcessInfo::Operator_periodicType::Ok
1700
- # error - Virtuozzo::SOAP::Drivers::ProcessInfo::Operator_periodicType::Error
1701
- # start_monitor - Virtuozzo::SOAP::Drivers::ProcessInfo::Start_monitorType
1702
- # stop_monitor - Virtuozzo::SOAP::Drivers::ProcessInfo::Stop_monitorType
1703
- # set_period - Virtuozzo::SOAP::Drivers::ProcessInfo::Set_periodType
1698
+ # configuration - Virtuozzo::SOAP::Types::ProcInfo::ConfigurationType
1699
+ # ok - Virtuozzo::SOAP::Types::ProcInfo::Operator_periodicType::Ok
1700
+ # error - Virtuozzo::SOAP::Types::ProcInfo::Operator_periodicType::Error
1701
+ # start_monitor - Virtuozzo::SOAP::Types::ProcInfo::Start_monitorType
1702
+ # stop_monitor - Virtuozzo::SOAP::Types::ProcInfo::Stop_monitorType
1703
+ # set_period - Virtuozzo::SOAP::Types::ProcInfo::Set_periodType
1704
1704
  # report - (any)
1705
1705
  class Operator_periodicType < Operator_functionalType
1706
1706
 
@@ -1745,13 +1745,13 @@ class Operator_periodicType < Operator_functionalType
1745
1745
  end
1746
1746
 
1747
1747
  # {http://www.swsoft.com/webservices/vzl/4.0.0/proc_info}proc_infoType
1748
- # configuration - Virtuozzo::SOAP::Drivers::ProcessInfo::ConfigurationType
1749
- # ok - Virtuozzo::SOAP::Drivers::ProcessInfo::Proc_infoType::Ok
1750
- # error - Virtuozzo::SOAP::Drivers::ProcessInfo::Proc_infoType::Error
1751
- # start_monitor - Virtuozzo::SOAP::Drivers::ProcessInfo::Proc_infoType::Start_monitor
1752
- # stop_monitor - Virtuozzo::SOAP::Drivers::ProcessInfo::Proc_infoType::Stop_monitor
1753
- # get - Virtuozzo::SOAP::Drivers::ProcessInfo::Get
1754
- # ps_info - Virtuozzo::SOAP::Drivers::ProcessInfo::Ps_infoType
1748
+ # configuration - Virtuozzo::SOAP::Types::ProcInfo::ConfigurationType
1749
+ # ok - Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType::Ok
1750
+ # error - Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType::Error
1751
+ # start_monitor - Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType::Start_monitor
1752
+ # stop_monitor - Virtuozzo::SOAP::Types::ProcInfo::Proc_infoType::Stop_monitor
1753
+ # get - Virtuozzo::SOAP::Types::ProcInfo::Get
1754
+ # ps_info - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType
1755
1755
  class Proc_infoType < Operator_functionalType
1756
1756
 
1757
1757
  # inner class for member: ok
@@ -1822,13 +1822,13 @@ class Proc_infoType < Operator_functionalType
1822
1822
  end
1823
1823
 
1824
1824
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzaproc_info}vzaproc_infoType
1825
- # configuration - Virtuozzo::SOAP::Drivers::ProcessInfo::ConfigurationType
1826
- # ok - Virtuozzo::SOAP::Drivers::ProcessInfo::Vzaproc_infoType::Ok
1827
- # error - Virtuozzo::SOAP::Drivers::ProcessInfo::Vzaproc_infoType::Error
1828
- # start_monitor - Virtuozzo::SOAP::Drivers::ProcessInfo::Vzaproc_infoType::Start_monitor
1829
- # stop_monitor - Virtuozzo::SOAP::Drivers::ProcessInfo::Vzaproc_infoType::Stop_monitor
1830
- # get - Virtuozzo::SOAP::Drivers::ProcessInfo::Get
1831
- # ps_info - Virtuozzo::SOAP::Drivers::ProcessInfo::Ps_infoType
1825
+ # configuration - Virtuozzo::SOAP::Types::ProcInfo::ConfigurationType
1826
+ # ok - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::Ok
1827
+ # error - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::Error
1828
+ # start_monitor - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::Start_monitor
1829
+ # stop_monitor - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_infoType::Stop_monitor
1830
+ # get - Virtuozzo::SOAP::Types::ProcInfo::Get
1831
+ # ps_info - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType
1832
1832
  class Vzaproc_infoType < Proc_infoType
1833
1833
 
1834
1834
  # inner class for member: ok
@@ -2040,15 +2040,15 @@ class Yes_no_type < ::String
2040
2040
  end
2041
2041
 
2042
2042
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzaproc_info}vzaproc_info
2043
- # configuration - Virtuozzo::SOAP::Drivers::ProcessInfo::ConfigurationType
2044
- # ok - Virtuozzo::SOAP::Drivers::ProcessInfo::Vzaproc_info::Ok
2045
- # error - Virtuozzo::SOAP::Drivers::ProcessInfo::Vzaproc_info::Error
2046
- # start_monitor - Virtuozzo::SOAP::Drivers::ProcessInfo::Vzaproc_info::Start_monitor
2047
- # stop_monitor - Virtuozzo::SOAP::Drivers::ProcessInfo::Vzaproc_info::Stop_monitor
2048
- # get - Virtuozzo::SOAP::Drivers::ProcessInfo::Get
2049
- # ps_info - Virtuozzo::SOAP::Drivers::ProcessInfo::Ps_infoType
2050
- # get - Virtuozzo::SOAP::Drivers::ProcessInfo::Get_
2051
- # ps_info - Virtuozzo::SOAP::Drivers::ProcessInfo::Ps_infoType
2043
+ # configuration - Virtuozzo::SOAP::Types::ProcInfo::ConfigurationType
2044
+ # ok - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_info::Ok
2045
+ # error - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_info::Error
2046
+ # start_monitor - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_info::Start_monitor
2047
+ # stop_monitor - Virtuozzo::SOAP::Types::ProcInfo::Vzaproc_info::Stop_monitor
2048
+ # get - Virtuozzo::SOAP::Types::ProcInfo::Get
2049
+ # ps_info - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType
2050
+ # get - Virtuozzo::SOAP::Types::ProcInfo::Get_
2051
+ # ps_info - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType
2052
2052
  class Vzaproc_info < Vzaproc_infoType
2053
2053
 
2054
2054
  # inner class for member: ok
@@ -2140,7 +2140,7 @@ class Get_
2140
2140
  end
2141
2141
 
2142
2142
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzaproc_info}getResponse
2143
- # ps_info - Virtuozzo::SOAP::Drivers::ProcessInfo::Ps_infoType
2143
+ # ps_info - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType
2144
2144
  class GetResponse
2145
2145
  attr_accessor :ps_info
2146
2146
 
@@ -2157,14 +2157,14 @@ class Ok < ::String
2157
2157
  end
2158
2158
 
2159
2159
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet
2160
- # auth - Virtuozzo::SOAP::Drivers::ProcessInfo::AuthType
2160
+ # auth - Virtuozzo::SOAP::Types::ProcInfo::AuthType
2161
2161
  # cookie - SOAP::SOAPString
2162
2162
  # target - SOAP::SOAPString
2163
2163
  # origin - SOAP::SOAPString
2164
- # src - Virtuozzo::SOAP::Drivers::ProcessInfo::RouteType
2165
- # dst - Virtuozzo::SOAP::Drivers::ProcessInfo::RouteType
2164
+ # src - Virtuozzo::SOAP::Types::ProcInfo::RouteType
2165
+ # dst - Virtuozzo::SOAP::Types::ProcInfo::RouteType
2166
2166
  # session - SOAP::SOAPString
2167
- # data - Virtuozzo::SOAP::Drivers::ProcessInfo::Packet::C_Data
2167
+ # data - Virtuozzo::SOAP::Types::ProcInfo::Packet::C_Data
2168
2168
  # xmlattr_version - SOAP::SOAPString
2169
2169
  # xmlattr_id - SOAP::SOAPString
2170
2170
  # xmlattr_priority - SOAP::SOAPString
@@ -2315,7 +2315,7 @@ class Get
2315
2315
  end
2316
2316
 
2317
2317
  # {http://www.swsoft.com/webservices/vzl/4.0.0/proc_info}getResponse
2318
- # ps_info - Virtuozzo::SOAP::Drivers::ProcessInfo::Ps_infoType
2318
+ # ps_info - Virtuozzo::SOAP::Types::ProcInfo::Ps_infoType
2319
2319
  class GetResponse_
2320
2320
  attr_accessor :ps_info
2321
2321