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,15 +1,15 @@
1
1
  require 'xsd/qname'
2
2
 
3
- module Virtuozzo; module SOAP; module Types; module Device
3
+ module Virtuozzo; module SOAP; module Types; module Devm
4
4
 
5
5
 
6
6
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet_headerType
7
- # auth - Virtuozzo::SOAP::Drivers::Device::AuthType
7
+ # auth - Virtuozzo::SOAP::Types::Devm::AuthType
8
8
  # cookie - SOAP::SOAPString
9
9
  # target - SOAP::SOAPString
10
10
  # origin - SOAP::SOAPString
11
- # src - Virtuozzo::SOAP::Drivers::Device::RouteType
12
- # dst - Virtuozzo::SOAP::Drivers::Device::RouteType
11
+ # src - Virtuozzo::SOAP::Types::Devm::RouteType
12
+ # dst - Virtuozzo::SOAP::Types::Devm::RouteType
13
13
  # session - SOAP::SOAPString
14
14
  # xmlattr_version - SOAP::SOAPString
15
15
  # xmlattr_id - SOAP::SOAPString
@@ -138,7 +138,7 @@ class Packet_headerType
138
138
  end
139
139
 
140
140
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operatorType
141
- # configuration - Virtuozzo::SOAP::Drivers::Device::ConfigurationType
141
+ # configuration - Virtuozzo::SOAP::Types::Devm::ConfigurationType
142
142
  class OperatorType
143
143
  attr_accessor :configuration
144
144
 
@@ -148,9 +148,9 @@ class OperatorType
148
148
  end
149
149
 
150
150
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_functionalType
151
- # configuration - Virtuozzo::SOAP::Drivers::Device::ConfigurationType
152
- # ok - Virtuozzo::SOAP::Drivers::Device::Operator_functionalType::Ok
153
- # error - Virtuozzo::SOAP::Drivers::Device::Operator_functionalType::Error
151
+ # configuration - Virtuozzo::SOAP::Types::Devm::ConfigurationType
152
+ # ok - Virtuozzo::SOAP::Types::Devm::Operator_functionalType::Ok
153
+ # error - Virtuozzo::SOAP::Types::Devm::Operator_functionalType::Error
154
154
  class Operator_functionalType < OperatorType
155
155
 
156
156
  # inner class for member: ok
@@ -186,12 +186,12 @@ class Operator_functionalType < OperatorType
186
186
  end
187
187
 
188
188
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_periodicType
189
- # configuration - Virtuozzo::SOAP::Drivers::Device::ConfigurationType
190
- # ok - Virtuozzo::SOAP::Drivers::Device::Operator_periodicType::Ok
191
- # error - Virtuozzo::SOAP::Drivers::Device::Operator_periodicType::Error
192
- # start_monitor - Virtuozzo::SOAP::Drivers::Device::Start_monitorType
193
- # stop_monitor - Virtuozzo::SOAP::Drivers::Device::Stop_monitorType
194
- # set_period - Virtuozzo::SOAP::Drivers::Device::Set_periodType
189
+ # configuration - Virtuozzo::SOAP::Types::Devm::ConfigurationType
190
+ # ok - Virtuozzo::SOAP::Types::Devm::Operator_periodicType::Ok
191
+ # error - Virtuozzo::SOAP::Types::Devm::Operator_periodicType::Error
192
+ # start_monitor - Virtuozzo::SOAP::Types::Devm::Start_monitorType
193
+ # stop_monitor - Virtuozzo::SOAP::Types::Devm::Stop_monitorType
194
+ # set_period - Virtuozzo::SOAP::Types::Devm::Set_periodType
195
195
  # report - (any)
196
196
  class Operator_periodicType < Operator_functionalType
197
197
 
@@ -236,25 +236,25 @@ class Operator_periodicType < Operator_functionalType
236
236
  end
237
237
 
238
238
  # {http://www.swsoft.com/webservices/vzl/4.0.0/devm}devmType
239
- # configuration - Virtuozzo::SOAP::Drivers::Device::ConfigurationType
240
- # ok - Virtuozzo::SOAP::Drivers::Device::DevmType::Ok
241
- # error - Virtuozzo::SOAP::Drivers::Device::DevmType::Error
242
- # get_mounts - Virtuozzo::SOAP::Drivers::Device::Get_mounts
243
- # new_mount - Virtuozzo::SOAP::Drivers::Device::New_mount
244
- # umount - Virtuozzo::SOAP::Drivers::Device::Umount
245
- # get_info - Virtuozzo::SOAP::Drivers::Device::Get_info
246
- # create_drive - Virtuozzo::SOAP::Drivers::Device::Create_drive
247
- # delete_drive - Virtuozzo::SOAP::Drivers::Device::Delete_drive
248
- # resize_drive - Virtuozzo::SOAP::Drivers::Device::Resize_drive
249
- # format_drive - Virtuozzo::SOAP::Drivers::Device::Format_drive
250
- # list_device - Virtuozzo::SOAP::Drivers::Device::List_device
251
- # forward_device - Virtuozzo::SOAP::Drivers::Device::Forward_device
252
- # remove_forward - Virtuozzo::SOAP::Drivers::Device::Remove_forward
253
- # list_forward - Virtuozzo::SOAP::Drivers::Device::List_forward
254
- # mount - Virtuozzo::SOAP::Drivers::Device::Mount_deviceType
255
- # device_info - Virtuozzo::SOAP::Drivers::Device::Device_info
256
- # device - Virtuozzo::SOAP::Drivers::Device::Common_deviceType
257
- # forward - Virtuozzo::SOAP::Drivers::Device::Forward
239
+ # configuration - Virtuozzo::SOAP::Types::Devm::ConfigurationType
240
+ # ok - Virtuozzo::SOAP::Types::Devm::DevmType::Ok
241
+ # error - Virtuozzo::SOAP::Types::Devm::DevmType::Error
242
+ # get_mounts - Virtuozzo::SOAP::Types::Devm::Get_mounts
243
+ # new_mount - Virtuozzo::SOAP::Types::Devm::New_mount
244
+ # umount - Virtuozzo::SOAP::Types::Devm::Umount
245
+ # get_info - Virtuozzo::SOAP::Types::Devm::Get_info
246
+ # create_drive - Virtuozzo::SOAP::Types::Devm::Create_drive
247
+ # delete_drive - Virtuozzo::SOAP::Types::Devm::Delete_drive
248
+ # resize_drive - Virtuozzo::SOAP::Types::Devm::Resize_drive
249
+ # format_drive - Virtuozzo::SOAP::Types::Devm::Format_drive
250
+ # list_device - Virtuozzo::SOAP::Types::Devm::List_device
251
+ # forward_device - Virtuozzo::SOAP::Types::Devm::Forward_device
252
+ # remove_forward - Virtuozzo::SOAP::Types::Devm::Remove_forward
253
+ # list_forward - Virtuozzo::SOAP::Types::Devm::List_forward
254
+ # mount - Virtuozzo::SOAP::Types::Devm::Mount_deviceType
255
+ # device_info - Virtuozzo::SOAP::Types::Devm::Device_info
256
+ # device - Virtuozzo::SOAP::Types::Devm::Common_deviceType
257
+ # forward - Virtuozzo::SOAP::Types::Devm::Forward
258
258
  class DevmType < Operator_functionalType
