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,1531 @@
|
|
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.RouteTableV2"
|
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.RouteTableV2.RouteTableMetricStatisticsSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.RouteTableV2.RouteTableMetricStatistics[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Networking.RouteTableV2.DynamicRouteECMPSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.RouteTableV2.DynamicRouteECMP[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Networking.RouteTableV2.DynamicRouteECMPStatistics">
|
39
|
+
<xsd:sequence>
|
40
|
+
<xsd:element name="statistics" type="tns:Networking.RouteTableV2.DynamicRouteECMPSequence"/>
|
41
|
+
<xsd:element name="time_stamp" type="tns:Common.TimeStamp"/>
|
42
|
+
</xsd:sequence>
|
43
|
+
</xsd:complexType>
|
44
|
+
<xsd:complexType name="Common.TimeStamp">
|
45
|
+
<xsd:sequence>
|
46
|
+
<xsd:element name="year" type="xsd:long"/>
|
47
|
+
<xsd:element name="month" type="xsd:long"/>
|
48
|
+
<xsd:element name="day" type="xsd:long"/>
|
49
|
+
<xsd:element name="hour" type="xsd:long"/>
|
50
|
+
<xsd:element name="minute" type="xsd:long"/>
|
51
|
+
<xsd:element name="second" type="xsd:long"/>
|
52
|
+
</xsd:sequence>
|
53
|
+
</xsd:complexType>
|
54
|
+
<xsd:complexType name="Networking.RouteEntryTypeSequence">
|
55
|
+
<xsd:complexContent>
|
56
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
57
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.RouteEntryType[]'/>
|
58
|
+
</xsd:restriction>
|
59
|
+
</xsd:complexContent>
|
60
|
+
</xsd:complexType>
|
61
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteAttributeSequence">
|
62
|
+
<xsd:complexContent>
|
63
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
64
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.RouteTableV2.RouteAttribute[]'/>
|
65
|
+
</xsd:restriction>
|
66
|
+
</xsd:complexContent>
|
67
|
+
</xsd:complexType>
|
68
|
+
<xsd:complexType name="Common.StringSequence">
|
69
|
+
<xsd:complexContent>
|
70
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
71
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
72
|
+
</xsd:restriction>
|
73
|
+
</xsd:complexContent>
|
74
|
+
</xsd:complexType>
|
75
|
+
<xsd:simpleType name="Networking.RouteEntryType">
|
76
|
+
<xsd:restriction base="xsd:string">
|
77
|
+
<xsd:enumeration value="ROUTE_TYPE_GATEWAY">
|
78
|
+
<xsd:annotation>
|
79
|
+
<xsd:documentation>ROUTE_TYPE_GATEWAY</xsd:documentation>
|
80
|
+
</xsd:annotation>
|
81
|
+
</xsd:enumeration>
|
82
|
+
<xsd:enumeration value="ROUTE_TYPE_POOL">
|
83
|
+
<xsd:annotation>
|
84
|
+
<xsd:documentation>ROUTE_TYPE_POOL</xsd:documentation>
|
85
|
+
</xsd:annotation>
|
86
|
+
</xsd:enumeration>
|
87
|
+
<xsd:enumeration value="ROUTE_TYPE_INTERFACE">
|
88
|
+
<xsd:annotation>
|
89
|
+
<xsd:documentation>ROUTE_TYPE_INTERFACE</xsd:documentation>
|
90
|
+
</xsd:annotation>
|
91
|
+
</xsd:enumeration>
|
92
|
+
<xsd:enumeration value="ROUTE_TYPE_REJECT">
|
93
|
+
<xsd:annotation>
|
94
|
+
<xsd:documentation>ROUTE_TYPE_REJECT</xsd:documentation>
|
95
|
+
</xsd:annotation>
|
96
|
+
</xsd:enumeration>
|
97
|
+
</xsd:restriction>
|
98
|
+
</xsd:simpleType>
|
99
|
+
<xsd:complexType name="Networking.RouteTableV2.DynamicRoute">
|
100
|
+
<xsd:sequence>
|
101
|
+
<xsd:element name="destination" type="xsd:string"/>
|
102
|
+
<xsd:element name="netmask" type="xsd:string"/>
|
103
|
+
<xsd:element name="gateway" type="xsd:string"/>
|
104
|
+
<xsd:element name="vlan_name" type="xsd:string"/>
|
105
|
+
<xsd:element name="pool_name" type="xsd:string"/>
|
106
|
+
<xsd:element name="mtu" type="xsd:long"/>
|
107
|
+
</xsd:sequence>
|
108
|
+
</xsd:complexType>
|
109
|
+
<xsd:complexType name="Common.ULongSequence">
|
110
|
+
<xsd:complexContent>
|
111
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
112
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
113
|
+
</xsd:restriction>
|
114
|
+
</xsd:complexContent>
|
115
|
+
</xsd:complexType>
|
116
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteAttribute">
|
117
|
+
<xsd:sequence>
|
118
|
+
<xsd:element name="gateway" type="xsd:string"/>
|
119
|
+
<xsd:element name="vlan_name" type="xsd:string"/>
|
120
|
+
<xsd:element name="pool_name" type="xsd:string"/>
|
121
|
+
</xsd:sequence>
|
122
|
+
</xsd:complexType>
|
123
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteTableMetricEntrySequence">
|
124
|
+
<xsd:complexContent>
|
125
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
126
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.RouteTableV2.RouteTableMetricEntry[]'/>
|
127
|
+
</xsd:restriction>
|
128
|
+
</xsd:complexContent>
|
129
|
+
</xsd:complexType>
|
130
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteDestination">
|
131
|
+
<xsd:sequence>
|
132
|
+
<xsd:element name="address" type="xsd:string"/>
|
133
|
+
<xsd:element name="netmask" type="xsd:string"/>
|
134
|
+
</xsd:sequence>
|
135
|
+
</xsd:complexType>
|
136
|
+
<xsd:complexType name="Networking.RouteTableV2.DynamicRouteStatistics">
|
137
|
+
<xsd:sequence>
|
138
|
+
<xsd:element name="statistics" type="tns:Networking.RouteTableV2.DynamicRouteSequence"/>
|
139
|
+
<xsd:element name="time_stamp" type="tns:Common.TimeStamp"/>
|
140
|
+
</xsd:sequence>
|
141
|
+
</xsd:complexType>
|
142
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteNexthopEntrySequence">
|
143
|
+
<xsd:complexContent>
|
144
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
145
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.RouteTableV2.RouteNexthopEntry[]'/>
|
146
|
+
</xsd:restriction>
|
147
|
+
</xsd:complexContent>
|
148
|
+
</xsd:complexType>
|
149
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteNexthopEntry">
|
150
|
+
<xsd:sequence>
|
151
|
+
<xsd:element name="gateway" type="xsd:string"/>
|
152
|
+
<xsd:element name="vlan_name" type="xsd:string"/>
|
153
|
+
</xsd:sequence>
|
154
|
+
</xsd:complexType>
|
155
|
+
<xsd:complexType name="Networking.RouteTableV2.DynamicRouteECMP">
|
156
|
+
<xsd:sequence>
|
157
|
+
<xsd:element name="destination" type="xsd:string"/>
|
158
|
+
<xsd:element name="netmask" type="xsd:string"/>
|
159
|
+
<xsd:element name="nexthops" type="tns:Networking.RouteTableV2.RouteNexthopEntrySequence"/>
|
160
|
+
<xsd:element name="mtu" type="xsd:long"/>
|
161
|
+
</xsd:sequence>
|
162
|
+
</xsd:complexType>
|
163
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
164
|
+
<xsd:complexContent>
|
165
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
166
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
167
|
+
</xsd:restriction>
|
168
|
+
</xsd:complexContent>
|
169
|
+
</xsd:complexType>
|
170
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteTableMetricStatistics">
|
171
|
+
<xsd:sequence>
|
172
|
+
<xsd:element name="statistics" type="tns:Networking.RouteTableV2.RouteTableMetricEntrySequence"/>
|
173
|
+
<xsd:element name="time_stamp" type="tns:Common.TimeStamp"/>
|
174
|
+
</xsd:sequence>
|
175
|
+
</xsd:complexType>
|
176
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteDestinationSequence">
|
177
|
+
<xsd:complexContent>
|
178
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
179
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.RouteTableV2.RouteDestination[]'/>
|
180
|
+
</xsd:restriction>
|
181
|
+
</xsd:complexContent>
|
182
|
+
</xsd:complexType>
|
183
|
+
<xsd:complexType name="Networking.RouteTableV2.DynamicRouteSequence">
|
184
|
+
<xsd:complexContent>
|
185
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
186
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.RouteTableV2.DynamicRoute[]'/>
|
187
|
+
</xsd:restriction>
|
188
|
+
</xsd:complexContent>
|
189
|
+
</xsd:complexType>
|
190
|
+
<xsd:complexType name="Networking.RouteTableV2.RouteTableMetricEntry">
|
191
|
+
<xsd:sequence>
|
192
|
+
<xsd:element name="destination" type="xsd:string"/>
|
193
|
+
<xsd:element name="mac_address" type="xsd:string"/>
|
194
|
+
<xsd:element name="rtt" type="xsd:long"/>
|
195
|
+
<xsd:element name="rtt_variance" type="xsd:long"/>
|
196
|
+
<xsd:element name="mtu" type="xsd:long"/>
|
197
|
+
<xsd:element name="expiration" type="xsd:long"/>
|
198
|
+
</xsd:sequence>
|
199
|
+
</xsd:complexType>
|
200
|
+
</xsd:schema>
|
201
|
+
</types>
|
202
|
+
|
203
|
+
<!-- message -->
|
204
|
+
|
205
|
+
<message name="Networking.RouteTableV2.get_static_route_listRequest">
|
206
|
+
</message>
|
207
|
+
<message name="Networking.RouteTableV2.get_static_route_listResponse">
|
208
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
209
|
+
</message>
|
210
|
+
|
211
|
+
<message name="Networking.RouteTableV2.create_static_routeRequest">
|
212
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
213
|
+
<part name="destinations" type="tns:Networking.RouteTableV2.RouteDestinationSequence"/>
|
214
|
+
<part name="attributes" type="tns:Networking.RouteTableV2.RouteAttributeSequence"/>
|
215
|
+
</message>
|
216
|
+
<message name="Networking.RouteTableV2.create_static_routeResponse">
|
217
|
+
</message>
|
218
|
+
|
219
|
+
<message name="Networking.RouteTableV2.delete_static_routeRequest">
|
220
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
221
|
+
</message>
|
222
|
+
<message name="Networking.RouteTableV2.delete_static_routeResponse">
|
223
|
+
</message>
|
224
|
+
|
225
|
+
<message name="Networking.RouteTableV2.delete_all_static_routesRequest">
|
226
|
+
</message>
|
227
|
+
<message name="Networking.RouteTableV2.delete_all_static_routesResponse">
|
228
|
+
</message>
|
229
|
+
|
230
|
+
<message name="Networking.RouteTableV2.get_static_route_destinationRequest">
|
231
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
232
|
+
</message>
|
233
|
+
<message name="Networking.RouteTableV2.get_static_route_destinationResponse">
|
234
|
+
<part name="return" type="tns:Networking.RouteTableV2.RouteDestinationSequence"/>
|
235
|
+
</message>
|
236
|
+
|
237
|
+
<message name="Networking.RouteTableV2.get_static_route_typeRequest">
|
238
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
239
|
+
</message>
|
240
|
+
<message name="Networking.RouteTableV2.get_static_route_typeResponse">
|
241
|
+
<part name="return" type="tns:Networking.RouteEntryTypeSequence"/>
|
242
|
+
</message>
|
243
|
+
|
244
|
+
<message name="Networking.RouteTableV2.set_static_route_rejectRequest">
|
245
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
246
|
+
</message>
|
247
|
+
<message name="Networking.RouteTableV2.set_static_route_rejectResponse">
|
248
|
+
</message>
|
249
|
+
|
250
|
+
<message name="Networking.RouteTableV2.set_static_route_vlanRequest">
|
251
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
252
|
+
<part name="vlans" type="tns:Common.StringSequence"/>
|
253
|
+
</message>
|
254
|
+
<message name="Networking.RouteTableV2.set_static_route_vlanResponse">
|
255
|
+
</message>
|
256
|
+
|
257
|
+
<message name="Networking.RouteTableV2.get_static_route_vlanRequest">
|
258
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
259
|
+
</message>
|
260
|
+
<message name="Networking.RouteTableV2.get_static_route_vlanResponse">
|
261
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
262
|
+
</message>
|
263
|
+
|
264
|
+
<message name="Networking.RouteTableV2.set_static_route_gatewayRequest">
|
265
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
266
|
+
<part name="gateways" type="tns:Common.IPAddressSequence"/>
|
267
|
+
</message>
|
268
|
+
<message name="Networking.RouteTableV2.set_static_route_gatewayResponse">
|
269
|
+
</message>
|
270
|
+
|
271
|
+
<message name="Networking.RouteTableV2.get_static_route_gatewayRequest">
|
272
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
273
|
+
</message>
|
274
|
+
<message name="Networking.RouteTableV2.get_static_route_gatewayResponse">
|
275
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
276
|
+
</message>
|
277
|
+
|
278
|
+
<message name="Networking.RouteTableV2.set_static_route_poolRequest">
|
279
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
280
|
+
<part name="pools" type="tns:Common.StringSequence"/>
|
281
|
+
</message>
|
282
|
+
<message name="Networking.RouteTableV2.set_static_route_poolResponse">
|
283
|
+
</message>
|
284
|
+
|
285
|
+
<message name="Networking.RouteTableV2.get_static_route_poolRequest">
|
286
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
287
|
+
</message>
|
288
|
+
<message name="Networking.RouteTableV2.get_static_route_poolResponse">
|
289
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
290
|
+
</message>
|
291
|
+
|
292
|
+
<message name="Networking.RouteTableV2.set_static_route_mtuRequest">
|
293
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
294
|
+
<part name="mtus" type="tns:Common.ULongSequence"/>
|
295
|
+
</message>
|
296
|
+
<message name="Networking.RouteTableV2.set_static_route_mtuResponse">
|
297
|
+
</message>
|
298
|
+
|
299
|
+
<message name="Networking.RouteTableV2.get_static_route_mtuRequest">
|
300
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
301
|
+
</message>
|
302
|
+
<message name="Networking.RouteTableV2.get_static_route_mtuResponse">
|
303
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
304
|
+
</message>
|
305
|
+
|
306
|
+
<message name="Networking.RouteTableV2.set_static_route_descriptionRequest">
|
307
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
308
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
309
|
+
</message>
|
310
|
+
<message name="Networking.RouteTableV2.set_static_route_descriptionResponse">
|
311
|
+
</message>
|
312
|
+
|
313
|
+
<message name="Networking.RouteTableV2.get_static_route_descriptionRequest">
|
314
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
315
|
+
</message>
|
316
|
+
<message name="Networking.RouteTableV2.get_static_route_descriptionResponse">
|
317
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
318
|
+
</message>
|
319
|
+
|
320
|
+
<message name="Networking.RouteTableV2.get_management_route_listRequest">
|
321
|
+
</message>
|
322
|
+
<message name="Networking.RouteTableV2.get_management_route_listResponse">
|
323
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
324
|
+
</message>
|
325
|
+
|
326
|
+
<message name="Networking.RouteTableV2.create_management_routeRequest">
|
327
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
328
|
+
<part name="destinations" type="tns:Networking.RouteTableV2.RouteDestinationSequence"/>
|
329
|
+
<part name="attributes" type="tns:Networking.RouteTableV2.RouteAttributeSequence"/>
|
330
|
+
</message>
|
331
|
+
<message name="Networking.RouteTableV2.create_management_routeResponse">
|
332
|
+
</message>
|
333
|
+
|
334
|
+
<message name="Networking.RouteTableV2.delete_management_routeRequest">
|
335
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
336
|
+
</message>
|
337
|
+
<message name="Networking.RouteTableV2.delete_management_routeResponse">
|
338
|
+
</message>
|
339
|
+
|
340
|
+
<message name="Networking.RouteTableV2.delete_all_management_routesRequest">
|
341
|
+
</message>
|
342
|
+
<message name="Networking.RouteTableV2.delete_all_management_routesResponse">
|
343
|
+
</message>
|
344
|
+
|
345
|
+
<message name="Networking.RouteTableV2.get_management_route_destinationRequest">
|
346
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
347
|
+
</message>
|
348
|
+
<message name="Networking.RouteTableV2.get_management_route_destinationResponse">
|
349
|
+
<part name="return" type="tns:Networking.RouteTableV2.RouteDestinationSequence"/>
|
350
|
+
</message>
|
351
|
+
|
352
|
+
<message name="Networking.RouteTableV2.get_management_route_typeRequest">
|
353
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
354
|
+
</message>
|
355
|
+
<message name="Networking.RouteTableV2.get_management_route_typeResponse">
|
356
|
+
<part name="return" type="tns:Networking.RouteEntryTypeSequence"/>
|
357
|
+
</message>
|
358
|
+
|
359
|
+
<message name="Networking.RouteTableV2.set_management_route_rejectRequest">
|
360
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
361
|
+
</message>
|
362
|
+
<message name="Networking.RouteTableV2.set_management_route_rejectResponse">
|
363
|
+
</message>
|
364
|
+
|
365
|
+
<message name="Networking.RouteTableV2.set_management_route_gatewayRequest">
|
366
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
367
|
+
<part name="gateways" type="tns:Common.IPAddressSequence"/>
|
368
|
+
</message>
|
369
|
+
<message name="Networking.RouteTableV2.set_management_route_gatewayResponse">
|
370
|
+
</message>
|
371
|
+
|
372
|
+
<message name="Networking.RouteTableV2.get_management_route_gatewayRequest">
|
373
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
374
|
+
</message>
|
375
|
+
<message name="Networking.RouteTableV2.get_management_route_gatewayResponse">
|
376
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
377
|
+
</message>
|
378
|
+
|
379
|
+
<message name="Networking.RouteTableV2.set_management_route_mtuRequest">
|
380
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
381
|
+
<part name="mtus" type="tns:Common.ULongSequence"/>
|
382
|
+
</message>
|
383
|
+
<message name="Networking.RouteTableV2.set_management_route_mtuResponse">
|
384
|
+
</message>
|
385
|
+
|
386
|
+
<message name="Networking.RouteTableV2.get_management_route_mtuRequest">
|
387
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
388
|
+
</message>
|
389
|
+
<message name="Networking.RouteTableV2.get_management_route_mtuResponse">
|
390
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
391
|
+
</message>
|
392
|
+
|
393
|
+
<message name="Networking.RouteTableV2.set_management_route_descriptionRequest">
|
394
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
395
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
396
|
+
</message>
|
397
|
+
<message name="Networking.RouteTableV2.set_management_route_descriptionResponse">
|
398
|
+
</message>
|
399
|
+
|
400
|
+
<message name="Networking.RouteTableV2.get_management_route_descriptionRequest">
|
401
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
402
|
+
</message>
|
403
|
+
<message name="Networking.RouteTableV2.get_management_route_descriptionResponse">
|
404
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
405
|
+
</message>
|
406
|
+
|
407
|
+
<message name="Networking.RouteTableV2.get_dynamic_route_listRequest">
|
408
|
+
</message>
|
409
|
+
<message name="Networking.RouteTableV2.get_dynamic_route_listResponse">
|
410
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
411
|
+
</message>
|
412
|
+
|
413
|
+
<message name="Networking.RouteTableV2.get_dynamic_routeRequest">
|
414
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
415
|
+
</message>
|
416
|
+
<message name="Networking.RouteTableV2.get_dynamic_routeResponse">
|
417
|
+
<part name="return" type="tns:Networking.RouteTableV2.DynamicRouteStatistics"/>
|
418
|
+
</message>
|
419
|
+
|
420
|
+
<message name="Networking.RouteTableV2.get_dynamic_route_ecmpRequest">
|
421
|
+
<part name="routes" type="tns:Common.StringSequence"/>
|
422
|
+
</message>
|
423
|
+
<message name="Networking.RouteTableV2.get_dynamic_route_ecmpResponse">
|
424
|
+
<part name="return" type="tns:Networking.RouteTableV2.DynamicRouteECMPStatistics"/>
|
425
|
+
</message>
|
426
|
+
|
427
|
+
<message name="Networking.RouteTableV2.get_route_table_metric_statistics_for_destinationRequest">
|
428
|
+
<part name="destinations" type="tns:Common.IPAddressSequence"/>
|
429
|
+
</message>
|
430
|
+
<message name="Networking.RouteTableV2.get_route_table_metric_statistics_for_destinationResponse">
|
431
|
+
<part name="return" type="tns:Networking.RouteTableV2.RouteTableMetricStatisticsSequence"/>
|
432
|
+
</message>
|
433
|
+
|
434
|
+
<message name="Networking.RouteTableV2.get_route_table_metric_statistics_for_macRequest">
|
435
|
+
<part name="mac_addresses" type="tns:Common.StringSequence"/>
|
436
|
+
</message>
|
437
|
+
<message name="Networking.RouteTableV2.get_route_table_metric_statistics_for_macResponse">
|
438
|
+
<part name="return" type="tns:Networking.RouteTableV2.RouteTableMetricStatisticsSequence"/>
|
439
|
+
</message>
|
440
|
+
|
441
|
+
<message name="Networking.RouteTableV2.reset_all_route_table_metric_statisticsRequest">
|
442
|
+
</message>
|
443
|
+
<message name="Networking.RouteTableV2.reset_all_route_table_metric_statisticsResponse">
|
444
|
+
</message>
|
445
|
+
|
446
|
+
<message name="Networking.RouteTableV2.get_versionRequest">
|
447
|
+
</message>
|
448
|
+
<message name="Networking.RouteTableV2.get_versionResponse">
|
449
|
+
<part name="return" type="xsd:string"/>
|
450
|
+
</message>
|
451
|
+
|
452
|
+
<!-- portType -->
|
453
|
+
|
454
|
+
<portType name="Networking.RouteTableV2PortType">
|
455
|
+
<operation name="get_static_route_list">
|
456
|
+
<documentation>
|
457
|
+
Gets a list of all static route entries.
|
458
|
+
|
459
|
+
</documentation>
|
460
|
+
<input message="tns:Networking.RouteTableV2.get_static_route_listRequest"/>
|
461
|
+
<output message="tns:Networking.RouteTableV2.get_static_route_listResponse"/>
|
462
|
+
</operation>
|
463
|
+
<operation name="create_static_route">
|
464
|
+
<documentation>
|
465
|
+
Creates the specified static route entries in the route table.
|
466
|
+
|
467
|
+
</documentation>
|
468
|
+
<input message="tns:Networking.RouteTableV2.create_static_routeRequest"/>
|
469
|
+
<output message="tns:Networking.RouteTableV2.create_static_routeResponse"/>
|
470
|
+
</operation>
|
471
|
+
<operation name="delete_static_route">
|
472
|
+
<documentation>
|
473
|
+
Deletes the specified static route entries from the route table.
|
474
|
+
|
475
|
+
</documentation>
|
476
|
+
<input message="tns:Networking.RouteTableV2.delete_static_routeRequest"/>
|
477
|
+
<output message="tns:Networking.RouteTableV2.delete_static_routeResponse"/>
|
478
|
+
</operation>
|
479
|
+
<operation name="delete_all_static_routes">
|
480
|
+
<documentation>
|
481
|
+
Deletes all static route entries from the route table.
|
482
|
+
|
483
|
+
</documentation>
|
484
|
+
<input message="tns:Networking.RouteTableV2.delete_all_static_routesRequest"/>
|
485
|
+
<output message="tns:Networking.RouteTableV2.delete_all_static_routesResponse"/>
|
486
|
+
</operation>
|
487
|
+
<operation name="get_static_route_destination">
|
488
|
+
<documentation>
|
489
|
+
Gets the destinations for the specified static routes.
|
490
|
+
|
491
|
+
Note: A set_static_route_destination method is not supported.
|
492
|
+
|
493
|
+
</documentation>
|
494
|
+
<input message="tns:Networking.RouteTableV2.get_static_route_destinationRequest"/>
|
495
|
+
<output message="tns:Networking.RouteTableV2.get_static_route_destinationResponse"/>
|
496
|
+
</operation>
|
497
|
+
<operation name="get_static_route_type">
|
498
|
+
<documentation>
|
499
|
+
Gets the route type for the specified static routes.
|
500
|
+
|
501
|
+
</documentation>
|
502
|
+
<input message="tns:Networking.RouteTableV2.get_static_route_typeRequest"/>
|
503
|
+
<output message="tns:Networking.RouteTableV2.get_static_route_typeResponse"/>
|
504
|
+
</operation>
|
505
|
+
<operation name="set_static_route_reject">
|
506
|
+
<documentation>
|
507
|
+
Sets the state that rejects all requests for the specified static
|
508
|
+
routes.
|
509
|
+
|
510
|
+
</documentation>
|
511
|
+
<input message="tns:Networking.RouteTableV2.set_static_route_rejectRequest"/>
|
512
|
+
<output message="tns:Networking.RouteTableV2.set_static_route_rejectResponse"/>
|
513
|
+
</operation>
|
514
|
+
<operation name="set_static_route_vlan">
|
515
|
+
<documentation>
|
516
|
+
Sets the VLAN names for the specified static routes.
|
517
|
+
|
518
|
+
</documentation>
|
519
|
+
<input message="tns:Networking.RouteTableV2.set_static_route_vlanRequest"/>
|
520
|
+
<output message="tns:Networking.RouteTableV2.set_static_route_vlanResponse"/>
|
521
|
+
</operation>
|
522
|
+
<operation name="get_static_route_vlan">
|
523
|
+
<documentation>
|
524
|
+
Gets the VLAN names for the specified static routes.
|
525
|
+
|
526
|
+
</documentation>
|
527
|
+
<input message="tns:Networking.RouteTableV2.get_static_route_vlanRequest"/>
|
528
|
+
<output message="tns:Networking.RouteTableV2.get_static_route_vlanResponse"/>
|
529
|
+
</operation>
|
530
|
+
<operation name="set_static_route_gateway">
|
531
|
+
<documentation>
|
532
|
+
Sets the gateways for the specified static routes.
|
533
|
+
|
534
|
+
</documentation>
|
535
|
+
<input message="tns:Networking.RouteTableV2.set_static_route_gatewayRequest"/>
|
536
|
+
<output message="tns:Networking.RouteTableV2.set_static_route_gatewayResponse"/>
|
537
|
+
</operation>
|
538
|
+
<operation name="get_static_route_gateway">
|
539
|
+
<documentation>
|
540
|
+
Gets the gateways for the specified static routes.
|
541
|
+
|
542
|
+
</documentation>
|
543
|
+
<input message="tns:Networking.RouteTableV2.get_static_route_gatewayRequest"/>
|
544
|
+
<output message="tns:Networking.RouteTableV2.get_static_route_gatewayResponse"/>
|
545
|
+
</operation>
|
546
|
+
<operation name="set_static_route_pool">
|
547
|
+
<documentation>
|
548
|
+
Sets the pool names for the specified static routes. The pool name
|
549
|
+
allow the destination to select the nexthop router from a pool.
|
550
|
+
|
551
|
+
</documentation>
|
552
|
+
<input message="tns:Networking.RouteTableV2.set_static_route_poolRequest"/>
|
553
|
+
<output message="tns:Networking.RouteTableV2.set_static_route_poolResponse"/>
|
554
|
+
</operation>
|
555
|
+
<operation name="get_static_route_pool">
|
556
|
+
<documentation>
|
557
|
+
Gets the pool names for the specified static routes. The pool name
|
558
|
+
allows the destination to select the nexthop router from a pool.
|
559
|
+
|
560
|
+
</documentation>
|
561
|
+
<input message="tns:Networking.RouteTableV2.get_static_route_poolRequest"/>
|
562
|
+
<output message="tns:Networking.RouteTableV2.get_static_route_poolResponse"/>
|
563
|
+
</operation>
|
564
|
+
<operation name="set_static_route_mtu">
|
565
|
+
<documentation>
|
566
|
+
Sets the MTUs for the specified static routes.
|
567
|
+
|
568
|
+
</documentation>
|
569
|
+
<input message="tns:Networking.RouteTableV2.set_static_route_mtuRequest"/>
|
570
|
+
<output message="tns:Networking.RouteTableV2.set_static_route_mtuResponse"/>
|
571
|
+
</operation>
|
572
|
+
<operation name="get_static_route_mtu">
|
573
|
+
<documentation>
|
574
|
+
Gets the MTUs for the specified static routes.
|
575
|
+
|
576
|
+
</documentation>
|
577
|
+
<input message="tns:Networking.RouteTableV2.get_static_route_mtuRequest"/>
|
578
|
+
<output message="tns:Networking.RouteTableV2.get_static_route_mtuResponse"/>
|
579
|
+
</operation>
|
580
|
+
<operation name="set_static_route_description">
|
581
|
+
<documentation>
|
582
|
+
Sets the descriptions for the specified static routes.
|
583
|
+
|
584
|
+
</documentation>
|
585
|
+
<input message="tns:Networking.RouteTableV2.set_static_route_descriptionRequest"/>
|
586
|
+
<output message="tns:Networking.RouteTableV2.set_static_route_descriptionResponse"/>
|
587
|
+
</operation>
|
588
|
+
<operation name="get_static_route_description">
|
589
|
+
<documentation>
|
590
|
+
Gets the descriptions for the specified static routes.
|
591
|
+
|
592
|
+
</documentation>
|
593
|
+
<input message="tns:Networking.RouteTableV2.get_static_route_descriptionRequest"/>
|
594
|
+
<output message="tns:Networking.RouteTableV2.get_static_route_descriptionResponse"/>
|
595
|
+
</operation>
|
596
|
+
<operation name="get_management_route_list">
|
597
|
+
<documentation>
|
598
|
+
Gets a list of all management route entries.
|
599
|
+
|
600
|
+
</documentation>
|
601
|
+
<input message="tns:Networking.RouteTableV2.get_management_route_listRequest"/>
|
602
|
+
<output message="tns:Networking.RouteTableV2.get_management_route_listResponse"/>
|
603
|
+
</operation>
|
604
|
+
<operation name="create_management_route">
|
605
|
+
<documentation>
|
606
|
+
Creates the specified management route entries in the route table.
|
607
|
+
|
608
|
+
</documentation>
|
609
|
+
<input message="tns:Networking.RouteTableV2.create_management_routeRequest"/>
|
610
|
+
<output message="tns:Networking.RouteTableV2.create_management_routeResponse"/>
|
611
|
+
</operation>
|
612
|
+
<operation name="delete_management_route">
|
613
|
+
<documentation>
|
614
|
+
Deletes the specified management route entries from the route table.
|
615
|
+
|
616
|
+
</documentation>
|
617
|
+
<input message="tns:Networking.RouteTableV2.delete_management_routeRequest"/>
|
618
|
+
<output message="tns:Networking.RouteTableV2.delete_management_routeResponse"/>
|
619
|
+
</operation>
|
620
|
+
<operation name="delete_all_management_routes">
|
621
|
+
<documentation>
|
622
|
+
Deletes all management route entries from the route table.
|
623
|
+
|
624
|
+
</documentation>
|
625
|
+
<input message="tns:Networking.RouteTableV2.delete_all_management_routesRequest"/>
|
626
|
+
<output message="tns:Networking.RouteTableV2.delete_all_management_routesResponse"/>
|
627
|
+
</operation>
|
628
|
+
<operation name="get_management_route_destination">
|
629
|
+
<documentation>
|
630
|
+
Gets the destinations for the specified management routes.
|
631
|
+
|
632
|
+
Note: A set_management_route_destination method is not supported.
|
633
|
+
|
634
|
+
</documentation>
|
635
|
+
<input message="tns:Networking.RouteTableV2.get_management_route_destinationRequest"/>
|
636
|
+
<output message="tns:Networking.RouteTableV2.get_management_route_destinationResponse"/>
|
637
|
+
</operation>
|
638
|
+
<operation name="get_management_route_type">
|
639
|
+
<documentation>
|
640
|
+
Gets the route type for the specified management routes.
|
641
|
+
|
642
|
+
</documentation>
|
643
|
+
<input message="tns:Networking.RouteTableV2.get_management_route_typeRequest"/>
|
644
|
+
<output message="tns:Networking.RouteTableV2.get_management_route_typeResponse"/>
|
645
|
+
</operation>
|
646
|
+
<operation name="set_management_route_reject">
|
647
|
+
<documentation>
|
648
|
+
Sets the state that rejects all requests for the specified
|
649
|
+
management routes.
|
650
|
+
|
651
|
+
</documentation>
|
652
|
+
<input message="tns:Networking.RouteTableV2.set_management_route_rejectRequest"/>
|
653
|
+
<output message="tns:Networking.RouteTableV2.set_management_route_rejectResponse"/>
|
654
|
+
</operation>
|
655
|
+
<operation name="set_management_route_gateway">
|
656
|
+
<documentation>
|
657
|
+
Sets the gateways for the specified management routes.
|
658
|
+
|
659
|
+
</documentation>
|
660
|
+
<input message="tns:Networking.RouteTableV2.set_management_route_gatewayRequest"/>
|
661
|
+
<output message="tns:Networking.RouteTableV2.set_management_route_gatewayResponse"/>
|
662
|
+
</operation>
|
663
|
+
<operation name="get_management_route_gateway">
|
664
|
+
<documentation>
|
665
|
+
Gets the gateways for the specified management routes.
|
666
|
+
|
667
|
+
</documentation>
|
668
|
+
<input message="tns:Networking.RouteTableV2.get_management_route_gatewayRequest"/>
|
669
|
+
<output message="tns:Networking.RouteTableV2.get_management_route_gatewayResponse"/>
|
670
|
+
</operation>
|
671
|
+
<operation name="set_management_route_mtu">
|
672
|
+
<documentation>
|
673
|
+
Sets the MTUs for the specified management routes.
|
674
|
+
|
675
|
+
</documentation>
|
676
|
+
<input message="tns:Networking.RouteTableV2.set_management_route_mtuRequest"/>
|
677
|
+
<output message="tns:Networking.RouteTableV2.set_management_route_mtuResponse"/>
|
678
|
+
</operation>
|
679
|
+
<operation name="get_management_route_mtu">
|
680
|
+
<documentation>
|
681
|
+
Gets the MTUs for the specified management routes.
|
682
|
+
|
683
|
+
</documentation>
|
684
|
+
<input message="tns:Networking.RouteTableV2.get_management_route_mtuRequest"/>
|
685
|
+
<output message="tns:Networking.RouteTableV2.get_management_route_mtuResponse"/>
|
686
|
+
</operation>
|
687
|
+
<operation name="set_management_route_description">
|
688
|
+
<documentation>
|
689
|
+
Sets the descriptions for the specified management routes.
|
690
|
+
|
691
|
+
</documentation>
|
692
|
+
<input message="tns:Networking.RouteTableV2.set_management_route_descriptionRequest"/>
|
693
|
+
<output message="tns:Networking.RouteTableV2.set_management_route_descriptionResponse"/>
|
694
|
+
</operation>
|
695
|
+
<operation name="get_management_route_description">
|
696
|
+
<documentation>
|
697
|
+
Gets the descriptions for the specified management routes.
|
698
|
+
|
699
|
+
</documentation>
|
700
|
+
<input message="tns:Networking.RouteTableV2.get_management_route_descriptionRequest"/>
|
701
|
+
<output message="tns:Networking.RouteTableV2.get_management_route_descriptionResponse"/>
|
702
|
+
</operation>
|
703
|
+
<operation name="get_dynamic_route_list">
|
704
|
+
<documentation>
|
705
|
+
Gets the list of dynamic routes.
|
706
|
+
|
707
|
+
</documentation>
|
708
|
+
<input message="tns:Networking.RouteTableV2.get_dynamic_route_listRequest"/>
|
709
|
+
<output message="tns:Networking.RouteTableV2.get_dynamic_route_listResponse"/>
|
710
|
+
</operation>
|
711
|
+
<operation name="get_dynamic_route">
|
712
|
+
<documentation>
|
713
|
+
Gets the information for the specified dynamic routes
|
714
|
+
|
715
|
+
</documentation>
|
716
|
+
<input message="tns:Networking.RouteTableV2.get_dynamic_routeRequest"/>
|
717
|
+
<output message="tns:Networking.RouteTableV2.get_dynamic_routeResponse"/>
|
718
|
+
</operation>
|
719
|
+
<operation name="get_dynamic_route_ecmp">
|
720
|
+
<documentation>
|
721
|
+
Gets the information for the specified dynamic routes, including all
|
722
|
+
nexthops in the case of ECMP routes.
|
723
|
+
|
724
|
+
</documentation>
|
725
|
+
<input message="tns:Networking.RouteTableV2.get_dynamic_route_ecmpRequest"/>
|
726
|
+
<output message="tns:Networking.RouteTableV2.get_dynamic_route_ecmpResponse"/>
|
727
|
+
</operation>
|
728
|
+
<operation name="get_route_table_metric_statistics_for_destination">
|
729
|
+
<documentation>
|
730
|
+
Gets the route metric statistics for the specified destination IP
|
731
|
+
addresses.
|
732
|
+
|
733
|
+
</documentation>
|
734
|
+
<input message="tns:Networking.RouteTableV2.get_route_table_metric_statistics_for_destinationRequest"/>
|
735
|
+
<output message="tns:Networking.RouteTableV2.get_route_table_metric_statistics_for_destinationResponse"/>
|
736
|
+
</operation>
|
737
|
+
<operation name="get_route_table_metric_statistics_for_mac">
|
738
|
+
<documentation>
|
739
|
+
Gets the route metric statistics for the specified MAC addresses of
|
740
|
+
the gateways.
|
741
|
+
|
742
|
+
</documentation>
|
743
|
+
<input message="tns:Networking.RouteTableV2.get_route_table_metric_statistics_for_macRequest"/>
|
744
|
+
<output message="tns:Networking.RouteTableV2.get_route_table_metric_statistics_for_macResponse"/>
|
745
|
+
</operation>
|
746
|
+
<operation name="reset_all_route_table_metric_statistics">
|
747
|
+
<documentation>
|
748
|
+
Resets or flushes all route metric statistics.
|
749
|
+
|
750
|
+
</documentation>
|
751
|
+
<input message="tns:Networking.RouteTableV2.reset_all_route_table_metric_statisticsRequest"/>
|
752
|
+
<output message="tns:Networking.RouteTableV2.reset_all_route_table_metric_statisticsResponse"/>
|
753
|
+
</operation>
|
754
|
+
<operation name="get_version">
|
755
|
+
<documentation>
|
756
|
+
Gets the version information for this interface.
|
757
|
+
|
758
|
+
</documentation>
|
759
|
+
<input message="tns:Networking.RouteTableV2.get_versionRequest"/>
|
760
|
+
<output message="tns:Networking.RouteTableV2.get_versionResponse"/>
|
761
|
+
</operation>
|
762
|
+
</portType>
|
763
|
+
|
764
|
+
<!-- binding -->
|
765
|
+
|
766
|
+
<binding name="Networking.RouteTableV2Binding" type="tns:Networking.RouteTableV2PortType">
|
767
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
768
|
+
<operation name="get_static_route_list">
|
769
|
+
<documentation>
|
770
|
+
Gets a list of all static route entries.
|
771
|
+
|
772
|
+
</documentation>
|
773
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
774
|
+
<input>
|
775
|
+
<soap:body
|
776
|
+
use="encoded"
|
777
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
778
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
779
|
+
</input>
|
780
|
+
<output>
|
781
|
+
<soap:body
|
782
|
+
use="encoded"
|
783
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
784
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
785
|
+
</output>
|
786
|
+
</operation>
|
787
|
+
|
788
|
+
<operation name="create_static_route">
|
789
|
+
<documentation>
|
790
|
+
Creates the specified static route entries in the route table.
|
791
|
+
|
792
|
+
</documentation>
|
793
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
794
|
+
<input>
|
795
|
+
<soap:body
|
796
|
+
use="encoded"
|
797
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
798
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
799
|
+
</input>
|
800
|
+
<output>
|
801
|
+
<soap:body
|
802
|
+
use="encoded"
|
803
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
804
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
805
|
+
</output>
|
806
|
+
</operation>
|
807
|
+
|
808
|
+
<operation name="delete_static_route">
|
809
|
+
<documentation>
|
810
|
+
Deletes the specified static route entries from the route table.
|
811
|
+
|
812
|
+
</documentation>
|
813
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
814
|
+
<input>
|
815
|
+
<soap:body
|
816
|
+
use="encoded"
|
817
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
818
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
819
|
+
</input>
|
820
|
+
<output>
|
821
|
+
<soap:body
|
822
|
+
use="encoded"
|
823
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
824
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
825
|
+
</output>
|
826
|
+
</operation>
|
827
|
+
|
828
|
+
<operation name="delete_all_static_routes">
|
829
|
+
<documentation>
|
830
|
+
Deletes all static route entries from the route table.
|
831
|
+
|
832
|
+
</documentation>
|
833
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
834
|
+
<input>
|
835
|
+
<soap:body
|
836
|
+
use="encoded"
|
837
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
838
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
839
|
+
</input>
|
840
|
+
<output>
|
841
|
+
<soap:body
|
842
|
+
use="encoded"
|
843
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
844
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
845
|
+
</output>
|
846
|
+
</operation>
|
847
|
+
|
848
|
+
<operation name="get_static_route_destination">
|
849
|
+
<documentation>
|
850
|
+
Gets the destinations for the specified static routes.
|
851
|
+
|
852
|
+
Note: A set_static_route_destination method is not supported.
|
853
|
+
|
854
|
+
</documentation>
|
855
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
856
|
+
<input>
|
857
|
+
<soap:body
|
858
|
+
use="encoded"
|
859
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
860
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
861
|
+
</input>
|
862
|
+
<output>
|
863
|
+
<soap:body
|
864
|
+
use="encoded"
|
865
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
866
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
867
|
+
</output>
|
868
|
+
</operation>
|
869
|
+
|
870
|
+
<operation name="get_static_route_type">
|
871
|
+
<documentation>
|
872
|
+
Gets the route type for the specified static routes.
|
873
|
+
|
874
|
+
</documentation>
|
875
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
876
|
+
<input>
|
877
|
+
<soap:body
|
878
|
+
use="encoded"
|
879
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
880
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
881
|
+
</input>
|
882
|
+
<output>
|
883
|
+
<soap:body
|
884
|
+
use="encoded"
|
885
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
886
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
887
|
+
</output>
|
888
|
+
</operation>
|
889
|
+
|
890
|
+
<operation name="set_static_route_reject">
|
891
|
+
<documentation>
|
892
|
+
Sets the state that rejects all requests for the specified static
|
893
|
+
routes.
|
894
|
+
|
895
|
+
</documentation>
|
896
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
897
|
+
<input>
|
898
|
+
<soap:body
|
899
|
+
use="encoded"
|
900
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
901
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
902
|
+
</input>
|
903
|
+
<output>
|
904
|
+
<soap:body
|
905
|
+
use="encoded"
|
906
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
907
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
908
|
+
</output>
|
909
|
+
</operation>
|
910
|
+
|
911
|
+
<operation name="set_static_route_vlan">
|
912
|
+
<documentation>
|
913
|
+
Sets the VLAN names for the specified static routes.
|
914
|
+
|
915
|
+
</documentation>
|
916
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
917
|
+
<input>
|
918
|
+
<soap:body
|
919
|
+
use="encoded"
|
920
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
921
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
922
|
+
</input>
|
923
|
+
<output>
|
924
|
+
<soap:body
|
925
|
+
use="encoded"
|
926
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
927
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
928
|
+
</output>
|
929
|
+
</operation>
|
930
|
+
|
931
|
+
<operation name="get_static_route_vlan">
|
932
|
+
<documentation>
|
933
|
+
Gets the VLAN names for the specified static routes.
|
934
|
+
|
935
|
+
</documentation>
|
936
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
937
|
+
<input>
|
938
|
+
<soap:body
|
939
|
+
use="encoded"
|
940
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
941
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
942
|
+
</input>
|
943
|
+
<output>
|
944
|
+
<soap:body
|
945
|
+
use="encoded"
|
946
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
947
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
948
|
+
</output>
|
949
|
+
</operation>
|
950
|
+
|
951
|
+
<operation name="set_static_route_gateway">
|
952
|
+
<documentation>
|
953
|
+
Sets the gateways for the specified static routes.
|
954
|
+
|
955
|
+
</documentation>
|
956
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
957
|
+
<input>
|
958
|
+
<soap:body
|
959
|
+
use="encoded"
|
960
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
961
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
962
|
+
</input>
|
963
|
+
<output>
|
964
|
+
<soap:body
|
965
|
+
use="encoded"
|
966
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
967
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
968
|
+
</output>
|
969
|
+
</operation>
|
970
|
+
|
971
|
+
<operation name="get_static_route_gateway">
|
972
|
+
<documentation>
|
973
|
+
Gets the gateways for the specified static routes.
|
974
|
+
|
975
|
+
</documentation>
|
976
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
977
|
+
<input>
|
978
|
+
<soap:body
|
979
|
+
use="encoded"
|
980
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
981
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
982
|
+
</input>
|
983
|
+
<output>
|
984
|
+
<soap:body
|
985
|
+
use="encoded"
|
986
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
987
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
988
|
+
</output>
|
989
|
+
</operation>
|
990
|
+
|
991
|
+
<operation name="set_static_route_pool">
|
992
|
+
<documentation>
|
993
|
+
Sets the pool names for the specified static routes. The pool name
|
994
|
+
allow the destination to select the nexthop router from a pool.
|
995
|
+
|
996
|
+
</documentation>
|
997
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
998
|
+
<input>
|
999
|
+
<soap:body
|
1000
|
+
use="encoded"
|
1001
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1002
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1003
|
+
</input>
|
1004
|
+
<output>
|
1005
|
+
<soap:body
|
1006
|
+
use="encoded"
|
1007
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1008
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1009
|
+
</output>
|
1010
|
+
</operation>
|
1011
|
+
|
1012
|
+
<operation name="get_static_route_pool">
|
1013
|
+
<documentation>
|
1014
|
+
Gets the pool names for the specified static routes. The pool name
|
1015
|
+
allows the destination to select the nexthop router from a pool.
|
1016
|
+
|
1017
|
+
</documentation>
|
1018
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1019
|
+
<input>
|
1020
|
+
<soap:body
|
1021
|
+
use="encoded"
|
1022
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1023
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1024
|
+
</input>
|
1025
|
+
<output>
|
1026
|
+
<soap:body
|
1027
|
+
use="encoded"
|
1028
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1029
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1030
|
+
</output>
|
1031
|
+
</operation>
|
1032
|
+
|
1033
|
+
<operation name="set_static_route_mtu">
|
1034
|
+
<documentation>
|
1035
|
+
Sets the MTUs for the specified static routes.
|
1036
|
+
|
1037
|
+
</documentation>
|
1038
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1039
|
+
<input>
|
1040
|
+
<soap:body
|
1041
|
+
use="encoded"
|
1042
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1043
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1044
|
+
</input>
|
1045
|
+
<output>
|
1046
|
+
<soap:body
|
1047
|
+
use="encoded"
|
1048
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1049
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1050
|
+
</output>
|
1051
|
+
</operation>
|
1052
|
+
|
1053
|
+
<operation name="get_static_route_mtu">
|
1054
|
+
<documentation>
|
1055
|
+
Gets the MTUs for the specified static routes.
|
1056
|
+
|
1057
|
+
</documentation>
|
1058
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1059
|
+
<input>
|
1060
|
+
<soap:body
|
1061
|
+
use="encoded"
|
1062
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1063
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1064
|
+
</input>
|
1065
|
+
<output>
|
1066
|
+
<soap:body
|
1067
|
+
use="encoded"
|
1068
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1069
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1070
|
+
</output>
|
1071
|
+
</operation>
|
1072
|
+
|
1073
|
+
<operation name="set_static_route_description">
|
1074
|
+
<documentation>
|
1075
|
+
Sets the descriptions for the specified static routes.
|
1076
|
+
|
1077
|
+
</documentation>
|
1078
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1079
|
+
<input>
|
1080
|
+
<soap:body
|
1081
|
+
use="encoded"
|
1082
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1083
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1084
|
+
</input>
|
1085
|
+
<output>
|
1086
|
+
<soap:body
|
1087
|
+
use="encoded"
|
1088
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1089
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1090
|
+
</output>
|
1091
|
+
</operation>
|
1092
|
+
|
1093
|
+
<operation name="get_static_route_description">
|
1094
|
+
<documentation>
|
1095
|
+
Gets the descriptions for the specified static routes.
|
1096
|
+
|
1097
|
+
</documentation>
|
1098
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1099
|
+
<input>
|
1100
|
+
<soap:body
|
1101
|
+
use="encoded"
|
1102
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1103
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1104
|
+
</input>
|
1105
|
+
<output>
|
1106
|
+
<soap:body
|
1107
|
+
use="encoded"
|
1108
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1109
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1110
|
+
</output>
|
1111
|
+
</operation>
|
1112
|
+
|
1113
|
+
<operation name="get_management_route_list">
|
1114
|
+
<documentation>
|
1115
|
+
Gets a list of all management route entries.
|
1116
|
+
|
1117
|
+
</documentation>
|
1118
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1119
|
+
<input>
|
1120
|
+
<soap:body
|
1121
|
+
use="encoded"
|
1122
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1123
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1124
|
+
</input>
|
1125
|
+
<output>
|
1126
|
+
<soap:body
|
1127
|
+
use="encoded"
|
1128
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1129
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1130
|
+
</output>
|
1131
|
+
</operation>
|
1132
|
+
|
1133
|
+
<operation name="create_management_route">
|
1134
|
+
<documentation>
|
1135
|
+
Creates the specified management route entries in the route table.
|
1136
|
+
|
1137
|
+
</documentation>
|
1138
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1139
|
+
<input>
|
1140
|
+
<soap:body
|
1141
|
+
use="encoded"
|
1142
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1143
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1144
|
+
</input>
|
1145
|
+
<output>
|
1146
|
+
<soap:body
|
1147
|
+
use="encoded"
|
1148
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1149
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1150
|
+
</output>
|
1151
|
+
</operation>
|
1152
|
+
|
1153
|
+
<operation name="delete_management_route">
|
1154
|
+
<documentation>
|
1155
|
+
Deletes the specified management route entries from the route table.
|
1156
|
+
|
1157
|
+
</documentation>
|
1158
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1159
|
+
<input>
|
1160
|
+
<soap:body
|
1161
|
+
use="encoded"
|
1162
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1163
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1164
|
+
</input>
|
1165
|
+
<output>
|
1166
|
+
<soap:body
|
1167
|
+
use="encoded"
|
1168
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1169
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1170
|
+
</output>
|
1171
|
+
</operation>
|
1172
|
+
|
1173
|
+
<operation name="delete_all_management_routes">
|
1174
|
+
<documentation>
|
1175
|
+
Deletes all management route entries from the route table.
|
1176
|
+
|
1177
|
+
</documentation>
|
1178
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1179
|
+
<input>
|
1180
|
+
<soap:body
|
1181
|
+
use="encoded"
|
1182
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1183
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1184
|
+
</input>
|
1185
|
+
<output>
|
1186
|
+
<soap:body
|
1187
|
+
use="encoded"
|
1188
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1189
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1190
|
+
</output>
|
1191
|
+
</operation>
|
1192
|
+
|
1193
|
+
<operation name="get_management_route_destination">
|
1194
|
+
<documentation>
|
1195
|
+
Gets the destinations for the specified management routes.
|
1196
|
+
|
1197
|
+
Note: A set_management_route_destination method is not supported.
|
1198
|
+
|
1199
|
+
</documentation>
|
1200
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1201
|
+
<input>
|
1202
|
+
<soap:body
|
1203
|
+
use="encoded"
|
1204
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1205
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1206
|
+
</input>
|
1207
|
+
<output>
|
1208
|
+
<soap:body
|
1209
|
+
use="encoded"
|
1210
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1211
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1212
|
+
</output>
|
1213
|
+
</operation>
|
1214
|
+
|
1215
|
+
<operation name="get_management_route_type">
|
1216
|
+
<documentation>
|
1217
|
+
Gets the route type for the specified management routes.
|
1218
|
+
|
1219
|
+
</documentation>
|
1220
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1221
|
+
<input>
|
1222
|
+
<soap:body
|
1223
|
+
use="encoded"
|
1224
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1225
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1226
|
+
</input>
|
1227
|
+
<output>
|
1228
|
+
<soap:body
|
1229
|
+
use="encoded"
|
1230
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1231
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1232
|
+
</output>
|
1233
|
+
</operation>
|
1234
|
+
|
1235
|
+
<operation name="set_management_route_reject">
|
1236
|
+
<documentation>
|
1237
|
+
Sets the state that rejects all requests for the specified
|
1238
|
+
management routes.
|
1239
|
+
|
1240
|
+
</documentation>
|
1241
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1242
|
+
<input>
|
1243
|
+
<soap:body
|
1244
|
+
use="encoded"
|
1245
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1246
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1247
|
+
</input>
|
1248
|
+
<output>
|
1249
|
+
<soap:body
|
1250
|
+
use="encoded"
|
1251
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1252
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1253
|
+
</output>
|
1254
|
+
</operation>
|
1255
|
+
|
1256
|
+
<operation name="set_management_route_gateway">
|
1257
|
+
<documentation>
|
1258
|
+
Sets the gateways for the specified management routes.
|
1259
|
+
|
1260
|
+
</documentation>
|
1261
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1262
|
+
<input>
|
1263
|
+
<soap:body
|
1264
|
+
use="encoded"
|
1265
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1266
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1267
|
+
</input>
|
1268
|
+
<output>
|
1269
|
+
<soap:body
|
1270
|
+
use="encoded"
|
1271
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1272
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1273
|
+
</output>
|
1274
|
+
</operation>
|
1275
|
+
|
1276
|
+
<operation name="get_management_route_gateway">
|
1277
|
+
<documentation>
|
1278
|
+
Gets the gateways for the specified management routes.
|
1279
|
+
|
1280
|
+
</documentation>
|
1281
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1282
|
+
<input>
|
1283
|
+
<soap:body
|
1284
|
+
use="encoded"
|
1285
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1286
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1287
|
+
</input>
|
1288
|
+
<output>
|
1289
|
+
<soap:body
|
1290
|
+
use="encoded"
|
1291
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1292
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1293
|
+
</output>
|
1294
|
+
</operation>
|
1295
|
+
|
1296
|
+
<operation name="set_management_route_mtu">
|
1297
|
+
<documentation>
|
1298
|
+
Sets the MTUs for the specified management routes.
|
1299
|
+
|
1300
|
+
</documentation>
|
1301
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1302
|
+
<input>
|
1303
|
+
<soap:body
|
1304
|
+
use="encoded"
|
1305
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1306
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1307
|
+
</input>
|
1308
|
+
<output>
|
1309
|
+
<soap:body
|
1310
|
+
use="encoded"
|
1311
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1312
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1313
|
+
</output>
|
1314
|
+
</operation>
|
1315
|
+
|
1316
|
+
<operation name="get_management_route_mtu">
|
1317
|
+
<documentation>
|
1318
|
+
Gets the MTUs for the specified management routes.
|
1319
|
+
|
1320
|
+
</documentation>
|
1321
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1322
|
+
<input>
|
1323
|
+
<soap:body
|
1324
|
+
use="encoded"
|
1325
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1326
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1327
|
+
</input>
|
1328
|
+
<output>
|
1329
|
+
<soap:body
|
1330
|
+
use="encoded"
|
1331
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1332
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1333
|
+
</output>
|
1334
|
+
</operation>
|
1335
|
+
|
1336
|
+
<operation name="set_management_route_description">
|
1337
|
+
<documentation>
|
1338
|
+
Sets the descriptions for the specified management routes.
|
1339
|
+
|
1340
|
+
</documentation>
|
1341
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1342
|
+
<input>
|
1343
|
+
<soap:body
|
1344
|
+
use="encoded"
|
1345
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1346
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1347
|
+
</input>
|
1348
|
+
<output>
|
1349
|
+
<soap:body
|
1350
|
+
use="encoded"
|
1351
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1352
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1353
|
+
</output>
|
1354
|
+
</operation>
|
1355
|
+
|
1356
|
+
<operation name="get_management_route_description">
|
1357
|
+
<documentation>
|
1358
|
+
Gets the descriptions for the specified management routes.
|
1359
|
+
|
1360
|
+
</documentation>
|
1361
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1362
|
+
<input>
|
1363
|
+
<soap:body
|
1364
|
+
use="encoded"
|
1365
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1366
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1367
|
+
</input>
|
1368
|
+
<output>
|
1369
|
+
<soap:body
|
1370
|
+
use="encoded"
|
1371
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1372
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1373
|
+
</output>
|
1374
|
+
</operation>
|
1375
|
+
|
1376
|
+
<operation name="get_dynamic_route_list">
|
1377
|
+
<documentation>
|
1378
|
+
Gets the list of dynamic routes.
|
1379
|
+
|
1380
|
+
</documentation>
|
1381
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1382
|
+
<input>
|
1383
|
+
<soap:body
|
1384
|
+
use="encoded"
|
1385
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1386
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1387
|
+
</input>
|
1388
|
+
<output>
|
1389
|
+
<soap:body
|
1390
|
+
use="encoded"
|
1391
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1392
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1393
|
+
</output>
|
1394
|
+
</operation>
|
1395
|
+
|
1396
|
+
<operation name="get_dynamic_route">
|
1397
|
+
<documentation>
|
1398
|
+
Gets the information for the specified dynamic routes
|
1399
|
+
|
1400
|
+
</documentation>
|
1401
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1402
|
+
<input>
|
1403
|
+
<soap:body
|
1404
|
+
use="encoded"
|
1405
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1406
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1407
|
+
</input>
|
1408
|
+
<output>
|
1409
|
+
<soap:body
|
1410
|
+
use="encoded"
|
1411
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1412
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1413
|
+
</output>
|
1414
|
+
</operation>
|
1415
|
+
|
1416
|
+
<operation name="get_dynamic_route_ecmp">
|
1417
|
+
<documentation>
|
1418
|
+
Gets the information for the specified dynamic routes, including all
|
1419
|
+
nexthops in the case of ECMP routes.
|
1420
|
+
|
1421
|
+
</documentation>
|
1422
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1423
|
+
<input>
|
1424
|
+
<soap:body
|
1425
|
+
use="encoded"
|
1426
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1427
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1428
|
+
</input>
|
1429
|
+
<output>
|
1430
|
+
<soap:body
|
1431
|
+
use="encoded"
|
1432
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1433
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1434
|
+
</output>
|
1435
|
+
</operation>
|
1436
|
+
|
1437
|
+
<operation name="get_route_table_metric_statistics_for_destination">
|
1438
|
+
<documentation>
|
1439
|
+
Gets the route metric statistics for the specified destination IP
|
1440
|
+
addresses.
|
1441
|
+
|
1442
|
+
</documentation>
|
1443
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1444
|
+
<input>
|
1445
|
+
<soap:body
|
1446
|
+
use="encoded"
|
1447
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1448
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1449
|
+
</input>
|
1450
|
+
<output>
|
1451
|
+
<soap:body
|
1452
|
+
use="encoded"
|
1453
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1454
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1455
|
+
</output>
|
1456
|
+
</operation>
|
1457
|
+
|
1458
|
+
<operation name="get_route_table_metric_statistics_for_mac">
|
1459
|
+
<documentation>
|
1460
|
+
Gets the route metric statistics for the specified MAC addresses of
|
1461
|
+
the gateways.
|
1462
|
+
|
1463
|
+
</documentation>
|
1464
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1465
|
+
<input>
|
1466
|
+
<soap:body
|
1467
|
+
use="encoded"
|
1468
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1469
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1470
|
+
</input>
|
1471
|
+
<output>
|
1472
|
+
<soap:body
|
1473
|
+
use="encoded"
|
1474
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1475
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1476
|
+
</output>
|
1477
|
+
</operation>
|
1478
|
+
|
1479
|
+
<operation name="reset_all_route_table_metric_statistics">
|
1480
|
+
<documentation>
|
1481
|
+
Resets or flushes all route metric statistics.
|
1482
|
+
|
1483
|
+
</documentation>
|
1484
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1485
|
+
<input>
|
1486
|
+
<soap:body
|
1487
|
+
use="encoded"
|
1488
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1489
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1490
|
+
</input>
|
1491
|
+
<output>
|
1492
|
+
<soap:body
|
1493
|
+
use="encoded"
|
1494
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1495
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1496
|
+
</output>
|
1497
|
+
</operation>
|
1498
|
+
|
1499
|
+
<operation name="get_version">
|
1500
|
+
<documentation>
|
1501
|
+
Gets the version information for this interface.
|
1502
|
+
|
1503
|
+
</documentation>
|
1504
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteTableV2"/>
|
1505
|
+
<input>
|
1506
|
+
<soap:body
|
1507
|
+
use="encoded"
|
1508
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1509
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1510
|
+
</input>
|
1511
|
+
<output>
|
1512
|
+
<soap:body
|
1513
|
+
use="encoded"
|
1514
|
+
namespace="urn:iControl:Networking/RouteTableV2"
|
1515
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1516
|
+
</output>
|
1517
|
+
</operation>
|
1518
|
+
</binding>
|
1519
|
+
|
1520
|
+
<!-- service -->
|
1521
|
+
|
1522
|
+
<service name="Networking.RouteTableV2">
|
1523
|
+
<documentation>
|
1524
|
+
The RouteTable interface enables you to work with the Route table and entries.
|
1525
|
+
|
1526
|
+
</documentation>
|
1527
|
+
<port name="Networking.RouteTableV2Port" binding="tns:Networking.RouteTableV2Binding">
|
1528
|
+
<soap:address location="https://url_to_service"/>
|
1529
|
+
</port>
|
1530
|
+
</service>
|
1531
|
+
</definitions>
|