virtuozzo 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. data/CHANGELOG.rdoc +8 -0
  2. data/Manifest +23 -21
  3. data/Rakefile +1 -2
  4. data/TODO.rdoc +0 -5
  5. data/lib/virtuozzo/soap.rb +43 -43
  6. data/lib/virtuozzo/soap/drivers/{device.rb → devm.rb} +6 -6
  7. data/lib/virtuozzo/soap/drivers/{environment.rb → envm.rb} +6 -6
  8. data/lib/virtuozzo/soap/drivers/{network.rb → networkm.rb} +6 -6
  9. data/lib/virtuozzo/soap/drivers/{template.rb → packagem.rb} +6 -6
  10. data/lib/virtuozzo/soap/drivers/{process_info.rb → proc_info.rb} +6 -6
  11. data/lib/virtuozzo/soap/drivers/{process.rb → processm.rb} +6 -6
  12. data/lib/virtuozzo/soap/drivers/{session.rb → sessionm.rb} +6 -6
  13. data/lib/virtuozzo/soap/mapping_registries/{device.rb → devm.rb} +645 -645
  14. data/lib/virtuozzo/soap/mapping_registries/{environment.rb → envm.rb} +872 -872
  15. data/lib/virtuozzo/soap/mapping_registries/{network.rb → networkm.rb} +533 -533
  16. data/lib/virtuozzo/soap/mapping_registries/{template.rb → packagem.rb} +648 -648
  17. data/lib/virtuozzo/soap/mapping_registries/{process_info.rb → proc_info.rb} +480 -480
  18. data/lib/virtuozzo/soap/mapping_registries/{process.rb → processm.rb} +527 -527
  19. data/lib/virtuozzo/soap/mapping_registries/{session.rb → sessionm.rb} +523 -523
  20. data/lib/virtuozzo/soap/types/{device.rb → devm.rb} +160 -160
  21. data/lib/virtuozzo/soap/types/{environment.rb → envm.rb} +200 -200
  22. data/lib/virtuozzo/soap/types/{network.rb → networkm.rb} +109 -109
  23. data/lib/virtuozzo/soap/types/{template.rb → packagem.rb} +152 -152
  24. data/lib/virtuozzo/soap/types/{process_info.rb → proc_info.rb} +100 -100
  25. data/lib/virtuozzo/soap/types/{process.rb → processm.rb} +108 -108
  26. data/lib/virtuozzo/soap/types/{session.rb → sessionm.rb} +106 -106
  27. data/tasks/rspec.rake +7 -0
  28. data/tasks/yard.rake +7 -4
  29. data/virtuozzo.gemspec +3 -3
  30. metadata +45 -43
@@ -1,19 +1,19 @@
1
1
  require 'xsd/qname'
2
2
 
3
- module Virtuozzo; module SOAP; module Types; module Network
3
+ module Virtuozzo; module SOAP; module Types; module Networkm
4
4
 
5
5
 
6
6
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkm}net_configType
7
7
  # shaping - (any)
8
- # range - Virtuozzo::SOAP::Drivers::Network::Net_configType::C_Range
9
- # m_class - Virtuozzo::SOAP::Drivers::Network::Class_rateType
10
- # interface - Virtuozzo::SOAP::Drivers::Network::Net_configType::Interface
8
+ # range - Virtuozzo::SOAP::Types::Networkm::Net_configType::C_Range
9
+ # m_class - Virtuozzo::SOAP::Types::Networkm::Class_rateType
10
+ # interface - Virtuozzo::SOAP::Types::Networkm::Net_configType::Interface
11
11
  class Net_configType
12
12
 
13
13
  # inner class for member: range
14
14
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkm}range
15
15
  # class_id - SOAP::SOAPString
16
- # ip_address - Virtuozzo::SOAP::Drivers::Network::Ip_addressType
16
+ # ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
17
17
  # comment - SOAP::SOAPBase64
18
18
  class C_Range
19
19
  attr_accessor :class_id
@@ -133,9 +133,9 @@ end
133
133
  # description - SOAP::SOAPBase64
134
134
  # domain - SOAP::SOAPString
135
135
  # hostname - SOAP::SOAPString
136
- # address - Virtuozzo::SOAP::Drivers::Network::Ip_addressType
136
+ # address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
137
137
  # architecture - SOAP::SOAPString
138
- # os - Virtuozzo::SOAP::Drivers::Network::OsType
138
+ # os - Virtuozzo::SOAP::Types::Networkm::OsType
139
139
  # type - SOAP::SOAPString
140
140
  # nameserver - SOAP::SOAPString
141
141
  # search_domain - SOAP::SOAPString
@@ -179,16 +179,16 @@ end
179
179
  # description - SOAP::SOAPBase64