259
259
 
260
260
  # inner class for member: ok
@@ -322,25 +322,25 @@ class DevmType < Operator_functionalType
322
322
  end
323
323
 
324
324
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzadevm}vzadevmType
325
- # configuration - Virtuozzo::SOAP::Drivers::Device::ConfigurationType
326
- # ok - Virtuozzo::SOAP::Drivers::Device::VzadevmType::Ok
327
- # error - Virtuozzo::SOAP::Drivers::Device::VzadevmType::Error
328
- # get_mounts - Virtuozzo::SOAP::Drivers::Device::Get_mounts
329
- # new_mount - Virtuozzo::SOAP::Drivers::Device::New_mount
330
- # umount - Virtuozzo::SOAP::Drivers::Device::Umount
331
- # get_info - Virtuozzo::SOAP::Drivers::Device::Get_info
332
- # create_drive - Virtuozzo::SOAP::Drivers::Device::Create_drive
333
- # delete_drive - Virtuozzo::SOAP::Drivers::Device::Delete_drive
334
- # resize_drive - Virtuozzo::SOAP::Drivers::Device::Resize_drive
335
- # format_drive - Virtuozzo::SOAP::Drivers::Device::Format_drive
336
- # list_device - Virtuozzo::SOAP::Drivers::Device::List_device
337
- # forward_device - Virtuozzo::SOAP::Drivers::Device::Forward_device
338
- # remove_forward - Virtuozzo::SOAP::Drivers::Device::Remove_forward
339
- # list_forward - Virtuozzo::SOAP::Drivers::Device::List_forward
340
- # mount - Virtuozzo::SOAP::Drivers::Device::Mount_deviceType
341
- # device_info - Virtuozzo::SOAP::Drivers::Device::Device_info
342
- # device - Virtuozzo::SOAP::Drivers::Device::Common_deviceType
343
- # forward - Virtuozzo::SOAP::Drivers::Device::Forward
325
+ # configuration - Virtuozzo::SOAP::Types::Devm::ConfigurationType
326
+ # ok - Virtuozzo::SOAP::Types::Devm::VzadevmType::Ok
327
+ # error - Virtuozzo::SOAP::Types::Devm::VzadevmType::Error
328
+ # get_mounts - Virtuozzo::SOAP::Types::Devm::Get_mounts
329
+ # new_mount - Virtuozzo::SOAP::Types::Devm::New_mount
330
+ # umount - Virtuozzo::SOAP::Types::Devm::Umount
331
+ # get_info - Virtuozzo::SOAP::Types::Devm::Get_info
332
+ # create_drive - Virtuozzo::SOAP::Types::Devm::Create_drive
333
+ # delete_drive - Virtuozzo::SOAP::Types::Devm::Delete_drive
334
+ # resize_drive - Virtuozzo::SOAP::Types::Devm::Resize_drive
335
+ # format_drive - Virtuozzo::SOAP::Types::Devm::Format_drive
336
+ # list_device - Virtuozzo::SOAP::Types::Devm::List_device
337
+ # forward_device - Virtuozzo::SOAP::Types::Devm::Forward_device
338
+ # remove_forward - Virtuozzo::SOAP::Types::Devm::Remove_forward
339
+ # list_forward - Virtuozzo::SOAP::Types::Devm::List_forward
340
+ # mount - Virtuozzo::SOAP::Types::Devm::Mount_deviceType
341
+ # device_info - Virtuozzo::SOAP::Types::Devm::Device_info
342
+ # device - Virtuozzo::SOAP::Types::Devm::Common_deviceType
343
+ # forward - Virtuozzo::SOAP::Types::Devm::Forward
344
344
  class VzadevmType < DevmType
345
345
 
346
346
  # inner class for member: ok
@@ -579,9 +579,9 @@ end
579
579
  # description - SOAP::SOAPBase64
580
580
  # domain - SOAP::SOAPString
581
581
  # hostname - SOAP::SOAPString
582
- # address - Virtuozzo::SOAP::Drivers::Device::Ip_addressType
582
+ # address - Virtuozzo::SOAP::Types::Devm::Ip_addressType
583
583
  # architecture - SOAP::SOAPString
584
- # os - Virtuozzo::SOAP::Drivers::Device::OsType
584
+ # os - Virtuozzo::SOAP::Types::Devm::OsType
585
585
  # type - SOAP::SOAPString
586
586
  # nameserver - SOAP::SOAPString
587
587
  # search_domain - SOAP::SOAPString
