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,19 +1,19 @@
|
|
1
1
|
require 'xsd/qname'
|
2
2
|
|
3
|
-
module Virtuozzo; module SOAP; module Types; module
|
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::
|
9
|
-
# m_class - Virtuozzo::SOAP::
|
10
|
-
# interface - Virtuozzo::SOAP::
|
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::
|
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::
|
136
|
+
# address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
|
137
137
|
# architecture - SOAP::SOAPString
|
138
|
-
# os - Virtuozzo::SOAP::
|
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::
|
182
|
+
# address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
|
183
183
|
# architecture - SOAP::SOAPString
|
184
|
-
# os - Virtuozzo::SOAP::
|
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::
|
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::
|
235
|
+
# status - Virtuozzo::SOAP::Types::Networkm::Env_statusType
|
236
236
|
# alert - SOAP::SOAPInt
|
237
|
-
# config - Virtuozzo::SOAP::
|
238
|
-
# virtual_config - Virtuozzo::SOAP::
|
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::
|
353
|
-
# output - Virtuozzo::SOAP::
|
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::
|
408
|
-
# login - Virtuozzo::SOAP::
|
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::
|
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::
|
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::
|
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::
|
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::
|
620
|
-
# processes - Virtuozzo::SOAP::
|
621
|
-
# cpu_load - Virtuozzo::SOAP::
|
622
|
-
# cpu_states - Virtuozzo::SOAP::
|
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::
|
626
|
-
# swap - Virtuozzo::SOAP::
|
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::
|
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::
|
729
|
-
# l2 - Virtuozzo::SOAP::
|
730
|
-
# l3 - Virtuozzo::SOAP::
|
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::
|
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::
|
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::
|
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::
|
885
|
-
# objects - Virtuozzo::SOAP::
|
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::
|
911
|
-
# deny_only_sids - Virtuozzo::SOAP::
|
912
|
-
# privileges - Virtuozzo::SOAP::
|
913
|
-
# source - Virtuozzo::SOAP::
|
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::
|
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::
|
1043
|
-
# member_group - Virtuozzo::SOAP::
|
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::
|
1063
|
-
# group - Virtuozzo::SOAP::
|
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::
|
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::
|
1244
|
-
# data - Virtuozzo::SOAP::
|
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::
|
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::
|
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::
|
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::
|
1357
|
+
# ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
|
1358
1358
|
# dhcp - (any)
|
1359
1359
|
# network_id - SOAP::SOAPBase64
|
1360
|
-
# status - Virtuozzo::SOAP::
|
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::
|
1394
|
+
# ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
|
1395
1395
|
# dhcp - (any)
|
1396
1396
|
# network_id - SOAP::SOAPBase64
|
1397
|
-
# status - Virtuozzo::SOAP::
|
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::
|
1434
|
+
# ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
|
1435
1435
|
# dhcp - (any)
|
1436
1436
|
# network_id - SOAP::SOAPBase64
|
1437
|
-
# status - Virtuozzo::SOAP::
|
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::
|
1480
|
+
# ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
|
1481
1481
|
# dhcp - (any)
|
1482
1482
|
# network_id - SOAP::SOAPBase64
|
1483
|
-
# status - Virtuozzo::SOAP::
|
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::
|
1561
|
-
# category - Virtuozzo::SOAP::
|
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::
|
1596
|
-
# interval - Virtuozzo::SOAP::
|
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::
|
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::
|
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::
|
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::
|
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::
|
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::
|
1692
|
-
# dst - Virtuozzo::SOAP::
|
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::
|
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::
|
1832
|
-
# ok - Virtuozzo::SOAP::
|
1833
|
-
# error - Virtuozzo::SOAP::
|
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::
|
1870
|
-
# ok - Virtuozzo::SOAP::
|
1871
|
-
# error - Virtuozzo::SOAP::
|
1872
|
-
# add - Virtuozzo::SOAP::
|
1873
|
-
# list - Virtuozzo::SOAP::
|
1874
|
-
# set - Virtuozzo::SOAP::
|
1875
|
-
# del - Virtuozzo::SOAP::
|
1876
|
-
# net_device - Virtuozzo::SOAP::
|
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::
|
1923
|
-
# ok - Virtuozzo::SOAP::
|
1924
|
-
# error - Virtuozzo::SOAP::
|
1925
|
-
# add - Virtuozzo::SOAP::
|
1926
|
-
# list - Virtuozzo::SOAP::
|
1927
|
-
# set - Virtuozzo::SOAP::
|
1928
|
-
# del - Virtuozzo::SOAP::
|
1929
|
-
# net_device - Virtuozzo::SOAP::
|
1930
|
-
# set_config - Virtuozzo::SOAP::
|
1931
|
-
# get_config - Virtuozzo::SOAP::
|
1932
|
-
# net_config - Virtuozzo::SOAP::
|
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::
|
1985
|
-
# ok - Virtuozzo::SOAP::
|
1986
|
-
# error - Virtuozzo::SOAP::
|
1987
|
-
# start_monitor - Virtuozzo::SOAP::
|
1988
|
-
# stop_monitor - Virtuozzo::SOAP::
|
1989
|
-
# set_period - Virtuozzo::SOAP::
|
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::
|
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::
|
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::
|
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::
|
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::
|
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::
|
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::
|
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::
|
2267
|
-
# dst - Virtuozzo::SOAP::
|
2266
|
+
# src - Virtuozzo::SOAP::Types::Networkm::RouteType
|
2267
|
+
# dst - Virtuozzo::SOAP::Types::Networkm::RouteType
|
2268
2268
|
# session - SOAP::SOAPString
|
2269
|
-
# data - Virtuozzo::SOAP::
|
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
|