180
180
  # domain - SOAP::SOAPString
181
181
  # hostname - SOAP::SOAPString
182
- # address - Virtuozzo::SOAP::Drivers::Network::Ip_addressType
182
+ # address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
183
183
  # architecture - SOAP::SOAPString
184
- # os - Virtuozzo::SOAP::Drivers::Network::OsType
184
+ # os - Virtuozzo::SOAP::Types::Networkm::OsType
185
185
  # type - SOAP::SOAPString
186
186
  # nameserver - SOAP::SOAPString
187
187
  # search_domain - SOAP::SOAPString
188
188
  # base_sample_id - (any)
189
189
  # base_snapshot_id - (any)
190
190
  # child_type - SOAP::SOAPString
191
- # qos - Virtuozzo::SOAP::Drivers::Network::QosType
191
+ # qos - Virtuozzo::SOAP::Types::Networkm::QosType
192
192
  class Venv_configType < Env_configType
193
193
  attr_accessor :name
194
194
  attr_accessor :description
@@ -232,10 +232,10 @@ end
232
232
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}envType
233
233
  # parent_eid - (any)
234
234
  # eid - (any)
235
- # status - Virtuozzo::SOAP::Drivers::Network::Env_statusType
235
+ # status - Virtuozzo::SOAP::Types::Networkm::Env_statusType
236
236
  # alert - SOAP::SOAPInt
237
- # config - Virtuozzo::SOAP::Drivers::Network::Env_configType
238
- # virtual_config - Virtuozzo::SOAP::Drivers::Network::Venv_configType
237
+ # config - Virtuozzo::SOAP::Types::Networkm::Env_configType
238
+ # virtual_config - Virtuozzo::SOAP::Types::Networkm::Venv_configType
239
239
  class EnvType
240
240
  attr_accessor :parent_eid
241
241
  attr_accessor :eid
@@ -349,8 +349,8 @@ class CpuType
349
349
  end
350
350
 
351
351
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}transferType
352
- # input - Virtuozzo::SOAP::Drivers::Network::TransferType::Input
353
- # output - Virtuozzo::SOAP::Drivers::Network::TransferType::Output
352
+ # input - Virtuozzo::SOAP::Types::Networkm::TransferType::Input
353
+ # output - Virtuozzo::SOAP::Types::Networkm::TransferType::Output
354
354
  class TransferType
355
355
 
356
356
  # inner class for member: input
@@ -404,8 +404,8 @@ class Ip_addressType
404
404
  end
405
405
 
406
406
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}system_nodeType
407
- # address - Virtuozzo::SOAP::Drivers::Network::System_nodeType::Address
408
- # login - Virtuozzo::SOAP::Drivers::Network::System_nodeType::Login
407
+ # address - Virtuozzo::SOAP::Types::Networkm::System_nodeType::Address
408
+ # login - Virtuozzo::SOAP::Types::Networkm::System_nodeType::Login
409
409
  class System_nodeType
410
410
 
411
411
  # inner class for member: address
@@ -523,7 +523,7 @@ end
523
523
 
524
524
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_classType
525
525
  # id - SOAP::SOAPString
526
- # transfer - Virtuozzo::SOAP::Drivers::Network::TransferType
526
+ # transfer - Virtuozzo::SOAP::Types::Networkm::TransferType
527
527
  class Net_classType
528
528
  attr_accessor :id
529
529
  attr_accessor :transfer
@@ -554,11 +554,11 @@ class Ip_rangeType
554
554
  end
555
555
 
556
556
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}sample_confType
557
- # env_config - Virtuozzo::SOAP::Drivers::Network::Env_configType
557
+ # env_config - Virtuozzo::SOAP::Types::Networkm::Env_configType
558
558
  # id - SOAP::SOAPString
559
559
  # name - SOAP::SOAPString
560
560
  # comment - SOAP::SOAPBase64
561
- # vt_version - Virtuozzo::SOAP::Drivers::Network::Sample_confType::Vt_version
561
+ # vt_version - Virtuozzo::SOAP::Types::Networkm::Sample_confType::Vt_version
562
562
  class Sample_confType
563
563
 
564
564
  # inner class for member: vt_version
@@ -596,7 +596,7 @@ end
596
596
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}interfaceType
597
597
  # name - SOAP::SOAPString
598
598
  # bandwidth - SOAP::SOAPInt
599
- # transfer - Virtuozzo::SOAP::Drivers::Network::TransferType
599
+ # transfer - Virtuozzo::SOAP::Types::Networkm::TransferType
600
600
  # ipaddress - (any)
601
601
  # flags - SOAP::SOAPInt
602
602
  class InterfaceType