@@ -625,16 +625,16 @@ end
625
625
  # description - SOAP::SOAPBase64
626
626
  # domain - SOAP::SOAPString
627
627
  # hostname - SOAP::SOAPString
628
- # address - Virtuozzo::SOAP::Drivers::Device::Ip_addressType
628
+ # address - Virtuozzo::SOAP::Types::Devm::Ip_addressType
629
629
  # architecture - SOAP::SOAPString
630
- # os - Virtuozzo::SOAP::Drivers::Device::OsType
630
+ # os - Virtuozzo::SOAP::Types::Devm::OsType
631
631
  # type - SOAP::SOAPString
632
632
  # nameserver - SOAP::SOAPString
633
633
  # search_domain - SOAP::SOAPString
634
634
  # base_sample_id - (any)
635
635
  # base_snapshot_id - (any)
636
636
  # child_type - SOAP::SOAPString
637
- # qos - Virtuozzo::SOAP::Drivers::Device::QosType
637
+ # qos - Virtuozzo::SOAP::Types::Devm::QosType
638
638
  class Venv_configType < Env_configType
639
639
  attr_accessor :name
640
640
  attr_accessor :description
@@ -674,39 +674,39 @@ end
674
674
  # description - SOAP::SOAPBase64
675
675
  # domain - SOAP::SOAPString
676
676
  # hostname - SOAP::SOAPString
677
- # address - Virtuozzo::SOAP::Drivers::Device::Ip_addressType
677
+ # address - Virtuozzo::SOAP::Types::Devm::Ip_addressType
678
678
  # architecture - SOAP::SOAPString
679
- # os - Virtuozzo::SOAP::Drivers::Device::OsType
679
+ # os - Virtuozzo::SOAP::Types::Devm::OsType
680
680
  # type - SOAP::SOAPString
681
681
  # nameserver - SOAP::SOAPString
682
682
  # search_domain - SOAP::SOAPString
683
683
  # base_sample_id - (any)
684
684
  # base_snapshot_id - (any)
685
685
  # child_type - SOAP::SOAPString
686
- # qos - Virtuozzo::SOAP::Drivers::Device::QosType
686
+ # qos - Virtuozzo::SOAP::Types::Devm::QosType
687
687
  # veid - (any)
688
688
  # ve_root - SOAP::SOAPString
689
689
  # ve_private - SOAP::SOAPString
690
690
  # on_boot - SOAP::SOAPBoolean
691
- # template - Virtuozzo::SOAP::Drivers::Device::TemplateType
691
+ # template - Virtuozzo::SOAP::Types::Devm::TemplateType
692
692
  # disabled - SOAP::SOAPBoolean
693
693
  # offline_management - SOAP::SOAPBoolean
694
- # os_template - Virtuozzo::SOAP::Drivers::Device::TemplateType
695
- # distribution - Virtuozzo::SOAP::Drivers::Device::TemplateType
696
- # capability - Virtuozzo::SOAP::Drivers::Device::Venv_configType_::Capability
694
+ # os_template - Virtuozzo::SOAP::Types::Devm::TemplateType
695
+ # distribution - Virtuozzo::SOAP::Types::Devm::TemplateType
696
+ # capability - Virtuozzo::SOAP::Types::Devm::Venv_configType_::Capability
697
697
  # iptables - SOAP::SOAPString
698
698
  # config_customized - SOAP::SOAPBoolean
699
699
  # class_id - SOAP::SOAPString
700
- # ve_type - Virtuozzo::SOAP::Drivers::Device::Venv_configType_::Ve_type
700
+ # ve_type - Virtuozzo::SOAP::Types::Devm::Venv_configType_::Ve_type
701
701
  # offline_service - SOAP::SOAPString
702
702
  # wins_server - SOAP::SOAPString
703
- # net_device - Virtuozzo::SOAP::Drivers::Device::Net_vethType
703
+ # net_device - Virtuozzo::SOAP::Types::Devm::Net_vethType
704
704
  # ts_license_server - SOAP::SOAPString
705
705
  # ts_mode - SOAP::SOAPInt
706
706
  # uuid - SOAP::SOAPString
707
707
  # allow_reboot - SOAP::SOAPBoolean
708
708
  # rate_bound - SOAP::SOAPBoolean
709
- # interface_rate - Virtuozzo::SOAP::Drivers::Device::Venv_configType_::Interface_rate
709
+ # interface_rate - Virtuozzo::SOAP::Types::Devm::Venv_configType_::Interface_rate
710
710
  # slm_mode - SOAP::SOAPString
711
711
  # origin_sample - SOAP::SOAPString
712
712
  class Venv_configType_ < Venv_configType
@@ -855,10 +855,10 @@ end
855
855
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}envType
856
856
  # parent_eid - (any)
857
857
  # eid - (any)
858
- # status - Virtuozzo::SOAP::Drivers::Device::Env_statusType
858
+ # status - Virtuozzo::SOAP::Types::Devm::Env_statusType
859
859
  # alert - SOAP::SOAPInt
860
- # config - Virtuozzo::SOAP::Drivers::Device::Env_configType
861
- # virtual_config - Virtuozzo::SOAP::Drivers::Device::Venv_configType
860
+ # config - Virtuozzo::SOAP::Types::Devm::Env_configType
861
+ # virtual_config - Virtuozzo::SOAP::Types::Devm::Venv_configType
862
862
  class EnvType
863
863
  attr_accessor :parent_eid
864
864
  attr_accessor :eid
@@ -880,10 +880,10 @@ end
880
880
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}envType
881
881
  # parent_eid - (any)
882
882
  # eid - (any)
883
- # status - Virtuozzo::SOAP::Drivers::Device::Env_statusType
883
+ # status - Virtuozzo::SOAP::Types::Devm::Env_statusType
884
884
  # alert - SOAP::SOAPInt
