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,619 @@
|
|
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.iSessionAdvertisedRouteV2"
|
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.iSessionAdvertisedRouteV2.RouteDestination">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="ip" type="xsd:string"/>
|
27
|
+
<xsd:element name="mask" type="xsd:string"/>
|
28
|
+
</xsd:sequence>
|
29
|
+
</xsd:complexType>
|
30
|
+
<xsd:simpleType name="Common.EnabledState">
|
31
|
+
<xsd:restriction base="xsd:string">
|
32
|
+
<xsd:enumeration value="STATE_DISABLED">
|
33
|
+
<xsd:annotation>
|
34
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
35
|
+
</xsd:annotation>
|
36
|
+
</xsd:enumeration>
|
37
|
+
<xsd:enumeration value="STATE_ENABLED">
|
38
|
+
<xsd:annotation>
|
39
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
40
|
+
</xsd:annotation>
|
41
|
+
</xsd:enumeration>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:simpleType>
|
44
|
+
<xsd:complexType name="Networking.iSessionAdvertisedRouteV2.RouteDestinationSequence">
|
45
|
+
<xsd:complexContent>
|
46
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
47
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.iSessionAdvertisedRouteV2.RouteDestination[]'/>
|
48
|
+
</xsd:restriction>
|
49
|
+
</xsd:complexContent>
|
50
|
+
</xsd:complexType>
|
51
|
+
<xsd:complexType name="Common.StringSequence">
|
52
|
+
<xsd:complexContent>
|
53
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
54
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
55
|
+
</xsd:restriction>
|
56
|
+
</xsd:complexContent>
|
57
|
+
</xsd:complexType>
|
58
|
+
<xsd:complexType name="Common.ULongSequence">
|
59
|
+
<xsd:complexContent>
|
60
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
61
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
62
|
+
</xsd:restriction>
|
63
|
+
</xsd:complexContent>
|
64
|
+
</xsd:complexType>
|
65
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
66
|
+
<xsd:complexContent>
|
67
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
68
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
69
|
+
</xsd:restriction>
|
70
|
+
</xsd:complexContent>
|
71
|
+
</xsd:complexType>
|
72
|
+
</xsd:schema>
|
73
|
+
</types>
|
74
|
+
|
75
|
+
<!-- message -->
|
76
|
+
|
77
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_listRequest">
|
78
|
+
</message>
|
79
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_listResponse">
|
80
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
81
|
+
</message>
|
82
|
+
|
83
|
+
<message name="Networking.iSessionAdvertisedRouteV2.createRequest">
|
84
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
85
|
+
<part name="destinations" type="tns:Networking.iSessionAdvertisedRouteV2.RouteDestinationSequence"/>
|
86
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
87
|
+
<part name="metrics" type="tns:Common.ULongSequence"/>
|
88
|
+
<part name="labels" type="tns:Common.StringSequence"/>
|
89
|
+
</message>
|
90
|
+
<message name="Networking.iSessionAdvertisedRouteV2.createResponse">
|
91
|
+
</message>
|
92
|
+
|
93
|
+
<message name="Networking.iSessionAdvertisedRouteV2.delete_subnetRequest">
|
94
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
95
|
+
</message>
|
96
|
+
<message name="Networking.iSessionAdvertisedRouteV2.delete_subnetResponse">
|
97
|
+
</message>
|
98
|
+
|
99
|
+
<message name="Networking.iSessionAdvertisedRouteV2.delete_all_subnetsRequest">
|
100
|
+
</message>
|
101
|
+
<message name="Networking.iSessionAdvertisedRouteV2.delete_all_subnetsResponse">
|
102
|
+
</message>
|
103
|
+
|
104
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_destinationRequest">
|
105
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
106
|
+
</message>
|
107
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_destinationResponse">
|
108
|
+
<part name="return" type="tns:Networking.iSessionAdvertisedRouteV2.RouteDestinationSequence"/>
|
109
|
+
</message>
|
110
|
+
|
111
|
+
<message name="Networking.iSessionAdvertisedRouteV2.set_enabled_stateRequest">
|
112
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
113
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
114
|
+
</message>
|
115
|
+
<message name="Networking.iSessionAdvertisedRouteV2.set_enabled_stateResponse">
|
116
|
+
</message>
|
117
|
+
|
118
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_enabled_stateRequest">
|
119
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
120
|
+
</message>
|
121
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_enabled_stateResponse">
|
122
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
123
|
+
</message>
|
124
|
+
|
125
|
+
<message name="Networking.iSessionAdvertisedRouteV2.set_labelRequest">
|
126
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
127
|
+
<part name="labels" type="tns:Common.StringSequence"/>
|
128
|
+
</message>
|
129
|
+
<message name="Networking.iSessionAdvertisedRouteV2.set_labelResponse">
|
130
|
+
</message>
|
131
|
+
|
132
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_labelRequest">
|
133
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
134
|
+
</message>
|
135
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_labelResponse">
|
136
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
137
|
+
</message>
|
138
|
+
|
139
|
+
<message name="Networking.iSessionAdvertisedRouteV2.set_metricRequest">
|
140
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
141
|
+
<part name="metrics" type="tns:Common.ULongSequence"/>
|
142
|
+
</message>
|
143
|
+
<message name="Networking.iSessionAdvertisedRouteV2.set_metricResponse">
|
144
|
+
</message>
|
145
|
+
|
146
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_metricRequest">
|
147
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
148
|
+
</message>
|
149
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_metricResponse">
|
150
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
151
|
+
</message>
|
152
|
+
|
153
|
+
<message name="Networking.iSessionAdvertisedRouteV2.set_descriptionRequest">
|
154
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
155
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
156
|
+
</message>
|
157
|
+
<message name="Networking.iSessionAdvertisedRouteV2.set_descriptionResponse">
|
158
|
+
</message>
|
159
|
+
|
160
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_descriptionRequest">
|
161
|
+
<part name="subnets" type="tns:Common.StringSequence"/>
|
162
|
+
</message>
|
163
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_descriptionResponse">
|
164
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
165
|
+
</message>
|
166
|
+
|
167
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_versionRequest">
|
168
|
+
</message>
|
169
|
+
<message name="Networking.iSessionAdvertisedRouteV2.get_versionResponse">
|
170
|
+
<part name="return" type="xsd:string"/>
|
171
|
+
</message>
|
172
|
+
|
173
|
+
<!-- portType -->
|
174
|
+
|
175
|
+
<portType name="Networking.iSessionAdvertisedRouteV2PortType">
|
176
|
+
<operation name="get_list">
|
177
|
+
<documentation>
|
178
|
+
Get a list of all advertised routes
|
179
|
+
|
180
|
+
</documentation>
|
181
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.get_listRequest"/>
|
182
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.get_listResponse"/>
|
183
|
+
</operation>
|
184
|
+
<operation name="create">
|
185
|
+
<documentation>
|
186
|
+
Creates a set of advertised routes
|
187
|
+
|
188
|
+
</documentation>
|
189
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.createRequest"/>
|
190
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.createResponse"/>
|
191
|
+
</operation>
|
192
|
+
<operation name="delete_subnet">
|
193
|
+
<documentation>
|
194
|
+
Deletes the specified set of advertised routes
|
195
|
+
|
196
|
+
</documentation>
|
197
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.delete_subnetRequest"/>
|
198
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.delete_subnetResponse"/>
|
199
|
+
</operation>
|
200
|
+
<operation name="delete_all_subnets">
|
201
|
+
<documentation>
|
202
|
+
Deletes all advertised routes.
|
203
|
+
|
204
|
+
</documentation>
|
205
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.delete_all_subnetsRequest"/>
|
206
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.delete_all_subnetsResponse"/>
|
207
|
+
</operation>
|
208
|
+
<operation name="get_destination">
|
209
|
+
<documentation>
|
210
|
+
Gets the networked IP address of a subnet that a remote system can
|
211
|
+
reach through the local endpoint for a set of advertised routes.
|
212
|
+
|
213
|
+
Note: A set_destination method is not supported.
|
214
|
+
|
215
|
+
</documentation>
|
216
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.get_destinationRequest"/>
|
217
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.get_destinationResponse"/>
|
218
|
+
</operation>
|
219
|
+
<operation name="set_enabled_state">
|
220
|
+
<documentation>
|
221
|
+
Sets the state for optimizing traffic between the local and remote
|
222
|
+
endpoints for a set of advertised routes.
|
223
|
+
|
224
|
+
If not enabled, the local and remote endpoints exchange subnet
|
225
|
+
configuration information, but traffic on this subnet is not
|
226
|
+
optimized.
|
227
|
+
|
228
|
+
</documentation>
|
229
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.set_enabled_stateRequest"/>
|
230
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.set_enabled_stateResponse"/>
|
231
|
+
</operation>
|
232
|
+
<operation name="get_enabled_state">
|
233
|
+
<documentation>
|
234
|
+
Gets the state for optimizing traffic between the local and remote
|
235
|
+
endpoints for a set of advertised routes.
|
236
|
+
|
237
|
+
</documentation>
|
238
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.get_enabled_stateRequest"/>
|
239
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.get_enabled_stateResponse"/>
|
240
|
+
</operation>
|
241
|
+
<operation name="set_label">
|
242
|
+
<documentation>
|
243
|
+
Sets the label for a set of advertised routes
|
244
|
+
|
245
|
+
</documentation>
|
246
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.set_labelRequest"/>
|
247
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.set_labelResponse"/>
|
248
|
+
</operation>
|
249
|
+
<operation name="get_label">
|
250
|
+
<documentation>
|
251
|
+
Gets the label for a set of advertised routes.
|
252
|
+
|
253
|
+
</documentation>
|
254
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.get_labelRequest"/>
|
255
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.get_labelResponse"/>
|
256
|
+
</operation>
|
257
|
+
<operation name="set_metric">
|
258
|
+
<documentation>
|
259
|
+
Sets the routing metric to select between WAN Optimization Module
|
260
|
+
pairs for a set of advertised routes. The higher the number, the
|
261
|
+
more expensive the route in terms of resources.
|
262
|
+
|
263
|
+
</documentation>
|
264
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.set_metricRequest"/>
|
265
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.set_metricResponse"/>
|
266
|
+
</operation>
|
267
|
+
<operation name="get_metric">
|
268
|
+
<documentation>
|
269
|
+
Gets the routing metric to select between WAN Optimization Module
|
270
|
+
pairs for a set of advertised routes.
|
271
|
+
|
272
|
+
</documentation>
|
273
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.get_metricRequest"/>
|
274
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.get_metricResponse"/>
|
275
|
+
</operation>
|
276
|
+
<operation name="set_description">
|
277
|
+
<documentation>
|
278
|
+
Sets the description for a set of advertised routes.
|
279
|
+
|
280
|
+
This is an arbitrary field which can be used for any purpose.
|
281
|
+
|
282
|
+
</documentation>
|
283
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.set_descriptionRequest"/>
|
284
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.set_descriptionResponse"/>
|
285
|
+
</operation>
|
286
|
+
<operation name="get_description">
|
287
|
+
<documentation>
|
288
|
+
Gets the descriptions for a set of advertised routes.
|
289
|
+
|
290
|
+
</documentation>
|
291
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.get_descriptionRequest"/>
|
292
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.get_descriptionResponse"/>
|
293
|
+
</operation>
|
294
|
+
<operation name="get_version">
|
295
|
+
<documentation>
|
296
|
+
Gets the version information for this interface.
|
297
|
+
|
298
|
+
</documentation>
|
299
|
+
<input message="tns:Networking.iSessionAdvertisedRouteV2.get_versionRequest"/>
|
300
|
+
<output message="tns:Networking.iSessionAdvertisedRouteV2.get_versionResponse"/>
|
301
|
+
</operation>
|
302
|
+
</portType>
|
303
|
+
|
304
|
+
<!-- binding -->
|
305
|
+
|
306
|
+
<binding name="Networking.iSessionAdvertisedRouteV2Binding" type="tns:Networking.iSessionAdvertisedRouteV2PortType">
|
307
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
308
|
+
<operation name="get_list">
|
309
|
+
<documentation>
|
310
|
+
Get a list of all advertised routes
|
311
|
+
|
312
|
+
</documentation>
|
313
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
314
|
+
<input>
|
315
|
+
<soap:body
|
316
|
+
use="encoded"
|
317
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
318
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
319
|
+
</input>
|
320
|
+
<output>
|
321
|
+
<soap:body
|
322
|
+
use="encoded"
|
323
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
324
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
325
|
+
</output>
|
326
|
+
</operation>
|
327
|
+
|
328
|
+
<operation name="create">
|
329
|
+
<documentation>
|
330
|
+
Creates a set of advertised routes
|
331
|
+
|
332
|
+
</documentation>
|
333
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
334
|
+
<input>
|
335
|
+
<soap:body
|
336
|
+
use="encoded"
|
337
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
338
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
339
|
+
</input>
|
340
|
+
<output>
|
341
|
+
<soap:body
|
342
|
+
use="encoded"
|
343
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
344
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
345
|
+
</output>
|
346
|
+
</operation>
|
347
|
+
|
348
|
+
<operation name="delete_subnet">
|
349
|
+
<documentation>
|
350
|
+
Deletes the specified set of advertised routes
|
351
|
+
|
352
|
+
</documentation>
|
353
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
354
|
+
<input>
|
355
|
+
<soap:body
|
356
|
+
use="encoded"
|
357
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
358
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
359
|
+
</input>
|
360
|
+
<output>
|
361
|
+
<soap:body
|
362
|
+
use="encoded"
|
363
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
364
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
365
|
+
</output>
|
366
|
+
</operation>
|
367
|
+
|
368
|
+
<operation name="delete_all_subnets">
|
369
|
+
<documentation>
|
370
|
+
Deletes all advertised routes.
|
371
|
+
|
372
|
+
</documentation>
|
373
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
374
|
+
<input>
|
375
|
+
<soap:body
|
376
|
+
use="encoded"
|
377
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
378
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
379
|
+
</input>
|
380
|
+
<output>
|
381
|
+
<soap:body
|
382
|
+
use="encoded"
|
383
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
384
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
385
|
+
</output>
|
386
|
+
</operation>
|
387
|
+
|
388
|
+
<operation name="get_destination">
|
389
|
+
<documentation>
|
390
|
+
Gets the networked IP address of a subnet that a remote system can
|
391
|
+
reach through the local endpoint for a set of advertised routes.
|
392
|
+
|
393
|
+
Note: A set_destination method is not supported.
|
394
|
+
|
395
|
+
</documentation>
|
396
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
397
|
+
<input>
|
398
|
+
<soap:body
|
399
|
+
use="encoded"
|
400
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
401
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
402
|
+
</input>
|
403
|
+
<output>
|
404
|
+
<soap:body
|
405
|
+
use="encoded"
|
406
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
407
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
408
|
+
</output>
|
409
|
+
</operation>
|
410
|
+
|
411
|
+
<operation name="set_enabled_state">
|
412
|
+
<documentation>
|
413
|
+
Sets the state for optimizing traffic between the local and remote
|
414
|
+
endpoints for a set of advertised routes.
|
415
|
+
|
416
|
+
If not enabled, the local and remote endpoints exchange subnet
|
417
|
+
configuration information, but traffic on this subnet is not
|
418
|
+
optimized.
|
419
|
+
|
420
|
+
</documentation>
|
421
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
422
|
+
<input>
|
423
|
+
<soap:body
|
424
|
+
use="encoded"
|
425
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
426
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
427
|
+
</input>
|
428
|
+
<output>
|
429
|
+
<soap:body
|
430
|
+
use="encoded"
|
431
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
432
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
433
|
+
</output>
|
434
|
+
</operation>
|
435
|
+
|
436
|
+
<operation name="get_enabled_state">
|
437
|
+
<documentation>
|
438
|
+
Gets the state for optimizing traffic between the local and remote
|
439
|
+
endpoints for a set of advertised routes.
|
440
|
+
|
441
|
+
</documentation>
|
442
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
443
|
+
<input>
|
444
|
+
<soap:body
|
445
|
+
use="encoded"
|
446
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
447
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
448
|
+
</input>
|
449
|
+
<output>
|
450
|
+
<soap:body
|
451
|
+
use="encoded"
|
452
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
453
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
454
|
+
</output>
|
455
|
+
</operation>
|
456
|
+
|
457
|
+
<operation name="set_label">
|
458
|
+
<documentation>
|
459
|
+
Sets the label for a set of advertised routes
|
460
|
+
|
461
|
+
</documentation>
|
462
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
463
|
+
<input>
|
464
|
+
<soap:body
|
465
|
+
use="encoded"
|
466
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
467
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
468
|
+
</input>
|
469
|
+
<output>
|
470
|
+
<soap:body
|
471
|
+
use="encoded"
|
472
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
473
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
474
|
+
</output>
|
475
|
+
</operation>
|
476
|
+
|
477
|
+
<operation name="get_label">
|
478
|
+
<documentation>
|
479
|
+
Gets the label for a set of advertised routes.
|
480
|
+
|
481
|
+
</documentation>
|
482
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
483
|
+
<input>
|
484
|
+
<soap:body
|
485
|
+
use="encoded"
|
486
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
487
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
488
|
+
</input>
|
489
|
+
<output>
|
490
|
+
<soap:body
|
491
|
+
use="encoded"
|
492
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
493
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
494
|
+
</output>
|
495
|
+
</operation>
|
496
|
+
|
497
|
+
<operation name="set_metric">
|
498
|
+
<documentation>
|
499
|
+
Sets the routing metric to select between WAN Optimization Module
|
500
|
+
pairs for a set of advertised routes. The higher the number, the
|
501
|
+
more expensive the route in terms of resources.
|
502
|
+
|
503
|
+
</documentation>
|
504
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
505
|
+
<input>
|
506
|
+
<soap:body
|
507
|
+
use="encoded"
|
508
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
509
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
510
|
+
</input>
|
511
|
+
<output>
|
512
|
+
<soap:body
|
513
|
+
use="encoded"
|
514
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
515
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
516
|
+
</output>
|
517
|
+
</operation>
|
518
|
+
|
519
|
+
<operation name="get_metric">
|
520
|
+
<documentation>
|
521
|
+
Gets the routing metric to select between WAN Optimization Module
|
522
|
+
pairs for a set of advertised routes.
|
523
|
+
|
524
|
+
</documentation>
|
525
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
526
|
+
<input>
|
527
|
+
<soap:body
|
528
|
+
use="encoded"
|
529
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
530
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
531
|
+
</input>
|
532
|
+
<output>
|
533
|
+
<soap:body
|
534
|
+
use="encoded"
|
535
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
536
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
537
|
+
</output>
|
538
|
+
</operation>
|
539
|
+
|
540
|
+
<operation name="set_description">
|
541
|
+
<documentation>
|
542
|
+
Sets the description for a set of advertised routes.
|
543
|
+
|
544
|
+
This is an arbitrary field which can be used for any purpose.
|
545
|
+
|
546
|
+
</documentation>
|
547
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
548
|
+
<input>
|
549
|
+
<soap:body
|
550
|
+
use="encoded"
|
551
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
552
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
553
|
+
</input>
|
554
|
+
<output>
|
555
|
+
<soap:body
|
556
|
+
use="encoded"
|
557
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
558
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
559
|
+
</output>
|
560
|
+
</operation>
|
561
|
+
|
562
|
+
<operation name="get_description">
|
563
|
+
<documentation>
|
564
|
+
Gets the descriptions for a set of advertised routes.
|
565
|
+
|
566
|
+
</documentation>
|
567
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
568
|
+
<input>
|
569
|
+
<soap:body
|
570
|
+
use="encoded"
|
571
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
572
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
573
|
+
</input>
|
574
|
+
<output>
|
575
|
+
<soap:body
|
576
|
+
use="encoded"
|
577
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
578
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
579
|
+
</output>
|
580
|
+
</operation>
|
581
|
+
|
582
|
+
<operation name="get_version">
|
583
|
+
<documentation>
|
584
|
+
Gets the version information for this interface.
|
585
|
+
|
586
|
+
</documentation>
|
587
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRouteV2"/>
|
588
|
+
<input>
|
589
|
+
<soap:body
|
590
|
+
use="encoded"
|
591
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
592
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
593
|
+
</input>
|
594
|
+
<output>
|
595
|
+
<soap:body
|
596
|
+
use="encoded"
|
597
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRouteV2"
|
598
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
599
|
+
</output>
|
600
|
+
</operation>
|
601
|
+
</binding>
|
602
|
+
|
603
|
+
<!-- service -->
|
604
|
+
|
605
|
+
<service name="Networking.iSessionAdvertisedRouteV2">
|
606
|
+
<documentation>
|
607
|
+
This interface manages routes advertised for optimization reachable
|
608
|
+
through the local endpoint of the WAN Optimization Module.
|
609
|
+
|
610
|
+
Routes are advertised to all connected WAN Optimization Modules. The
|
611
|
+
remote endpoints use the subnet configuration information to determine
|
612
|
+
peer routing and optimization actions.
|
613
|
+
|
614
|
+
</documentation>
|
615
|
+
<port name="Networking.iSessionAdvertisedRouteV2Port" binding="tns:Networking.iSessionAdvertisedRouteV2Binding">
|
616
|
+
<soap:address location="https://url_to_service"/>
|
617
|
+
</port>
|
618
|
+
</service>
|
619
|
+
</definitions>
|