@@ -616,14 +616,14 @@ class InterfaceType
616
616
  end
617
617
 
618
618
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}sys_infoType
619
- # load_avg - Virtuozzo::SOAP::Drivers::Network::Load_avgType
620
- # processes - Virtuozzo::SOAP::Drivers::Network::ProcessesType
621
- # cpu_load - Virtuozzo::SOAP::Drivers::Network::Cpu_loadType
622
- # cpu_states - Virtuozzo::SOAP::Drivers::Network::Cpu_loadType
619
+ # load_avg - Virtuozzo::SOAP::Types::Networkm::Load_avgType
620
+ # processes - Virtuozzo::SOAP::Types::Networkm::ProcessesType
621
+ # cpu_load - Virtuozzo::SOAP::Types::Networkm::Cpu_loadType
622
+ # cpu_states - Virtuozzo::SOAP::Types::Networkm::Cpu_loadType
623
623
  # users - SOAP::SOAPInt
624
624
  # uptime - SOAP::SOAPLong
625
- # memory - Virtuozzo::SOAP::Drivers::Network::Sys_infoType::Memory
626
- # swap - Virtuozzo::SOAP::Drivers::Network::Sys_infoType::Swap
625
+ # memory - Virtuozzo::SOAP::Types::Networkm::Sys_infoType::Memory
626
+ # swap - Virtuozzo::SOAP::Types::Networkm::Sys_infoType::Swap
627
627
  class Sys_infoType
628
628
 
629
629
  # inner class for member: memory
@@ -676,7 +676,7 @@ class Sys_infoType
676
676
  end
677
677
 
678
678
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}ps_infoType
679
- # process - Virtuozzo::SOAP::Drivers::Network::Ps_infoType::C_Process
679
+ # process - Virtuozzo::SOAP::Types::Networkm::Ps_infoType::C_Process
680
680
  # param_id - SOAP::SOAPString
681
681
  # run - SOAP::SOAPInt
682
682
  # idle - SOAP::SOAPInt
@@ -725,9 +725,9 @@ class Ps_infoType
725
725
  end
726
726
 
727
727
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}load_avg_statsType
728
- # l1 - Virtuozzo::SOAP::Drivers::Network::Load_avg_statsType::L1
729
- # l2 - Virtuozzo::SOAP::Drivers::Network::Load_avg_statsType::L2
730
- # l3 - Virtuozzo::SOAP::Drivers::Network::Load_avg_statsType::L3
728
+ # l1 - Virtuozzo::SOAP::Types::Networkm::Load_avg_statsType::L1
729
+ # l2 - Virtuozzo::SOAP::Types::Networkm::Load_avg_statsType::L2
730
+ # l3 - Virtuozzo::SOAP::Types::Networkm::Load_avg_statsType::L3
731
731
  class Load_avg_statsType
732
732
 
733
733
  # inner class for member: l1
@@ -803,7 +803,7 @@ end
803
803
 
804
804
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}env_resourceType
805
805
  # eid - (any)
806
- # ip_pool - Virtuozzo::SOAP::Drivers::Network::Ip_poolType
806
+ # ip_pool - Virtuozzo::SOAP::Types::Networkm::Ip_poolType
807
807
  class Env_resourceType
808
808
  attr_accessor :eid
809
809
  attr_accessor :ip_pool
@@ -815,7 +815,7 @@ class Env_resourceType
815
815
  end
816
816
 
817
817
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}ip_poolType
818
- # ip_range - Virtuozzo::SOAP::Drivers::Network::Ip_poolType::Ip_range
818
+ # ip_range - Virtuozzo::SOAP::Types::Networkm::Ip_poolType::Ip_range
819
819
  # ip - (any)
820
820
  class Ip_poolType
821
821
 
@@ -862,7 +862,7 @@ end
862
862
  # id - SOAP::SOAPString
863
863
  # policy - SOAP::SOAPInt
864
864
  # description - SOAP::SOAPBase64
865
- # cred - Virtuozzo::SOAP::Drivers::Network::CredentialType
865
+ # cred - Virtuozzo::SOAP::Types::Networkm::CredentialType
866
866
  class CredentialType
867
867
  attr_accessor :id
868
868
  attr_accessor :policy
@@ -881,8 +881,8 @@ end
881
881
  # id - SOAP::SOAPString
882
882
  # policy - SOAP::SOAPInt
883
883
  # description - SOAP::SOAPBase64
884
- # cred - Virtuozzo::SOAP::Drivers::Network::CredentialType
885
- # objects - Virtuozzo::SOAP::Drivers::Network::Root_credentialType::Objects
884
+ # cred - Virtuozzo::SOAP::Types::Networkm::CredentialType
885
+ # objects - Virtuozzo::SOAP::Types::Networkm::Root_credentialType::Objects
886
886
  class Root_credentialType < CredentialType