885
- # config - Virtuozzo::SOAP::Drivers::Device::Env_configType
886
- # virtual_config - Virtuozzo::SOAP::Drivers::Device::Venv_configType
885
+ # config - Virtuozzo::SOAP::Types::Devm::Env_configType
886
+ # virtual_config - Virtuozzo::SOAP::Types::Devm::Venv_configType
887
887
  class EnvType_ < EnvType
888
888
  attr_accessor :parent_eid
889
889
  attr_accessor :eid
@@ -997,8 +997,8 @@ class CpuType
997
997
  end
998
998
 
999
999
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}transferType
1000
- # input - Virtuozzo::SOAP::Drivers::Device::TransferType::Input
1001
- # output - Virtuozzo::SOAP::Drivers::Device::TransferType::Output
1000
+ # input - Virtuozzo::SOAP::Types::Devm::TransferType::Input
1001
+ # output - Virtuozzo::SOAP::Types::Devm::TransferType::Output
1002
1002
  class TransferType
1003
1003
 
1004
1004
  # inner class for member: input
@@ -1052,8 +1052,8 @@ class Ip_addressType
1052
1052
  end
1053
1053
 
1054
1054
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}system_nodeType
1055
- # address - Virtuozzo::SOAP::Drivers::Device::System_nodeType::Address
1056
- # login - Virtuozzo::SOAP::Drivers::Device::System_nodeType::Login
1055
+ # address - Virtuozzo::SOAP::Types::Devm::System_nodeType::Address
1056
+ # login - Virtuozzo::SOAP::Types::Devm::System_nodeType::Login
1057
1057
  class System_nodeType
1058
1058
 
1059
1059
  # inner class for member: address
@@ -1171,7 +1171,7 @@ end
1171
1171
 
1172
1172
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_classType
1173
1173
  # id - SOAP::SOAPString
1174
- # transfer - Virtuozzo::SOAP::Drivers::Device::TransferType
1174
+ # transfer - Virtuozzo::SOAP::Types::Devm::TransferType
1175
1175
  class Net_classType
1176
1176
  attr_accessor :id
1177
1177
  attr_accessor :transfer
@@ -1202,11 +1202,11 @@ class Ip_rangeType
1202
1202
  end
1203
1203
 
1204
1204
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}sample_confType
1205
- # env_config - Virtuozzo::SOAP::Drivers::Device::Env_configType
1205
+ # env_config - Virtuozzo::SOAP::Types::Devm::Env_configType
1206
1206
  # id - SOAP::SOAPString
1207
1207
  # name - SOAP::SOAPString
1208
1208
  # comment - SOAP::SOAPBase64
1209
- # vt_version - Virtuozzo::SOAP::Drivers::Device::Sample_confType::Vt_version
1209
+ # vt_version - Virtuozzo::SOAP::Types::Devm::Sample_confType::Vt_version
1210
1210
  class Sample_confType
1211
1211
 
1212
1212
  # inner class for member: vt_version
@@ -1244,7 +1244,7 @@ end
1244
1244
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}interfaceType
1245
1245
  # name - SOAP::SOAPString
1246
1246
  # bandwidth - SOAP::SOAPInt
1247
- # transfer - Virtuozzo::SOAP::Drivers::Device::TransferType
1247
+ # transfer - Virtuozzo::SOAP::Types::Devm::TransferType
1248
1248
  # ipaddress - (any)
1249
1249
  # flags - SOAP::SOAPInt
1250
1250
  class InterfaceType
@@ -1264,14 +1264,14 @@ class InterfaceType
1264
1264
  end
1265
1265
 
1266
1266
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}sys_infoType
1267
- # load_avg - Virtuozzo::SOAP::Drivers::Device::Load_avgType
1268
- # processes - Virtuozzo::SOAP::Drivers::Device::ProcessesType
1269
- # cpu_load - Virtuozzo::SOAP::Drivers::Device::Cpu_loadType
1270
- # cpu_states - Virtuozzo::SOAP::Drivers::Device::Cpu_loadType
1267
+ # load_avg - Virtuozzo::SOAP::Types::Devm::Load_avgType
1268
+ # processes - Virtuozzo::SOAP::Types::Devm::ProcessesType
1269
+ # cpu_load - Virtuozzo::SOAP::Types::Devm::Cpu_loadType
1270
+ # cpu_states - Virtuozzo::SOAP::Types::Devm::Cpu_loadType
1271
1271
  # users - SOAP::SOAPInt
1272
1272
  # uptime - SOAP::SOAPLong
1273
- # memory - Virtuozzo::SOAP::Drivers::Device::Sys_infoType::Memory
1274
- # swap - Virtuozzo::SOAP::Drivers::Device::Sys_infoType::Swap
1273
+ # memory - Virtuozzo::SOAP::Types::Devm::Sys_infoType::Memory
1274
+ # swap - Virtuozzo::SOAP::Types::Devm::Sys_infoType::Swap
1275
1275
  class Sys_infoType
1276
1276
 
1277
1277
  # inner class for member: memory
@@ -1324,7 +1324,7 @@ class Sys_infoType
1324
1324
  end
1325
1325
 
1326
1326
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}ps_infoType
1327
- # process - Virtuozzo::SOAP::Drivers::Device::Ps_infoType::C_Process
1327
+ # process - Virtuozzo::SOAP::Types::Devm::Ps_infoType::C_Process
1328
1328
  # param_id - SOAP::SOAPString
1329
1329
  # run - SOAP::SOAPInt
1330
1330
  # idle - SOAP::SOAPInt
@@ -1373,9 +1373,9 @@ class Ps_infoType
1373
1373
  end
1374
1374
 
