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,373 @@
|
|
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.PortMirror"
|
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="Common.StringSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
</xsd:schema>
|
39
|
+
</types>
|
40
|
+
|
41
|
+
<!-- message -->
|
42
|
+
|
43
|
+
<message name="Networking.PortMirror.get_listRequest">
|
44
|
+
</message>
|
45
|
+
<message name="Networking.PortMirror.get_listResponse">
|
46
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
47
|
+
</message>
|
48
|
+
|
49
|
+
<message name="Networking.PortMirror.createRequest">
|
50
|
+
<part name="pmirrors" type="tns:Common.StringSequence"/>
|
51
|
+
<part name="interfaces" type="tns:Common.StringSequenceSequence"/>
|
52
|
+
</message>
|
53
|
+
<message name="Networking.PortMirror.createResponse">
|
54
|
+
</message>
|
55
|
+
|
56
|
+
<message name="Networking.PortMirror.get_interfaceRequest">
|
57
|
+
<part name="pmirrors" type="tns:Common.StringSequence"/>
|
58
|
+
</message>
|
59
|
+
<message name="Networking.PortMirror.get_interfaceResponse">
|
60
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
61
|
+
</message>
|
62
|
+
|
63
|
+
<message name="Networking.PortMirror.add_interfaceRequest">
|
64
|
+
<part name="pmirrors" type="tns:Common.StringSequence"/>
|
65
|
+
<part name="interfaces" type="tns:Common.StringSequenceSequence"/>
|
66
|
+
</message>
|
67
|
+
<message name="Networking.PortMirror.add_interfaceResponse">
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="Networking.PortMirror.remove_interfaceRequest">
|
71
|
+
<part name="pmirrors" type="tns:Common.StringSequence"/>
|
72
|
+
<part name="interfaces" type="tns:Common.StringSequenceSequence"/>
|
73
|
+
</message>
|
74
|
+
<message name="Networking.PortMirror.remove_interfaceResponse">
|
75
|
+
</message>
|
76
|
+
|
77
|
+
<message name="Networking.PortMirror.remove_all_interfacesRequest">
|
78
|
+
<part name="pmirrors" type="tns:Common.StringSequence"/>
|
79
|
+
</message>
|
80
|
+
<message name="Networking.PortMirror.remove_all_interfacesResponse">
|
81
|
+
</message>
|
82
|
+
|
83
|
+
<message name="Networking.PortMirror.delete_port_mirrorRequest">
|
84
|
+
<part name="pmirrors" type="tns:Common.StringSequence"/>
|
85
|
+
</message>
|
86
|
+
<message name="Networking.PortMirror.delete_port_mirrorResponse">
|
87
|
+
</message>
|
88
|
+
|
89
|
+
<message name="Networking.PortMirror.delete_all_port_mirrorsRequest">
|
90
|
+
</message>
|
91
|
+
<message name="Networking.PortMirror.delete_all_port_mirrorsResponse">
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="Networking.PortMirror.get_versionRequest">
|
95
|
+
</message>
|
96
|
+
<message name="Networking.PortMirror.get_versionResponse">
|
97
|
+
<part name="return" type="xsd:string"/>
|
98
|
+
</message>
|
99
|
+
|
100
|
+
<!-- portType -->
|
101
|
+
|
102
|
+
<portType name="Networking.PortMirrorPortType">
|
103
|
+
<operation name="get_list">
|
104
|
+
<documentation>
|
105
|
+
Gets a list of all port mirrors (mirrored-to interfaces) on this device.
|
106
|
+
|
107
|
+
</documentation>
|
108
|
+
<input message="tns:Networking.PortMirror.get_listRequest"/>
|
109
|
+
<output message="tns:Networking.PortMirror.get_listResponse"/>
|
110
|
+
</operation>
|
111
|
+
<operation name="create">
|
112
|
+
<documentation>
|
113
|
+
Creates the specified port mirrors (mirrored-to interfaces) from the list of specified interfaces (mirrored-from interfaces).
|
114
|
+
|
115
|
+
</documentation>
|
116
|
+
<input message="tns:Networking.PortMirror.createRequest"/>
|
117
|
+
<output message="tns:Networking.PortMirror.createResponse"/>
|
118
|
+
</operation>
|
119
|
+
<operation name="get_interface">
|
120
|
+
<documentation>
|
121
|
+
Gets the lists of mirrored-from interfaces associated with the specified port mirrors.
|
122
|
+
|
123
|
+
</documentation>
|
124
|
+
<input message="tns:Networking.PortMirror.get_interfaceRequest"/>
|
125
|
+
<output message="tns:Networking.PortMirror.get_interfaceResponse"/>
|
126
|
+
</operation>
|
127
|
+
<operation name="add_interface">
|
128
|
+
<documentation>
|
129
|
+
Adds the lists of mirrored-from interfaces to the specified port mirrors (mirrored-to interfaces).
|
130
|
+
|
131
|
+
</documentation>
|
132
|
+
<input message="tns:Networking.PortMirror.add_interfaceRequest"/>
|
133
|
+
<output message="tns:Networking.PortMirror.add_interfaceResponse"/>
|
134
|
+
</operation>
|
135
|
+
<operation name="remove_interface">
|
136
|
+
<documentation>
|
137
|
+
Removes the lists of mirrored-from interfaces from the specified port mirrors (mirrored-to interfaces).
|
138
|
+
|
139
|
+
</documentation>
|
140
|
+
<input message="tns:Networking.PortMirror.remove_interfaceRequest"/>
|
141
|
+
<output message="tns:Networking.PortMirror.remove_interfaceResponse"/>
|
142
|
+
</operation>
|
143
|
+
<operation name="remove_all_interfaces">
|
144
|
+
<documentation>
|
145
|
+
Removes all mirrored-from interfaces from the specified port mirrors (mirrored-to interfaces).
|
146
|
+
|
147
|
+
</documentation>
|
148
|
+
<input message="tns:Networking.PortMirror.remove_all_interfacesRequest"/>
|
149
|
+
<output message="tns:Networking.PortMirror.remove_all_interfacesResponse"/>
|
150
|
+
</operation>
|
151
|
+
<operation name="delete_port_mirror">
|
152
|
+
<documentation>
|
153
|
+
Deletes the specified port mirrors (mirrored-to interfaces).
|
154
|
+
|
155
|
+
</documentation>
|
156
|
+
<input message="tns:Networking.PortMirror.delete_port_mirrorRequest"/>
|
157
|
+
<output message="tns:Networking.PortMirror.delete_port_mirrorResponse"/>
|
158
|
+
</operation>
|
159
|
+
<operation name="delete_all_port_mirrors">
|
160
|
+
<documentation>
|
161
|
+
Deletes all port mirrors (mirrored-to interfaces).
|
162
|
+
|
163
|
+
</documentation>
|
164
|
+
<input message="tns:Networking.PortMirror.delete_all_port_mirrorsRequest"/>
|
165
|
+
<output message="tns:Networking.PortMirror.delete_all_port_mirrorsResponse"/>
|
166
|
+
</operation>
|
167
|
+
<operation name="get_version">
|
168
|
+
<documentation>
|
169
|
+
Gets the version information for this interface.
|
170
|
+
|
171
|
+
</documentation>
|
172
|
+
<input message="tns:Networking.PortMirror.get_versionRequest"/>
|
173
|
+
<output message="tns:Networking.PortMirror.get_versionResponse"/>
|
174
|
+
</operation>
|
175
|
+
</portType>
|
176
|
+
|
177
|
+
<!-- binding -->
|
178
|
+
|
179
|
+
<binding name="Networking.PortMirrorBinding" type="tns:Networking.PortMirrorPortType">
|
180
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
181
|
+
<operation name="get_list">
|
182
|
+
<documentation>
|
183
|
+
Gets a list of all port mirrors (mirrored-to interfaces) on this device.
|
184
|
+
|
185
|
+
</documentation>
|
186
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
187
|
+
<input>
|
188
|
+
<soap:body
|
189
|
+
use="encoded"
|
190
|
+
namespace="urn:iControl:Networking/PortMirror"
|
191
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
192
|
+
</input>
|
193
|
+
<output>
|
194
|
+
<soap:body
|
195
|
+
use="encoded"
|
196
|
+
namespace="urn:iControl:Networking/PortMirror"
|
197
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
198
|
+
</output>
|
199
|
+
</operation>
|
200
|
+
|
201
|
+
<operation name="create">
|
202
|
+
<documentation>
|
203
|
+
Creates the specified port mirrors (mirrored-to interfaces) from the list of specified interfaces (mirrored-from interfaces).
|
204
|
+
|
205
|
+
</documentation>
|
206
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
207
|
+
<input>
|
208
|
+
<soap:body
|
209
|
+
use="encoded"
|
210
|
+
namespace="urn:iControl:Networking/PortMirror"
|
211
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
212
|
+
</input>
|
213
|
+
<output>
|
214
|
+
<soap:body
|
215
|
+
use="encoded"
|
216
|
+
namespace="urn:iControl:Networking/PortMirror"
|
217
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
218
|
+
</output>
|
219
|
+
</operation>
|
220
|
+
|
221
|
+
<operation name="get_interface">
|
222
|
+
<documentation>
|
223
|
+
Gets the lists of mirrored-from interfaces associated with the specified port mirrors.
|
224
|
+
|
225
|
+
</documentation>
|
226
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
227
|
+
<input>
|
228
|
+
<soap:body
|
229
|
+
use="encoded"
|
230
|
+
namespace="urn:iControl:Networking/PortMirror"
|
231
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
232
|
+
</input>
|
233
|
+
<output>
|
234
|
+
<soap:body
|
235
|
+
use="encoded"
|
236
|
+
namespace="urn:iControl:Networking/PortMirror"
|
237
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
238
|
+
</output>
|
239
|
+
</operation>
|
240
|
+
|
241
|
+
<operation name="add_interface">
|
242
|
+
<documentation>
|
243
|
+
Adds the lists of mirrored-from interfaces to the specified port mirrors (mirrored-to interfaces).
|
244
|
+
|
245
|
+
</documentation>
|
246
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
247
|
+
<input>
|
248
|
+
<soap:body
|
249
|
+
use="encoded"
|
250
|
+
namespace="urn:iControl:Networking/PortMirror"
|
251
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
252
|
+
</input>
|
253
|
+
<output>
|
254
|
+
<soap:body
|
255
|
+
use="encoded"
|
256
|
+
namespace="urn:iControl:Networking/PortMirror"
|
257
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
258
|
+
</output>
|
259
|
+
</operation>
|
260
|
+
|
261
|
+
<operation name="remove_interface">
|
262
|
+
<documentation>
|
263
|
+
Removes the lists of mirrored-from interfaces from the specified port mirrors (mirrored-to interfaces).
|
264
|
+
|
265
|
+
</documentation>
|
266
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
267
|
+
<input>
|
268
|
+
<soap:body
|
269
|
+
use="encoded"
|
270
|
+
namespace="urn:iControl:Networking/PortMirror"
|
271
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
272
|
+
</input>
|
273
|
+
<output>
|
274
|
+
<soap:body
|
275
|
+
use="encoded"
|
276
|
+
namespace="urn:iControl:Networking/PortMirror"
|
277
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
278
|
+
</output>
|
279
|
+
</operation>
|
280
|
+
|
281
|
+
<operation name="remove_all_interfaces">
|
282
|
+
<documentation>
|
283
|
+
Removes all mirrored-from interfaces from the specified port mirrors (mirrored-to interfaces).
|
284
|
+
|
285
|
+
</documentation>
|
286
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
287
|
+
<input>
|
288
|
+
<soap:body
|
289
|
+
use="encoded"
|
290
|
+
namespace="urn:iControl:Networking/PortMirror"
|
291
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
292
|
+
</input>
|
293
|
+
<output>
|
294
|
+
<soap:body
|
295
|
+
use="encoded"
|
296
|
+
namespace="urn:iControl:Networking/PortMirror"
|
297
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
298
|
+
</output>
|
299
|
+
</operation>
|
300
|
+
|
301
|
+
<operation name="delete_port_mirror">
|
302
|
+
<documentation>
|
303
|
+
Deletes the specified port mirrors (mirrored-to interfaces).
|
304
|
+
|
305
|
+
</documentation>
|
306
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
307
|
+
<input>
|
308
|
+
<soap:body
|
309
|
+
use="encoded"
|
310
|
+
namespace="urn:iControl:Networking/PortMirror"
|
311
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
312
|
+
</input>
|
313
|
+
<output>
|
314
|
+
<soap:body
|
315
|
+
use="encoded"
|
316
|
+
namespace="urn:iControl:Networking/PortMirror"
|
317
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
318
|
+
</output>
|
319
|
+
</operation>
|
320
|
+
|
321
|
+
<operation name="delete_all_port_mirrors">
|
322
|
+
<documentation>
|
323
|
+
Deletes all port mirrors (mirrored-to interfaces).
|
324
|
+
|
325
|
+
</documentation>
|
326
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
327
|
+
<input>
|
328
|
+
<soap:body
|
329
|
+
use="encoded"
|
330
|
+
namespace="urn:iControl:Networking/PortMirror"
|
331
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
332
|
+
</input>
|
333
|
+
<output>
|
334
|
+
<soap:body
|
335
|
+
use="encoded"
|
336
|
+
namespace="urn:iControl:Networking/PortMirror"
|
337
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
338
|
+
</output>
|
339
|
+
</operation>
|
340
|
+
|
341
|
+
<operation name="get_version">
|
342
|
+
<documentation>
|
343
|
+
Gets the version information for this interface.
|
344
|
+
|
345
|
+
</documentation>
|
346
|
+
<soap:operation soapAction="urn:iControl:Networking/PortMirror"/>
|
347
|
+
<input>
|
348
|
+
<soap:body
|
349
|
+
use="encoded"
|
350
|
+
namespace="urn:iControl:Networking/PortMirror"
|
351
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
352
|
+
</input>
|
353
|
+
<output>
|
354
|
+
<soap:body
|
355
|
+
use="encoded"
|
356
|
+
namespace="urn:iControl:Networking/PortMirror"
|
357
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
358
|
+
</output>
|
359
|
+
</operation>
|
360
|
+
</binding>
|
361
|
+
|
362
|
+
<!-- service -->
|
363
|
+
|
364
|
+
<service name="Networking.PortMirror">
|
365
|
+
<documentation>
|
366
|
+
The PortMirror interface enables you to work with the definitions and attributes of port mirroring.
|
367
|
+
|
368
|
+
</documentation>
|
369
|
+
<port name="Networking.PortMirrorPort" binding="tns:Networking.PortMirrorBinding">
|
370
|
+
<soap:address location="https://url_to_service"/>
|
371
|
+
</port>
|
372
|
+
</service>
|
373
|
+
</definitions>
|
@@ -0,0 +1,1350 @@
|
|
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.ProfileFEC"
|
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="Common.ProfileEnabledState">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="value" type="tns:Common.EnabledState"/>
|
27
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
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="Common.StringSequence">
|
45
|
+
<xsd:complexContent>
|
46
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
47
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
48
|
+
</xsd:restriction>
|
49
|
+
</xsd:complexContent>
|
50
|
+
</xsd:complexType>
|
51
|
+
<xsd:complexType name="Common.ProfilePortNumberSequence">
|
52
|
+
<xsd:complexContent>
|
53
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
54
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ProfilePortNumber[]'/>
|
55
|
+
</xsd:restriction>
|
56
|
+
</xsd:complexContent>
|
57
|
+
</xsd:complexType>
|
58
|
+
<xsd:complexType name="Common.BooleanSequence">
|
59
|
+
<xsd:complexContent>
|
60
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
61
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
62
|
+
</xsd:restriction>
|
63
|
+
</xsd:complexContent>
|
64
|
+
</xsd:complexType>
|
65
|
+
<xsd:complexType name="Common.ProfileULongSequence">
|
66
|
+
<xsd:complexContent>
|
67
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
68
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ProfileULong[]'/>
|
69
|
+
</xsd:restriction>
|
70
|
+
</xsd:complexContent>
|
71
|
+
</xsd:complexType>
|
72
|
+
<xsd:complexType name="Common.ProfileULong">
|
73
|
+
<xsd:sequence>
|
74
|
+
<xsd:element name="value" type="xsd:long"/>
|
75
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
76
|
+
</xsd:sequence>
|
77
|
+
</xsd:complexType>
|
78
|
+
<xsd:complexType name="Common.ProfileEnabledStateSequence">
|
79
|
+
<xsd:complexContent>
|
80
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
81
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ProfileEnabledState[]'/>
|
82
|
+
</xsd:restriction>
|
83
|
+
</xsd:complexContent>
|
84
|
+
</xsd:complexType>
|
85
|
+
<xsd:complexType name="Common.ProfilePortNumber">
|
86
|
+
<xsd:sequence>
|
87
|
+
<xsd:element name="value" type="xsd:long"/>
|
88
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
89
|
+
</xsd:sequence>
|
90
|
+
</xsd:complexType>
|
91
|
+
</xsd:schema>
|
92
|
+
</types>
|
93
|
+
|
94
|
+
<!-- message -->
|
95
|
+
|
96
|
+
<message name="Networking.ProfileFEC.get_listRequest">
|
97
|
+
</message>
|
98
|
+
<message name="Networking.ProfileFEC.get_listResponse">
|
99
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
100
|
+
</message>
|
101
|
+
|
102
|
+
<message name="Networking.ProfileFEC.createRequest">
|
103
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
104
|
+
</message>
|
105
|
+
<message name="Networking.ProfileFEC.createResponse">
|
106
|
+
</message>
|
107
|
+
|
108
|
+
<message name="Networking.ProfileFEC.delete_profileRequest">
|
109
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
110
|
+
</message>
|
111
|
+
<message name="Networking.ProfileFEC.delete_profileResponse">
|
112
|
+
</message>
|
113
|
+
|
114
|
+
<message name="Networking.ProfileFEC.delete_all_profilesRequest">
|
115
|
+
</message>
|
116
|
+
<message name="Networking.ProfileFEC.delete_all_profilesResponse">
|
117
|
+
</message>
|
118
|
+
|
119
|
+
<message name="Networking.ProfileFEC.is_base_profileRequest">
|
120
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
121
|
+
</message>
|
122
|
+
<message name="Networking.ProfileFEC.is_base_profileResponse">
|
123
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
124
|
+
</message>
|
125
|
+
|
126
|
+
<message name="Networking.ProfileFEC.is_system_profileRequest">
|
127
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
128
|
+
</message>
|
129
|
+
<message name="Networking.ProfileFEC.is_system_profileResponse">
|
130
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
131
|
+
</message>
|
132
|
+
|
133
|
+
<message name="Networking.ProfileFEC.set_default_profileRequest">
|
134
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
135
|
+
<part name="defaults" type="tns:Common.StringSequence"/>
|
136
|
+
</message>
|
137
|
+
<message name="Networking.ProfileFEC.set_default_profileResponse">
|
138
|
+
</message>
|
139
|
+
|
140
|
+
<message name="Networking.ProfileFEC.get_default_profileRequest">
|
141
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
142
|
+
</message>
|
143
|
+
<message name="Networking.ProfileFEC.get_default_profileResponse">
|
144
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
145
|
+
</message>
|
146
|
+
|
147
|
+
<message name="Networking.ProfileFEC.set_udp_portRequest">
|
148
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
149
|
+
<part name="ports" type="tns:Common.ProfilePortNumberSequence"/>
|
150
|
+
</message>
|
151
|
+
<message name="Networking.ProfileFEC.set_udp_portResponse">
|
152
|
+
</message>
|
153
|
+
|
154
|
+
<message name="Networking.ProfileFEC.get_udp_portRequest">
|
155
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
156
|
+
</message>
|
157
|
+
<message name="Networking.ProfileFEC.get_udp_portResponse">
|
158
|
+
<part name="return" type="tns:Common.ProfilePortNumberSequence"/>
|
159
|
+
</message>
|
160
|
+
|
161
|
+
<message name="Networking.ProfileFEC.set_source_packetRequest">
|
162
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
163
|
+
<part name="values" type="tns:Common.ProfileULongSequence"/>
|
164
|
+
</message>
|
165
|
+
<message name="Networking.ProfileFEC.set_source_packetResponse">
|
166
|
+
</message>
|
167
|
+
|
168
|
+
<message name="Networking.ProfileFEC.get_source_packetRequest">
|
169
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
170
|
+
</message>
|
171
|
+
<message name="Networking.ProfileFEC.get_source_packetResponse">
|
172
|
+
<part name="return" type="tns:Common.ProfileULongSequence"/>
|
173
|
+
</message>
|
174
|
+
|
175
|
+
<message name="Networking.ProfileFEC.set_repair_packetRequest">
|
176
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
177
|
+
<part name="values" type="tns:Common.ProfileULongSequence"/>
|
178
|
+
</message>
|
179
|
+
<message name="Networking.ProfileFEC.set_repair_packetResponse">
|
180
|
+
</message>
|
181
|
+
|
182
|
+
<message name="Networking.ProfileFEC.get_repair_packetRequest">
|
183
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
184
|
+
</message>
|
185
|
+
<message name="Networking.ProfileFEC.get_repair_packetResponse">
|
186
|
+
<part name="return" type="tns:Common.ProfileULongSequence"/>
|
187
|
+
</message>
|
188
|
+
|
189
|
+
<message name="Networking.ProfileFEC.set_source_adaptive_stateRequest">
|
190
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
191
|
+
<part name="states" type="tns:Common.ProfileEnabledStateSequence"/>
|
192
|
+
</message>
|
193
|
+
<message name="Networking.ProfileFEC.set_source_adaptive_stateResponse">
|
194
|
+
</message>
|
195
|
+
|
196
|
+
<message name="Networking.ProfileFEC.get_source_adaptive_stateRequest">
|
197
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
198
|
+
</message>
|
199
|
+
<message name="Networking.ProfileFEC.get_source_adaptive_stateResponse">
|
200
|
+
<part name="return" type="tns:Common.ProfileEnabledStateSequence"/>
|
201
|
+
</message>
|
202
|
+
|
203
|
+
<message name="Networking.ProfileFEC.set_repair_adaptive_stateRequest">
|
204
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
205
|
+
<part name="states" type="tns:Common.ProfileEnabledStateSequence"/>
|
206
|
+
</message>
|
207
|
+
<message name="Networking.ProfileFEC.set_repair_adaptive_stateResponse">
|
208
|
+
</message>
|
209
|
+
|
210
|
+
<message name="Networking.ProfileFEC.get_repair_adaptive_stateRequest">
|
211
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
212
|
+
</message>
|
213
|
+
<message name="Networking.ProfileFEC.get_repair_adaptive_stateResponse">
|
214
|
+
<part name="return" type="tns:Common.ProfileEnabledStateSequence"/>
|
215
|
+
</message>
|
216
|
+
|
217
|
+
<message name="Networking.ProfileFEC.set_encode_maximum_delayRequest">
|
218
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
219
|
+
<part name="delays" type="tns:Common.ProfileULongSequence"/>
|
220
|
+
</message>
|
221
|
+
<message name="Networking.ProfileFEC.set_encode_maximum_delayResponse">
|
222
|
+
</message>
|
223
|
+
|
224
|
+
<message name="Networking.ProfileFEC.get_encode_maximum_delayRequest">
|
225
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
226
|
+
</message>
|
227
|
+
<message name="Networking.ProfileFEC.get_encode_maximum_delayResponse">
|
228
|
+
<part name="return" type="tns:Common.ProfileULongSequence"/>
|
229
|
+
</message>
|
230
|
+
|
231
|
+
<message name="Networking.ProfileFEC.set_decode_queueRequest">
|
232
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
233
|
+
<part name="values" type="tns:Common.ProfileULongSequence"/>
|
234
|
+
</message>
|
235
|
+
<message name="Networking.ProfileFEC.set_decode_queueResponse">
|
236
|
+
</message>
|
237
|
+
|
238
|
+
<message name="Networking.ProfileFEC.get_decode_queueRequest">
|
239
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
240
|
+
</message>
|
241
|
+
<message name="Networking.ProfileFEC.get_decode_queueResponse">
|
242
|
+
<part name="return" type="tns:Common.ProfileULongSequence"/>
|
243
|
+
</message>
|
244
|
+
|
245
|
+
<message name="Networking.ProfileFEC.set_decode_maximum_packetRequest">
|
246
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
247
|
+
<part name="values" type="tns:Common.ProfileULongSequence"/>
|
248
|
+
</message>
|
249
|
+
<message name="Networking.ProfileFEC.set_decode_maximum_packetResponse">
|
250
|
+
</message>
|
251
|
+
|
252
|
+
<message name="Networking.ProfileFEC.get_decode_maximum_packetRequest">
|
253
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
254
|
+
</message>
|
255
|
+
<message name="Networking.ProfileFEC.get_decode_maximum_packetResponse">
|
256
|
+
<part name="return" type="tns:Common.ProfileULongSequence"/>
|
257
|
+
</message>
|
258
|
+
|
259
|
+
<message name="Networking.ProfileFEC.set_decode_idle_timeoutRequest">
|
260
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
261
|
+
<part name="timeouts" type="tns:Common.ProfileULongSequence"/>
|
262
|
+
</message>
|
263
|
+
<message name="Networking.ProfileFEC.set_decode_idle_timeoutResponse">
|
264
|
+
</message>
|
265
|
+
|
266
|
+
<message name="Networking.ProfileFEC.get_decode_idle_timeoutRequest">
|
267
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
268
|
+
</message>
|
269
|
+
<message name="Networking.ProfileFEC.get_decode_idle_timeoutResponse">
|
270
|
+
<part name="return" type="tns:Common.ProfileULongSequence"/>
|
271
|
+
</message>
|
272
|
+
|
273
|
+
<message name="Networking.ProfileFEC.set_keepalive_intervalRequest">
|
274
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
275
|
+
<part name="intervals" type="tns:Common.ProfileULongSequence"/>
|
276
|
+
</message>
|
277
|
+
<message name="Networking.ProfileFEC.set_keepalive_intervalResponse">
|
278
|
+
</message>
|
279
|
+
|
280
|
+
<message name="Networking.ProfileFEC.get_keepalive_intervalRequest">
|
281
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
282
|
+
</message>
|
283
|
+
<message name="Networking.ProfileFEC.get_keepalive_intervalResponse">
|
284
|
+
<part name="return" type="tns:Common.ProfileULongSequence"/>
|
285
|
+
</message>
|
286
|
+
|
287
|
+
<message name="Networking.ProfileFEC.set_lzo_stateRequest">
|
288
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
289
|
+
<part name="states" type="tns:Common.ProfileEnabledStateSequence"/>
|
290
|
+
</message>
|
291
|
+
<message name="Networking.ProfileFEC.set_lzo_stateResponse">
|
292
|
+
</message>
|
293
|
+
|
294
|
+
<message name="Networking.ProfileFEC.get_lzo_stateRequest">
|
295
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
296
|
+
</message>
|
297
|
+
<message name="Networking.ProfileFEC.get_lzo_stateResponse">
|
298
|
+
<part name="return" type="tns:Common.ProfileEnabledStateSequence"/>
|
299
|
+
</message>
|
300
|
+
|
301
|
+
<message name="Networking.ProfileFEC.set_descriptionRequest">
|
302
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
303
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
304
|
+
</message>
|
305
|
+
<message name="Networking.ProfileFEC.set_descriptionResponse">
|
306
|
+
</message>
|
307
|
+
|
308
|
+
<message name="Networking.ProfileFEC.get_descriptionRequest">
|
309
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
310
|
+
</message>
|
311
|
+
<message name="Networking.ProfileFEC.get_descriptionResponse">
|
312
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
313
|
+
</message>
|
314
|
+
|
315
|
+
<message name="Networking.ProfileFEC.get_versionRequest">
|
316
|
+
</message>
|
317
|
+
<message name="Networking.ProfileFEC.get_versionResponse">
|
318
|
+
<part name="return" type="xsd:string"/>
|
319
|
+
</message>
|
320
|
+
|
321
|
+
<!-- portType -->
|
322
|
+
|
323
|
+
<portType name="Networking.ProfileFECPortType">
|
324
|
+
<operation name="get_list">
|
325
|
+
<documentation>
|
326
|
+
Gets the names of all FEC tunnel profiles.
|
327
|
+
|
328
|
+
</documentation>
|
329
|
+
<input message="tns:Networking.ProfileFEC.get_listRequest"/>
|
330
|
+
<output message="tns:Networking.ProfileFEC.get_listResponse"/>
|
331
|
+
</operation>
|
332
|
+
<operation name="create">
|
333
|
+
<documentation>
|
334
|
+
Creates a set of FEC tunnel profiles.
|
335
|
+
|
336
|
+
</documentation>
|
337
|
+
<input message="tns:Networking.ProfileFEC.createRequest"/>
|
338
|
+
<output message="tns:Networking.ProfileFEC.createResponse"/>
|
339
|
+
</operation>
|
340
|
+
<operation name="delete_profile">
|
341
|
+
<documentation>
|
342
|
+
Deletes a set of FEC tunnel profiles.
|
343
|
+
|
344
|
+
</documentation>
|
345
|
+
<input message="tns:Networking.ProfileFEC.delete_profileRequest"/>
|
346
|
+
<output message="tns:Networking.ProfileFEC.delete_profileResponse"/>
|
347
|
+
</operation>
|
348
|
+
<operation name="delete_all_profiles">
|
349
|
+
<documentation>
|
350
|
+
Deletes all non-system FEC tunnel profiles.
|
351
|
+
|
352
|
+
</documentation>
|
353
|
+
<input message="tns:Networking.ProfileFEC.delete_all_profilesRequest"/>
|
354
|
+
<output message="tns:Networking.ProfileFEC.delete_all_profilesResponse"/>
|
355
|
+
</operation>
|
356
|
+
<operation name="is_base_profile">
|
357
|
+
<documentation>
|
358
|
+
Determines whether the specified FEC tunnel profiles are base
|
359
|
+
profiles. A base profile sits at the base of the profile's
|
360
|
+
inheritance tree, supplying the defaults for every profile derived
|
361
|
+
from it. (See also is_system_profile).
|
362
|
+
|
363
|
+
</documentation>
|
364
|
+
<input message="tns:Networking.ProfileFEC.is_base_profileRequest"/>
|
365
|
+
<output message="tns:Networking.ProfileFEC.is_base_profileResponse"/>
|
366
|
+
</operation>
|
367
|
+
<operation name="is_system_profile">
|
368
|
+
<documentation>
|
369
|
+
Determines whether the specified FEC tunnel profiles are
|
370
|
+
system profiles. A system profile is a profile pre-configured on
|
371
|
+
the system, ready for use. Non-system profiles are profiles
|
372
|
+
created or modified by a user. Note that if a system profile is
|
373
|
+
modified, it is no longer considered a system profile. (See also
|
374
|
+
is_base_profile).
|
375
|
+
|
376
|
+
</documentation>
|
377
|
+
<input message="tns:Networking.ProfileFEC.is_system_profileRequest"/>
|
378
|
+
<output message="tns:Networking.ProfileFEC.is_system_profileResponse"/>
|
379
|
+
</operation>
|
380
|
+
<operation name="set_default_profile">
|
381
|
+
<documentation>
|
382
|
+
Sets the existing FEC tunnel profile from which this set of
|
383
|
+
FEC tunnel profiles inherits their unspecified attribute
|
384
|
+
values.
|
385
|
+
|
386
|
+
</documentation>
|
387
|
+
<input message="tns:Networking.ProfileFEC.set_default_profileRequest"/>
|
388
|
+
<output message="tns:Networking.ProfileFEC.set_default_profileResponse"/>
|
389
|
+
</operation>
|
390
|
+
<operation name="get_default_profile">
|
391
|
+
<documentation>
|
392
|
+
Gets the existing FEC tunnel profile from which this set of
|
393
|
+
FEC tunnel profiles inherits its unspecified attribute values.
|
394
|
+
|
395
|
+
</documentation>
|
396
|
+
<input message="tns:Networking.ProfileFEC.get_default_profileRequest"/>
|
397
|
+
<output message="tns:Networking.ProfileFEC.get_default_profileResponse"/>
|
398
|
+
</operation>
|
399
|
+
<operation name="set_udp_port">
|
400
|
+
<documentation>
|
401
|
+
Sets the UDP ports for a set of FEC tunnel profiles. The FEC tunnel profile
|
402
|
+
configuration is applied to all the UDP traffic passing through this port.
|
403
|
+
|
404
|
+
</documentation>
|
405
|
+
<input message="tns:Networking.ProfileFEC.set_udp_portRequest"/>
|
406
|
+
<output message="tns:Networking.ProfileFEC.set_udp_portResponse"/>
|
407
|
+
</operation>
|
408
|
+
<operation name="get_udp_port">
|
409
|
+
<documentation>
|
410
|
+
Gets the UDP ports for a set of FEC tunnel profiles.
|
411
|
+
|
412
|
+
</documentation>
|
413
|
+
<input message="tns:Networking.ProfileFEC.get_udp_portRequest"/>
|
414
|
+
<output message="tns:Networking.ProfileFEC.get_udp_portResponse"/>
|
415
|
+
</operation>
|
416
|
+
<operation name="set_source_packet">
|
417
|
+
<documentation>
|
418
|
+
Sets the source packet values for a set of FEC tunnel profiles. This value defines the
|
419
|
+
number of data blocks into which the source payload data will be split.
|
420
|
+
If the size of the source payload data is 3200 bytes and the source packet value
|
421
|
+
is set as 4, then the source payload data will be split into 4 data blocks, where
|
422
|
+
each data block is of 800 bytes.
|
423
|
+
|
424
|
+
</documentation>
|
425
|
+
<input message="tns:Networking.ProfileFEC.set_source_packetRequest"/>
|
426
|
+
<output message="tns:Networking.ProfileFEC.set_source_packetResponse"/>
|
427
|
+
</operation>
|
428
|
+
<operation name="get_source_packet">
|
429
|
+
<documentation>
|
430
|
+
Gets the source packet values for a set of FEC tunnel profiles.
|
431
|
+
|
432
|
+
</documentation>
|
433
|
+
<input message="tns:Networking.ProfileFEC.get_source_packetRequest"/>
|
434
|
+
<output message="tns:Networking.ProfileFEC.get_source_packetResponse"/>
|
435
|
+
</operation>
|
436
|
+
<operation name="set_repair_packet">
|
437
|
+
<documentation>
|
438
|
+
Sets the repair packet values for a set of FEC tunnel profiles. The repair packet
|
439
|
+
value is the number of additional data blocks to be added to the source
|
440
|
+
payload data before the payload is sent over the network. These additional
|
441
|
+
data blocks help in recovering any errors in the original data payload.
|
442
|
+
|
443
|
+
</documentation>
|
444
|
+
<input message="tns:Networking.ProfileFEC.set_repair_packetRequest"/>
|
445
|
+
<output message="tns:Networking.ProfileFEC.set_repair_packetResponse"/>
|
446
|
+
</operation>
|
447
|
+
<operation name="get_repair_packet">
|
448
|
+
<documentation>
|
449
|
+
Gets the repair packet values for a set of FEC tunnel profiles.
|
450
|
+
|
451
|
+
</documentation>
|
452
|
+
<input message="tns:Networking.ProfileFEC.get_repair_packetRequest"/>
|
453
|
+
<output message="tns:Networking.ProfileFEC.get_repair_packetResponse"/>
|
454
|
+
</operation>
|
455
|
+
<operation name="set_source_adaptive_state">
|
456
|
+
<documentation>
|
457
|
+
Sets the source adaptive states for a set of FEC tunnel profiles. If source
|
458
|
+
adaptive state is enabled, then source payload data will be split adaptively for all
|
459
|
+
packets going through this FEC tunnel profile.
|
460
|
+
|
461
|
+
</documentation>
|
462
|
+
<input message="tns:Networking.ProfileFEC.set_source_adaptive_stateRequest"/>
|
463
|
+
<output message="tns:Networking.ProfileFEC.set_source_adaptive_stateResponse"/>
|
464
|
+
</operation>
|
465
|
+
<operation name="get_source_adaptive_state">
|
466
|
+
<documentation>
|
467
|
+
Gets the source adaptive state values for a set of FEC tunnel profiles.
|
468
|
+
|
469
|
+
</documentation>
|
470
|
+
<input message="tns:Networking.ProfileFEC.get_source_adaptive_stateRequest"/>
|
471
|
+
<output message="tns:Networking.ProfileFEC.get_source_adaptive_stateResponse"/>
|
472
|
+
</operation>
|
473
|
+
<operation name="set_repair_adaptive_state">
|
474
|
+
<documentation>
|
475
|
+
Sets the repair adaptive states for a set of FEC tunnel profiles. If the repair packet
|
476
|
+
state is enabled, then the additional payload data will be added adaptively to the
|
477
|
+
original data payload. This addition of payload data is based on network errors
|
478
|
+
that occur during transmission of original payloads.
|
479
|
+
|
480
|
+
</documentation>
|
481
|
+
<input message="tns:Networking.ProfileFEC.set_repair_adaptive_stateRequest"/>
|
482
|
+
<output message="tns:Networking.ProfileFEC.set_repair_adaptive_stateResponse"/>
|
483
|
+
</operation>
|
484
|
+
<operation name="get_repair_adaptive_state">
|
485
|
+
<documentation>
|
486
|
+
Gets the repair adaptive states for a set of FEC tunnel profiles.
|
487
|
+
|
488
|
+
</documentation>
|
489
|
+
<input message="tns:Networking.ProfileFEC.get_repair_adaptive_stateRequest"/>
|
490
|
+
<output message="tns:Networking.ProfileFEC.get_repair_adaptive_stateResponse"/>
|
491
|
+
</operation>
|
492
|
+
<operation name="set_encode_maximum_delay">
|
493
|
+
<documentation>
|
494
|
+
Sets the encode maximum delays for a set of FEC tunnel profiles.
|
495
|
+
Encode maximum delay time interval is the maximum time interval the FEC-enabled
|
496
|
+
BIG-IP waits for additional source payload, before it splits the source payload into
|
497
|
+
data blocks.
|
498
|
+
|
499
|
+
</documentation>
|
500
|
+
<input message="tns:Networking.ProfileFEC.set_encode_maximum_delayRequest"/>
|
501
|
+
<output message="tns:Networking.ProfileFEC.set_encode_maximum_delayResponse"/>
|
502
|
+
</operation>
|
503
|
+
<operation name="get_encode_maximum_delay">
|
504
|
+
<documentation>
|
505
|
+
Gets the encode maximum delay time intervals for a set of FEC tunnel profiles.
|
506
|
+
|
507
|
+
</documentation>
|
508
|
+
<input message="tns:Networking.ProfileFEC.get_encode_maximum_delayRequest"/>
|
509
|
+
<output message="tns:Networking.ProfileFEC.get_encode_maximum_delayResponse"/>
|
510
|
+
</operation>
|
511
|
+
<operation name="set_decode_queue">
|
512
|
+
<documentation>
|
513
|
+
Sets the decode queue values for a set of FEC tunnel profiles. Decode queue value
|
514
|
+
defines the number of parallel queues required to decode incoming packets.
|
515
|
+
Decode queue value must be one of 8, 16, 32, 64, 128, 256, 512, 1024
|
516
|
+
and represent power-of-2 values.
|
517
|
+
|
518
|
+
</documentation>
|
519
|
+
<input message="tns:Networking.ProfileFEC.set_decode_queueRequest"/>
|
520
|
+
<output message="tns:Networking.ProfileFEC.set_decode_queueResponse"/>
|
521
|
+
</operation>
|
522
|
+
<operation name="get_decode_queue">
|
523
|
+
<documentation>
|
524
|
+
Gets the decode queue values for a set of FEC tunnel profiles.
|
525
|
+
|
526
|
+
</documentation>
|
527
|
+
<input message="tns:Networking.ProfileFEC.get_decode_queueRequest"/>
|
528
|
+
<output message="tns:Networking.ProfileFEC.get_decode_queueResponse"/>
|
529
|
+
</operation>
|
530
|
+
<operation name="set_decode_maximum_packet">
|
531
|
+
<documentation>
|
532
|
+
Sets the decode maximum packet values for a set of FEC tunnel profiles.
|
533
|
+
Decode maximum packet value defines the maximum total number of packets
|
534
|
+
in all decode queues that will be decoded.
|
535
|
+
|
536
|
+
</documentation>
|
537
|
+
<input message="tns:Networking.ProfileFEC.set_decode_maximum_packetRequest"/>
|
538
|
+
<output message="tns:Networking.ProfileFEC.set_decode_maximum_packetResponse"/>
|
539
|
+
</operation>
|
540
|
+
<operation name="get_decode_maximum_packet">
|
541
|
+
<documentation>
|
542
|
+
Gets the decode maximum packet values for a set of FEC tunnel profiles.
|
543
|
+
|
544
|
+
</documentation>
|
545
|
+
<input message="tns:Networking.ProfileFEC.get_decode_maximum_packetRequest"/>
|
546
|
+
<output message="tns:Networking.ProfileFEC.get_decode_maximum_packetResponse"/>
|
547
|
+
</operation>
|
548
|
+
<operation name="set_decode_idle_timeout">
|
549
|
+
<documentation>
|
550
|
+
Sets the decode idle timeouts for a set of FEC tunnel profiles. Decode idle
|
551
|
+
timeout value defines the time interval to wait for any missing packets in the
|
552
|
+
data packet stream received from the FEC-enabled peer BIG-IP.
|
553
|
+
|
554
|
+
</documentation>
|
555
|
+
<input message="tns:Networking.ProfileFEC.set_decode_idle_timeoutRequest"/>
|
556
|
+
<output message="tns:Networking.ProfileFEC.set_decode_idle_timeoutResponse"/>
|
557
|
+
</operation>
|
558
|
+
<operation name="get_decode_idle_timeout">
|
559
|
+
<documentation>
|
560
|
+
Gets the decode idle timeouts for a set of FEC tunnel profiles.
|
561
|
+
|
562
|
+
</documentation>
|
563
|
+
<input message="tns:Networking.ProfileFEC.get_decode_idle_timeoutRequest"/>
|
564
|
+
<output message="tns:Networking.ProfileFEC.get_decode_idle_timeoutResponse"/>
|
565
|
+
</operation>
|
566
|
+
<operation name="set_keepalive_interval">
|
567
|
+
<documentation>
|
568
|
+
Sets the keep-alive interval time for a set of FEC tunnel profiles. Keep-alive
|
569
|
+
interval time value defines the time interval at which each of the FEC-enabled
|
570
|
+
BIG-IP sends FEC statistics to its peer FEC-enabled BIG-IP.
|
571
|
+
|
572
|
+
</documentation>
|
573
|
+
<input message="tns:Networking.ProfileFEC.set_keepalive_intervalRequest"/>
|
574
|
+
<output message="tns:Networking.ProfileFEC.set_keepalive_intervalResponse"/>
|
575
|
+
</operation>
|
576
|
+
<operation name="get_keepalive_interval">
|
577
|
+
<documentation>
|
578
|
+
Gets the keepalive interval time for a set of FEC tunnel profiles.
|
579
|
+
|
580
|
+
</documentation>
|
581
|
+
<input message="tns:Networking.ProfileFEC.get_keepalive_intervalRequest"/>
|
582
|
+
<output message="tns:Networking.ProfileFEC.get_keepalive_intervalResponse"/>
|
583
|
+
</operation>
|
584
|
+
<operation name="set_lzo_state">
|
585
|
+
<documentation>
|
586
|
+
Sets the LZO states for a set of FEC tunnel profiles. If LZO state is
|
587
|
+
enabled, then compression using LZO codec will be performed on the data
|
588
|
+
payload before it is sent out on the network.
|
589
|
+
|
590
|
+
</documentation>
|
591
|
+
<input message="tns:Networking.ProfileFEC.set_lzo_stateRequest"/>
|
592
|
+
<output message="tns:Networking.ProfileFEC.set_lzo_stateResponse"/>
|
593
|
+
</operation>
|
594
|
+
<operation name="get_lzo_state">
|
595
|
+
<documentation>
|
596
|
+
Gets the LZO states for a set of FEC tunnel profiles.
|
597
|
+
|
598
|
+
</documentation>
|
599
|
+
<input message="tns:Networking.ProfileFEC.get_lzo_stateRequest"/>
|
600
|
+
<output message="tns:Networking.ProfileFEC.get_lzo_stateResponse"/>
|
601
|
+
</operation>
|
602
|
+
<operation name="set_description">
|
603
|
+
<documentation>
|
604
|
+
Sets the description for a set of FEC tunnel profiles.
|
605
|
+
|
606
|
+
This is an arbitrary field which can be used for any purpose.
|
607
|
+
|
608
|
+
</documentation>
|
609
|
+
<input message="tns:Networking.ProfileFEC.set_descriptionRequest"/>
|
610
|
+
<output message="tns:Networking.ProfileFEC.set_descriptionResponse"/>
|
611
|
+
</operation>
|
612
|
+
<operation name="get_description">
|
613
|
+
<documentation>
|
614
|
+
Gets the descriptions for a set of FEC tunnel profiles.
|
615
|
+
|
616
|
+
</documentation>
|
617
|
+
<input message="tns:Networking.ProfileFEC.get_descriptionRequest"/>
|
618
|
+
<output message="tns:Networking.ProfileFEC.get_descriptionResponse"/>
|
619
|
+
</operation>
|
620
|
+
<operation name="get_version">
|
621
|
+
<documentation>
|
622
|
+
Gets the version information for this interface.
|
623
|
+
|
624
|
+
</documentation>
|
625
|
+
<input message="tns:Networking.ProfileFEC.get_versionRequest"/>
|
626
|
+
<output message="tns:Networking.ProfileFEC.get_versionResponse"/>
|
627
|
+
</operation>
|
628
|
+
</portType>
|
629
|
+
|
630
|
+
<!-- binding -->
|
631
|
+
|
632
|
+
<binding name="Networking.ProfileFECBinding" type="tns:Networking.ProfileFECPortType">
|
633
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
634
|
+
<operation name="get_list">
|
635
|
+
<documentation>
|
636
|
+
Gets the names of all FEC tunnel profiles.
|
637
|
+
|
638
|
+
</documentation>
|
639
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
640
|
+
<input>
|
641
|
+
<soap:body
|
642
|
+
use="encoded"
|
643
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
644
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
645
|
+
</input>
|
646
|
+
<output>
|
647
|
+
<soap:body
|
648
|
+
use="encoded"
|
649
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
650
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
651
|
+
</output>
|
652
|
+
</operation>
|
653
|
+
|
654
|
+
<operation name="create">
|
655
|
+
<documentation>
|
656
|
+
Creates a set of FEC tunnel profiles.
|
657
|
+
|
658
|
+
</documentation>
|
659
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
660
|
+
<input>
|
661
|
+
<soap:body
|
662
|
+
use="encoded"
|
663
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
664
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
665
|
+
</input>
|
666
|
+
<output>
|
667
|
+
<soap:body
|
668
|
+
use="encoded"
|
669
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
670
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
671
|
+
</output>
|
672
|
+
</operation>
|
673
|
+
|
674
|
+
<operation name="delete_profile">
|
675
|
+
<documentation>
|
676
|
+
Deletes a set of FEC tunnel profiles.
|
677
|
+
|
678
|
+
</documentation>
|
679
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
680
|
+
<input>
|
681
|
+
<soap:body
|
682
|
+
use="encoded"
|
683
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
684
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
685
|
+
</input>
|
686
|
+
<output>
|
687
|
+
<soap:body
|
688
|
+
use="encoded"
|
689
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
690
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
691
|
+
</output>
|
692
|
+
</operation>
|
693
|
+
|
694
|
+
<operation name="delete_all_profiles">
|
695
|
+
<documentation>
|
696
|
+
Deletes all non-system FEC tunnel profiles.
|
697
|
+
|
698
|
+
</documentation>
|
699
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
700
|
+
<input>
|
701
|
+
<soap:body
|
702
|
+
use="encoded"
|
703
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
704
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
705
|
+
</input>
|
706
|
+
<output>
|
707
|
+
<soap:body
|
708
|
+
use="encoded"
|
709
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
710
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
711
|
+
</output>
|
712
|
+
</operation>
|
713
|
+
|
714
|
+
<operation name="is_base_profile">
|
715
|
+
<documentation>
|
716
|
+
Determines whether the specified FEC tunnel profiles are base
|
717
|
+
profiles. A base profile sits at the base of the profile's
|
718
|
+
inheritance tree, supplying the defaults for every profile derived
|
719
|
+
from it. (See also is_system_profile).
|
720
|
+
|
721
|
+
</documentation>
|
722
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
723
|
+
<input>
|
724
|
+
<soap:body
|
725
|
+
use="encoded"
|
726
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
727
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
728
|
+
</input>
|
729
|
+
<output>
|
730
|
+
<soap:body
|
731
|
+
use="encoded"
|
732
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
733
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
734
|
+
</output>
|
735
|
+
</operation>
|
736
|
+
|
737
|
+
<operation name="is_system_profile">
|
738
|
+
<documentation>
|
739
|
+
Determines whether the specified FEC tunnel profiles are
|
740
|
+
system profiles. A system profile is a profile pre-configured on
|
741
|
+
the system, ready for use. Non-system profiles are profiles
|
742
|
+
created or modified by a user. Note that if a system profile is
|
743
|
+
modified, it is no longer considered a system profile. (See also
|
744
|
+
is_base_profile).
|
745
|
+
|
746
|
+
</documentation>
|
747
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
748
|
+
<input>
|
749
|
+
<soap:body
|
750
|
+
use="encoded"
|
751
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
752
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
753
|
+
</input>
|
754
|
+
<output>
|
755
|
+
<soap:body
|
756
|
+
use="encoded"
|
757
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
758
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
759
|
+
</output>
|
760
|
+
</operation>
|
761
|
+
|
762
|
+
<operation name="set_default_profile">
|
763
|
+
<documentation>
|
764
|
+
Sets the existing FEC tunnel profile from which this set of
|
765
|
+
FEC tunnel profiles inherits their unspecified attribute
|
766
|
+
values.
|
767
|
+
|
768
|
+
</documentation>
|
769
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
770
|
+
<input>
|
771
|
+
<soap:body
|
772
|
+
use="encoded"
|
773
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
774
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
775
|
+
</input>
|
776
|
+
<output>
|
777
|
+
<soap:body
|
778
|
+
use="encoded"
|
779
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
780
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
781
|
+
</output>
|
782
|
+
</operation>
|
783
|
+
|
784
|
+
<operation name="get_default_profile">
|
785
|
+
<documentation>
|
786
|
+
Gets the existing FEC tunnel profile from which this set of
|
787
|
+
FEC tunnel profiles inherits its unspecified attribute values.
|
788
|
+
|
789
|
+
</documentation>
|
790
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
791
|
+
<input>
|
792
|
+
<soap:body
|
793
|
+
use="encoded"
|
794
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
795
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
796
|
+
</input>
|
797
|
+
<output>
|
798
|
+
<soap:body
|
799
|
+
use="encoded"
|
800
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
801
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
802
|
+
</output>
|
803
|
+
</operation>
|
804
|
+
|
805
|
+
<operation name="set_udp_port">
|
806
|
+
<documentation>
|
807
|
+
Sets the UDP ports for a set of FEC tunnel profiles. The FEC tunnel profile
|
808
|
+
configuration is applied to all the UDP traffic passing through this port.
|
809
|
+
|
810
|
+
</documentation>
|
811
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
812
|
+
<input>
|
813
|
+
<soap:body
|
814
|
+
use="encoded"
|
815
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
816
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
817
|
+
</input>
|
818
|
+
<output>
|
819
|
+
<soap:body
|
820
|
+
use="encoded"
|
821
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
822
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
823
|
+
</output>
|
824
|
+
</operation>
|
825
|
+
|
826
|
+
<operation name="get_udp_port">
|
827
|
+
<documentation>
|
828
|
+
Gets the UDP ports for a set of FEC tunnel profiles.
|
829
|
+
|
830
|
+
</documentation>
|
831
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
832
|
+
<input>
|
833
|
+
<soap:body
|
834
|
+
use="encoded"
|
835
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
836
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
837
|
+
</input>
|
838
|
+
<output>
|
839
|
+
<soap:body
|
840
|
+
use="encoded"
|
841
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
842
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
843
|
+
</output>
|
844
|
+
</operation>
|
845
|
+
|
846
|
+
<operation name="set_source_packet">
|
847
|
+
<documentation>
|
848
|
+
Sets the source packet values for a set of FEC tunnel profiles. This value defines the
|
849
|
+
number of data blocks into which the source payload data will be split.
|
850
|
+
If the size of the source payload data is 3200 bytes and the source packet value
|
851
|
+
is set as 4, then the source payload data will be split into 4 data blocks, where
|
852
|
+
each data block is of 800 bytes.
|
853
|
+
|
854
|
+
</documentation>
|
855
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
856
|
+
<input>
|
857
|
+
<soap:body
|
858
|
+
use="encoded"
|
859
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
860
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
861
|
+
</input>
|
862
|
+
<output>
|
863
|
+
<soap:body
|
864
|
+
use="encoded"
|
865
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
866
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
867
|
+
</output>
|
868
|
+
</operation>
|
869
|
+
|
870
|
+
<operation name="get_source_packet">
|
871
|
+
<documentation>
|
872
|
+
Gets the source packet values for a set of FEC tunnel profiles.
|
873
|
+
|
874
|
+
</documentation>
|
875
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
876
|
+
<input>
|
877
|
+
<soap:body
|
878
|
+
use="encoded"
|
879
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
880
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
881
|
+
</input>
|
882
|
+
<output>
|
883
|
+
<soap:body
|
884
|
+
use="encoded"
|
885
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
886
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
887
|
+
</output>
|
888
|
+
</operation>
|
889
|
+
|
890
|
+
<operation name="set_repair_packet">
|
891
|
+
<documentation>
|
892
|
+
Sets the repair packet values for a set of FEC tunnel profiles. The repair packet
|
893
|
+
value is the number of additional data blocks to be added to the source
|
894
|
+
payload data before the payload is sent over the network. These additional
|
895
|
+
data blocks help in recovering any errors in the original data payload.
|
896
|
+
|
897
|
+
</documentation>
|
898
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
899
|
+
<input>
|
900
|
+
<soap:body
|
901
|
+
use="encoded"
|
902
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
903
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
904
|
+
</input>
|
905
|
+
<output>
|
906
|
+
<soap:body
|
907
|
+
use="encoded"
|
908
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
909
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
910
|
+
</output>
|
911
|
+
</operation>
|
912
|
+
|
913
|
+
<operation name="get_repair_packet">
|
914
|
+
<documentation>
|
915
|
+
Gets the repair packet values for a set of FEC tunnel profiles.
|
916
|
+
|
917
|
+
</documentation>
|
918
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
919
|
+
<input>
|
920
|
+
<soap:body
|
921
|
+
use="encoded"
|
922
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
923
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
924
|
+
</input>
|
925
|
+
<output>
|
926
|
+
<soap:body
|
927
|
+
use="encoded"
|
928
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
929
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
930
|
+
</output>
|
931
|
+
</operation>
|
932
|
+
|
933
|
+
<operation name="set_source_adaptive_state">
|
934
|
+
<documentation>
|
935
|
+
Sets the source adaptive states for a set of FEC tunnel profiles. If source
|
936
|
+
adaptive state is enabled, then source payload data will be split adaptively for all
|
937
|
+
packets going through this FEC tunnel profile.
|
938
|
+
|
939
|
+
</documentation>
|
940
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
941
|
+
<input>
|
942
|
+
<soap:body
|
943
|
+
use="encoded"
|
944
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
945
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
946
|
+
</input>
|
947
|
+
<output>
|
948
|
+
<soap:body
|
949
|
+
use="encoded"
|
950
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
951
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
952
|
+
</output>
|
953
|
+
</operation>
|
954
|
+
|
955
|
+
<operation name="get_source_adaptive_state">
|
956
|
+
<documentation>
|
957
|
+
Gets the source adaptive state values for a set of FEC tunnel profiles.
|
958
|
+
|
959
|
+
</documentation>
|
960
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
961
|
+
<input>
|
962
|
+
<soap:body
|
963
|
+
use="encoded"
|
964
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
965
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
966
|
+
</input>
|
967
|
+
<output>
|
968
|
+
<soap:body
|
969
|
+
use="encoded"
|
970
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
971
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
972
|
+
</output>
|
973
|
+
</operation>
|
974
|
+
|
975
|
+
<operation name="set_repair_adaptive_state">
|
976
|
+
<documentation>
|
977
|
+
Sets the repair adaptive states for a set of FEC tunnel profiles. If the repair packet
|
978
|
+
state is enabled, then the additional payload data will be added adaptively to the
|
979
|
+
original data payload. This addition of payload data is based on network errors
|
980
|
+
that occur during transmission of original payloads.
|
981
|
+
|
982
|
+
</documentation>
|
983
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
984
|
+
<input>
|
985
|
+
<soap:body
|
986
|
+
use="encoded"
|
987
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
988
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
989
|
+
</input>
|
990
|
+
<output>
|
991
|
+
<soap:body
|
992
|
+
use="encoded"
|
993
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
994
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
995
|
+
</output>
|
996
|
+
</operation>
|
997
|
+
|
998
|
+
<operation name="get_repair_adaptive_state">
|
999
|
+
<documentation>
|
1000
|
+
Gets the repair adaptive states for a set of FEC tunnel profiles.
|
1001
|
+
|
1002
|
+
</documentation>
|
1003
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1004
|
+
<input>
|
1005
|
+
<soap:body
|
1006
|
+
use="encoded"
|
1007
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1008
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1009
|
+
</input>
|
1010
|
+
<output>
|
1011
|
+
<soap:body
|
1012
|
+
use="encoded"
|
1013
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1014
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1015
|
+
</output>
|
1016
|
+
</operation>
|
1017
|
+
|
1018
|
+
<operation name="set_encode_maximum_delay">
|
1019
|
+
<documentation>
|
1020
|
+
Sets the encode maximum delays for a set of FEC tunnel profiles.
|
1021
|
+
Encode maximum delay time interval is the maximum time interval the FEC-enabled
|
1022
|
+
BIG-IP waits for additional source payload, before it splits the source payload into
|
1023
|
+
data blocks.
|
1024
|
+
|
1025
|
+
</documentation>
|
1026
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1027
|
+
<input>
|
1028
|
+
<soap:body
|
1029
|
+
use="encoded"
|
1030
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1031
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1032
|
+
</input>
|
1033
|
+
<output>
|
1034
|
+
<soap:body
|
1035
|
+
use="encoded"
|
1036
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1037
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1038
|
+
</output>
|
1039
|
+
</operation>
|
1040
|
+
|
1041
|
+
<operation name="get_encode_maximum_delay">
|
1042
|
+
<documentation>
|
1043
|
+
Gets the encode maximum delay time intervals for a set of FEC tunnel profiles.
|
1044
|
+
|
1045
|
+
</documentation>
|
1046
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1047
|
+
<input>
|
1048
|
+
<soap:body
|
1049
|
+
use="encoded"
|
1050
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1051
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1052
|
+
</input>
|
1053
|
+
<output>
|
1054
|
+
<soap:body
|
1055
|
+
use="encoded"
|
1056
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1057
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1058
|
+
</output>
|
1059
|
+
</operation>
|
1060
|
+
|
1061
|
+
<operation name="set_decode_queue">
|
1062
|
+
<documentation>
|
1063
|
+
Sets the decode queue values for a set of FEC tunnel profiles. Decode queue value
|
1064
|
+
defines the number of parallel queues required to decode incoming packets.
|
1065
|
+
Decode queue value must be one of 8, 16, 32, 64, 128, 256, 512, 1024
|
1066
|
+
and represent power-of-2 values.
|
1067
|
+
|
1068
|
+
</documentation>
|
1069
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1070
|
+
<input>
|
1071
|
+
<soap:body
|
1072
|
+
use="encoded"
|
1073
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1074
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1075
|
+
</input>
|
1076
|
+
<output>
|
1077
|
+
<soap:body
|
1078
|
+
use="encoded"
|
1079
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1080
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1081
|
+
</output>
|
1082
|
+
</operation>
|
1083
|
+
|
1084
|
+
<operation name="get_decode_queue">
|
1085
|
+
<documentation>
|
1086
|
+
Gets the decode queue values for a set of FEC tunnel profiles.
|
1087
|
+
|
1088
|
+
</documentation>
|
1089
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1090
|
+
<input>
|
1091
|
+
<soap:body
|
1092
|
+
use="encoded"
|
1093
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1094
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1095
|
+
</input>
|
1096
|
+
<output>
|
1097
|
+
<soap:body
|
1098
|
+
use="encoded"
|
1099
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1100
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1101
|
+
</output>
|
1102
|
+
</operation>
|
1103
|
+
|
1104
|
+
<operation name="set_decode_maximum_packet">
|
1105
|
+
<documentation>
|
1106
|
+
Sets the decode maximum packet values for a set of FEC tunnel profiles.
|
1107
|
+
Decode maximum packet value defines the maximum total number of packets
|
1108
|
+
in all decode queues that will be decoded.
|
1109
|
+
|
1110
|
+
</documentation>
|
1111
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1112
|
+
<input>
|
1113
|
+
<soap:body
|
1114
|
+
use="encoded"
|
1115
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1116
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1117
|
+
</input>
|
1118
|
+
<output>
|
1119
|
+
<soap:body
|
1120
|
+
use="encoded"
|
1121
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1122
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1123
|
+
</output>
|
1124
|
+
</operation>
|
1125
|
+
|
1126
|
+
<operation name="get_decode_maximum_packet">
|
1127
|
+
<documentation>
|
1128
|
+
Gets the decode maximum packet values for a set of FEC tunnel profiles.
|
1129
|
+
|
1130
|
+
</documentation>
|
1131
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1132
|
+
<input>
|
1133
|
+
<soap:body
|
1134
|
+
use="encoded"
|
1135
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1136
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1137
|
+
</input>
|
1138
|
+
<output>
|
1139
|
+
<soap:body
|
1140
|
+
use="encoded"
|
1141
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1142
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1143
|
+
</output>
|
1144
|
+
</operation>
|
1145
|
+
|
1146
|
+
<operation name="set_decode_idle_timeout">
|
1147
|
+
<documentation>
|
1148
|
+
Sets the decode idle timeouts for a set of FEC tunnel profiles. Decode idle
|
1149
|
+
timeout value defines the time interval to wait for any missing packets in the
|
1150
|
+
data packet stream received from the FEC-enabled peer BIG-IP.
|
1151
|
+
|
1152
|
+
</documentation>
|
1153
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1154
|
+
<input>
|
1155
|
+
<soap:body
|
1156
|
+
use="encoded"
|
1157
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1158
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1159
|
+
</input>
|
1160
|
+
<output>
|
1161
|
+
<soap:body
|
1162
|
+
use="encoded"
|
1163
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1164
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1165
|
+
</output>
|
1166
|
+
</operation>
|
1167
|
+
|
1168
|
+
<operation name="get_decode_idle_timeout">
|
1169
|
+
<documentation>
|
1170
|
+
Gets the decode idle timeouts for a set of FEC tunnel profiles.
|
1171
|
+
|
1172
|
+
</documentation>
|
1173
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1174
|
+
<input>
|
1175
|
+
<soap:body
|
1176
|
+
use="encoded"
|
1177
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1178
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1179
|
+
</input>
|
1180
|
+
<output>
|
1181
|
+
<soap:body
|
1182
|
+
use="encoded"
|
1183
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1184
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1185
|
+
</output>
|
1186
|
+
</operation>
|
1187
|
+
|
1188
|
+
<operation name="set_keepalive_interval">
|
1189
|
+
<documentation>
|
1190
|
+
Sets the keep-alive interval time for a set of FEC tunnel profiles. Keep-alive
|
1191
|
+
interval time value defines the time interval at which each of the FEC-enabled
|
1192
|
+
BIG-IP sends FEC statistics to its peer FEC-enabled BIG-IP.
|
1193
|
+
|
1194
|
+
</documentation>
|
1195
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1196
|
+
<input>
|
1197
|
+
<soap:body
|
1198
|
+
use="encoded"
|
1199
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1200
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1201
|
+
</input>
|
1202
|
+
<output>
|
1203
|
+
<soap:body
|
1204
|
+
use="encoded"
|
1205
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1206
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1207
|
+
</output>
|
1208
|
+
</operation>
|
1209
|
+
|
1210
|
+
<operation name="get_keepalive_interval">
|
1211
|
+
<documentation>
|
1212
|
+
Gets the keepalive interval time for a set of FEC tunnel profiles.
|
1213
|
+
|
1214
|
+
</documentation>
|
1215
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1216
|
+
<input>
|
1217
|
+
<soap:body
|
1218
|
+
use="encoded"
|
1219
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1220
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1221
|
+
</input>
|
1222
|
+
<output>
|
1223
|
+
<soap:body
|
1224
|
+
use="encoded"
|
1225
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1226
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1227
|
+
</output>
|
1228
|
+
</operation>
|
1229
|
+
|
1230
|
+
<operation name="set_lzo_state">
|
1231
|
+
<documentation>
|
1232
|
+
Sets the LZO states for a set of FEC tunnel profiles. If LZO state is
|
1233
|
+
enabled, then compression using LZO codec will be performed on the data
|
1234
|
+
payload before it is sent out on the network.
|
1235
|
+
|
1236
|
+
</documentation>
|
1237
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1238
|
+
<input>
|
1239
|
+
<soap:body
|
1240
|
+
use="encoded"
|
1241
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1242
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1243
|
+
</input>
|
1244
|
+
<output>
|
1245
|
+
<soap:body
|
1246
|
+
use="encoded"
|
1247
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1248
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1249
|
+
</output>
|
1250
|
+
</operation>
|
1251
|
+
|
1252
|
+
<operation name="get_lzo_state">
|
1253
|
+
<documentation>
|
1254
|
+
Gets the LZO states for a set of FEC tunnel profiles.
|
1255
|
+
|
1256
|
+
</documentation>
|
1257
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1258
|
+
<input>
|
1259
|
+
<soap:body
|
1260
|
+
use="encoded"
|
1261
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1262
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1263
|
+
</input>
|
1264
|
+
<output>
|
1265
|
+
<soap:body
|
1266
|
+
use="encoded"
|
1267
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1268
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1269
|
+
</output>
|
1270
|
+
</operation>
|
1271
|
+
|
1272
|
+
<operation name="set_description">
|
1273
|
+
<documentation>
|
1274
|
+
Sets the description for a set of FEC tunnel profiles.
|
1275
|
+
|
1276
|
+
This is an arbitrary field which can be used for any purpose.
|
1277
|
+
|
1278
|
+
</documentation>
|
1279
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1280
|
+
<input>
|
1281
|
+
<soap:body
|
1282
|
+
use="encoded"
|
1283
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1284
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1285
|
+
</input>
|
1286
|
+
<output>
|
1287
|
+
<soap:body
|
1288
|
+
use="encoded"
|
1289
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1290
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1291
|
+
</output>
|
1292
|
+
</operation>
|
1293
|
+
|
1294
|
+
<operation name="get_description">
|
1295
|
+
<documentation>
|
1296
|
+
Gets the descriptions for a set of FEC tunnel profiles.
|
1297
|
+
|
1298
|
+
</documentation>
|
1299
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1300
|
+
<input>
|
1301
|
+
<soap:body
|
1302
|
+
use="encoded"
|
1303
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1304
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1305
|
+
</input>
|
1306
|
+
<output>
|
1307
|
+
<soap:body
|
1308
|
+
use="encoded"
|
1309
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1310
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1311
|
+
</output>
|
1312
|
+
</operation>
|
1313
|
+
|
1314
|
+
<operation name="get_version">
|
1315
|
+
<documentation>
|
1316
|
+
Gets the version information for this interface.
|
1317
|
+
|
1318
|
+
</documentation>
|
1319
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileFEC"/>
|
1320
|
+
<input>
|
1321
|
+
<soap:body
|
1322
|
+
use="encoded"
|
1323
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1324
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1325
|
+
</input>
|
1326
|
+
<output>
|
1327
|
+
<soap:body
|
1328
|
+
use="encoded"
|
1329
|
+
namespace="urn:iControl:Networking/ProfileFEC"
|
1330
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1331
|
+
</output>
|
1332
|
+
</operation>
|
1333
|
+
</binding>
|
1334
|
+
|
1335
|
+
<!-- service -->
|
1336
|
+
|
1337
|
+
<service name="Networking.ProfileFEC">
|
1338
|
+
<documentation>
|
1339
|
+
The ProfileFEC interface enables you to configure FEC tunnel profiles
|
1340
|
+
used for recovering errors in data transmission over unreliable
|
1341
|
+
communication channels. FEC gives the receiver the ability to correct
|
1342
|
+
errors without needing a reverse channel to request retransmission of
|
1343
|
+
data.
|
1344
|
+
|
1345
|
+
</documentation>
|
1346
|
+
<port name="Networking.ProfileFECPort" binding="tns:Networking.ProfileFECBinding">
|
1347
|
+
<soap:address location="https://url_to_service"/>
|
1348
|
+
</port>
|
1349
|
+
</service>
|
1350
|
+
</definitions>
|