887
887
 
888
888
  # inner class for member: objects
@@ -907,10 +907,10 @@ end
907
907
 
908
908
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}tokenType
909
909
  # user - (any)
910
- # groups - Virtuozzo::SOAP::Drivers::Network::TokenType::Groups
911
- # deny_only_sids - Virtuozzo::SOAP::Drivers::Network::TokenType::Deny_only_sids
912
- # privileges - Virtuozzo::SOAP::Drivers::Network::TokenType::Privileges
913
- # source - Virtuozzo::SOAP::Drivers::Network::TokenType::Source
910
+ # groups - Virtuozzo::SOAP::Types::Networkm::TokenType::Groups
911
+ # deny_only_sids - Virtuozzo::SOAP::Types::Networkm::TokenType::Deny_only_sids
912
+ # privileges - Virtuozzo::SOAP::Types::Networkm::TokenType::Privileges
913
+ # source - Virtuozzo::SOAP::Types::Networkm::TokenType::Source
914
914
  class TokenType
915
915
 
916
916
  # inner class for member: groups
@@ -977,7 +977,7 @@ end
977
977
  # protocol - SOAP::SOAPString
978
978
  # address - SOAP::SOAPString
979
979
  # port - SOAP::SOAPUnsignedInt
980
- # login - Virtuozzo::SOAP::Drivers::Network::Auth_nameType
980
+ # login - Virtuozzo::SOAP::Types::Networkm::Auth_nameType
981
981
  # password - SOAP::SOAPBase64
982
982
  class Connection_infoType < Connectivity_infoType
983
983
  attr_accessor :protocol
@@ -1039,8 +1039,8 @@ class Vt_settingsType
1039
1039
  end
1040
1040
 
1041
1041
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}groupType
1042
- # user - Virtuozzo::SOAP::Drivers::Network::GroupType::User
1043
- # member_group - Virtuozzo::SOAP::Drivers::Network::GroupType::Member_group
1042
+ # user - Virtuozzo::SOAP::Types::Networkm::GroupType::User
1043
+ # member_group - Virtuozzo::SOAP::Types::Networkm::GroupType::Member_group
1044
1044
  # name - SOAP::SOAPString
1045
1045
  # gid - SOAP::SOAPInt
1046
1046
  class GroupType
@@ -1059,8 +1059,8 @@ end
1059
1059
 
1060
1060
 
1061
1061
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}userType
1062
- # initial_group - Virtuozzo::SOAP::Drivers::Network::UserType::Initial_group
1063
- # group - Virtuozzo::SOAP::Drivers::Network::UserType::Group
1062
+ # initial_group - Virtuozzo::SOAP::Types::Networkm::UserType::Initial_group
1063
+ # group - Virtuozzo::SOAP::Types::Networkm::UserType::Group
1064
1064
  # uid - SOAP::SOAPInt
1065
1065
  # shell - SOAP::SOAPString
1066
1066
  # password - SOAP::SOAPBase64
@@ -1146,7 +1146,7 @@ end
1146
1146
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}packageType
1147
1147
  # name - SOAP::SOAPString
1148
1148
  # summary - SOAP::SOAPString
1149
- # os - Virtuozzo::SOAP::Drivers::Network::OsType
1149
+ # os - Virtuozzo::SOAP::Types::Networkm::OsType
1150
1150
  # description - SOAP::SOAPString
1151
1151
  # arch - SOAP::SOAPString
1152
1152
  # version - SOAP::SOAPString
@@ -1240,13 +1240,13 @@ end
1240
1240
  # sid - (any)
1241
1241
  # count - SOAP::SOAPInt
1242
1242
  # id - (any)
1243
- # info - Virtuozzo::SOAP::Drivers::Network::InfoType
1244
- # data - Virtuozzo::SOAP::Drivers::Network::EventType::C_Data
1243
+ # info - Virtuozzo::SOAP::Types::Networkm::InfoType
1244
+ # data - Virtuozzo::SOAP::Types::Networkm::EventType::C_Data
1245
1245
  class EventType
1246
1246
 
1247
1247
  # inner class for member: data
1248
1248
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}data
1249
- # event_data - Virtuozzo::SOAP::Drivers::Network::Event_dataType
1249
+ # event_data - Virtuozzo::SOAP::Types::Networkm::Event_dataType
1250
1250
  class C_Data
1251
1251
  attr_accessor :event_data
1252
1252
 
@@ -1281,7 +1281,7 @@ end
1281
1281
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}infoType
1282
1282
  # message - SOAP::SOAPBase64
1283
1283
  # translate - (any)