1375
1375
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}load_avg_statsType
1376
- # l1 - Virtuozzo::SOAP::Drivers::Device::Load_avg_statsType::L1
1377
- # l2 - Virtuozzo::SOAP::Drivers::Device::Load_avg_statsType::L2
1378
- # l3 - Virtuozzo::SOAP::Drivers::Device::Load_avg_statsType::L3
1376
+ # l1 - Virtuozzo::SOAP::Types::Devm::Load_avg_statsType::L1
1377
+ # l2 - Virtuozzo::SOAP::Types::Devm::Load_avg_statsType::L2
1378
+ # l3 - Virtuozzo::SOAP::Types::Devm::Load_avg_statsType::L3
1379
1379
  class Load_avg_statsType
1380
1380
 
1381
1381
  # inner class for member: l1
@@ -1451,7 +1451,7 @@ end
1451
1451
 
1452
1452
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}env_resourceType
1453
1453
  # eid - (any)
1454
- # ip_pool - Virtuozzo::SOAP::Drivers::Device::Ip_poolType
1454
+ # ip_pool - Virtuozzo::SOAP::Types::Devm::Ip_poolType
1455
1455
  class Env_resourceType
1456
1456
  attr_accessor :eid
1457
1457
  attr_accessor :ip_pool
@@ -1463,7 +1463,7 @@ class Env_resourceType
1463
1463
  end
1464
1464
 
1465
1465
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}ip_poolType
1466
- # ip_range - Virtuozzo::SOAP::Drivers::Device::Ip_poolType::Ip_range
1466
+ # ip_range - Virtuozzo::SOAP::Types::Devm::Ip_poolType::Ip_range
1467
1467
  # ip - (any)
1468
1468
  class Ip_poolType
1469
1469
 
@@ -1510,7 +1510,7 @@ end
1510
1510
  # id - SOAP::SOAPString
1511
1511
  # policy - SOAP::SOAPInt
1512
1512
  # description - SOAP::SOAPBase64
1513
- # cred - Virtuozzo::SOAP::Drivers::Device::CredentialType
1513
+ # cred - Virtuozzo::SOAP::Types::Devm::CredentialType
1514
1514
  class CredentialType
1515
1515
  attr_accessor :id
1516
1516
  attr_accessor :policy
@@ -1529,8 +1529,8 @@ end
1529
1529
  # id - SOAP::SOAPString
1530
1530
  # policy - SOAP::SOAPInt
1531
1531
  # description - SOAP::SOAPBase64
1532
- # cred - Virtuozzo::SOAP::Drivers::Device::CredentialType
1533
- # objects - Virtuozzo::SOAP::Drivers::Device::Root_credentialType::Objects
1532
+ # cred - Virtuozzo::SOAP::Types::Devm::CredentialType
1533
+ # objects - Virtuozzo::SOAP::Types::Devm::Root_credentialType::Objects
1534
1534
  class Root_credentialType < CredentialType
1535
1535
 
1536
1536
  # inner class for member: objects
@@ -1555,10 +1555,10 @@ end
1555
1555
 
1556
1556
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}tokenType
1557
1557
  # user - (any)
1558
- # groups - Virtuozzo::SOAP::Drivers::Device::TokenType::Groups
1559
- # deny_only_sids - Virtuozzo::SOAP::Drivers::Device::TokenType::Deny_only_sids
1560
- # privileges - Virtuozzo::SOAP::Drivers::Device::TokenType::Privileges
1561
- # source - Virtuozzo::SOAP::Drivers::Device::TokenType::Source
1558
+ # groups - Virtuozzo::SOAP::Types::Devm::TokenType::Groups
1559
+ # deny_only_sids - Virtuozzo::SOAP::Types::Devm::TokenType::Deny_only_sids
1560
+ # privileges - Virtuozzo::SOAP::Types::Devm::TokenType::Privileges
1561
+ # source - Virtuozzo::SOAP::Types::Devm::TokenType::Source
1562
1562
  class TokenType
1563
1563
 
1564
1564
  # inner class for member: groups
@@ -1625,7 +1625,7 @@ end
1625
1625
  # protocol - SOAP::SOAPString
1626
1626
  # address - SOAP::SOAPString
1627
1627
  # port - SOAP::SOAPUnsignedInt
1628
- # login - Virtuozzo::SOAP::Drivers::Device::Auth_nameType
1628
+ # login - Virtuozzo::SOAP::Types::Devm::Auth_nameType
1629
1629
  # password - SOAP::SOAPBase64
1630
1630
  class Connection_infoType < Connectivity_infoType
1631
1631
  attr_accessor :protocol
@@ -1710,9 +1710,9 @@ end
1710
1710
 
1711
1711
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}vt_settingsType
1712
1712
  # default_sample_id - (any)
1713
- # parameter - Virtuozzo::SOAP::Drivers::Device::Vt_settingsType_::Parameter
1714
- # service - Virtuozzo::SOAP::Drivers::Device::Redirect_serviceType
1715
- # qos - Virtuozzo::SOAP::Drivers::Device::QosType
1713
+ # parameter - Virtuozzo::SOAP::Types::Devm::Vt_settingsType_::Parameter
1714
+ # service - Virtuozzo::SOAP::Types::Devm::Redirect_serviceType
1715
+ # qos - Virtuozzo::SOAP::Types::Devm::QosType
1716
1716
  class Vt_settingsType_ < Vt_settingsType
1717
1717
 
1718
1718
  # inner class for member: parameter
@@ -1743,8 +1743,8 @@ class Vt_settingsType_ < Vt_settingsType
1743
1743
  end
1744
1744
 
1745
1745
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}groupType
1746
- # user - Virtuozzo::SOAP::Drivers::Device::GroupType::User
1747
- # member_group - Virtuozzo::SOAP::Drivers::Device::GroupType::Member_group
1746
+ # user - Virtuozzo::SOAP::Types::Devm::GroupType::User
1747
+ # member_group - Virtuozzo::SOAP::Types::Devm::GroupType::Member_group
1748
1748
  # name - SOAP::SOAPString
1749
1749
  # gid - SOAP::SOAPInt
1750
1750
  class GroupType
@@ -1762,8 +1762,8 @@ class GroupType
1762
1762
  end
1763
1763
 
