f5-icontrol 0.1.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.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/LICENSE +9 -0
- data/LICENSE.txt +22 -0
- data/README.md +55 -0
- data/Rakefile +7 -0
- data/bin/f5 +6 -0
- data/f5-icontrol.gemspec +30 -0
- data/lib/f5/cli/application.rb +102 -0
- data/lib/f5/cli/config.rb +21 -0
- data/lib/f5/icontrol.rb +40 -0
- data/lib/f5/icontrol/local_lb/node_address_v2.rb +27 -0
- data/lib/f5/icontrol/local_lb/pool.rb +27 -0
- data/lib/f5/icontrol/system/system_info.rb +27 -0
- data/lib/f5/icontrol/version.rb +5 -0
- data/lib/wsdl/ASM.LoggingProfile.wsdl +1467 -0
- data/lib/wsdl/ASM.ObjectParams.wsdl +198 -0
- data/lib/wsdl/ASM.PSMProfile.wsdl +228 -0
- data/lib/wsdl/ASM.Policy.wsdl +3504 -0
- data/lib/wsdl/ASM.PolicyGroup.wsdl +389 -0
- data/lib/wsdl/ASM.SystemConfiguration.wsdl +730 -0
- data/lib/wsdl/ASM.WebApplication.wsdl +1138 -0
- data/lib/wsdl/ASM.WebApplicationGroup.wsdl +393 -0
- data/lib/wsdl/Classification.Application.wsdl +517 -0
- data/lib/wsdl/Classification.Category.wsdl +519 -0
- data/lib/wsdl/Classification.SignatureDefinition.wsdl +541 -0
- data/lib/wsdl/Classification.SignatureUpdateSchedule.wsdl +382 -0
- data/lib/wsdl/Classification.SignatureVersion.wsdl +233 -0
- data/lib/wsdl/GlobalLB.Application.wsdl +963 -0
- data/lib/wsdl/GlobalLB.DNSSECKey.wsdl +1642 -0
- data/lib/wsdl/GlobalLB.DNSSECZone.wsdl +825 -0
- data/lib/wsdl/GlobalLB.DataCenter.wsdl +7144 -0
- data/lib/wsdl/GlobalLB.Globals.wsdl +5513 -0
- data/lib/wsdl/GlobalLB.Link.wsdl +7654 -0
- data/lib/wsdl/GlobalLB.Monitor.wsdl +2228 -0
- data/lib/wsdl/GlobalLB.Pool.wsdl +9949 -0
- data/lib/wsdl/GlobalLB.PoolMember.wsdl +6939 -0
- data/lib/wsdl/GlobalLB.ProberPool.wsdl +7026 -0
- data/lib/wsdl/GlobalLB.Region.wsdl +560 -0
- data/lib/wsdl/GlobalLB.Rule.wsdl +6632 -0
- data/lib/wsdl/GlobalLB.Server.wsdl +8234 -0
- data/lib/wsdl/GlobalLB.Topology.wsdl +548 -0
- data/lib/wsdl/GlobalLB.VirtualServer.wsdl +6916 -0
- data/lib/wsdl/GlobalLB.VirtualServerV2.wsdl +7016 -0
- data/lib/wsdl/GlobalLB.WideIP.wsdl +8154 -0
- data/lib/wsdl/LTConfig.Class.wsdl +656 -0
- data/lib/wsdl/LTConfig.Field.wsdl +679 -0
- data/lib/wsdl/LocalLB.Class.wsdl +2153 -0
- data/lib/wsdl/LocalLB.DNSCache.wsdl +8380 -0
- data/lib/wsdl/LocalLB.DNSExpress.wsdl +6972 -0
- data/lib/wsdl/LocalLB.DNSGlobals.wsdl +457 -0
- data/lib/wsdl/LocalLB.DataGroupFile.wsdl +971 -0
- data/lib/wsdl/LocalLB.LSNPool.wsdl +7461 -0
- data/lib/wsdl/LocalLB.Monitor.wsdl +2214 -0
- data/lib/wsdl/LocalLB.NAT.wsdl +6413 -0
- data/lib/wsdl/LocalLB.NATV2.wsdl +6748 -0
- data/lib/wsdl/LocalLB.NodeAddress.wsdl +7143 -0
- data/lib/wsdl/LocalLB.NodeAddressV2.wsdl +7754 -0
- data/lib/wsdl/LocalLB.Pool.wsdl +11328 -0
- data/lib/wsdl/LocalLB.PoolMember.wsdl +7156 -0
- data/lib/wsdl/LocalLB.ProfileAnalytics.wsdl +5756 -0
- data/lib/wsdl/LocalLB.ProfileAuth.wsdl +6957 -0
- data/lib/wsdl/LocalLB.ProfileClassification.wsdl +370 -0
- data/lib/wsdl/LocalLB.ProfileClientSSL.wsdl +10232 -0
- data/lib/wsdl/LocalLB.ProfileDNS.wsdl +7723 -0
- data/lib/wsdl/LocalLB.ProfileDNSLogging.wsdl +852 -0
- data/lib/wsdl/LocalLB.ProfileDiameter.wsdl +8070 -0
- data/lib/wsdl/LocalLB.ProfileDiameterEndpoint.wsdl +7199 -0
- data/lib/wsdl/LocalLB.ProfileFTP.wsdl +6564 -0
- data/lib/wsdl/LocalLB.ProfileFastHttp.wsdl +7944 -0
- data/lib/wsdl/LocalLB.ProfileFastL4.wsdl +8235 -0
- data/lib/wsdl/LocalLB.ProfileHttp.wsdl +12256 -0
- data/lib/wsdl/LocalLB.ProfileHttpClass.wsdl +7414 -0
- data/lib/wsdl/LocalLB.ProfileHttpCompression.wsdl +8166 -0
- data/lib/wsdl/LocalLB.ProfileICAP.wsdl +6917 -0
- data/lib/wsdl/LocalLB.ProfileIIOP.wsdl +6726 -0
- data/lib/wsdl/LocalLB.ProfileOneConnect.wsdl +6784 -0
- data/lib/wsdl/LocalLB.ProfilePersistence.wsdl +2740 -0
- data/lib/wsdl/LocalLB.ProfileRADIUS.wsdl +6696 -0
- data/lib/wsdl/LocalLB.ProfileRTSP.wsdl +7424 -0
- data/lib/wsdl/LocalLB.ProfileRequestAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileRequestLogging.wsdl +2042 -0
- data/lib/wsdl/LocalLB.ProfileResponseAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileSCTP.wsdl +7887 -0
- data/lib/wsdl/LocalLB.ProfileSIP.wsdl +7866 -0
- data/lib/wsdl/LocalLB.ProfileSPDY.wsdl +7489 -0
- data/lib/wsdl/LocalLB.ProfileSPM.wsdl +953 -0
- data/lib/wsdl/LocalLB.ProfileServerSSL.wsdl +9566 -0
- data/lib/wsdl/LocalLB.ProfileStream.wsdl +6561 -0
- data/lib/wsdl/LocalLB.ProfileTCP.wsdl +9869 -0
- data/lib/wsdl/LocalLB.ProfileUDP.wsdl +6948 -0
- data/lib/wsdl/LocalLB.ProfileUserStatistic.wsdl +916 -0
- data/lib/wsdl/LocalLB.ProfileWebAcceleration.wsdl +8213 -0
- data/lib/wsdl/LocalLB.ProfileXML.wsdl +7022 -0
- data/lib/wsdl/LocalLB.RAMCacheInformation.wsdl +372 -0
- data/lib/wsdl/LocalLB.RateClass.wsdl +9480 -0
- data/lib/wsdl/LocalLB.Rule.wsdl +7033 -0
- data/lib/wsdl/LocalLB.SNAT.wsdl +7262 -0
- data/lib/wsdl/LocalLB.SNATPool.wsdl +6606 -0
- data/lib/wsdl/LocalLB.SNATPoolMember.wsdl +5960 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddress.wsdl +6599 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddressV2.wsdl +6760 -0
- data/lib/wsdl/LocalLB.VirtualAddress.wsdl +6676 -0
- data/lib/wsdl/LocalLB.VirtualAddressV2.wsdl +7539 -0
- data/lib/wsdl/LocalLB.VirtualServer.wsdl +14758 -0
- data/lib/wsdl/LocalLB.iFile.wsdl +302 -0
- data/lib/wsdl/LocalLB.iFileFile.wsdl +712 -0
- data/lib/wsdl/Log.DestinationArcSight.wsdl +377 -0
- data/lib/wsdl/Log.DestinationLocalSyslog.wsdl +469 -0
- data/lib/wsdl/Log.DestinationRemoteHighSpeedLog.wsdl +486 -0
- data/lib/wsdl/Log.DestinationRemoteSyslog.wsdl +751 -0
- data/lib/wsdl/Log.DestinationSplunk.wsdl +377 -0
- data/lib/wsdl/Log.Filter.wsdl +1175 -0
- data/lib/wsdl/Log.Publisher.wsdl +448 -0
- data/lib/wsdl/Management.ApplicationPresentationScript.wsdl +698 -0
- data/lib/wsdl/Management.ApplicationService.wsdl +1804 -0
- data/lib/wsdl/Management.ApplicationTemplate.wsdl +1323 -0
- data/lib/wsdl/Management.CCLDAPConfiguration.wsdl +1637 -0
- data/lib/wsdl/Management.CLIScript.wsdl +684 -0
- data/lib/wsdl/Management.CRLDPConfiguration.wsdl +763 -0
- data/lib/wsdl/Management.CRLDPServer.wsdl +626 -0
- data/lib/wsdl/Management.CertLDAPConfiguration.wsdl +2453 -0
- data/lib/wsdl/Management.ChangeControl.wsdl +735 -0
- data/lib/wsdl/Management.DBVariable.wsdl +352 -0
- data/lib/wsdl/Management.Device.wsdl +1697 -0
- data/lib/wsdl/Management.DeviceGroup.wsdl +1241 -0
- data/lib/wsdl/Management.EM.wsdl +456 -0
- data/lib/wsdl/Management.EventNotification.wsdl +1031 -0
- data/lib/wsdl/Management.EventSubscription.wsdl +1542 -0
- data/lib/wsdl/Management.FeatureModule.wsdl +424 -0
- data/lib/wsdl/Management.Folder.wsdl +635 -0
- data/lib/wsdl/Management.Globals.wsdl +166 -0
- data/lib/wsdl/Management.KeyCertificate.wsdl +2027 -0
- data/lib/wsdl/Management.LDAPConfiguration.wsdl +2645 -0
- data/lib/wsdl/Management.LicenseAdministration.wsdl +906 -0
- data/lib/wsdl/Management.Named.wsdl +740 -0
- data/lib/wsdl/Management.OCSPConfiguration.wsdl +447 -0
- data/lib/wsdl/Management.OCSPResponder.wsdl +2370 -0
- data/lib/wsdl/Management.Partition.wsdl +545 -0
- data/lib/wsdl/Management.Provision.wsdl +743 -0
- data/lib/wsdl/Management.RADIUSConfiguration.wsdl +951 -0
- data/lib/wsdl/Management.RADIUSServer.wsdl +602 -0
- data/lib/wsdl/Management.ResourceRecord.wsdl +2168 -0
- data/lib/wsdl/Management.SFlowDataSource.wsdl +776 -0
- data/lib/wsdl/Management.SFlowGlobals.wsdl +826 -0
- data/lib/wsdl/Management.SFlowReceiver.wsdl +694 -0
- data/lib/wsdl/Management.SMTPConfiguration.wsdl +854 -0
- data/lib/wsdl/Management.SNMPConfiguration.wsdl +4672 -0
- data/lib/wsdl/Management.TACACSConfiguration.wsdl +943 -0
- data/lib/wsdl/Management.TMOSModule.wsdl +309 -0
- data/lib/wsdl/Management.TrafficGroup.wsdl +953 -0
- data/lib/wsdl/Management.Trust.wsdl +703 -0
- data/lib/wsdl/Management.UserManagement.wsdl +1693 -0
- data/lib/wsdl/Management.View.wsdl +381 -0
- data/lib/wsdl/Management.Zone.wsdl +528 -0
- data/lib/wsdl/Management.ZoneRunner.wsdl +206 -0
- data/lib/wsdl/Networking.ARP.wsdl +776 -0
- data/lib/wsdl/Networking.AdminIP.wsdl +864 -0
- data/lib/wsdl/Networking.BWControllerPolicy.wsdl +1107 -0
- data/lib/wsdl/Networking.IPsecIkeDaemon.wsdl +368 -0
- data/lib/wsdl/Networking.IPsecIkePeer.wsdl +2701 -0
- data/lib/wsdl/Networking.IPsecManualSecurityAssociation.wsdl +1146 -0
- data/lib/wsdl/Networking.IPsecPolicy.wsdl +1380 -0
- data/lib/wsdl/Networking.IPsecTrafficSelector.wsdl +1104 -0
- data/lib/wsdl/Networking.Interfaces.wsdl +8359 -0
- data/lib/wsdl/Networking.LLDPGlobals.wsdl +590 -0
- data/lib/wsdl/Networking.PacketFilter.wsdl +6728 -0
- data/lib/wsdl/Networking.PacketFilterGlobals.wsdl +926 -0
- data/lib/wsdl/Networking.PortMirror.wsdl +373 -0
- data/lib/wsdl/Networking.ProfileFEC.wsdl +1350 -0
- data/lib/wsdl/Networking.ProfileGRE.wsdl +645 -0
- data/lib/wsdl/Networking.ProfileIPIP.wsdl +695 -0
- data/lib/wsdl/Networking.ProfileVXLAN.wsdl +563 -0
- data/lib/wsdl/Networking.ProfileWCCPGRE.wsdl +841 -0
- data/lib/wsdl/Networking.RouteDomain.wsdl +646 -0
- data/lib/wsdl/Networking.RouteDomainV2.wsdl +10056 -0
- data/lib/wsdl/Networking.RouteTable.wsdl +1209 -0
- data/lib/wsdl/Networking.RouteTableV2.wsdl +1531 -0
- data/lib/wsdl/Networking.RouterAdvertisement.wsdl +1067 -0
- data/lib/wsdl/Networking.STPGlobals.wsdl +796 -0
- data/lib/wsdl/Networking.STPInstance.wsdl +1147 -0
- data/lib/wsdl/Networking.STPInstanceV2.wsdl +1232 -0
- data/lib/wsdl/Networking.SelfIP.wsdl +557 -0
- data/lib/wsdl/Networking.SelfIPPortLockdown.wsdl +421 -0
- data/lib/wsdl/Networking.SelfIPV2.wsdl +10077 -0
- data/lib/wsdl/Networking.Trunk.wsdl +7133 -0
- data/lib/wsdl/Networking.Tunnel.wsdl +1354 -0
- data/lib/wsdl/Networking.VLAN.wsdl +2215 -0
- data/lib/wsdl/Networking.VLANGroup.wsdl +1441 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRoute.wsdl +491 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRouteV2.wsdl +619 -0
- data/lib/wsdl/Networking.iSessionDatastor.wsdl +459 -0
- data/lib/wsdl/Networking.iSessionDeduplication.wsdl +401 -0
- data/lib/wsdl/Networking.iSessionLocalInterface.wsdl +922 -0
- data/lib/wsdl/Networking.iSessionPeerDiscovery.wsdl +818 -0
- data/lib/wsdl/Networking.iSessionRemoteInterface.wsdl +1100 -0
- data/lib/wsdl/Networking.iSessionRemoteInterfaceV2.wsdl +1307 -0
- data/lib/wsdl/PEM.FormatScript.wsdl +542 -0
- data/lib/wsdl/PEM.ForwardingEndpoint.wsdl +849 -0
- data/lib/wsdl/PEM.InterceptionEndpoint.wsdl +414 -0
- data/lib/wsdl/PEM.Listener.wsdl +495 -0
- data/lib/wsdl/PEM.Policy.wsdl +4097 -0
- data/lib/wsdl/PEM.ServiceChainEndpoint.wsdl +762 -0
- data/lib/wsdl/PEM.Subscriber.wsdl +6527 -0
- data/lib/wsdl/Security.DoSDevice.wsdl +6670 -0
- data/lib/wsdl/Security.FirewallAddressList.wsdl +542 -0
- data/lib/wsdl/Security.FirewallGlobalAdminIPRuleList.wsdl +8891 -0
- data/lib/wsdl/Security.FirewallGlobalRuleList.wsdl +9171 -0
- data/lib/wsdl/Security.FirewallPolicy.wsdl +9355 -0
- data/lib/wsdl/Security.FirewallPortList.wsdl +544 -0
- data/lib/wsdl/Security.FirewallRuleList.wsdl +3360 -0
- data/lib/wsdl/Security.FirewallWeeklySchedule.wsdl +825 -0
- data/lib/wsdl/Security.LogProfile.wsdl +6927 -0
- data/lib/wsdl/Security.ProfileDNSSecurity.wsdl +6881 -0
- data/lib/wsdl/Security.ProfileDoS.wsdl +10389 -0
- data/lib/wsdl/Security.ProfileIPIntelligence.wsdl +7154 -0
- data/lib/wsdl/System.CertificateRevocationListFile.wsdl +840 -0
- data/lib/wsdl/System.Cluster.wsdl +956 -0
- data/lib/wsdl/System.ConfigSync.wsdl +1289 -0
- data/lib/wsdl/System.Connections.wsdl +497 -0
- data/lib/wsdl/System.Disk.wsdl +1442 -0
- data/lib/wsdl/System.ExternalMonitorFile.wsdl +834 -0
- data/lib/wsdl/System.Failover.wsdl +539 -0
- data/lib/wsdl/System.GeoIP.wsdl +181 -0
- data/lib/wsdl/System.HAGroup.wsdl +1983 -0
- data/lib/wsdl/System.HAStatus.wsdl +695 -0
- data/lib/wsdl/System.Inet.wsdl +438 -0
- data/lib/wsdl/System.Internal.wsdl +279 -0
- data/lib/wsdl/System.PerformanceSFlow.wsdl +722 -0
- data/lib/wsdl/System.Services.wsdl +1054 -0
- data/lib/wsdl/System.Session.wsdl +1023 -0
- data/lib/wsdl/System.SoftwareManagement.wsdl +1073 -0
- data/lib/wsdl/System.Statistics.wsdl +9469 -0
- data/lib/wsdl/System.SystemInfo.wsdl +7493 -0
- data/lib/wsdl/System.VCMP.wsdl +7766 -0
- data/lib/wsdl/WebAccelerator.Applications.wsdl +7765 -0
- data/lib/wsdl/WebAccelerator.Policies.wsdl +570 -0
- data/lib/wsdl/WebAccelerator.ProxyMessage.wsdl +157 -0
- data/lib/wsdl/iCall.PeriodicHandler.wsdl +751 -0
- data/lib/wsdl/iCall.PerpetualHandler.wsdl +1081 -0
- data/lib/wsdl/iCall.Script.wsdl +372 -0
- data/lib/wsdl/iCall.TriggeredHandler.wsdl +1071 -0
- data/metadata +323 -0
- data/spec/cassettes/F5_Icontrol_LocalLB_Pool/creates_a_pool.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_something_with_a_complex_return_type_and_input.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_uptime.yml +96 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_version.yml +99 -0
- data/spec/models/local_lb/pool_spec.rb +26 -0
- data/spec/models/system/system_info_spec.rb +31 -0
- data/spec/spec_helper.rb +13 -0
- metadata +415 -0
@@ -0,0 +1,1100 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved.
|
4
|
+
|
5
|
+
F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.
|
6
|
+
|
7
|
+
All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.
|
8
|
+
|
9
|
+
-->
|
10
|
+
<definitions name="Networking.iSessionRemoteInterface"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="Networking.iSessionRemoteInterface.OriginStateSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.iSessionRemoteInterface.OriginState[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Networking.Uuid_128Sequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.Uuid_128[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Common.ULong64">
|
39
|
+
<xsd:sequence>
|
40
|
+
<xsd:element name="high" type="xsd:long"/>
|
41
|
+
<xsd:element name="low" type="xsd:long"/>
|
42
|
+
</xsd:sequence>
|
43
|
+
</xsd:complexType>
|
44
|
+
<xsd:simpleType name="Common.EnabledState">
|
45
|
+
<xsd:restriction base="xsd:string">
|
46
|
+
<xsd:enumeration value="STATE_DISABLED">
|
47
|
+
<xsd:annotation>
|
48
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
49
|
+
</xsd:annotation>
|
50
|
+
</xsd:enumeration>
|
51
|
+
<xsd:enumeration value="STATE_ENABLED">
|
52
|
+
<xsd:annotation>
|
53
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
54
|
+
</xsd:annotation>
|
55
|
+
</xsd:enumeration>
|
56
|
+
</xsd:restriction>
|
57
|
+
</xsd:simpleType>
|
58
|
+
<xsd:complexType name="Common.StringSequence">
|
59
|
+
<xsd:complexContent>
|
60
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
61
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
62
|
+
</xsd:restriction>
|
63
|
+
</xsd:complexContent>
|
64
|
+
</xsd:complexType>
|
65
|
+
<xsd:complexType name="Common.IPAddressSequenceSequence">
|
66
|
+
<xsd:complexContent>
|
67
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
68
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPAddressSequence[]'/>
|
69
|
+
</xsd:restriction>
|
70
|
+
</xsd:complexContent>
|
71
|
+
</xsd:complexType>
|
72
|
+
<xsd:complexType name="Common.ULongSequence">
|
73
|
+
<xsd:complexContent>
|
74
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
75
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
76
|
+
</xsd:restriction>
|
77
|
+
</xsd:complexContent>
|
78
|
+
</xsd:complexType>
|
79
|
+
<xsd:simpleType name="Networking.iSessionRemoteInterface.NatSourceAddress">
|
80
|
+
<xsd:restriction base="xsd:string">
|
81
|
+
<xsd:enumeration value="WOC_NAT_SOURCE_ADDRESS_NONE">
|
82
|
+
<xsd:annotation>
|
83
|
+
<xsd:documentation>WOC_NAT_SOURCE_ADDRESS_NONE</xsd:documentation>
|
84
|
+
</xsd:annotation>
|
85
|
+
</xsd:enumeration>
|
86
|
+
<xsd:enumeration value="WOC_NAT_SOURCE_ADDRESS_CLIENT">
|
87
|
+
<xsd:annotation>
|
88
|
+
<xsd:documentation>WOC_NAT_SOURCE_ADDRESS_CLIENT</xsd:documentation>
|
89
|
+
</xsd:annotation>
|
90
|
+
</xsd:enumeration>
|
91
|
+
<xsd:enumeration value="WOC_NAT_SOURCE_ADDRESS_WOM">
|
92
|
+
<xsd:annotation>
|
93
|
+
<xsd:documentation>WOC_NAT_SOURCE_ADDRESS_WOM</xsd:documentation>
|
94
|
+
</xsd:annotation>
|
95
|
+
</xsd:enumeration>
|
96
|
+
<xsd:enumeration value="WOC_NAT_SOURCE_ADDRESS_TUNNEL">
|
97
|
+
<xsd:annotation>
|
98
|
+
<xsd:documentation>WOC_NAT_SOURCE_ADDRESS_TUNNEL</xsd:documentation>
|
99
|
+
</xsd:annotation>
|
100
|
+
</xsd:enumeration>
|
101
|
+
</xsd:restriction>
|
102
|
+
</xsd:simpleType>
|
103
|
+
<xsd:complexType name="Networking.iSessionRemoteInterface.NatSourceAddressSequence">
|
104
|
+
<xsd:complexContent>
|
105
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
106
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.iSessionRemoteInterface.NatSourceAddress[]'/>
|
107
|
+
</xsd:restriction>
|
108
|
+
</xsd:complexContent>
|
109
|
+
</xsd:complexType>
|
110
|
+
<xsd:complexType name="Common.UShortSequence">
|
111
|
+
<xsd:complexContent>
|
112
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
113
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:int[]'/>
|
114
|
+
</xsd:restriction>
|
115
|
+
</xsd:complexContent>
|
116
|
+
</xsd:complexType>
|
117
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
118
|
+
<xsd:complexContent>
|
119
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
120
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
121
|
+
</xsd:restriction>
|
122
|
+
</xsd:complexContent>
|
123
|
+
</xsd:complexType>
|
124
|
+
<xsd:simpleType name="Networking.iSessionRemoteInterface.OriginState">
|
125
|
+
<xsd:restriction base="xsd:string">
|
126
|
+
<xsd:enumeration value="MCP_ORIGIN_DISCOVERED">
|
127
|
+
<xsd:annotation>
|
128
|
+
<xsd:documentation>MCP_ORIGIN_DISCOVERED</xsd:documentation>
|
129
|
+
</xsd:annotation>
|
130
|
+
</xsd:enumeration>
|
131
|
+
<xsd:enumeration value="MCP_ORIGIN_CONFIGURED">
|
132
|
+
<xsd:annotation>
|
133
|
+
<xsd:documentation>MCP_ORIGIN_CONFIGURED</xsd:documentation>
|
134
|
+
</xsd:annotation>
|
135
|
+
</xsd:enumeration>
|
136
|
+
<xsd:enumeration value="MCP_ORIGIN_PERSISTABLE">
|
137
|
+
<xsd:annotation>
|
138
|
+
<xsd:documentation>MCP_ORIGIN_PERSISTABLE</xsd:documentation>
|
139
|
+
</xsd:annotation>
|
140
|
+
</xsd:enumeration>
|
141
|
+
<xsd:enumeration value="MCP_ORIGIN_MANUALLY_SAVED">
|
142
|
+
<xsd:annotation>
|
143
|
+
<xsd:documentation>MCP_ORIGIN_MANUALLY_SAVED</xsd:documentation>
|
144
|
+
</xsd:annotation>
|
145
|
+
</xsd:enumeration>
|
146
|
+
</xsd:restriction>
|
147
|
+
</xsd:simpleType>
|
148
|
+
<xsd:complexType name="Networking.Uuid_128">
|
149
|
+
<xsd:sequence>
|
150
|
+
<xsd:element name="low_part" type="tns:Common.ULong64"/>
|
151
|
+
<xsd:element name="high_part" type="tns:Common.ULong64"/>
|
152
|
+
</xsd:sequence>
|
153
|
+
</xsd:complexType>
|
154
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
155
|
+
<xsd:complexContent>
|
156
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
157
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
158
|
+
</xsd:restriction>
|
159
|
+
</xsd:complexContent>
|
160
|
+
</xsd:complexType>
|
161
|
+
</xsd:schema>
|
162
|
+
</types>
|
163
|
+
|
164
|
+
<!-- message -->
|
165
|
+
|
166
|
+
<message name="Networking.iSessionRemoteInterface.get_listRequest">
|
167
|
+
</message>
|
168
|
+
<message name="Networking.iSessionRemoteInterface.get_listResponse">
|
169
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="Networking.iSessionRemoteInterface.get_peer_ip_listRequest">
|
173
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
174
|
+
</message>
|
175
|
+
<message name="Networking.iSessionRemoteInterface.get_peer_ip_listResponse">
|
176
|
+
<part name="return" type="tns:Common.IPAddressSequenceSequence"/>
|
177
|
+
</message>
|
178
|
+
|
179
|
+
<message name="Networking.iSessionRemoteInterface.createRequest">
|
180
|
+
<part name="peer_names" type="tns:Common.StringSequence"/>
|
181
|
+
<part name="serverssls" type="tns:Common.StringSequence"/>
|
182
|
+
<part name="peer_ips" type="tns:Common.IPAddressSequence"/>
|
183
|
+
<part name="enabled_states" type="tns:Common.EnabledStateSequence"/>
|
184
|
+
</message>
|
185
|
+
<message name="Networking.iSessionRemoteInterface.createResponse">
|
186
|
+
</message>
|
187
|
+
|
188
|
+
<message name="Networking.iSessionRemoteInterface.delete_peerRequest">
|
189
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
190
|
+
</message>
|
191
|
+
<message name="Networking.iSessionRemoteInterface.delete_peerResponse">
|
192
|
+
</message>
|
193
|
+
|
194
|
+
<message name="Networking.iSessionRemoteInterface.delete_all_peersRequest">
|
195
|
+
</message>
|
196
|
+
<message name="Networking.iSessionRemoteInterface.delete_all_peersResponse">
|
197
|
+
</message>
|
198
|
+
|
199
|
+
<message name="Networking.iSessionRemoteInterface.set_peer_enabled_stateRequest">
|
200
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
201
|
+
<part name="enabled" type="tns:Common.EnabledStateSequence"/>
|
202
|
+
</message>
|
203
|
+
<message name="Networking.iSessionRemoteInterface.set_peer_enabled_stateResponse">
|
204
|
+
</message>
|
205
|
+
|
206
|
+
<message name="Networking.iSessionRemoteInterface.get_peer_enabled_stateRequest">
|
207
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
208
|
+
</message>
|
209
|
+
<message name="Networking.iSessionRemoteInterface.get_peer_enabled_stateResponse">
|
210
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
211
|
+
</message>
|
212
|
+
|
213
|
+
<message name="Networking.iSessionRemoteInterface.set_peer_routing_stateRequest">
|
214
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
215
|
+
<part name="routing" type="tns:Common.EnabledStateSequence"/>
|
216
|
+
</message>
|
217
|
+
<message name="Networking.iSessionRemoteInterface.set_peer_routing_stateResponse">
|
218
|
+
</message>
|
219
|
+
|
220
|
+
<message name="Networking.iSessionRemoteInterface.get_peer_routing_stateRequest">
|
221
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
222
|
+
</message>
|
223
|
+
<message name="Networking.iSessionRemoteInterface.get_peer_routing_stateResponse">
|
224
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
225
|
+
</message>
|
226
|
+
|
227
|
+
<message name="Networking.iSessionRemoteInterface.get_management_addressRequest">
|
228
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
229
|
+
</message>
|
230
|
+
<message name="Networking.iSessionRemoteInterface.get_management_addressResponse">
|
231
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
232
|
+
</message>
|
233
|
+
|
234
|
+
<message name="Networking.iSessionRemoteInterface.set_management_addressRequest">
|
235
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
236
|
+
<part name="ips" type="tns:Common.IPAddressSequence"/>
|
237
|
+
</message>
|
238
|
+
<message name="Networking.iSessionRemoteInterface.set_management_addressResponse">
|
239
|
+
</message>
|
240
|
+
|
241
|
+
<message name="Networking.iSessionRemoteInterface.get_UUIDRequest">
|
242
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
243
|
+
</message>
|
244
|
+
<message name="Networking.iSessionRemoteInterface.get_UUIDResponse">
|
245
|
+
<part name="return" type="tns:Networking.Uuid_128Sequence"/>
|
246
|
+
</message>
|
247
|
+
|
248
|
+
<message name="Networking.iSessionRemoteInterface.set_originRequest">
|
249
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
250
|
+
<part name="origins" type="tns:Networking.iSessionRemoteInterface.OriginStateSequence"/>
|
251
|
+
</message>
|
252
|
+
<message name="Networking.iSessionRemoteInterface.set_originResponse">
|
253
|
+
</message>
|
254
|
+
|
255
|
+
<message name="Networking.iSessionRemoteInterface.get_originRequest">
|
256
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
257
|
+
</message>
|
258
|
+
<message name="Networking.iSessionRemoteInterface.get_originResponse">
|
259
|
+
<part name="return" type="tns:Networking.iSessionRemoteInterface.OriginStateSequence"/>
|
260
|
+
</message>
|
261
|
+
|
262
|
+
<message name="Networking.iSessionRemoteInterface.set_behind_natRequest">
|
263
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
264
|
+
<part name="nat_states" type="tns:Common.EnabledStateSequence"/>
|
265
|
+
</message>
|
266
|
+
<message name="Networking.iSessionRemoteInterface.set_behind_natResponse">
|
267
|
+
</message>
|
268
|
+
|
269
|
+
<message name="Networking.iSessionRemoteInterface.get_behind_natRequest">
|
270
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
271
|
+
</message>
|
272
|
+
<message name="Networking.iSessionRemoteInterface.get_behind_natResponse">
|
273
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
274
|
+
</message>
|
275
|
+
|
276
|
+
<message name="Networking.iSessionRemoteInterface.set_nat_source_addressRequest">
|
277
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
278
|
+
<part name="nat_states" type="tns:Networking.iSessionRemoteInterface.NatSourceAddressSequence"/>
|
279
|
+
</message>
|
280
|
+
<message name="Networking.iSessionRemoteInterface.set_nat_source_addressResponse">
|
281
|
+
</message>
|
282
|
+
|
283
|
+
<message name="Networking.iSessionRemoteInterface.get_nat_source_addressRequest">
|
284
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
285
|
+
</message>
|
286
|
+
<message name="Networking.iSessionRemoteInterface.get_nat_source_addressResponse">
|
287
|
+
<part name="return" type="tns:Networking.iSessionRemoteInterface.NatSourceAddressSequence"/>
|
288
|
+
</message>
|
289
|
+
|
290
|
+
<message name="Networking.iSessionRemoteInterface.get_nat_config_statusRequest">
|
291
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
292
|
+
</message>
|
293
|
+
<message name="Networking.iSessionRemoteInterface.get_nat_config_statusResponse">
|
294
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
295
|
+
</message>
|
296
|
+
|
297
|
+
<message name="Networking.iSessionRemoteInterface.set_nat_config_statusRequest">
|
298
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
299
|
+
<part name="nat_configs" type="tns:Common.StringSequence"/>
|
300
|
+
</message>
|
301
|
+
<message name="Networking.iSessionRemoteInterface.set_nat_config_statusResponse">
|
302
|
+
</message>
|
303
|
+
|
304
|
+
<message name="Networking.iSessionRemoteInterface.get_profile_serversslRequest">
|
305
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
306
|
+
</message>
|
307
|
+
<message name="Networking.iSessionRemoteInterface.get_profile_serversslResponse">
|
308
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
309
|
+
</message>
|
310
|
+
|
311
|
+
<message name="Networking.iSessionRemoteInterface.set_profile_serversslRequest">
|
312
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
313
|
+
<part name="serverssl" type="tns:Common.StringSequence"/>
|
314
|
+
</message>
|
315
|
+
<message name="Networking.iSessionRemoteInterface.set_profile_serversslResponse">
|
316
|
+
</message>
|
317
|
+
|
318
|
+
<message name="Networking.iSessionRemoteInterface.get_dedup_cacheRequest">
|
319
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
320
|
+
</message>
|
321
|
+
<message name="Networking.iSessionRemoteInterface.get_dedup_cacheResponse">
|
322
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
323
|
+
</message>
|
324
|
+
|
325
|
+
<message name="Networking.iSessionRemoteInterface.get_tunnel_portRequest">
|
326
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
327
|
+
</message>
|
328
|
+
<message name="Networking.iSessionRemoteInterface.get_tunnel_portResponse">
|
329
|
+
<part name="return" type="tns:Common.UShortSequence"/>
|
330
|
+
</message>
|
331
|
+
|
332
|
+
<message name="Networking.iSessionRemoteInterface.set_tunnel_portRequest">
|
333
|
+
<part name="peers" type="tns:Common.IPAddressSequence"/>
|
334
|
+
<part name="tunnel_ports" type="tns:Common.UShortSequence"/>
|
335
|
+
</message>
|
336
|
+
<message name="Networking.iSessionRemoteInterface.set_tunnel_portResponse">
|
337
|
+
</message>
|
338
|
+
|
339
|
+
<message name="Networking.iSessionRemoteInterface.get_versionRequest">
|
340
|
+
</message>
|
341
|
+
<message name="Networking.iSessionRemoteInterface.get_versionResponse">
|
342
|
+
<part name="return" type="xsd:string"/>
|
343
|
+
</message>
|
344
|
+
|
345
|
+
<!-- portType -->
|
346
|
+
|
347
|
+
<portType name="Networking.iSessionRemoteInterfacePortType">
|
348
|
+
<operation name="get_list">
|
349
|
+
<documentation>
|
350
|
+
Get a list of the current iSession peer objects.
|
351
|
+
|
352
|
+
</documentation>
|
353
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_listRequest"/>
|
354
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_listResponse"/>
|
355
|
+
</operation>
|
356
|
+
<operation name="get_peer_ip_list">
|
357
|
+
<documentation>
|
358
|
+
Get a list of the current iSession peer object ips.
|
359
|
+
|
360
|
+
</documentation>
|
361
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_peer_ip_listRequest"/>
|
362
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_peer_ip_listResponse"/>
|
363
|
+
</operation>
|
364
|
+
<operation name="create">
|
365
|
+
<documentation>
|
366
|
+
Create a peer Remote Endpoint object.
|
367
|
+
|
368
|
+
</documentation>
|
369
|
+
<input message="tns:Networking.iSessionRemoteInterface.createRequest"/>
|
370
|
+
<output message="tns:Networking.iSessionRemoteInterface.createResponse"/>
|
371
|
+
</operation>
|
372
|
+
<operation name="delete_peer">
|
373
|
+
<documentation>
|
374
|
+
Delete the peer Remote Endpoint object.
|
375
|
+
|
376
|
+
</documentation>
|
377
|
+
<input message="tns:Networking.iSessionRemoteInterface.delete_peerRequest"/>
|
378
|
+
<output message="tns:Networking.iSessionRemoteInterface.delete_peerResponse"/>
|
379
|
+
</operation>
|
380
|
+
<operation name="delete_all_peers">
|
381
|
+
<documentation>
|
382
|
+
Deletes all peer remote endpoint objects.
|
383
|
+
|
384
|
+
</documentation>
|
385
|
+
<input message="tns:Networking.iSessionRemoteInterface.delete_all_peersRequest"/>
|
386
|
+
<output message="tns:Networking.iSessionRemoteInterface.delete_all_peersResponse"/>
|
387
|
+
</operation>
|
388
|
+
<operation name="set_peer_enabled_state">
|
389
|
+
<documentation>
|
390
|
+
Set enable in the peer object.
|
391
|
+
|
392
|
+
</documentation>
|
393
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_peer_enabled_stateRequest"/>
|
394
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_peer_enabled_stateResponse"/>
|
395
|
+
</operation>
|
396
|
+
<operation name="get_peer_enabled_state">
|
397
|
+
<documentation>
|
398
|
+
Get enable setting in the peer object.
|
399
|
+
|
400
|
+
</documentation>
|
401
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_peer_enabled_stateRequest"/>
|
402
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_peer_enabled_stateResponse"/>
|
403
|
+
</operation>
|
404
|
+
<operation name="set_peer_routing_state">
|
405
|
+
<documentation>
|
406
|
+
Set enabled flag in the peer routing attribute.
|
407
|
+
|
408
|
+
</documentation>
|
409
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_peer_routing_stateRequest"/>
|
410
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_peer_routing_stateResponse"/>
|
411
|
+
</operation>
|
412
|
+
<operation name="get_peer_routing_state">
|
413
|
+
<documentation>
|
414
|
+
Get enabled flag in the peer routing attribute.
|
415
|
+
|
416
|
+
</documentation>
|
417
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_peer_routing_stateRequest"/>
|
418
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_peer_routing_stateResponse"/>
|
419
|
+
</operation>
|
420
|
+
<operation name="get_management_address">
|
421
|
+
<documentation>
|
422
|
+
Get Management address
|
423
|
+
|
424
|
+
</documentation>
|
425
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_management_addressRequest"/>
|
426
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_management_addressResponse"/>
|
427
|
+
</operation>
|
428
|
+
<operation name="set_management_address">
|
429
|
+
<documentation>
|
430
|
+
Set Management address
|
431
|
+
|
432
|
+
</documentation>
|
433
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_management_addressRequest"/>
|
434
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_management_addressResponse"/>
|
435
|
+
</operation>
|
436
|
+
<operation name="get_UUID">
|
437
|
+
<documentation>
|
438
|
+
Get UUID
|
439
|
+
|
440
|
+
</documentation>
|
441
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_UUIDRequest"/>
|
442
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_UUIDResponse"/>
|
443
|
+
</operation>
|
444
|
+
<operation name="set_origin">
|
445
|
+
<documentation>
|
446
|
+
Set origin
|
447
|
+
|
448
|
+
</documentation>
|
449
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_originRequest"/>
|
450
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_originResponse"/>
|
451
|
+
</operation>
|
452
|
+
<operation name="get_origin">
|
453
|
+
<documentation>
|
454
|
+
Get origin
|
455
|
+
|
456
|
+
</documentation>
|
457
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_originRequest"/>
|
458
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_originResponse"/>
|
459
|
+
</operation>
|
460
|
+
<operation name="set_behind_nat">
|
461
|
+
<documentation>
|
462
|
+
Set the nat attribute in the peer WOC object.
|
463
|
+
|
464
|
+
</documentation>
|
465
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_behind_natRequest"/>
|
466
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_behind_natResponse"/>
|
467
|
+
</operation>
|
468
|
+
<operation name="get_behind_nat">
|
469
|
+
<documentation>
|
470
|
+
Get the nat attribute from the peer WOC object.
|
471
|
+
|
472
|
+
</documentation>
|
473
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_behind_natRequest"/>
|
474
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_behind_natResponse"/>
|
475
|
+
</operation>
|
476
|
+
<operation name="set_nat_source_address">
|
477
|
+
<documentation>
|
478
|
+
Set the nat address attribute in the peer WOC object.
|
479
|
+
|
480
|
+
</documentation>
|
481
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_nat_source_addressRequest"/>
|
482
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_nat_source_addressResponse"/>
|
483
|
+
</operation>
|
484
|
+
<operation name="get_nat_source_address">
|
485
|
+
<documentation>
|
486
|
+
Get the nat address attribute in the peer WOC object.
|
487
|
+
|
488
|
+
</documentation>
|
489
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_nat_source_addressRequest"/>
|
490
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_nat_source_addressResponse"/>
|
491
|
+
</operation>
|
492
|
+
<operation name="get_nat_config_status">
|
493
|
+
<documentation>
|
494
|
+
Get config_status
|
495
|
+
|
496
|
+
</documentation>
|
497
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_nat_config_statusRequest"/>
|
498
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_nat_config_statusResponse"/>
|
499
|
+
</operation>
|
500
|
+
<operation name="set_nat_config_status">
|
501
|
+
<documentation>
|
502
|
+
Set config_status
|
503
|
+
|
504
|
+
</documentation>
|
505
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_nat_config_statusRequest"/>
|
506
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_nat_config_statusResponse"/>
|
507
|
+
</operation>
|
508
|
+
<operation name="get_profile_serverssl">
|
509
|
+
<documentation>
|
510
|
+
Get serverssl
|
511
|
+
|
512
|
+
</documentation>
|
513
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_profile_serversslRequest"/>
|
514
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_profile_serversslResponse"/>
|
515
|
+
</operation>
|
516
|
+
<operation name="set_profile_serverssl">
|
517
|
+
<documentation>
|
518
|
+
Set serverssl
|
519
|
+
|
520
|
+
</documentation>
|
521
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_profile_serversslRequest"/>
|
522
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_profile_serversslResponse"/>
|
523
|
+
</operation>
|
524
|
+
<operation name="get_dedup_cache">
|
525
|
+
<documentation>
|
526
|
+
Get dedup_cache
|
527
|
+
|
528
|
+
</documentation>
|
529
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_dedup_cacheRequest"/>
|
530
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_dedup_cacheResponse"/>
|
531
|
+
</operation>
|
532
|
+
<operation name="get_tunnel_port">
|
533
|
+
<documentation>
|
534
|
+
Get tunnel_port
|
535
|
+
|
536
|
+
</documentation>
|
537
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_tunnel_portRequest"/>
|
538
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_tunnel_portResponse"/>
|
539
|
+
</operation>
|
540
|
+
<operation name="set_tunnel_port">
|
541
|
+
<documentation>
|
542
|
+
Set tunnel_port
|
543
|
+
|
544
|
+
</documentation>
|
545
|
+
<input message="tns:Networking.iSessionRemoteInterface.set_tunnel_portRequest"/>
|
546
|
+
<output message="tns:Networking.iSessionRemoteInterface.set_tunnel_portResponse"/>
|
547
|
+
</operation>
|
548
|
+
<operation name="get_version">
|
549
|
+
<documentation>
|
550
|
+
Gets the version information for this interface.
|
551
|
+
|
552
|
+
</documentation>
|
553
|
+
<input message="tns:Networking.iSessionRemoteInterface.get_versionRequest"/>
|
554
|
+
<output message="tns:Networking.iSessionRemoteInterface.get_versionResponse"/>
|
555
|
+
</operation>
|
556
|
+
</portType>
|
557
|
+
|
558
|
+
<!-- binding -->
|
559
|
+
|
560
|
+
<binding name="Networking.iSessionRemoteInterfaceBinding" type="tns:Networking.iSessionRemoteInterfacePortType">
|
561
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
562
|
+
<operation name="get_list">
|
563
|
+
<documentation>
|
564
|
+
Get a list of the current iSession peer objects.
|
565
|
+
|
566
|
+
</documentation>
|
567
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
568
|
+
<input>
|
569
|
+
<soap:body
|
570
|
+
use="encoded"
|
571
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
572
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
573
|
+
</input>
|
574
|
+
<output>
|
575
|
+
<soap:body
|
576
|
+
use="encoded"
|
577
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
578
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
579
|
+
</output>
|
580
|
+
</operation>
|
581
|
+
|
582
|
+
<operation name="get_peer_ip_list">
|
583
|
+
<documentation>
|
584
|
+
Get a list of the current iSession peer object ips.
|
585
|
+
|
586
|
+
</documentation>
|
587
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
588
|
+
<input>
|
589
|
+
<soap:body
|
590
|
+
use="encoded"
|
591
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
592
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
593
|
+
</input>
|
594
|
+
<output>
|
595
|
+
<soap:body
|
596
|
+
use="encoded"
|
597
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
598
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
599
|
+
</output>
|
600
|
+
</operation>
|
601
|
+
|
602
|
+
<operation name="create">
|
603
|
+
<documentation>
|
604
|
+
Create a peer Remote Endpoint object.
|
605
|
+
|
606
|
+
</documentation>
|
607
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
608
|
+
<input>
|
609
|
+
<soap:body
|
610
|
+
use="encoded"
|
611
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
612
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
613
|
+
</input>
|
614
|
+
<output>
|
615
|
+
<soap:body
|
616
|
+
use="encoded"
|
617
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
618
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
619
|
+
</output>
|
620
|
+
</operation>
|
621
|
+
|
622
|
+
<operation name="delete_peer">
|
623
|
+
<documentation>
|
624
|
+
Delete the peer Remote Endpoint object.
|
625
|
+
|
626
|
+
</documentation>
|
627
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
628
|
+
<input>
|
629
|
+
<soap:body
|
630
|
+
use="encoded"
|
631
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
632
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
633
|
+
</input>
|
634
|
+
<output>
|
635
|
+
<soap:body
|
636
|
+
use="encoded"
|
637
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
638
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
639
|
+
</output>
|
640
|
+
</operation>
|
641
|
+
|
642
|
+
<operation name="delete_all_peers">
|
643
|
+
<documentation>
|
644
|
+
Deletes all peer remote endpoint objects.
|
645
|
+
|
646
|
+
</documentation>
|
647
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
648
|
+
<input>
|
649
|
+
<soap:body
|
650
|
+
use="encoded"
|
651
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
652
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
653
|
+
</input>
|
654
|
+
<output>
|
655
|
+
<soap:body
|
656
|
+
use="encoded"
|
657
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
658
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
659
|
+
</output>
|
660
|
+
</operation>
|
661
|
+
|
662
|
+
<operation name="set_peer_enabled_state">
|
663
|
+
<documentation>
|
664
|
+
Set enable in the peer object.
|
665
|
+
|
666
|
+
</documentation>
|
667
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
668
|
+
<input>
|
669
|
+
<soap:body
|
670
|
+
use="encoded"
|
671
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
672
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
673
|
+
</input>
|
674
|
+
<output>
|
675
|
+
<soap:body
|
676
|
+
use="encoded"
|
677
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
678
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
679
|
+
</output>
|
680
|
+
</operation>
|
681
|
+
|
682
|
+
<operation name="get_peer_enabled_state">
|
683
|
+
<documentation>
|
684
|
+
Get enable setting in the peer object.
|
685
|
+
|
686
|
+
</documentation>
|
687
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
688
|
+
<input>
|
689
|
+
<soap:body
|
690
|
+
use="encoded"
|
691
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
692
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
693
|
+
</input>
|
694
|
+
<output>
|
695
|
+
<soap:body
|
696
|
+
use="encoded"
|
697
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
698
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
699
|
+
</output>
|
700
|
+
</operation>
|
701
|
+
|
702
|
+
<operation name="set_peer_routing_state">
|
703
|
+
<documentation>
|
704
|
+
Set enabled flag in the peer routing attribute.
|
705
|
+
|
706
|
+
</documentation>
|
707
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
708
|
+
<input>
|
709
|
+
<soap:body
|
710
|
+
use="encoded"
|
711
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
712
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
713
|
+
</input>
|
714
|
+
<output>
|
715
|
+
<soap:body
|
716
|
+
use="encoded"
|
717
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
718
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
719
|
+
</output>
|
720
|
+
</operation>
|
721
|
+
|
722
|
+
<operation name="get_peer_routing_state">
|
723
|
+
<documentation>
|
724
|
+
Get enabled flag in the peer routing attribute.
|
725
|
+
|
726
|
+
</documentation>
|
727
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
728
|
+
<input>
|
729
|
+
<soap:body
|
730
|
+
use="encoded"
|
731
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
732
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
733
|
+
</input>
|
734
|
+
<output>
|
735
|
+
<soap:body
|
736
|
+
use="encoded"
|
737
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
738
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
739
|
+
</output>
|
740
|
+
</operation>
|
741
|
+
|
742
|
+
<operation name="get_management_address">
|
743
|
+
<documentation>
|
744
|
+
Get Management address
|
745
|
+
|
746
|
+
</documentation>
|
747
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
748
|
+
<input>
|
749
|
+
<soap:body
|
750
|
+
use="encoded"
|
751
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
752
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
753
|
+
</input>
|
754
|
+
<output>
|
755
|
+
<soap:body
|
756
|
+
use="encoded"
|
757
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
758
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
759
|
+
</output>
|
760
|
+
</operation>
|
761
|
+
|
762
|
+
<operation name="set_management_address">
|
763
|
+
<documentation>
|
764
|
+
Set Management address
|
765
|
+
|
766
|
+
</documentation>
|
767
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
768
|
+
<input>
|
769
|
+
<soap:body
|
770
|
+
use="encoded"
|
771
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
772
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
773
|
+
</input>
|
774
|
+
<output>
|
775
|
+
<soap:body
|
776
|
+
use="encoded"
|
777
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
778
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
779
|
+
</output>
|
780
|
+
</operation>
|
781
|
+
|
782
|
+
<operation name="get_UUID">
|
783
|
+
<documentation>
|
784
|
+
Get UUID
|
785
|
+
|
786
|
+
</documentation>
|
787
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
788
|
+
<input>
|
789
|
+
<soap:body
|
790
|
+
use="encoded"
|
791
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
792
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
793
|
+
</input>
|
794
|
+
<output>
|
795
|
+
<soap:body
|
796
|
+
use="encoded"
|
797
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
798
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
799
|
+
</output>
|
800
|
+
</operation>
|
801
|
+
|
802
|
+
<operation name="set_origin">
|
803
|
+
<documentation>
|
804
|
+
Set origin
|
805
|
+
|
806
|
+
</documentation>
|
807
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
808
|
+
<input>
|
809
|
+
<soap:body
|
810
|
+
use="encoded"
|
811
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
812
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
813
|
+
</input>
|
814
|
+
<output>
|
815
|
+
<soap:body
|
816
|
+
use="encoded"
|
817
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
818
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
819
|
+
</output>
|
820
|
+
</operation>
|
821
|
+
|
822
|
+
<operation name="get_origin">
|
823
|
+
<documentation>
|
824
|
+
Get origin
|
825
|
+
|
826
|
+
</documentation>
|
827
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
828
|
+
<input>
|
829
|
+
<soap:body
|
830
|
+
use="encoded"
|
831
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
832
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
833
|
+
</input>
|
834
|
+
<output>
|
835
|
+
<soap:body
|
836
|
+
use="encoded"
|
837
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
838
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
839
|
+
</output>
|
840
|
+
</operation>
|
841
|
+
|
842
|
+
<operation name="set_behind_nat">
|
843
|
+
<documentation>
|
844
|
+
Set the nat attribute in the peer WOC object.
|
845
|
+
|
846
|
+
</documentation>
|
847
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
848
|
+
<input>
|
849
|
+
<soap:body
|
850
|
+
use="encoded"
|
851
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
852
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
853
|
+
</input>
|
854
|
+
<output>
|
855
|
+
<soap:body
|
856
|
+
use="encoded"
|
857
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
858
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
859
|
+
</output>
|
860
|
+
</operation>
|
861
|
+
|
862
|
+
<operation name="get_behind_nat">
|
863
|
+
<documentation>
|
864
|
+
Get the nat attribute from the peer WOC object.
|
865
|
+
|
866
|
+
</documentation>
|
867
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
868
|
+
<input>
|
869
|
+
<soap:body
|
870
|
+
use="encoded"
|
871
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
872
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
873
|
+
</input>
|
874
|
+
<output>
|
875
|
+
<soap:body
|
876
|
+
use="encoded"
|
877
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
878
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
879
|
+
</output>
|
880
|
+
</operation>
|
881
|
+
|
882
|
+
<operation name="set_nat_source_address">
|
883
|
+
<documentation>
|
884
|
+
Set the nat address attribute in the peer WOC object.
|
885
|
+
|
886
|
+
</documentation>
|
887
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
888
|
+
<input>
|
889
|
+
<soap:body
|
890
|
+
use="encoded"
|
891
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
892
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
893
|
+
</input>
|
894
|
+
<output>
|
895
|
+
<soap:body
|
896
|
+
use="encoded"
|
897
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
898
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
899
|
+
</output>
|
900
|
+
</operation>
|
901
|
+
|
902
|
+
<operation name="get_nat_source_address">
|
903
|
+
<documentation>
|
904
|
+
Get the nat address attribute in the peer WOC object.
|
905
|
+
|
906
|
+
</documentation>
|
907
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
908
|
+
<input>
|
909
|
+
<soap:body
|
910
|
+
use="encoded"
|
911
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
912
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
913
|
+
</input>
|
914
|
+
<output>
|
915
|
+
<soap:body
|
916
|
+
use="encoded"
|
917
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
918
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
919
|
+
</output>
|
920
|
+
</operation>
|
921
|
+
|
922
|
+
<operation name="get_nat_config_status">
|
923
|
+
<documentation>
|
924
|
+
Get config_status
|
925
|
+
|
926
|
+
</documentation>
|
927
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
928
|
+
<input>
|
929
|
+
<soap:body
|
930
|
+
use="encoded"
|
931
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
932
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
933
|
+
</input>
|
934
|
+
<output>
|
935
|
+
<soap:body
|
936
|
+
use="encoded"
|
937
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
938
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
939
|
+
</output>
|
940
|
+
</operation>
|
941
|
+
|
942
|
+
<operation name="set_nat_config_status">
|
943
|
+
<documentation>
|
944
|
+
Set config_status
|
945
|
+
|
946
|
+
</documentation>
|
947
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
948
|
+
<input>
|
949
|
+
<soap:body
|
950
|
+
use="encoded"
|
951
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
952
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
953
|
+
</input>
|
954
|
+
<output>
|
955
|
+
<soap:body
|
956
|
+
use="encoded"
|
957
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
958
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
959
|
+
</output>
|
960
|
+
</operation>
|
961
|
+
|
962
|
+
<operation name="get_profile_serverssl">
|
963
|
+
<documentation>
|
964
|
+
Get serverssl
|
965
|
+
|
966
|
+
</documentation>
|
967
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
968
|
+
<input>
|
969
|
+
<soap:body
|
970
|
+
use="encoded"
|
971
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
972
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
973
|
+
</input>
|
974
|
+
<output>
|
975
|
+
<soap:body
|
976
|
+
use="encoded"
|
977
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
978
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
979
|
+
</output>
|
980
|
+
</operation>
|
981
|
+
|
982
|
+
<operation name="set_profile_serverssl">
|
983
|
+
<documentation>
|
984
|
+
Set serverssl
|
985
|
+
|
986
|
+
</documentation>
|
987
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
988
|
+
<input>
|
989
|
+
<soap:body
|
990
|
+
use="encoded"
|
991
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
992
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
993
|
+
</input>
|
994
|
+
<output>
|
995
|
+
<soap:body
|
996
|
+
use="encoded"
|
997
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
998
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
999
|
+
</output>
|
1000
|
+
</operation>
|
1001
|
+
|
1002
|
+
<operation name="get_dedup_cache">
|
1003
|
+
<documentation>
|
1004
|
+
Get dedup_cache
|
1005
|
+
|
1006
|
+
</documentation>
|
1007
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
1008
|
+
<input>
|
1009
|
+
<soap:body
|
1010
|
+
use="encoded"
|
1011
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
1012
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1013
|
+
</input>
|
1014
|
+
<output>
|
1015
|
+
<soap:body
|
1016
|
+
use="encoded"
|
1017
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
1018
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1019
|
+
</output>
|
1020
|
+
</operation>
|
1021
|
+
|
1022
|
+
<operation name="get_tunnel_port">
|
1023
|
+
<documentation>
|
1024
|
+
Get tunnel_port
|
1025
|
+
|
1026
|
+
</documentation>
|
1027
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
1028
|
+
<input>
|
1029
|
+
<soap:body
|
1030
|
+
use="encoded"
|
1031
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
1032
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1033
|
+
</input>
|
1034
|
+
<output>
|
1035
|
+
<soap:body
|
1036
|
+
use="encoded"
|
1037
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
1038
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1039
|
+
</output>
|
1040
|
+
</operation>
|
1041
|
+
|
1042
|
+
<operation name="set_tunnel_port">
|
1043
|
+
<documentation>
|
1044
|
+
Set tunnel_port
|
1045
|
+
|
1046
|
+
</documentation>
|
1047
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
1048
|
+
<input>
|
1049
|
+
<soap:body
|
1050
|
+
use="encoded"
|
1051
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
1052
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1053
|
+
</input>
|
1054
|
+
<output>
|
1055
|
+
<soap:body
|
1056
|
+
use="encoded"
|
1057
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
1058
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1059
|
+
</output>
|
1060
|
+
</operation>
|
1061
|
+
|
1062
|
+
<operation name="get_version">
|
1063
|
+
<documentation>
|
1064
|
+
Gets the version information for this interface.
|
1065
|
+
|
1066
|
+
</documentation>
|
1067
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionRemoteInterface"/>
|
1068
|
+
<input>
|
1069
|
+
<soap:body
|
1070
|
+
use="encoded"
|
1071
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
1072
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1073
|
+
</input>
|
1074
|
+
<output>
|
1075
|
+
<soap:body
|
1076
|
+
use="encoded"
|
1077
|
+
namespace="urn:iControl:Networking/iSessionRemoteInterface"
|
1078
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1079
|
+
</output>
|
1080
|
+
</operation>
|
1081
|
+
</binding>
|
1082
|
+
|
1083
|
+
<!-- service -->
|
1084
|
+
|
1085
|
+
<service name="Networking.iSessionRemoteInterface">
|
1086
|
+
<documentation>
|
1087
|
+
*IMPORTANT* This interface has been deprecated (as of 11.0.0)
|
1088
|
+
due to changing the key used to access iSession remote
|
1089
|
+
endpoints. Please use the iSessionRemoteInterfaceV2 interface
|
1090
|
+
in its stead.
|
1091
|
+
|
1092
|
+
The iSession RemoteInterface interface enables you to work with the definitions
|
1093
|
+
and attributes contained in a device's peer iSession Remote Endpoint objects.
|
1094
|
+
|
1095
|
+
</documentation>
|
1096
|
+
<port name="Networking.iSessionRemoteInterfacePort" binding="tns:Networking.iSessionRemoteInterfaceBinding">
|
1097
|
+
<soap:address location="https://url_to_service"/>
|
1098
|
+
</port>
|
1099
|
+
</service>
|
1100
|
+
</definitions>
|