1284
- # parameter - Virtuozzo::SOAP::Drivers::Network::InfoType
1284
+ # parameter - Virtuozzo::SOAP::Types::Networkm::InfoType
1285
1285
  # name - SOAP::SOAPString
1286
1286
  class InfoType
1287
1287
  attr_accessor :message
@@ -1316,7 +1316,7 @@ end
1316
1316
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}security_descriptorType
1317
1317
  # owner - (any)
1318
1318
  # group - (any)
1319
- # dacl - Virtuozzo::SOAP::Drivers::Network::Security_descriptorType::Dacl
1319
+ # dacl - Virtuozzo::SOAP::Types::Networkm::Security_descriptorType::Dacl
1320
1320
  class Security_descriptorType
1321
1321
 
1322
1322
  # inner class for member: dacl
@@ -1354,10 +1354,10 @@ end
1354
1354
 
1355
1355
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_deviceType
1356
1356
  # id - SOAP::SOAPString
1357
- # ip_address - Virtuozzo::SOAP::Drivers::Network::Ip_addressType
1357
+ # ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
1358
1358
  # dhcp - (any)
1359
1359
  # network_id - SOAP::SOAPBase64
1360
- # status - Virtuozzo::SOAP::Drivers::Network::Net_deviceType::Status
1360
+ # status - Virtuozzo::SOAP::Types::Networkm::Net_deviceType::Status
1361
1361
  class Net_deviceType
1362
1362
 
1363
1363
  # inner class for member: status
@@ -1391,10 +1391,10 @@ end
1391
1391
 
1392
1392
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_nicType
1393
1393
  # id - SOAP::SOAPString
1394
- # ip_address - Virtuozzo::SOAP::Drivers::Network::Ip_addressType
1394
+ # ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
1395
1395
  # dhcp - (any)
1396
1396
  # network_id - SOAP::SOAPBase64
1397
- # status - Virtuozzo::SOAP::Drivers::Network::Net_nicType::Status
1397
+ # status - Virtuozzo::SOAP::Types::Networkm::Net_nicType::Status
1398
1398
  # mac_address - SOAP::SOAPString
1399
1399
  class Net_nicType < Net_deviceType
1400
1400
 
@@ -1431,10 +1431,10 @@ end
1431
1431
 
1432
1432
  # {http://www.swsoft.com/webservices/vzl/4.0.0/networkm}net_vlanType
1433
1433
  # id - SOAP::SOAPString
1434
- # ip_address - Virtuozzo::SOAP::Drivers::Network::Ip_addressType
1434
+ # ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
1435
1435
  # dhcp - (any)
1436
1436
  # network_id - SOAP::SOAPBase64
1437
- # status - Virtuozzo::SOAP::Drivers::Network::Net_vlanType::Status
1437
+ # status - Virtuozzo::SOAP::Types::Networkm::Net_vlanType::Status
1438
1438
  # vlan_id - SOAP::SOAPString
1439
1439
  # base_device_id - SOAP::SOAPString
1440
1440
  # mac_address - SOAP::SOAPString
@@ -1477,10 +1477,10 @@ end
1477
1477
 
1478
1478
  # {http://www.swsoft.com/webservices/vzl/4.0.0/networkm}net_bridgeType
1479
1479
  # id - SOAP::SOAPString
1480
- # ip_address - Virtuozzo::SOAP::Drivers::Network::Ip_addressType
1480
+ # ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
1481
1481
  # dhcp - (any)
1482
1482
  # network_id - SOAP::SOAPBase64
1483
- # status - Virtuozzo::SOAP::Drivers::Network::Net_bridgeType::Status
1483
+ # status - Virtuozzo::SOAP::Types::Networkm::Net_bridgeType::Status
1484
1484
  class Net_bridgeType < Net_deviceType
1485
1485
 
1486
1486
  # inner class for member: status
@@ -1557,8 +1557,8 @@ end
1557
1557
 
1558
1558
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}vocabularyType
1559
1559
  # name - SOAP::SOAPString
1560
- # parameter - Virtuozzo::SOAP::Drivers::Network::Voc_parameterType
1561
- # category - Virtuozzo::SOAP::Drivers::Network::Voc_parameterType
1560
+ # parameter - Virtuozzo::SOAP::Types::Networkm::Voc_parameterType
1561
+ # category - Virtuozzo::SOAP::Types::Networkm::Voc_parameterType
1562
1562
  class VocabularyType
1563
1563
  attr_accessor :name
1564
1564
  attr_accessor :parameter
@@ -1592,26 +1592,26 @@ end
1592
1592
 
1593
1593
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}perf_dataType
1594
1594
  # eid - (any)