1764
1764
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}userType
1765
- # initial_group - Virtuozzo::SOAP::Drivers::Device::UserType::Initial_group
1766
- # group - Virtuozzo::SOAP::Drivers::Device::UserType::Group
1765
+ # initial_group - Virtuozzo::SOAP::Types::Devm::UserType::Initial_group
1766
+ # group - Virtuozzo::SOAP::Types::Devm::UserType::Group
1767
1767
  # uid - SOAP::SOAPInt
1768
1768
  # shell - SOAP::SOAPString
1769
1769
  # password - SOAP::SOAPBase64
@@ -1848,7 +1848,7 @@ end
1848
1848
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}packageType
1849
1849
  # name - SOAP::SOAPString
1850
1850
  # summary - SOAP::SOAPString
1851
- # os - Virtuozzo::SOAP::Drivers::Device::OsType
1851
+ # os - Virtuozzo::SOAP::Types::Devm::OsType
1852
1852
  # description - SOAP::SOAPString
1853
1853
  # arch - SOAP::SOAPString
1854
1854
  # version - SOAP::SOAPString
@@ -1873,7 +1873,7 @@ end
1873
1873
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}package_vztemplateType
1874
1874
  # name - SOAP::SOAPString
1875
1875
  # summary - SOAP::SOAPString
1876
- # os - Virtuozzo::SOAP::Drivers::Device::OsType
1876
+ # os - Virtuozzo::SOAP::Types::Devm::OsType
1877
1877
  # description - SOAP::SOAPString
1878
1878
  # arch - SOAP::SOAPString
1879
1879
  # version - SOAP::SOAPString
@@ -1913,7 +1913,7 @@ end
1913
1913
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}package_std_vztemplateType
1914
1914
  # name - SOAP::SOAPString
1915
1915
  # summary - SOAP::SOAPString
1916
- # os - Virtuozzo::SOAP::Drivers::Device::OsType
1916
+ # os - Virtuozzo::SOAP::Types::Devm::OsType
1917
1917
  # description - SOAP::SOAPString
1918
1918
  # arch - SOAP::SOAPString
1919
1919
  # version - SOAP::SOAPString
@@ -2025,13 +2025,13 @@ end
2025
2025
  # sid - (any)
2026
2026
  # count - SOAP::SOAPInt
2027
2027
  # id - (any)
2028
- # info - Virtuozzo::SOAP::Drivers::Device::InfoType
2029
- # data - Virtuozzo::SOAP::Drivers::Device::EventType::C_Data
2028
+ # info - Virtuozzo::SOAP::Types::Devm::InfoType
2029
+ # data - Virtuozzo::SOAP::Types::Devm::EventType::C_Data
2030
2030
  class EventType
2031
2031
 
2032
2032
  # inner class for member: data
2033
2033
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}data
2034
- # event_data - Virtuozzo::SOAP::Drivers::Device::Event_dataType
2034
+ # event_data - Virtuozzo::SOAP::Types::Devm::Event_dataType
2035
2035
  class C_Data
2036
2036
  attr_accessor :event_data
2037
2037
 
@@ -2066,7 +2066,7 @@ end
2066
2066
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}infoType
2067
2067
  # message - SOAP::SOAPBase64
2068
2068
  # translate - (any)
2069
- # parameter - Virtuozzo::SOAP::Drivers::Device::InfoType
2069
+ # parameter - Virtuozzo::SOAP::Types::Devm::InfoType
2070
2070
  # name - SOAP::SOAPString
2071
2071
  class InfoType
2072
2072
  attr_accessor :message
@@ -2101,7 +2101,7 @@ end
2101
2101
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}security_descriptorType
2102
2102
  # owner - (any)
2103
2103
  # group - (any)
2104
- # dacl - Virtuozzo::SOAP::Drivers::Device::Security_descriptorType::Dacl
2104
+ # dacl - Virtuozzo::SOAP::Types::Devm::Security_descriptorType::Dacl
2105
2105
  class Security_descriptorType
2106
2106
 
2107
2107
  # inner class for member: dacl
@@ -2149,10 +2149,10 @@ end
2149
2149
 
2150
2150
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_deviceType
2151
2151
  # id - SOAP::SOAPString
2152
- # ip_address - Virtuozzo::SOAP::Drivers::Device::Ip_addressType
2152
+ # ip_address - Virtuozzo::SOAP::Types::Devm::Ip_addressType
2153
2153
  # dhcp - (any)
2154
2154
  # network_id - SOAP::SOAPBase64
2155
- # status - Virtuozzo::SOAP::Drivers::Device::Net_deviceType::Status
2155
+ # status - Virtuozzo::SOAP::Types::Devm::Net_deviceType::Status
2156
2156
  class Net_deviceType
2157
2157
 
2158
2158
  # inner class for member: status
@@ -2186,10 +2186,10 @@ end
2186
2186
 
2187
2187
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_nicType
2188
2188
  # id - SOAP::SOAPString
2189
- # ip_address - Virtuozzo::SOAP::Drivers::Device::Ip_addressType
2189
+ # ip_address - Virtuozzo::SOAP::Types::Devm::Ip_addressType
2190
2190
  # dhcp - (any)
2191
2191
  # network_id - SOAP::SOAPBase64
2192
- # status - Virtuozzo::SOAP::Drivers::Device::Net_nicType::Status
2192
+ # status - Virtuozzo::SOAP::Types::Devm::Net_nicType::Status
2193
2193
  # mac_address - SOAP::SOAPString
2194
2194
  class Net_nicType < Net_deviceType
2195
2195
 
@@ -2226,10 +2226,10 @@ end
2226
2226
 
2227
2227
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}net_vethType
2228
2228
  # id - SOAP::SOAPString
2229
- # ip_address - Virtuozzo::SOAP::Drivers::Device::Ip_addressType
2229
+ # ip_address - Virtuozzo::SOAP::Types::Devm::Ip_addressType
2230
2230
  # dhcp - (any)
