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.
- data/CHANGELOG.rdoc +8 -0
- data/Rakefile +1 -2
- data/TODO.rdoc +0 -5
- data/lib/virtuozzo/soap.rb +43 -43
- data/lib/virtuozzo/soap/drivers/{device.rb → devm.rb} +6 -6
- data/lib/virtuozzo/soap/drivers/{environment.rb → envm.rb} +6 -6
- data/lib/virtuozzo/soap/drivers/{network.rb → networkm.rb} +6 -6
- data/lib/virtuozzo/soap/drivers/{template.rb → packagem.rb} +6 -6
- data/lib/virtuozzo/soap/drivers/{process_info.rb → proc_info.rb} +6 -6
- data/lib/virtuozzo/soap/drivers/{process.rb → processm.rb} +6 -6
- data/lib/virtuozzo/soap/drivers/{session.rb → sessionm.rb} +6 -6
- data/lib/virtuozzo/soap/mapping_registries/{device.rb → devm.rb} +645 -645
- data/lib/virtuozzo/soap/mapping_registries/{environment.rb → envm.rb} +872 -872
- data/lib/virtuozzo/soap/mapping_registries/{network.rb → networkm.rb} +533 -533
- data/lib/virtuozzo/soap/mapping_registries/{template.rb → packagem.rb} +648 -648
- data/lib/virtuozzo/soap/mapping_registries/{process_info.rb → proc_info.rb} +480 -480
- data/lib/virtuozzo/soap/mapping_registries/{process.rb → processm.rb} +527 -527
- data/lib/virtuozzo/soap/mapping_registries/{session.rb → sessionm.rb} +523 -523
- data/lib/virtuozzo/soap/types/{device.rb → devm.rb} +160 -160
- data/lib/virtuozzo/soap/types/{environment.rb → envm.rb} +200 -200
- data/lib/virtuozzo/soap/types/{network.rb → networkm.rb} +109 -109
- data/lib/virtuozzo/soap/types/{template.rb → packagem.rb} +152 -152
- data/lib/virtuozzo/soap/types/{process_info.rb → proc_info.rb} +100 -100
- data/lib/virtuozzo/soap/types/{process.rb → processm.rb} +108 -108
- data/lib/virtuozzo/soap/types/{session.rb → sessionm.rb} +106 -106
- data/tasks/rspec.rake +7 -0
- data/tasks/yard.rake +7 -4
- data/virtuozzo.gemspec +3 -3
- metadata +45 -43
@@ -1,15 +1,15 @@
|
|
1
1
|
require 'xsd/qname'
|
2
2
|
|
3
|
-
module Virtuozzo; module SOAP; module Types; module
|
3
|
+
module Virtuozzo; module SOAP; module Types; module Processm
|
4
4
|
|
5
5
|
|
6
6
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet_headerType
|
7
|
-
# auth - Virtuozzo::SOAP::
|
7
|
+
# auth - Virtuozzo::SOAP::Types::Processm::AuthType
|
8
8
|
# cookie - SOAP::SOAPString
|
9
9
|
# target - SOAP::SOAPString
|
10
10
|
# origin - SOAP::SOAPString
|
11
|
-
# src - Virtuozzo::SOAP::
|
12
|
-
# dst - Virtuozzo::SOAP::
|
11
|
+
# src - Virtuozzo::SOAP::Types::Processm::RouteType
|
12
|
+
# dst - Virtuozzo::SOAP::Types::Processm::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::
|
141
|
+
# configuration - Virtuozzo::SOAP::Types::Processm::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::
|
152
|
-
# ok - Virtuozzo::SOAP::
|
153
|
-
# error - Virtuozzo::SOAP::
|
151
|
+
# configuration - Virtuozzo::SOAP::Types::Processm::ConfigurationType
|
152
|
+
# ok - Virtuozzo::SOAP::Types::Processm::Operator_functionalType::Ok
|
153
|
+
# error - Virtuozzo::SOAP::Types::Processm::Operator_functionalType::Error
|
154
154
|
class Operator_functionalType < OperatorType
|
155
155
|
|
156
156
|
# inner class for member: ok
|
@@ -186,10 +186,10 @@ class Operator_functionalType < OperatorType
|
|
186
186
|
end
|
187
187
|
|
188
188
|
# {http://www.swsoft.com/webservices/vza/4.0.0/vzaprocessm}vzaprocessmType
|
189
|
-
# configuration - Virtuozzo::SOAP::
|
190
|
-
# ok - Virtuozzo::SOAP::
|
191
|
-
# error - Virtuozzo::SOAP::
|
192
|
-
# kill - Virtuozzo::SOAP::
|
189
|
+
# configuration - Virtuozzo::SOAP::Types::Processm::ConfigurationType
|
190
|
+
# ok - Virtuozzo::SOAP::Types::Processm::VzaprocessmType::Ok
|
191
|
+
# error - Virtuozzo::SOAP::Types::Processm::VzaprocessmType::Error
|
192
|
+
# kill - Virtuozzo::SOAP::Types::Processm::Kill
|
193
193
|
class VzaprocessmType < Operator_functionalType
|
194
194
|
|
195
195
|
# inner class for member: ok
|
@@ -227,12 +227,12 @@ class VzaprocessmType < Operator_functionalType
|
|
227
227
|
end
|
228
228
|
|
229
229
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}operator_periodicType
|
230
|
-
# configuration - Virtuozzo::SOAP::
|
231
|
-
# ok - Virtuozzo::SOAP::
|
232
|
-
# error - Virtuozzo::SOAP::
|
233
|
-
# start_monitor - Virtuozzo::SOAP::
|
234
|
-
# stop_monitor - Virtuozzo::SOAP::
|
235
|
-
# set_period - Virtuozzo::SOAP::
|
230
|
+
# configuration - Virtuozzo::SOAP::Types::Processm::ConfigurationType
|
231
|
+
# ok - Virtuozzo::SOAP::Types::Processm::Operator_periodicType::Ok
|
232
|
+
# error - Virtuozzo::SOAP::Types::Processm::Operator_periodicType::Error
|
233
|
+
# start_monitor - Virtuozzo::SOAP::Types::Processm::Start_monitorType
|
234
|
+
# stop_monitor - Virtuozzo::SOAP::Types::Processm::Stop_monitorType
|
235
|
+
# set_period - Virtuozzo::SOAP::Types::Processm::Set_periodType
|
236
236
|
# report - (any)
|
237
237
|
class Operator_periodicType < Operator_functionalType
|
238
238
|
|
@@ -277,12 +277,12 @@ class Operator_periodicType < Operator_functionalType
|
|
277
277
|
end
|
278
278
|
|
279
279
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/processm}processmType
|
280
|
-
# configuration - Virtuozzo::SOAP::
|
281
|
-
# ok - Virtuozzo::SOAP::
|
282
|
-
# error - Virtuozzo::SOAP::
|
283
|
-
# execute - Virtuozzo::SOAP::
|
284
|
-
# kill - Virtuozzo::SOAP::
|
285
|
-
# exec - Virtuozzo::SOAP::
|
280
|
+
# configuration - Virtuozzo::SOAP::Types::Processm::ConfigurationType
|
281
|
+
# ok - Virtuozzo::SOAP::Types::Processm::ProcessmType::Ok
|
282
|
+
# error - Virtuozzo::SOAP::Types::Processm::ProcessmType::Error
|
283
|
+
# execute - Virtuozzo::SOAP::Types::Processm::Execute
|
284
|
+
# kill - Virtuozzo::SOAP::Types::Processm::Kill_
|
285
|
+
# exec - Virtuozzo::SOAP::Types::Processm::Exec
|
286
286
|
class ProcessmType < Operator_functionalType
|
287
287
|
|
288
288
|
# inner class for member: ok
|
@@ -495,9 +495,9 @@ end
|
|
495
495
|
# description - SOAP::SOAPBase64
|
496
496
|
# domain - SOAP::SOAPString
|
497
497
|
# hostname - SOAP::SOAPString
|
498
|
-
# address - Virtuozzo::SOAP::
|
498
|
+
# address - Virtuozzo::SOAP::Types::Processm::Ip_addressType
|
499
499
|
# architecture - SOAP::SOAPString
|
500
|
-
# os - Virtuozzo::SOAP::
|
500
|
+
# os - Virtuozzo::SOAP::Types::Processm::OsType
|
501
501
|
# type - SOAP::SOAPString
|
502
502
|
# nameserver - SOAP::SOAPString
|
503
503
|
# search_domain - SOAP::SOAPString
|
@@ -541,16 +541,16 @@ end
|
|
541
541
|
# description - SOAP::SOAPBase64
|
542
542
|
# domain - SOAP::SOAPString
|
543
543
|
# hostname - SOAP::SOAPString
|
544
|
-
# address - Virtuozzo::SOAP::
|
544
|
+
# address - Virtuozzo::SOAP::Types::Processm::Ip_addressType
|
545
545
|
# architecture - SOAP::SOAPString
|
546
|
-
# os - Virtuozzo::SOAP::
|
546
|
+
# os - Virtuozzo::SOAP::Types::Processm::OsType
|
547
547
|
# type - SOAP::SOAPString
|
548
548
|
# nameserver - SOAP::SOAPString
|
549
549
|
# search_domain - SOAP::SOAPString
|
550
550
|
# base_sample_id - (any)
|
551
551
|
# base_snapshot_id - (any)
|
552
552
|
# child_type - SOAP::SOAPString
|
553
|
-
# qos - Virtuozzo::SOAP::
|
553
|
+
# qos - Virtuozzo::SOAP::Types::Processm::QosType
|
554
554
|
class Venv_configType < Env_configType
|
555
555
|
attr_accessor :name
|
556
556
|
attr_accessor :description
|
@@ -590,39 +590,39 @@ end
|
|
590
590
|
# description - SOAP::SOAPBase64
|
591
591
|
# domain - SOAP::SOAPString
|
592
592
|
# hostname - SOAP::SOAPString
|
593
|
-
# address - Virtuozzo::SOAP::
|
593
|
+
# address - Virtuozzo::SOAP::Types::Processm::Ip_addressType
|
594
594
|
# architecture - SOAP::SOAPString
|
595
|
-
# os - Virtuozzo::SOAP::
|
595
|
+
# os - Virtuozzo::SOAP::Types::Processm::OsType
|
596
596
|
# type - SOAP::SOAPString
|
597
597
|
# nameserver - SOAP::SOAPString
|
598
598
|
# search_domain - SOAP::SOAPString
|
599
599
|
# base_sample_id - (any)
|
600
600
|
# base_snapshot_id - (any)
|
601
601
|
# child_type - SOAP::SOAPString
|
602
|
-
# qos - Virtuozzo::SOAP::
|
602
|
+
# qos - Virtuozzo::SOAP::Types::Processm::QosType
|
603
603
|
# veid - (any)
|
604
604
|
# ve_root - SOAP::SOAPString
|
605
605
|
# ve_private - SOAP::SOAPString
|
606
606
|
# on_boot - SOAP::SOAPBoolean
|
607
|
-
# template - Virtuozzo::SOAP::
|
607
|
+
# template - Virtuozzo::SOAP::Types::Processm::TemplateType
|
608
608
|
# disabled - SOAP::SOAPBoolean
|
609
609
|
# offline_management - SOAP::SOAPBoolean
|
610
|
-
# os_template - Virtuozzo::SOAP::
|
611
|
-
# distribution - Virtuozzo::SOAP::
|
612
|
-
# capability - Virtuozzo::SOAP::
|
610
|
+
# os_template - Virtuozzo::SOAP::Types::Processm::TemplateType
|
611
|
+
# distribution - Virtuozzo::SOAP::Types::Processm::TemplateType
|
612
|
+
# capability - Virtuozzo::SOAP::Types::Processm::Venv_configType_::Capability
|
613
613
|
# iptables - SOAP::SOAPString
|
614
614
|
# config_customized - SOAP::SOAPBoolean
|
615
615
|
# class_id - SOAP::SOAPString
|
616
|
-
# ve_type - Virtuozzo::SOAP::
|
616
|
+
# ve_type - Virtuozzo::SOAP::Types::Processm::Venv_configType_::Ve_type
|
617
617
|
# offline_service - SOAP::SOAPString
|
618
618
|
# wins_server - SOAP::SOAPString
|
619
|
-
# net_device - Virtuozzo::SOAP::
|
619
|
+
# net_device - Virtuozzo::SOAP::Types::Processm::Net_vethType
|
620
620
|
# ts_license_server - SOAP::SOAPString
|
621
621
|
# ts_mode - SOAP::SOAPInt
|
622
622
|
# uuid - SOAP::SOAPString
|
623
623
|
# allow_reboot - SOAP::SOAPBoolean
|
624
624
|
# rate_bound - SOAP::SOAPBoolean
|
625
|
-
# interface_rate - Virtuozzo::SOAP::
|
625
|
+
# interface_rate - Virtuozzo::SOAP::Types::Processm::Venv_configType_::Interface_rate
|
626
626
|
# slm_mode - SOAP::SOAPString
|
627
627
|
# origin_sample - SOAP::SOAPString
|
628
628
|
class Venv_configType_ < Venv_configType
|
@@ -771,10 +771,10 @@ end
|
|
771
771
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}envType
|
772
772
|
# parent_eid - (any)
|
773
773
|
# eid - (any)
|
774
|
-
# status - Virtuozzo::SOAP::
|
774
|
+
# status - Virtuozzo::SOAP::Types::Processm::Env_statusType
|
775
775
|
# alert - SOAP::SOAPInt
|
776
|
-
# config - Virtuozzo::SOAP::
|
777
|
-
# virtual_config - Virtuozzo::SOAP::
|
776
|
+
# config - Virtuozzo::SOAP::Types::Processm::Env_configType
|
777
|
+
# virtual_config - Virtuozzo::SOAP::Types::Processm::Venv_configType
|
778
778
|
class EnvType
|
779
779
|
attr_accessor :parent_eid
|
780
780
|
attr_accessor :eid
|
@@ -796,10 +796,10 @@ end
|
|
796
796
|
# {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}envType
|
797
797
|
# parent_eid - (any)
|
798
798
|
# eid - (any)
|
799
|
-
# status - Virtuozzo::SOAP::
|
799
|
+
# status - Virtuozzo::SOAP::Types::Processm::Env_statusType
|
800
800
|
# alert - SOAP::SOAPInt
|
801
|
-
# config - Virtuozzo::SOAP::
|
802
|
-
# virtual_config - Virtuozzo::SOAP::
|
801
|
+
# config - Virtuozzo::SOAP::Types::Processm::Env_configType
|
802
|
+
# virtual_config - Virtuozzo::SOAP::Types::Processm::Venv_configType
|
803
803
|
class EnvType_ < EnvType
|
804
804
|
attr_accessor :parent_eid
|
805
805
|
attr_accessor :eid
|
@@ -913,8 +913,8 @@ class CpuType
|
|
913
913
|
end
|
914
914
|
|
915
915
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}transferType
|
916
|
-
# input - Virtuozzo::SOAP::
|
917
|
-
# output - Virtuozzo::SOAP::
|
916
|
+
# input - Virtuozzo::SOAP::Types::Processm::TransferType::Input
|
917
|
+
# output - Virtuozzo::SOAP::Types::Processm::TransferType::Output
|
918
918
|
class TransferType
|
919
919
|
|
920
920
|
# inner class for member: input
|
@@ -968,8 +968,8 @@ class Ip_addressType
|
|
968
968
|
end
|
969
969
|
|
970
970
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}system_nodeType
|
971
|
-
# address - Virtuozzo::SOAP::
|
972
|
-
# login - Virtuozzo::SOAP::
|
971
|
+
# address - Virtuozzo::SOAP::Types::Processm::System_nodeType::Address
|
972
|
+
# login - Virtuozzo::SOAP::Types::Processm::System_nodeType::Login
|
973
973
|
class System_nodeType
|
974
974
|
|
975
975
|
# inner class for member: address
|
@@ -1087,7 +1087,7 @@ end
|
|
1087
1087
|
|
1088
1088
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_classType
|
1089
1089
|
# id - SOAP::SOAPString
|
1090
|
-
# transfer - Virtuozzo::SOAP::
|
1090
|
+
# transfer - Virtuozzo::SOAP::Types::Processm::TransferType
|
1091
1091
|
class Net_classType
|
1092
1092
|
attr_accessor :id
|
1093
1093
|
attr_accessor :transfer
|
@@ -1118,11 +1118,11 @@ class Ip_rangeType
|
|
1118
1118
|
end
|
1119
1119
|
|
1120
1120
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}sample_confType
|
1121
|
-
# env_config - Virtuozzo::SOAP::
|
1121
|
+
# env_config - Virtuozzo::SOAP::Types::Processm::Env_configType
|
1122
1122
|
# id - SOAP::SOAPString
|
1123
1123
|
# name - SOAP::SOAPString
|
1124
1124
|
# comment - SOAP::SOAPBase64
|
1125
|
-
# vt_version - Virtuozzo::SOAP::
|
1125
|
+
# vt_version - Virtuozzo::SOAP::Types::Processm::Sample_confType::Vt_version
|
1126
1126
|
class Sample_confType
|
1127
1127
|
|
1128
1128
|
# inner class for member: vt_version
|
@@ -1160,7 +1160,7 @@ end
|
|
1160
1160
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}interfaceType
|
1161
1161
|
# name - SOAP::SOAPString
|
1162
1162
|
# bandwidth - SOAP::SOAPInt
|
1163
|
-
# transfer - Virtuozzo::SOAP::
|
1163
|
+
# transfer - Virtuozzo::SOAP::Types::Processm::TransferType
|
1164
1164
|
# ipaddress - (any)
|
1165
1165
|
# flags - SOAP::SOAPInt
|
1166
1166
|
class InterfaceType
|
@@ -1180,14 +1180,14 @@ class InterfaceType
|
|
1180
1180
|
end
|
1181
1181
|
|
1182
1182
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}sys_infoType
|
1183
|
-
# load_avg - Virtuozzo::SOAP::
|
1184
|
-
# processes - Virtuozzo::SOAP::
|
1185
|
-
# cpu_load - Virtuozzo::SOAP::
|
1186
|
-
# cpu_states - Virtuozzo::SOAP::
|
1183
|
+
# load_avg - Virtuozzo::SOAP::Types::Processm::Load_avgType
|
1184
|
+
# processes - Virtuozzo::SOAP::Types::Processm::ProcessesType
|
1185
|
+
# cpu_load - Virtuozzo::SOAP::Types::Processm::Cpu_loadType
|
1186
|
+
# cpu_states - Virtuozzo::SOAP::Types::Processm::Cpu_loadType
|
1187
1187
|
# users - SOAP::SOAPInt
|
1188
1188
|
# uptime - SOAP::SOAPLong
|
1189
|
-
# memory - Virtuozzo::SOAP::
|
1190
|
-
# swap - Virtuozzo::SOAP::
|
1189
|
+
# memory - Virtuozzo::SOAP::Types::Processm::Sys_infoType::Memory
|
1190
|
+
# swap - Virtuozzo::SOAP::Types::Processm::Sys_infoType::Swap
|
1191
1191
|
class Sys_infoType
|
1192
1192
|
|
1193
1193
|
# inner class for member: memory
|
@@ -1240,7 +1240,7 @@ class Sys_infoType
|
|
1240
1240
|
end
|
1241
1241
|
|
1242
1242
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}ps_infoType
|
1243
|
-
# process - Virtuozzo::SOAP::
|
1243
|
+
# process - Virtuozzo::SOAP::Types::Processm::Ps_infoType::C_Process
|
1244
1244
|
# param_id - SOAP::SOAPString
|
1245
1245
|
# run - SOAP::SOAPInt
|
1246
1246
|
# idle - SOAP::SOAPInt
|
@@ -1289,9 +1289,9 @@ class Ps_infoType
|
|
1289
1289
|
end
|
1290
1290
|
|
1291
1291
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}load_avg_statsType
|
1292
|
-
# l1 - Virtuozzo::SOAP::
|
1293
|
-
# l2 - Virtuozzo::SOAP::
|
1294
|
-
# l3 - Virtuozzo::SOAP::
|
1292
|
+
# l1 - Virtuozzo::SOAP::Types::Processm::Load_avg_statsType::L1
|
1293
|
+
# l2 - Virtuozzo::SOAP::Types::Processm::Load_avg_statsType::L2
|
1294
|
+
# l3 - Virtuozzo::SOAP::Types::Processm::Load_avg_statsType::L3
|
1295
1295
|
class Load_avg_statsType
|
1296
1296
|
|
1297
1297
|
# inner class for member: l1
|
@@ -1367,7 +1367,7 @@ end
|
|
1367
1367
|
|
1368
1368
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}env_resourceType
|
1369
1369
|
# eid - (any)
|
1370
|
-
# ip_pool - Virtuozzo::SOAP::
|
1370
|
+
# ip_pool - Virtuozzo::SOAP::Types::Processm::Ip_poolType
|
1371
1371
|
class Env_resourceType
|
1372
1372
|
attr_accessor :eid
|
1373
1373
|
attr_accessor :ip_pool
|
@@ -1379,7 +1379,7 @@ class Env_resourceType
|
|
1379
1379
|
end
|
1380
1380
|
|
1381
1381
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}ip_poolType
|
1382
|
-
# ip_range - Virtuozzo::SOAP::
|
1382
|
+
# ip_range - Virtuozzo::SOAP::Types::Processm::Ip_poolType::Ip_range
|
1383
1383
|
# ip - (any)
|
1384
1384
|
class Ip_poolType
|
1385
1385
|
|
@@ -1426,7 +1426,7 @@ end
|
|
1426
1426
|
# id - SOAP::SOAPString
|
1427
1427
|
# policy - SOAP::SOAPInt
|
1428
1428
|
# description - SOAP::SOAPBase64
|
1429
|
-
# cred - Virtuozzo::SOAP::
|
1429
|
+
# cred - Virtuozzo::SOAP::Types::Processm::CredentialType
|
1430
1430
|
class CredentialType
|
1431
1431
|
attr_accessor :id
|
1432
1432
|
attr_accessor :policy
|
@@ -1445,8 +1445,8 @@ end
|
|
1445
1445
|
# id - SOAP::SOAPString
|
1446
1446
|
# policy - SOAP::SOAPInt
|
1447
1447
|
# description - SOAP::SOAPBase64
|
1448
|
-
# cred - Virtuozzo::SOAP::
|
1449
|
-
# objects - Virtuozzo::SOAP::
|
1448
|
+
# cred - Virtuozzo::SOAP::Types::Processm::CredentialType
|
1449
|
+
# objects - Virtuozzo::SOAP::Types::Processm::Root_credentialType::Objects
|
1450
1450
|
class Root_credentialType < CredentialType
|
1451
1451
|
|
1452
1452
|
# inner class for member: objects
|
@@ -1471,10 +1471,10 @@ end
|
|
1471
1471
|
|
1472
1472
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}tokenType
|
1473
1473
|
# user - (any)
|
1474
|
-
# groups - Virtuozzo::SOAP::
|
1475
|
-
# deny_only_sids - Virtuozzo::SOAP::
|
1476
|
-
# privileges - Virtuozzo::SOAP::
|
1477
|
-
# source - Virtuozzo::SOAP::
|
1474
|
+
# groups - Virtuozzo::SOAP::Types::Processm::TokenType::Groups
|
1475
|
+
# deny_only_sids - Virtuozzo::SOAP::Types::Processm::TokenType::Deny_only_sids
|
1476
|
+
# privileges - Virtuozzo::SOAP::Types::Processm::TokenType::Privileges
|
1477
|
+
# source - Virtuozzo::SOAP::Types::Processm::TokenType::Source
|
1478
1478
|
class TokenType
|
1479
1479
|
|
1480
1480
|
# inner class for member: groups
|
@@ -1541,7 +1541,7 @@ end
|
|
1541
1541
|
# protocol - SOAP::SOAPString
|
1542
1542
|
# address - SOAP::SOAPString
|
1543
1543
|
# port - SOAP::SOAPUnsignedInt
|
1544
|
-
# login - Virtuozzo::SOAP::
|
1544
|
+
# login - Virtuozzo::SOAP::Types::Processm::Auth_nameType
|
1545
1545
|
# password - SOAP::SOAPBase64
|
1546
1546
|
class Connection_infoType < Connectivity_infoType
|
1547
1547
|
attr_accessor :protocol
|
@@ -1626,9 +1626,9 @@ end
|
|
1626
1626
|
|
1627
1627
|
# {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}vt_settingsType
|
1628
1628
|
# default_sample_id - (any)
|
1629
|
-
# parameter - Virtuozzo::SOAP::
|
1630
|
-
# service - Virtuozzo::SOAP::
|
1631
|
-
# qos - Virtuozzo::SOAP::
|
1629
|
+
# parameter - Virtuozzo::SOAP::Types::Processm::Vt_settingsType_::Parameter
|
1630
|
+
# service - Virtuozzo::SOAP::Types::Processm::Redirect_serviceType
|
1631
|
+
# qos - Virtuozzo::SOAP::Types::Processm::QosType
|
1632
1632
|
class Vt_settingsType_ < Vt_settingsType
|
1633
1633
|
|
1634
1634
|
# inner class for member: parameter
|
@@ -1659,8 +1659,8 @@ class Vt_settingsType_ < Vt_settingsType
|
|
1659
1659
|
end
|
1660
1660
|
|
1661
1661
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}groupType
|
1662
|
-
# user - Virtuozzo::SOAP::
|
1663
|
-
# member_group - Virtuozzo::SOAP::
|
1662
|
+
# user - Virtuozzo::SOAP::Types::Processm::GroupType::User
|
1663
|
+
# member_group - Virtuozzo::SOAP::Types::Processm::GroupType::Member_group
|
1664
1664
|
# name - SOAP::SOAPString
|
1665
1665
|
# gid - SOAP::SOAPInt
|
1666
1666
|
class GroupType
|
@@ -1678,8 +1678,8 @@ class GroupType
|
|
1678
1678
|
end
|
1679
1679
|
|
1680
1680
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}userType
|
1681
|
-
# initial_group - Virtuozzo::SOAP::
|
1682
|
-
# group - Virtuozzo::SOAP::
|
1681
|
+
# initial_group - Virtuozzo::SOAP::Types::Processm::UserType::Initial_group
|
1682
|
+
# group - Virtuozzo::SOAP::Types::Processm::UserType::Group
|
1683
1683
|
# uid - SOAP::SOAPInt
|
1684
1684
|
# shell - SOAP::SOAPString
|
1685
1685
|
# password - SOAP::SOAPBase64
|
@@ -1765,7 +1765,7 @@ end
|
|
1765
1765
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}packageType
|
1766
1766
|
# name - SOAP::SOAPString
|
1767
1767
|
# summary - SOAP::SOAPString
|
1768
|
-
# os - Virtuozzo::SOAP::
|
1768
|
+
# os - Virtuozzo::SOAP::Types::Processm::OsType
|
1769
1769
|
# description - SOAP::SOAPString
|
1770
1770
|
# arch - SOAP::SOAPString
|
1771
1771
|
# version - SOAP::SOAPString
|
@@ -1790,7 +1790,7 @@ end
|
|
1790
1790
|
# {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}package_vztemplateType
|
1791
1791
|
# name - SOAP::SOAPString
|
1792
1792
|
# summary - SOAP::SOAPString
|
1793
|
-
# os - Virtuozzo::SOAP::
|
1793
|
+
# os - Virtuozzo::SOAP::Types::Processm::OsType
|
1794
1794
|
# description - SOAP::SOAPString
|
1795
1795
|
# arch - SOAP::SOAPString
|
1796
1796
|
# version - SOAP::SOAPString
|
@@ -1830,7 +1830,7 @@ end
|
|
1830
1830
|
# {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}package_std_vztemplateType
|
1831
1831
|
# name - SOAP::SOAPString
|
1832
1832
|
# summary - SOAP::SOAPString
|
1833
|
-
# os - Virtuozzo::SOAP::
|
1833
|
+
# os - Virtuozzo::SOAP::Types::Processm::OsType
|
1834
1834
|
# description - SOAP::SOAPString
|
1835
1835
|
# arch - SOAP::SOAPString
|
1836
1836
|
# version - SOAP::SOAPString
|
@@ -1942,13 +1942,13 @@ end
|
|
1942
1942
|
# sid - (any)
|
1943
1943
|
# count - SOAP::SOAPInt
|
1944
1944
|
# id - (any)
|
1945
|
-
# info - Virtuozzo::SOAP::
|
1946
|
-
# data - Virtuozzo::SOAP::
|
1945
|
+
# info - Virtuozzo::SOAP::Types::Processm::InfoType
|
1946
|
+
# data - Virtuozzo::SOAP::Types::Processm::EventType::C_Data
|
1947
1947
|
class EventType
|
1948
1948
|
|
1949
1949
|
# inner class for member: data
|
1950
1950
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}data
|
1951
|
-
# event_data - Virtuozzo::SOAP::
|
1951
|
+
# event_data - Virtuozzo::SOAP::Types::Processm::Event_dataType
|
1952
1952
|
class C_Data
|
1953
1953
|
attr_accessor :event_data
|
1954
1954
|
|
@@ -1983,7 +1983,7 @@ end
|
|
1983
1983
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}infoType
|
1984
1984
|
# message - SOAP::SOAPBase64
|
1985
1985
|
# translate - (any)
|
1986
|
-
# parameter - Virtuozzo::SOAP::
|
1986
|
+
# parameter - Virtuozzo::SOAP::Types::Processm::InfoType
|
1987
1987
|
# name - SOAP::SOAPString
|
1988
1988
|
class InfoType
|
1989
1989
|
attr_accessor :message
|
@@ -2018,7 +2018,7 @@ end
|
|
2018
2018
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}security_descriptorType
|
2019
2019
|
# owner - (any)
|
2020
2020
|
# group - (any)
|
2021
|
-
# dacl - Virtuozzo::SOAP::
|
2021
|
+
# dacl - Virtuozzo::SOAP::Types::Processm::Security_descriptorType::Dacl
|
2022
2022
|
class Security_descriptorType
|
2023
2023
|
|
2024
2024
|
# inner class for member: dacl
|
@@ -2066,10 +2066,10 @@ end
|
|
2066
2066
|
|
2067
2067
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_deviceType
|
2068
2068
|
# id - SOAP::SOAPString
|
2069
|
-
# ip_address - Virtuozzo::SOAP::
|
2069
|
+
# ip_address - Virtuozzo::SOAP::Types::Processm::Ip_addressType
|
2070
2070
|
# dhcp - (any)
|
2071
2071
|
# network_id - SOAP::SOAPBase64
|
2072
|
-
# status - Virtuozzo::SOAP::
|
2072
|
+
# status - Virtuozzo::SOAP::Types::Processm::Net_deviceType::Status
|
2073
2073
|
class Net_deviceType
|
2074
2074
|
|
2075
2075
|
# inner class for member: status
|
@@ -2103,10 +2103,10 @@ end
|
|
2103
2103
|
|
2104
2104
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}net_nicType
|
2105
2105
|
# id - SOAP::SOAPString
|
2106
|
-
# ip_address - Virtuozzo::SOAP::
|
2106
|
+
# ip_address - Virtuozzo::SOAP::Types::Processm::Ip_addressType
|
2107
2107
|
# dhcp - (any)
|
2108
2108
|
# network_id - SOAP::SOAPBase64
|
2109
|
-
# status - Virtuozzo::SOAP::
|
2109
|
+
# status - Virtuozzo::SOAP::Types::Processm::Net_nicType::Status
|
2110
2110
|
# mac_address - SOAP::SOAPString
|
2111
2111
|
class Net_nicType < Net_deviceType
|
2112
2112
|
|
@@ -2143,10 +2143,10 @@ end
|
|
2143
2143
|
|
2144
2144
|
# {http://www.swsoft.com/webservices/vza/4.0.0/vzatypes}net_vethType
|
2145
2145
|
# id - SOAP::SOAPString
|
2146
|
-
# ip_address - Virtuozzo::SOAP::
|
2146
|
+
# ip_address - Virtuozzo::SOAP::Types::Processm::Ip_addressType
|
2147
2147
|
# dhcp - (any)
|
2148
2148
|
# network_id - SOAP::SOAPBase64
|
2149
|
-
# status - Virtuozzo::SOAP::
|
2149
|
+
# status - Virtuozzo::SOAP::Types::Processm::Net_vethType::Status
|
2150
2150
|
# mac_address - SOAP::SOAPString
|
2151
2151
|
# wins_server - SOAP::SOAPString
|
2152
2152
|
# nameserver - SOAP::SOAPString
|
@@ -2238,8 +2238,8 @@ end
|
|
2238
2238
|
|
2239
2239
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}vocabularyType
|
2240
2240
|
# name - SOAP::SOAPString
|
2241
|
-
# parameter - Virtuozzo::SOAP::
|
2242
|
-
# category - Virtuozzo::SOAP::
|
2241
|
+
# parameter - Virtuozzo::SOAP::Types::Processm::Voc_parameterType
|
2242
|
+
# category - Virtuozzo::SOAP::Types::Processm::Voc_parameterType
|
2243
2243
|
class VocabularyType
|
2244
2244
|
attr_accessor :name
|
2245
2245
|
attr_accessor :parameter
|
@@ -2273,26 +2273,26 @@ end
|
|
2273
2273
|
|
2274
2274
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}perf_dataType
|
2275
2275
|
# eid - (any)
|
2276
|
-
# m_class - Virtuozzo::SOAP::
|
2277
|
-
# interval - Virtuozzo::SOAP::
|
2276
|
+
# m_class - Virtuozzo::SOAP::Types::Processm::Perf_dataType::C_Class
|
2277
|
+
# interval - Virtuozzo::SOAP::Types::Processm::IntervalType
|
2278
2278
|
class Perf_dataType
|
2279
2279
|
|
2280
2280
|
# inner class for member: class
|
2281
2281
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}class
|
2282
2282
|
# name - SOAP::SOAPString
|
2283
|
-
# instance - Virtuozzo::SOAP::
|
2283
|
+
# instance - Virtuozzo::SOAP::Types::Processm::Perf_dataType::C_Class::Instance
|
2284
2284
|
class C_Class
|
2285
2285
|
|
2286
2286
|
# inner class for member: instance
|
2287
2287
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}instance
|
2288
2288
|
# name - SOAP::SOAPString
|
2289
|
-
# counter - Virtuozzo::SOAP::
|
2289
|
+
# counter - Virtuozzo::SOAP::Types::Processm::Perf_dataType::C_Class::Instance::Counter
|
2290
2290
|
class Instance
|
2291
2291
|
|
2292
2292
|
# inner class for member: counter
|
2293
2293
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/types}counter
|
2294
2294
|
# name - SOAP::SOAPString
|
2295
|
-
# value - Virtuozzo::SOAP::
|
2295
|
+
# value - Virtuozzo::SOAP::Types::Processm::Perf_statType
|
2296
2296
|
class Counter
|
2297
2297
|
attr_accessor :name
|
2298
2298
|
attr_accessor :value
|
@@ -2428,14 +2428,14 @@ class KillResponse
|
|
2428
2428
|
end
|
2429
2429
|
|
2430
2430
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/protocol}packet
|
2431
|
-
# auth - Virtuozzo::SOAP::
|
2431
|
+
# auth - Virtuozzo::SOAP::Types::Processm::AuthType
|
2432
2432
|
# cookie - SOAP::SOAPString
|
2433
2433
|
# target - SOAP::SOAPString
|
2434
2434
|
# origin - SOAP::SOAPString
|
2435
|
-
# src - Virtuozzo::SOAP::
|
2436
|
-
# dst - Virtuozzo::SOAP::
|
2435
|
+
# src - Virtuozzo::SOAP::Types::Processm::RouteType
|
2436
|
+
# dst - Virtuozzo::SOAP::Types::Processm::RouteType
|
2437
2437
|
# session - SOAP::SOAPString
|
2438
|
-
# data - Virtuozzo::SOAP::
|
2438
|
+
# data - Virtuozzo::SOAP::Types::Processm::Packet::C_Data
|
2439
2439
|
# xmlattr_version - SOAP::SOAPString
|
2440
2440
|
# xmlattr_id - SOAP::SOAPString
|
2441
2441
|
# xmlattr_priority - SOAP::SOAPString
|
@@ -2609,8 +2609,8 @@ end
|
|
2609
2609
|
# argv - SOAP::SOAPBase64
|
2610
2610
|
# envp - SOAP::SOAPBase64
|
2611
2611
|
# stream_mode - (any)
|
2612
|
-
# cred - Virtuozzo::SOAP::
|
2613
|
-
# stdio - Virtuozzo::SOAP::
|
2612
|
+
# cred - Virtuozzo::SOAP::Types::Processm::Execute::Cred
|
2613
|
+
# stdio - Virtuozzo::SOAP::Types::Processm::Execute::Stdio
|
2614
2614
|
class Execute
|
2615
2615
|
|
2616
2616
|
# inner class for member: cred
|
@@ -2694,7 +2694,7 @@ class Exec
|
|
2694
2694
|
end
|
2695
2695
|
|
2696
2696
|
# {http://www.swsoft.com/webservices/vzl/4.0.0/processm}executeResponse
|
2697
|
-
# exec - Virtuozzo::SOAP::
|
2697
|
+
# exec - Virtuozzo::SOAP::Types::Processm::Exec
|
2698
2698
|
class ExecuteResponse
|
2699
2699
|
attr_accessor :exec
|
2700
2700
|
|