1595
- # m_class - Virtuozzo::SOAP::Drivers::Network::Perf_dataType::C_Class
1596
- # interval - Virtuozzo::SOAP::Drivers::Network::IntervalType
1595
+ # m_class - Virtuozzo::SOAP::Types::Networkm::Perf_dataType::C_Class
1596
+ # interval - Virtuozzo::SOAP::Types::Networkm::IntervalType
1597
1597
  class Perf_dataType
1598
1598
 
1599
1599
  # inner class for member: class
1600
1600
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}class
1601
1601
  # name - SOAP::SOAPString
1602
- # instance - Virtuozzo::SOAP::Drivers::Network::Perf_dataType::C_Class::Instance
1602
+ # instance - Virtuozzo::SOAP::Types::Networkm::Perf_dataType::C_Class::Instance
1603
1603
  class C_Class
1604
1604
 
1605
1605
  # inner class for member: instance
1606
1606
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}instance
1607
1607
  # name - SOAP::SOAPString
1608
- # counter - Virtuozzo::SOAP::Drivers::Network::Perf_dataType::C_Class::Instance::Counter
1608
+ # counter - Virtuozzo::SOAP::Types::Networkm::Perf_dataType::C_Class::Instance::Counter
1609
1609
  class Instance
1610
1610
 
1611
1611
  # inner class for member: counter
1612
1612
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}counter
1613
1613
  # name - SOAP::SOAPString
1614
- # value - Virtuozzo::SOAP::Drivers::Network::Perf_statType
1614
+ # value - Virtuozzo::SOAP::Types::Networkm::Perf_statType
1615
1615
  class Counter
1616
1616
  attr_accessor :name
1617
1617
  attr_accessor :value
@@ -1671,7 +1671,7 @@ class Log_optionsType < Log_options_baseType
1671
1671
  end
1672
1672
 
1673
1673
  # {http://www.swsoft.com/webservices/vzl/4.0.0/networkm}ip_routeType
1674
- # destination - Virtuozzo::SOAP::Drivers::Network::Ip_addressType
1674
+ # destination - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
1675
1675
  # gateway - (any)
1676
1676
  class Ip_routeType
1677
1677
  attr_accessor :destination
@@ -1684,12 +1684,12 @@ class Ip_routeType
1684
1684
  end
1685
1685
 
1686
1686
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet_headerType
1687
- # auth - Virtuozzo::SOAP::Drivers::Network::AuthType
1687
+ # auth - Virtuozzo::SOAP::Types::Networkm::AuthType
1688
1688
  # cookie - SOAP::SOAPString
1689
1689
  # target - SOAP::SOAPString
1690
1690
  # origin - SOAP::SOAPString
1691
- # src - Virtuozzo::SOAP::Drivers::Network::RouteType
1692
- # dst - Virtuozzo::SOAP::Drivers::Network::RouteType
1691
+ # src - Virtuozzo::SOAP::Types::Networkm::RouteType
1692
+ # dst - Virtuozzo::SOAP::Types::Networkm::RouteType
1693
1693
  # session - SOAP::SOAPString
1694
1694
  # xmlattr_version - SOAP::SOAPString
1695
1695
  # xmlattr_id - SOAP::SOAPString
@@ -1818,7 +1818,7 @@ class Packet_headerType
1818
1818
  end
1819
1819
 
1820
1820
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operatorType
1821
- # configuration - Virtuozzo::SOAP::Drivers::Network::ConfigurationType
1821
+ # configuration - Virtuozzo::SOAP::Types::Networkm::ConfigurationType
1822
1822
  class OperatorType
1823
1823
  attr_accessor :configuration
1824
1824
 
@@ -1828,9 +1828,9 @@ class OperatorType
1828
1828
  end
1829
1829
 
1830
1830
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_functionalType
1831
- # configuration - Virtuozzo::SOAP::Drivers::Network::ConfigurationType
1832
- # ok - Virtuozzo::SOAP::Drivers::Network::Operator_functionalType::Ok
1833
- # error - Virtuozzo::SOAP::Drivers::Network::Operator_functionalType::Error
1831
+ # configuration - Virtuozzo::SOAP::Types::Networkm::ConfigurationType
1832
+ # ok - Virtuozzo::SOAP::Types::Networkm::Operator_functionalType::Ok
1833
+ # error - Virtuozzo::SOAP::Types::Networkm::Operator_functionalType::Error
1834
1834
  class Operator_functionalType < OperatorType
1835
1835
 
1836
1836
  # inner class for member: ok
@@ -1866,14 +1866,14 @@ class Operator_functionalType < OperatorType
1866
1866
  end
1867
1867
 
1868
1868
  # {http://www.swsoft.com/webservices/vzl/4.0.0/networkm}networkmType