2231
2231
  # network_id - SOAP::SOAPBase64
2232
- # status - Virtuozzo::SOAP::Drivers::Device::Net_vethType::Status
2232
+ # status - Virtuozzo::SOAP::Types::Devm::Net_vethType::Status
2233
2233
  # mac_address - SOAP::SOAPString
2234
2234
  # wins_server - SOAP::SOAPString
2235
2235
  # nameserver - SOAP::SOAPString
@@ -2321,8 +2321,8 @@ end
2321
2321
 
2322
2322
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}vocabularyType
2323
2323
  # name - SOAP::SOAPString
2324
- # parameter - Virtuozzo::SOAP::Drivers::Device::Voc_parameterType
2325
- # category - Virtuozzo::SOAP::Drivers::Device::Voc_parameterType
2324
+ # parameter - Virtuozzo::SOAP::Types::Devm::Voc_parameterType
2325
+ # category - Virtuozzo::SOAP::Types::Devm::Voc_parameterType
2326
2326
  class VocabularyType
2327
2327
  attr_accessor :name
2328
2328
  attr_accessor :parameter
@@ -2356,26 +2356,26 @@ end
2356
2356
 
2357
2357
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}perf_dataType
2358
2358
  # eid - (any)
2359
- # m_class - Virtuozzo::SOAP::Drivers::Device::Perf_dataType::C_Class
2360
- # interval - Virtuozzo::SOAP::Drivers::Device::IntervalType
2359
+ # m_class - Virtuozzo::SOAP::Types::Devm::Perf_dataType::C_Class
2360
+ # interval - Virtuozzo::SOAP::Types::Devm::IntervalType
2361
2361
  class Perf_dataType
2362
2362
 
2363
2363
  # inner class for member: class
2364
2364
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}class
2365
2365
  # name - SOAP::SOAPString
2366
- # instance - Virtuozzo::SOAP::Drivers::Device::Perf_dataType::C_Class::Instance
2366
+ # instance - Virtuozzo::SOAP::Types::Devm::Perf_dataType::C_Class::Instance
2367
2367
  class C_Class
2368
2368
 
2369
2369
  # inner class for member: instance
2370
2370
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}instance
2371
2371
  # name - SOAP::SOAPString
2372
- # counter - Virtuozzo::SOAP::Drivers::Device::Perf_dataType::C_Class::Instance::Counter
2372
+ # counter - Virtuozzo::SOAP::Types::Devm::Perf_dataType::C_Class::Instance::Counter
2373
2373
  class Instance
2374
2374
 
2375
2375
  # inner class for member: counter
2376
2376
  # {http://www.swsoft.com/webservices/vzl/4.0.0/types}counter
2377
2377
  # name - SOAP::SOAPString
2378
- # value - Virtuozzo::SOAP::Drivers::Device::Perf_statType
2378
+ # value - Virtuozzo::SOAP::Types::Devm::Perf_statType
2379
2379
  class Counter
2380
2380
  attr_accessor :name
2381
2381
  attr_accessor :value
@@ -2562,25 +2562,25 @@ class Yes_no_type < ::String
2562
2562
  end
2563
2563
 
2564
2564
  # {http://www.swsoft.com/webservices/vza/4.0.0/vzadevm}vzadevm
2565
- # configuration - Virtuozzo::SOAP::Drivers::Device::ConfigurationType
2566
- # ok - Virtuozzo::SOAP::Drivers::Device::Vzadevm::Ok
2567
- # error - Virtuozzo::SOAP::Drivers::Device::Vzadevm::Error
2568
- # get_mounts - Virtuozzo::SOAP::Drivers::Device::Get_mounts
2569
- # new_mount - Virtuozzo::SOAP::Drivers::Device::New_mount
2570
- # umount - Virtuozzo::SOAP::Drivers::Device::Umount
2571
- # get_info - Virtuozzo::SOAP::Drivers::Device::Get_info
2572
- # create_drive - Virtuozzo::SOAP::Drivers::Device::Create_drive
2573
- # delete_drive - Virtuozzo::SOAP::Drivers::Device::Delete_drive
2574
- # resize_drive - Virtuozzo::SOAP::Drivers::Device::Resize_drive
2575
- # format_drive - Virtuozzo::SOAP::Drivers::Device::Format_drive
2576
- # list_device - Virtuozzo::SOAP::Drivers::Device::List_device
2577
- # forward_device - Virtuozzo::SOAP::Drivers::Device::Forward_device
2578
- # remove_forward - Virtuozzo::SOAP::Drivers::Device::Remove_forward
2579
- # list_forward - Virtuozzo::SOAP::Drivers::Device::List_forward
2580
- # mount - Virtuozzo::SOAP::Drivers::Device::Mount_deviceType
2581
- # device_info - Virtuozzo::SOAP::Drivers::Device::Device_info
2582
- # device - Virtuozzo::SOAP::Drivers::Device::Common_deviceType
2583
- # forward - Virtuozzo::SOAP::Drivers::Device::Forward
2565
+ # configuration - Virtuozzo::SOAP::Types::Devm::ConfigurationType
2566
+ # ok - Virtuozzo::SOAP::Types::Devm::Vzadevm::Ok
2567
+ # error - Virtuozzo::SOAP::Types::Devm::Vzadevm::Error
2568
+ # get_mounts - Virtuozzo::SOAP::Types::Devm::Get_mounts
2569
+ # new_mount - Virtuozzo::SOAP::Types::Devm::New_mount
2570
+ # umount - Virtuozzo::SOAP::Types::Devm::Umount
2571
+ # get_info - Virtuozzo::SOAP::Types::Devm::Get_info
2572
+ # create_drive - Virtuozzo::SOAP::Types::Devm::Create_drive
2573
+ # delete_drive - Virtuozzo::SOAP::Types::Devm::Delete_drive
2574
+ # resize_drive - Virtuozzo::SOAP::Types::Devm::Resize_drive
2575
+ # format_drive - Virtuozzo::SOAP::Types::Devm::Format_drive
2576
+ # list_device - Virtuozzo::SOAP::Types::Devm::List_device
2577
+ # forward_device - Virtuozzo::SOAP::Types::Devm::Forward_device
2578
+ # remove_forward - Virtuozzo::SOAP::Types::Devm::Remove_forward
2579
+ # list_forward - Virtuozzo::SOAP::Types::Devm::List_forward
2580
+ # mount - Virtuozzo::SOAP::Types::Devm::Mount_deviceType
2581
+ # device_info - Virtuozzo::SOAP::Types::Devm::Device_info
2582
+ # device - Virtuozzo::SOAP::Types::Devm::Common_deviceType
2583
+ # forward - Virtuozzo::SOAP::Types::Devm::Forward
2584
2584
  class Vzadevm < VzadevmType
