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,491 @@
|
|
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.iSessionAdvertisedRoute"
|
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.iSessionAdvertisedRoute.iSessionAdvertisedRouteStruct">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="key" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKey"/>
|
27
|
+
<xsd:element name="included" type="tns:Common.EnabledState"/>
|
28
|
+
<xsd:element name="metric" type="xsd:long"/>
|
29
|
+
<xsd:element name="label" type="xsd:string"/>
|
30
|
+
</xsd:sequence>
|
31
|
+
</xsd:complexType>
|
32
|
+
<xsd:simpleType name="Common.EnabledState">
|
33
|
+
<xsd:restriction base="xsd:string">
|
34
|
+
<xsd:enumeration value="STATE_DISABLED">
|
35
|
+
<xsd:annotation>
|
36
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
37
|
+
</xsd:annotation>
|
38
|
+
</xsd:enumeration>
|
39
|
+
<xsd:enumeration value="STATE_ENABLED">
|
40
|
+
<xsd:annotation>
|
41
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
42
|
+
</xsd:annotation>
|
43
|
+
</xsd:enumeration>
|
44
|
+
</xsd:restriction>
|
45
|
+
</xsd:simpleType>
|
46
|
+
<xsd:complexType name="Common.StringSequence">
|
47
|
+
<xsd:complexContent>
|
48
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
49
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
50
|
+
</xsd:restriction>
|
51
|
+
</xsd:complexContent>
|
52
|
+
</xsd:complexType>
|
53
|
+
<xsd:complexType name="Networking.iSessionAdvertisedRoute.SubnetOptKeySequence">
|
54
|
+
<xsd:complexContent>
|
55
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
56
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.iSessionAdvertisedRoute.SubnetOptKey[]'/>
|
57
|
+
</xsd:restriction>
|
58
|
+
</xsd:complexContent>
|
59
|
+
</xsd:complexType>
|
60
|
+
<xsd:complexType name="Common.ULongSequence">
|
61
|
+
<xsd:complexContent>
|
62
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
63
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
64
|
+
</xsd:restriction>
|
65
|
+
</xsd:complexContent>
|
66
|
+
</xsd:complexType>
|
67
|
+
<xsd:complexType name="Networking.iSessionAdvertisedRoute.SubnetOptKey">
|
68
|
+
<xsd:sequence>
|
69
|
+
<xsd:element name="ip" type="xsd:string"/>
|
70
|
+
<xsd:element name="mask" type="xsd:string"/>
|
71
|
+
</xsd:sequence>
|
72
|
+
</xsd:complexType>
|
73
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
74
|
+
<xsd:complexContent>
|
75
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
76
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
77
|
+
</xsd:restriction>
|
78
|
+
</xsd:complexContent>
|
79
|
+
</xsd:complexType>
|
80
|
+
</xsd:schema>
|
81
|
+
</types>
|
82
|
+
|
83
|
+
<!-- message -->
|
84
|
+
|
85
|
+
<message name="Networking.iSessionAdvertisedRoute.get_listRequest">
|
86
|
+
</message>
|
87
|
+
<message name="Networking.iSessionAdvertisedRoute.get_listResponse">
|
88
|
+
<part name="return" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKeySequence"/>
|
89
|
+
</message>
|
90
|
+
|
91
|
+
<message name="Networking.iSessionAdvertisedRoute.createRequest">
|
92
|
+
<part name="subnet" type="tns:Networking.iSessionAdvertisedRoute.iSessionAdvertisedRouteStruct"/>
|
93
|
+
</message>
|
94
|
+
<message name="Networking.iSessionAdvertisedRoute.createResponse">
|
95
|
+
</message>
|
96
|
+
|
97
|
+
<message name="Networking.iSessionAdvertisedRoute.delete_subnetsRequest">
|
98
|
+
<part name="subnets" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKeySequence"/>
|
99
|
+
</message>
|
100
|
+
<message name="Networking.iSessionAdvertisedRoute.delete_subnetsResponse">
|
101
|
+
</message>
|
102
|
+
|
103
|
+
<message name="Networking.iSessionAdvertisedRoute.delete_all_subnetsRequest">
|
104
|
+
</message>
|
105
|
+
<message name="Networking.iSessionAdvertisedRoute.delete_all_subnetsResponse">
|
106
|
+
</message>
|
107
|
+
|
108
|
+
<message name="Networking.iSessionAdvertisedRoute.set_enabled_stateRequest">
|
109
|
+
<part name="ip" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKeySequence"/>
|
110
|
+
<part name="included" type="tns:Common.EnabledStateSequence"/>
|
111
|
+
</message>
|
112
|
+
<message name="Networking.iSessionAdvertisedRoute.set_enabled_stateResponse">
|
113
|
+
</message>
|
114
|
+
|
115
|
+
<message name="Networking.iSessionAdvertisedRoute.get_enabled_stateRequest">
|
116
|
+
<part name="subnets" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKeySequence"/>
|
117
|
+
</message>
|
118
|
+
<message name="Networking.iSessionAdvertisedRoute.get_enabled_stateResponse">
|
119
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
120
|
+
</message>
|
121
|
+
|
122
|
+
<message name="Networking.iSessionAdvertisedRoute.set_labelRequest">
|
123
|
+
<part name="ip" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKeySequence"/>
|
124
|
+
<part name="labels" type="tns:Common.StringSequence"/>
|
125
|
+
</message>
|
126
|
+
<message name="Networking.iSessionAdvertisedRoute.set_labelResponse">
|
127
|
+
</message>
|
128
|
+
|
129
|
+
<message name="Networking.iSessionAdvertisedRoute.get_labelRequest">
|
130
|
+
<part name="subnets" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKeySequence"/>
|
131
|
+
</message>
|
132
|
+
<message name="Networking.iSessionAdvertisedRoute.get_labelResponse">
|
133
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
134
|
+
</message>
|
135
|
+
|
136
|
+
<message name="Networking.iSessionAdvertisedRoute.set_metricRequest">
|
137
|
+
<part name="subnet" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKeySequence"/>
|
138
|
+
<part name="metric" type="tns:Common.ULongSequence"/>
|
139
|
+
</message>
|
140
|
+
<message name="Networking.iSessionAdvertisedRoute.set_metricResponse">
|
141
|
+
</message>
|
142
|
+
|
143
|
+
<message name="Networking.iSessionAdvertisedRoute.get_metricRequest">
|
144
|
+
<part name="subnets" type="tns:Networking.iSessionAdvertisedRoute.SubnetOptKeySequence"/>
|
145
|
+
</message>
|
146
|
+
<message name="Networking.iSessionAdvertisedRoute.get_metricResponse">
|
147
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
148
|
+
</message>
|
149
|
+
|
150
|
+
<message name="Networking.iSessionAdvertisedRoute.get_versionRequest">
|
151
|
+
</message>
|
152
|
+
<message name="Networking.iSessionAdvertisedRoute.get_versionResponse">
|
153
|
+
<part name="return" type="xsd:string"/>
|
154
|
+
</message>
|
155
|
+
|
156
|
+
<!-- portType -->
|
157
|
+
|
158
|
+
<portType name="Networking.iSessionAdvertisedRoutePortType">
|
159
|
+
<operation name="get_list">
|
160
|
+
<documentation>
|
161
|
+
Get a list of all subnet interfaces and their netmasks.
|
162
|
+
|
163
|
+
</documentation>
|
164
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.get_listRequest"/>
|
165
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.get_listResponse"/>
|
166
|
+
</operation>
|
167
|
+
<operation name="create">
|
168
|
+
<documentation>
|
169
|
+
Creates a specified subnet object with all its attributes.
|
170
|
+
|
171
|
+
</documentation>
|
172
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.createRequest"/>
|
173
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.createResponse"/>
|
174
|
+
</operation>
|
175
|
+
<operation name="delete_subnets">
|
176
|
+
<documentation>
|
177
|
+
Deletes the specified subnet via its IP address and netmask.
|
178
|
+
|
179
|
+
</documentation>
|
180
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.delete_subnetsRequest"/>
|
181
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.delete_subnetsResponse"/>
|
182
|
+
</operation>
|
183
|
+
<operation name="delete_all_subnets">
|
184
|
+
<documentation>
|
185
|
+
Deletes all exisiting subnet objects.
|
186
|
+
|
187
|
+
</documentation>
|
188
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.delete_all_subnetsRequest"/>
|
189
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.delete_all_subnetsResponse"/>
|
190
|
+
</operation>
|
191
|
+
<operation name="set_enabled_state">
|
192
|
+
<documentation>
|
193
|
+
Sets/Resets the enabled flag on the target subnets.
|
194
|
+
|
195
|
+
</documentation>
|
196
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.set_enabled_stateRequest"/>
|
197
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.set_enabled_stateResponse"/>
|
198
|
+
</operation>
|
199
|
+
<operation name="get_enabled_state">
|
200
|
+
<documentation>
|
201
|
+
Gets the enabled flag on the target subnets.
|
202
|
+
|
203
|
+
</documentation>
|
204
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.get_enabled_stateRequest"/>
|
205
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.get_enabled_stateResponse"/>
|
206
|
+
</operation>
|
207
|
+
<operation name="set_label">
|
208
|
+
<documentation>
|
209
|
+
Sets/Resets the label string on the target subnets.
|
210
|
+
|
211
|
+
</documentation>
|
212
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.set_labelRequest"/>
|
213
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.set_labelResponse"/>
|
214
|
+
</operation>
|
215
|
+
<operation name="get_label">
|
216
|
+
<documentation>
|
217
|
+
Gets the label string on the target subnets.
|
218
|
+
|
219
|
+
</documentation>
|
220
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.get_labelRequest"/>
|
221
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.get_labelResponse"/>
|
222
|
+
</operation>
|
223
|
+
<operation name="set_metric">
|
224
|
+
<documentation>
|
225
|
+
Sets the metric with which the specified subnet IPs are associated.
|
226
|
+
|
227
|
+
</documentation>
|
228
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.set_metricRequest"/>
|
229
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.set_metricResponse"/>
|
230
|
+
</operation>
|
231
|
+
<operation name="get_metric">
|
232
|
+
<documentation>
|
233
|
+
Gets the metric with which the specified subnet IPs are associated.
|
234
|
+
|
235
|
+
</documentation>
|
236
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.get_metricRequest"/>
|
237
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.get_metricResponse"/>
|
238
|
+
</operation>
|
239
|
+
<operation name="get_version">
|
240
|
+
<documentation>
|
241
|
+
Gets the version information for this interface.
|
242
|
+
|
243
|
+
</documentation>
|
244
|
+
<input message="tns:Networking.iSessionAdvertisedRoute.get_versionRequest"/>
|
245
|
+
<output message="tns:Networking.iSessionAdvertisedRoute.get_versionResponse"/>
|
246
|
+
</operation>
|
247
|
+
</portType>
|
248
|
+
|
249
|
+
<!-- binding -->
|
250
|
+
|
251
|
+
<binding name="Networking.iSessionAdvertisedRouteBinding" type="tns:Networking.iSessionAdvertisedRoutePortType">
|
252
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
253
|
+
<operation name="get_list">
|
254
|
+
<documentation>
|
255
|
+
Get a list of all subnet interfaces and their netmasks.
|
256
|
+
|
257
|
+
</documentation>
|
258
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
259
|
+
<input>
|
260
|
+
<soap:body
|
261
|
+
use="encoded"
|
262
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
263
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
264
|
+
</input>
|
265
|
+
<output>
|
266
|
+
<soap:body
|
267
|
+
use="encoded"
|
268
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
269
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
270
|
+
</output>
|
271
|
+
</operation>
|
272
|
+
|
273
|
+
<operation name="create">
|
274
|
+
<documentation>
|
275
|
+
Creates a specified subnet object with all its attributes.
|
276
|
+
|
277
|
+
</documentation>
|
278
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
279
|
+
<input>
|
280
|
+
<soap:body
|
281
|
+
use="encoded"
|
282
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
283
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
284
|
+
</input>
|
285
|
+
<output>
|
286
|
+
<soap:body
|
287
|
+
use="encoded"
|
288
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
289
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
290
|
+
</output>
|
291
|
+
</operation>
|
292
|
+
|
293
|
+
<operation name="delete_subnets">
|
294
|
+
<documentation>
|
295
|
+
Deletes the specified subnet via its IP address and netmask.
|
296
|
+
|
297
|
+
</documentation>
|
298
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
299
|
+
<input>
|
300
|
+
<soap:body
|
301
|
+
use="encoded"
|
302
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
303
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
304
|
+
</input>
|
305
|
+
<output>
|
306
|
+
<soap:body
|
307
|
+
use="encoded"
|
308
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
309
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
310
|
+
</output>
|
311
|
+
</operation>
|
312
|
+
|
313
|
+
<operation name="delete_all_subnets">
|
314
|
+
<documentation>
|
315
|
+
Deletes all exisiting subnet objects.
|
316
|
+
|
317
|
+
</documentation>
|
318
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
319
|
+
<input>
|
320
|
+
<soap:body
|
321
|
+
use="encoded"
|
322
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
323
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
324
|
+
</input>
|
325
|
+
<output>
|
326
|
+
<soap:body
|
327
|
+
use="encoded"
|
328
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
329
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
330
|
+
</output>
|
331
|
+
</operation>
|
332
|
+
|
333
|
+
<operation name="set_enabled_state">
|
334
|
+
<documentation>
|
335
|
+
Sets/Resets the enabled flag on the target subnets.
|
336
|
+
|
337
|
+
</documentation>
|
338
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
339
|
+
<input>
|
340
|
+
<soap:body
|
341
|
+
use="encoded"
|
342
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
343
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
344
|
+
</input>
|
345
|
+
<output>
|
346
|
+
<soap:body
|
347
|
+
use="encoded"
|
348
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
349
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
350
|
+
</output>
|
351
|
+
</operation>
|
352
|
+
|
353
|
+
<operation name="get_enabled_state">
|
354
|
+
<documentation>
|
355
|
+
Gets the enabled flag on the target subnets.
|
356
|
+
|
357
|
+
</documentation>
|
358
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
359
|
+
<input>
|
360
|
+
<soap:body
|
361
|
+
use="encoded"
|
362
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
363
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
364
|
+
</input>
|
365
|
+
<output>
|
366
|
+
<soap:body
|
367
|
+
use="encoded"
|
368
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
369
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
370
|
+
</output>
|
371
|
+
</operation>
|
372
|
+
|
373
|
+
<operation name="set_label">
|
374
|
+
<documentation>
|
375
|
+
Sets/Resets the label string on the target subnets.
|
376
|
+
|
377
|
+
</documentation>
|
378
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
379
|
+
<input>
|
380
|
+
<soap:body
|
381
|
+
use="encoded"
|
382
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
383
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
384
|
+
</input>
|
385
|
+
<output>
|
386
|
+
<soap:body
|
387
|
+
use="encoded"
|
388
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
389
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
390
|
+
</output>
|
391
|
+
</operation>
|
392
|
+
|
393
|
+
<operation name="get_label">
|
394
|
+
<documentation>
|
395
|
+
Gets the label string on the target subnets.
|
396
|
+
|
397
|
+
</documentation>
|
398
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
399
|
+
<input>
|
400
|
+
<soap:body
|
401
|
+
use="encoded"
|
402
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
403
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
404
|
+
</input>
|
405
|
+
<output>
|
406
|
+
<soap:body
|
407
|
+
use="encoded"
|
408
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
409
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
410
|
+
</output>
|
411
|
+
</operation>
|
412
|
+
|
413
|
+
<operation name="set_metric">
|
414
|
+
<documentation>
|
415
|
+
Sets the metric with which the specified subnet IPs are associated.
|
416
|
+
|
417
|
+
</documentation>
|
418
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
419
|
+
<input>
|
420
|
+
<soap:body
|
421
|
+
use="encoded"
|
422
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
423
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
424
|
+
</input>
|
425
|
+
<output>
|
426
|
+
<soap:body
|
427
|
+
use="encoded"
|
428
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
429
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
430
|
+
</output>
|
431
|
+
</operation>
|
432
|
+
|
433
|
+
<operation name="get_metric">
|
434
|
+
<documentation>
|
435
|
+
Gets the metric with which the specified subnet IPs are associated.
|
436
|
+
|
437
|
+
</documentation>
|
438
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
439
|
+
<input>
|
440
|
+
<soap:body
|
441
|
+
use="encoded"
|
442
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
443
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
444
|
+
</input>
|
445
|
+
<output>
|
446
|
+
<soap:body
|
447
|
+
use="encoded"
|
448
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
449
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
450
|
+
</output>
|
451
|
+
</operation>
|
452
|
+
|
453
|
+
<operation name="get_version">
|
454
|
+
<documentation>
|
455
|
+
Gets the version information for this interface.
|
456
|
+
|
457
|
+
</documentation>
|
458
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionAdvertisedRoute"/>
|
459
|
+
<input>
|
460
|
+
<soap:body
|
461
|
+
use="encoded"
|
462
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
463
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
464
|
+
</input>
|
465
|
+
<output>
|
466
|
+
<soap:body
|
467
|
+
use="encoded"
|
468
|
+
namespace="urn:iControl:Networking/iSessionAdvertisedRoute"
|
469
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
470
|
+
</output>
|
471
|
+
</operation>
|
472
|
+
</binding>
|
473
|
+
|
474
|
+
<!-- service -->
|
475
|
+
|
476
|
+
<service name="Networking.iSessionAdvertisedRoute">
|
477
|
+
<documentation>
|
478
|
+
*IMPORTANT* This interface has been deprecated (as of 11.0.0)
|
479
|
+
due to changing the key used to access iSession advertised
|
480
|
+
routes. Please use the iSessionAdvertisedRouteV2 interface in
|
481
|
+
its stead.
|
482
|
+
|
483
|
+
The iSession AdvertisedRoute interface enables you to work with the definitions and
|
484
|
+
attributes contained in a device's optimized endpoint subnets.
|
485
|
+
|
486
|
+
</documentation>
|
487
|
+
<port name="Networking.iSessionAdvertisedRoutePort" binding="tns:Networking.iSessionAdvertisedRouteBinding">
|
488
|
+
<soap:address location="https://url_to_service"/>
|
489
|
+
</port>
|
490
|
+
</service>
|
491
|
+
</definitions>
|