1869
- # configuration - Virtuozzo::SOAP::Drivers::Network::ConfigurationType
1870
- # ok - Virtuozzo::SOAP::Drivers::Network::NetworkmType::Ok
1871
- # error - Virtuozzo::SOAP::Drivers::Network::NetworkmType::Error
1872
- # add - Virtuozzo::SOAP::Drivers::Network::Add
1873
- # list - Virtuozzo::SOAP::Drivers::Network::List
1874
- # set - Virtuozzo::SOAP::Drivers::Network::Set
1875
- # del - Virtuozzo::SOAP::Drivers::Network::Del
1876
- # net_device - Virtuozzo::SOAP::Drivers::Network::Net_deviceType
1869
+ # configuration - Virtuozzo::SOAP::Types::Networkm::ConfigurationType
1870
+ # ok - Virtuozzo::SOAP::Types::Networkm::NetworkmType::Ok
1871
+ # error - Virtuozzo::SOAP::Types::Networkm::NetworkmType::Error
1872
+ # add - Virtuozzo::SOAP::Types::Networkm::Add
1873
+ # list - Virtuozzo::SOAP::Types::Networkm::List
1874
+ # set - Virtuozzo::SOAP::Types::Networkm::Set
1875
+ # del - Virtuozzo::SOAP::Types::Networkm::Del
1876
+ # net_device - Virtuozzo::SOAP::Types::Networkm::Net_deviceType
1877
1877
  class NetworkmType < Operator_functionalType
1878
1878
 
1879
1879
  # inner class for member: ok
@@ -1919,17 +1919,17 @@ class NetworkmType < Operator_functionalType
1919
1919
  end
1920
1920
 
1921
1921
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkm}vzanetworkmType
1922
- # configuration - Virtuozzo::SOAP::Drivers::Network::ConfigurationType
1923
- # ok - Virtuozzo::SOAP::Drivers::Network::VzanetworkmType::Ok
1924
- # error - Virtuozzo::SOAP::Drivers::Network::VzanetworkmType::Error
1925
- # add - Virtuozzo::SOAP::Drivers::Network::Add
1926
- # list - Virtuozzo::SOAP::Drivers::Network::List
1927
- # set - Virtuozzo::SOAP::Drivers::Network::Set
1928
- # del - Virtuozzo::SOAP::Drivers::Network::Del
1929
- # net_device - Virtuozzo::SOAP::Drivers::Network::Net_deviceType
1930
- # set_config - Virtuozzo::SOAP::Drivers::Network::Set_config
1931
- # get_config - Virtuozzo::SOAP::Drivers::Network::Get_config
1932
- # net_config - Virtuozzo::SOAP::Drivers::Network::Net_configType
1922
+ # configuration - Virtuozzo::SOAP::Types::Networkm::ConfigurationType
1923
+ # ok - Virtuozzo::SOAP::Types::Networkm::VzanetworkmType::Ok
1924
+ # error - Virtuozzo::SOAP::Types::Networkm::VzanetworkmType::Error
1925
+ # add - Virtuozzo::SOAP::Types::Networkm::Add
1926
+ # list - Virtuozzo::SOAP::Types::Networkm::List
1927
+ # set - Virtuozzo::SOAP::Types::Networkm::Set
1928
+ # del - Virtuozzo::SOAP::Types::Networkm::Del
1929
+ # net_device - Virtuozzo::SOAP::Types::Networkm::Net_deviceType
1930
+ # set_config - Virtuozzo::SOAP::Types::Networkm::Set_config
1931
+ # get_config - Virtuozzo::SOAP::Types::Networkm::Get_config
1932
+ # net_config - Virtuozzo::SOAP::Types::Networkm::Net_configType
1933
1933
  class VzanetworkmType < NetworkmType
1934
1934
 
1935
1935
  # inner class for member: ok
@@ -1981,12 +1981,12 @@ class VzanetworkmType < NetworkmType
1981
1981
  end
1982
1982
 
1983
1983
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_periodicType
1984
- # configuration - Virtuozzo::SOAP::Drivers::Network::ConfigurationType
1985
- # ok - Virtuozzo::SOAP::Drivers::Network::Operator_periodicType::Ok
1986
- # error - Virtuozzo::SOAP::Drivers::Network::Operator_periodicType::Error
1987
- # start_monitor - Virtuozzo::SOAP::Drivers::Network::Start_monitorType
1988
- # stop_monitor - Virtuozzo::SOAP::Drivers::Network::Stop_monitorType
1989
- # set_period - Virtuozzo::SOAP::Drivers::Network::Set_periodType
1984
+ # configuration - Virtuozzo::SOAP::Types::Networkm::ConfigurationType
1985
+ # ok - Virtuozzo::SOAP::Types::Networkm::Operator_periodicType::Ok
1986
+ # error - Virtuozzo::SOAP::Types::Networkm::Operator_periodicType::Error
1987
+ # start_monitor - Virtuozzo::SOAP::Types::Networkm::Start_monitorType
1988
+ # stop_monitor - Virtuozzo::SOAP::Types::Networkm::Stop_monitorType
1989
+ # set_period - Virtuozzo::SOAP::Types::Networkm::Set_periodType
1990
1990
  # report - (any)