2585
2585
 
2586
2586
  # inner class for member: ok
@@ -2648,14 +2648,14 @@ class Vzadevm < VzadevmType
2648
2648
  end
2649
2649
 
2650
2650
  # {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet
2651
- # auth - Virtuozzo::SOAP::Drivers::Device::AuthType
2651
+ # auth - Virtuozzo::SOAP::Types::Devm::AuthType
2652
2652
  # cookie - SOAP::SOAPString
2653
2653
  # target - SOAP::SOAPString
2654
2654
  # origin - SOAP::SOAPString
2655
- # src - Virtuozzo::SOAP::Drivers::Device::RouteType
2656
- # dst - Virtuozzo::SOAP::Drivers::Device::RouteType
2655
+ # src - Virtuozzo::SOAP::Types::Devm::RouteType
2656
+ # dst - Virtuozzo::SOAP::Types::Devm::RouteType
2657
2657
  # session - SOAP::SOAPString
2658
- # data - Virtuozzo::SOAP::Drivers::Device::Packet::C_Data
2658
+ # data - Virtuozzo::SOAP::Types::Devm::Packet::C_Data
2659
2659
  # xmlattr_version - SOAP::SOAPString
2660
2660
  # xmlattr_id - SOAP::SOAPString
2661
2661
  # xmlattr_priority - SOAP::SOAPString
@@ -3009,7 +3009,7 @@ class UmountResponse
3009
3009
  end
3010
3010
 
3011
3011
  # {http://www.swsoft.com/webservices/vzl/4.0.0/devm}get_infoResponse
3012
- # device_info - Virtuozzo::SOAP::Drivers::Device::Device_info
3012
+ # device_info - Virtuozzo::SOAP::Types::Devm::Device_info
3013
3013
  class Get_infoResponse
3014
3014
  attr_accessor :device_info
3015
3015
 
@@ -3019,7 +3019,7 @@ class Get_infoResponse
3019
3019
  end
3020
3020
 
3021
3021
  # {http://www.swsoft.com/webservices/vzl/4.0.0/devm}create_driveResponse
3022
- # device_info - Virtuozzo::SOAP::Drivers::Device::Device_info
3022
+ # device_info - Virtuozzo::SOAP::Types::Devm::Device_info
3023
3023
  class Create_driveResponse
3024
3024
  attr_accessor :device_info
3025
3025
 
@@ -3041,14 +3041,14 @@ class Resize_driveResponse
3041
3041
  end
3042
3042
 
3043
3043
  # {http://www.swsoft.com/webservices/vzl/4.0.0/devm}forward
3044
- # source - Virtuozzo::SOAP::Drivers::Device::Forward::Source
3045
- # destination - Virtuozzo::SOAP::Drivers::Device::Forward::Destination
3044
+ # source - Virtuozzo::SOAP::Types::Devm::Forward::Source
3045
+ # destination - Virtuozzo::SOAP::Types::Devm::Forward::Destination
3046
3046
  class Forward
3047
3047
 
3048
3048
  # inner class for member: source
3049
3049
  # {http://www.swsoft.com/webservices/vzl/4.0.0/devm}source
3050
3050
  # eid - (any)
3051
- # device - Virtuozzo::SOAP::Drivers::Device::Common_deviceType
3051
+ # device - Virtuozzo::SOAP::Types::Devm::Common_deviceType
3052
3052
  class Source
3053
3053
  attr_accessor :eid
3054
3054
  attr_accessor :device
@@ -3062,7 +3062,7 @@ class Forward
3062
3062
  # inner class for member: destination
3063
3063
  # {http://www.swsoft.com/webservices/vzl/4.0.0/devm}destination
3064
3064
  # eid - (any)
3065
- # device - Virtuozzo::SOAP::Drivers::Device::Common_deviceType
3065
+ # device - Virtuozzo::SOAP::Types::Devm::Common_deviceType
3066
3066
  class Destination
3067
3067
  attr_accessor :eid
3068
3068
  attr_accessor :device
@@ -3091,7 +3091,7 @@ class List_deviceResponse < ::Array
3091
3091
  end
3092
3092
 
3093
3093
  # {http://www.swsoft.com/webservices/vzl/4.0.0/devm}forward_device
3094
- # forward - Virtuozzo::SOAP::Drivers::Device::Forward
3094
+ # forward - Virtuozzo::SOAP::Types::Devm::Forward
3095
3095
  class Forward_device
3096
3096
  attr_accessor :forward
3097
3097
 
@@ -3108,7 +3108,7 @@ class Forward_deviceResponse < ::String
3108
3108
  end
3109
3109
 
3110
3110
  # {http://www.swsoft.com/webservices/vzl/4.0.0/devm}remove_forward
3111
- # forward - Virtuozzo::SOAP::Drivers::Device::Forward
3111
+ # forward - Virtuozzo::SOAP::Types::Devm::Forward
3112
3112
  # force - (any)
3113
3113
  class Remove_forward
3114
3114
  attr_accessor :forward