1991
1991
  class Operator_periodicType < Operator_functionalType
1992
1992
 
@@ -2159,7 +2159,7 @@ class Yes_no_type < ::String
2159
2159
  end
2160
2160
 
2161
2161
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkm}set_config
2162
- # net_config - Virtuozzo::SOAP::Drivers::Network::Net_configType
2162
+ # net_config - Virtuozzo::SOAP::Types::Networkm::Net_configType
2163
2163
  class Set_config
2164
2164
  attr_accessor :net_config
2165
2165
 
@@ -2182,7 +2182,7 @@ class Set_configResponse
2182
2182
  end
2183
2183
 
2184
2184
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkm}get_configResponse
2185
- # net_config - Virtuozzo::SOAP::Drivers::Network::Net_configType
2185
+ # net_config - Virtuozzo::SOAP::Types::Networkm::Net_configType
2186
2186
  class Get_configResponse
2187
2187
  attr_accessor :net_config
2188
2188
 
@@ -2199,7 +2199,7 @@ class Ok < ::String
2199
2199
  end
2200
2200
 
2201
2201
  # {http://www.swsoft.com/webservices/vzl/4.0.0/networkm}add
2202
- # net_device - Virtuozzo::SOAP::Drivers::Network::Net_deviceType
2202
+ # net_device - Virtuozzo::SOAP::Types::Networkm::Net_deviceType
2203
2203
  class Add
2204
2204
  attr_accessor :net_device
2205
2205
 
@@ -2213,7 +2213,7 @@ class List < ::Array
2213
2213
  end
2214
2214
 
2215
2215
  # {http://www.swsoft.com/webservices/vzl/4.0.0/networkm}set
2216
- # net_device - Virtuozzo::SOAP::Drivers::Network::Net_deviceType
2216
+ # net_device - Virtuozzo::SOAP::Types::Networkm::Net_deviceType
2217
2217
  class Set
2218
2218
  attr_accessor :net_device
2219
2219
 
@@ -2223,7 +2223,7 @@ class Set
2223
2223
  end
2224
2224
 
2225
2225
  # {http://www.swsoft.com/webservices/vzl/4.0.0/networkm}del
2226
- # net_device - Virtuozzo::SOAP::Drivers::Network::Net_deviceType
2226
+ # net_device - Virtuozzo::SOAP::Types::Networkm::Net_deviceType
2227
2227
  class Del
2228
2228
  attr_accessor :net_device
2229
2229
 
@@ -2233,7 +2233,7 @@ class Del
2233
2233
  end
2234
2234
 
2235
2235
  # {http://www.swsoft.com/webservices/vzl/4.0.0/networkm}addResponse
2236
- # net_device - Virtuozzo::SOAP::Drivers::Network::Net_deviceType
2236
+ # net_device - Virtuozzo::SOAP::Types::Networkm::Net_deviceType
2237
2237
  class AddResponse
2238
2238
  attr_accessor :net_device
2239
2239
 
@@ -2259,14 +2259,14 @@ class DelResponse
2259
2259
  end
2260
2260
 
2261
2261
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet
2262
- # auth - Virtuozzo::SOAP::Drivers::Network::AuthType
2262
+ # auth - Virtuozzo::SOAP::Types::Networkm::AuthType
2263
2263
  # cookie - SOAP::SOAPString
2264
2264
  # target - SOAP::SOAPString
2265
2265
  # origin - SOAP::SOAPString
2266
- # src - Virtuozzo::SOAP::Drivers::Network::RouteType
2267
- # dst - Virtuozzo::SOAP::Drivers::Network::RouteType
2266
+ # src - Virtuozzo::SOAP::Types::Networkm::RouteType
2267
+ # dst - Virtuozzo::SOAP::Types::Networkm::RouteType
2268
2268
  # session - SOAP::SOAPString
2269
- # data - Virtuozzo::SOAP::Drivers::Network::Packet::C_Data
2269
+ # data - Virtuozzo::SOAP::Types::Networkm::Packet::C_Data
2270
2270
  # xmlattr_version - SOAP::SOAPString
2271
2271
  # xmlattr_id - SOAP::SOAPString
2272
2272
  # xmlattr_priority - SOAP::SOAPString