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,646 @@
|
|
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.RouteDomain"
|
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:simpleType name="Common.EnabledState">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="STATE_DISABLED">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="STATE_ENABLED">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
</xsd:restriction>
|
37
|
+
</xsd:simpleType>
|
38
|
+
<xsd:complexType name="Common.StringSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.ULongSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
53
|
+
<xsd:complexContent>
|
54
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
55
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
56
|
+
</xsd:restriction>
|
57
|
+
</xsd:complexContent>
|
58
|
+
</xsd:complexType>
|
59
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
60
|
+
<xsd:complexContent>
|
61
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
62
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
63
|
+
</xsd:restriction>
|
64
|
+
</xsd:complexContent>
|
65
|
+
</xsd:complexType>
|
66
|
+
</xsd:schema>
|
67
|
+
</types>
|
68
|
+
|
69
|
+
<!-- message -->
|
70
|
+
|
71
|
+
<message name="Networking.RouteDomain.get_listRequest">
|
72
|
+
</message>
|
73
|
+
<message name="Networking.RouteDomain.get_listResponse">
|
74
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
75
|
+
</message>
|
76
|
+
|
77
|
+
<message name="Networking.RouteDomain.createRequest">
|
78
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
79
|
+
<part name="vlans" type="tns:Common.StringSequenceSequence"/>
|
80
|
+
</message>
|
81
|
+
<message name="Networking.RouteDomain.createResponse">
|
82
|
+
</message>
|
83
|
+
|
84
|
+
<message name="Networking.RouteDomain.delete_route_domainRequest">
|
85
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
86
|
+
</message>
|
87
|
+
<message name="Networking.RouteDomain.delete_route_domainResponse">
|
88
|
+
</message>
|
89
|
+
|
90
|
+
<message name="Networking.RouteDomain.delete_all_route_domainsRequest">
|
91
|
+
</message>
|
92
|
+
<message name="Networking.RouteDomain.delete_all_route_domainsResponse">
|
93
|
+
</message>
|
94
|
+
|
95
|
+
<message name="Networking.RouteDomain.set_parent_idRequest">
|
96
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
97
|
+
<part name="parent_ids" type="tns:Common.ULongSequence"/>
|
98
|
+
</message>
|
99
|
+
<message name="Networking.RouteDomain.set_parent_idResponse">
|
100
|
+
</message>
|
101
|
+
|
102
|
+
<message name="Networking.RouteDomain.get_parent_idRequest">
|
103
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
104
|
+
</message>
|
105
|
+
<message name="Networking.RouteDomain.get_parent_idResponse">
|
106
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
107
|
+
</message>
|
108
|
+
|
109
|
+
<message name="Networking.RouteDomain.set_descriptionRequest">
|
110
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
111
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
112
|
+
</message>
|
113
|
+
<message name="Networking.RouteDomain.set_descriptionResponse">
|
114
|
+
</message>
|
115
|
+
|
116
|
+
<message name="Networking.RouteDomain.get_descriptionRequest">
|
117
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="Networking.RouteDomain.get_descriptionResponse">
|
120
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<message name="Networking.RouteDomain.set_strict_stateRequest">
|
124
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
125
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
126
|
+
</message>
|
127
|
+
<message name="Networking.RouteDomain.set_strict_stateResponse">
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="Networking.RouteDomain.get_strict_stateRequest">
|
131
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Networking.RouteDomain.get_strict_stateResponse">
|
134
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
135
|
+
</message>
|
136
|
+
|
137
|
+
<message name="Networking.RouteDomain.get_vlanRequest">
|
138
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
139
|
+
</message>
|
140
|
+
<message name="Networking.RouteDomain.get_vlanResponse">
|
141
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Networking.RouteDomain.add_vlanRequest">
|
145
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
146
|
+
<part name="vlans" type="tns:Common.StringSequenceSequence"/>
|
147
|
+
</message>
|
148
|
+
<message name="Networking.RouteDomain.add_vlanResponse">
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="Networking.RouteDomain.remove_vlanRequest">
|
152
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
153
|
+
<part name="vlans" type="tns:Common.StringSequenceSequence"/>
|
154
|
+
</message>
|
155
|
+
<message name="Networking.RouteDomain.remove_vlanResponse">
|
156
|
+
</message>
|
157
|
+
|
158
|
+
<message name="Networking.RouteDomain.remove_all_vlansRequest">
|
159
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Networking.RouteDomain.remove_all_vlansResponse">
|
162
|
+
</message>
|
163
|
+
|
164
|
+
<message name="Networking.RouteDomain.get_versionRequest">
|
165
|
+
</message>
|
166
|
+
<message name="Networking.RouteDomain.get_versionResponse">
|
167
|
+
<part name="return" type="xsd:string"/>
|
168
|
+
</message>
|
169
|
+
|
170
|
+
<!-- portType -->
|
171
|
+
|
172
|
+
<portType name="Networking.RouteDomainPortType">
|
173
|
+
<operation name="get_list">
|
174
|
+
<documentation>
|
175
|
+
Gets a list of all route domains on this device.
|
176
|
+
|
177
|
+
</documentation>
|
178
|
+
<input message="tns:Networking.RouteDomain.get_listRequest"/>
|
179
|
+
<output message="tns:Networking.RouteDomain.get_listResponse"/>
|
180
|
+
</operation>
|
181
|
+
<operation name="create">
|
182
|
+
<documentation>
|
183
|
+
Creates a route domain.
|
184
|
+
|
185
|
+
</documentation>
|
186
|
+
<input message="tns:Networking.RouteDomain.createRequest"/>
|
187
|
+
<output message="tns:Networking.RouteDomain.createResponse"/>
|
188
|
+
</operation>
|
189
|
+
<operation name="delete_route_domain">
|
190
|
+
<documentation>
|
191
|
+
Deletes the specified route domains.
|
192
|
+
|
193
|
+
</documentation>
|
194
|
+
<input message="tns:Networking.RouteDomain.delete_route_domainRequest"/>
|
195
|
+
<output message="tns:Networking.RouteDomain.delete_route_domainResponse"/>
|
196
|
+
</operation>
|
197
|
+
<operation name="delete_all_route_domains">
|
198
|
+
<documentation>
|
199
|
+
Deletes all route domains.
|
200
|
+
|
201
|
+
</documentation>
|
202
|
+
<input message="tns:Networking.RouteDomain.delete_all_route_domainsRequest"/>
|
203
|
+
<output message="tns:Networking.RouteDomain.delete_all_route_domainsResponse"/>
|
204
|
+
</operation>
|
205
|
+
<operation name="set_parent_id">
|
206
|
+
<documentation>
|
207
|
+
Sets the parent ids for the specified route domains.
|
208
|
+
|
209
|
+
</documentation>
|
210
|
+
<input message="tns:Networking.RouteDomain.set_parent_idRequest"/>
|
211
|
+
<output message="tns:Networking.RouteDomain.set_parent_idResponse"/>
|
212
|
+
</operation>
|
213
|
+
<operation name="get_parent_id">
|
214
|
+
<documentation>
|
215
|
+
Gets the parent ids for the specified route domains.
|
216
|
+
|
217
|
+
</documentation>
|
218
|
+
<input message="tns:Networking.RouteDomain.get_parent_idRequest"/>
|
219
|
+
<output message="tns:Networking.RouteDomain.get_parent_idResponse"/>
|
220
|
+
</operation>
|
221
|
+
<operation name="set_description">
|
222
|
+
<documentation>
|
223
|
+
Sets the descriptions for the the specified route domains.
|
224
|
+
|
225
|
+
</documentation>
|
226
|
+
<input message="tns:Networking.RouteDomain.set_descriptionRequest"/>
|
227
|
+
<output message="tns:Networking.RouteDomain.set_descriptionResponse"/>
|
228
|
+
</operation>
|
229
|
+
<operation name="get_description">
|
230
|
+
<documentation>
|
231
|
+
Gets the descriptions for the the specified route domains.
|
232
|
+
|
233
|
+
</documentation>
|
234
|
+
<input message="tns:Networking.RouteDomain.get_descriptionRequest"/>
|
235
|
+
<output message="tns:Networking.RouteDomain.get_descriptionResponse"/>
|
236
|
+
</operation>
|
237
|
+
<operation name="set_strict_state">
|
238
|
+
<documentation>
|
239
|
+
Sets the state to enforce cross-domain routing restrictions for a
|
240
|
+
set of route domains.
|
241
|
+
|
242
|
+
NOTES
|
243
|
+
= If set, packets cannot cross route domain boundaries, i.e., they
|
244
|
+
are strictly isolated to the current route domain.
|
245
|
+
= For example, if not set, you can add a route to the routing table
|
246
|
+
where the destination is 10.0.0.0%20 (route domain 20) and the
|
247
|
+
gateway is 172.27.84.29%32 (route domain 32).
|
248
|
+
= If set, the system may find invalid iRules that passed
|
249
|
+
validation.
|
250
|
+
|
251
|
+
</documentation>
|
252
|
+
<input message="tns:Networking.RouteDomain.set_strict_stateRequest"/>
|
253
|
+
<output message="tns:Networking.RouteDomain.set_strict_stateResponse"/>
|
254
|
+
</operation>
|
255
|
+
<operation name="get_strict_state">
|
256
|
+
<documentation>
|
257
|
+
Gets the state to enforce cross-domain routing restrictions for a
|
258
|
+
set of route domains.
|
259
|
+
|
260
|
+
</documentation>
|
261
|
+
<input message="tns:Networking.RouteDomain.get_strict_stateRequest"/>
|
262
|
+
<output message="tns:Networking.RouteDomain.get_strict_stateResponse"/>
|
263
|
+
</operation>
|
264
|
+
<operation name="get_vlan">
|
265
|
+
<documentation>
|
266
|
+
Gets the lists of VLANs for the specified route domains.
|
267
|
+
|
268
|
+
</documentation>
|
269
|
+
<input message="tns:Networking.RouteDomain.get_vlanRequest"/>
|
270
|
+
<output message="tns:Networking.RouteDomain.get_vlanResponse"/>
|
271
|
+
</operation>
|
272
|
+
<operation name="add_vlan">
|
273
|
+
<documentation>
|
274
|
+
Adds the specified VLANs to the specified route domains.
|
275
|
+
|
276
|
+
</documentation>
|
277
|
+
<input message="tns:Networking.RouteDomain.add_vlanRequest"/>
|
278
|
+
<output message="tns:Networking.RouteDomain.add_vlanResponse"/>
|
279
|
+
</operation>
|
280
|
+
<operation name="remove_vlan">
|
281
|
+
<documentation>
|
282
|
+
Removes the specified VLANs from the specified route domains.
|
283
|
+
|
284
|
+
</documentation>
|
285
|
+
<input message="tns:Networking.RouteDomain.remove_vlanRequest"/>
|
286
|
+
<output message="tns:Networking.RouteDomain.remove_vlanResponse"/>
|
287
|
+
</operation>
|
288
|
+
<operation name="remove_all_vlans">
|
289
|
+
<documentation>
|
290
|
+
Removes all VLANs from the specified route domains.
|
291
|
+
|
292
|
+
</documentation>
|
293
|
+
<input message="tns:Networking.RouteDomain.remove_all_vlansRequest"/>
|
294
|
+
<output message="tns:Networking.RouteDomain.remove_all_vlansResponse"/>
|
295
|
+
</operation>
|
296
|
+
<operation name="get_version">
|
297
|
+
<documentation>
|
298
|
+
Gets the version information for this interface.
|
299
|
+
|
300
|
+
</documentation>
|
301
|
+
<input message="tns:Networking.RouteDomain.get_versionRequest"/>
|
302
|
+
<output message="tns:Networking.RouteDomain.get_versionResponse"/>
|
303
|
+
</operation>
|
304
|
+
</portType>
|
305
|
+
|
306
|
+
<!-- binding -->
|
307
|
+
|
308
|
+
<binding name="Networking.RouteDomainBinding" type="tns:Networking.RouteDomainPortType">
|
309
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
310
|
+
<operation name="get_list">
|
311
|
+
<documentation>
|
312
|
+
Gets a list of all route domains on this device.
|
313
|
+
|
314
|
+
</documentation>
|
315
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
316
|
+
<input>
|
317
|
+
<soap:body
|
318
|
+
use="encoded"
|
319
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
320
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
321
|
+
</input>
|
322
|
+
<output>
|
323
|
+
<soap:body
|
324
|
+
use="encoded"
|
325
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
326
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
327
|
+
</output>
|
328
|
+
</operation>
|
329
|
+
|
330
|
+
<operation name="create">
|
331
|
+
<documentation>
|
332
|
+
Creates a route domain.
|
333
|
+
|
334
|
+
</documentation>
|
335
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
336
|
+
<input>
|
337
|
+
<soap:body
|
338
|
+
use="encoded"
|
339
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
340
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
341
|
+
</input>
|
342
|
+
<output>
|
343
|
+
<soap:body
|
344
|
+
use="encoded"
|
345
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
346
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
347
|
+
</output>
|
348
|
+
</operation>
|
349
|
+
|
350
|
+
<operation name="delete_route_domain">
|
351
|
+
<documentation>
|
352
|
+
Deletes the specified route domains.
|
353
|
+
|
354
|
+
</documentation>
|
355
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
356
|
+
<input>
|
357
|
+
<soap:body
|
358
|
+
use="encoded"
|
359
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
360
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
361
|
+
</input>
|
362
|
+
<output>
|
363
|
+
<soap:body
|
364
|
+
use="encoded"
|
365
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
366
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
367
|
+
</output>
|
368
|
+
</operation>
|
369
|
+
|
370
|
+
<operation name="delete_all_route_domains">
|
371
|
+
<documentation>
|
372
|
+
Deletes all route domains.
|
373
|
+
|
374
|
+
</documentation>
|
375
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
376
|
+
<input>
|
377
|
+
<soap:body
|
378
|
+
use="encoded"
|
379
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
380
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
381
|
+
</input>
|
382
|
+
<output>
|
383
|
+
<soap:body
|
384
|
+
use="encoded"
|
385
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
386
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
387
|
+
</output>
|
388
|
+
</operation>
|
389
|
+
|
390
|
+
<operation name="set_parent_id">
|
391
|
+
<documentation>
|
392
|
+
Sets the parent ids for the specified route domains.
|
393
|
+
|
394
|
+
</documentation>
|
395
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
396
|
+
<input>
|
397
|
+
<soap:body
|
398
|
+
use="encoded"
|
399
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
400
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
401
|
+
</input>
|
402
|
+
<output>
|
403
|
+
<soap:body
|
404
|
+
use="encoded"
|
405
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
406
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
407
|
+
</output>
|
408
|
+
</operation>
|
409
|
+
|
410
|
+
<operation name="get_parent_id">
|
411
|
+
<documentation>
|
412
|
+
Gets the parent ids for the specified route domains.
|
413
|
+
|
414
|
+
</documentation>
|
415
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
416
|
+
<input>
|
417
|
+
<soap:body
|
418
|
+
use="encoded"
|
419
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
420
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
421
|
+
</input>
|
422
|
+
<output>
|
423
|
+
<soap:body
|
424
|
+
use="encoded"
|
425
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
426
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
427
|
+
</output>
|
428
|
+
</operation>
|
429
|
+
|
430
|
+
<operation name="set_description">
|
431
|
+
<documentation>
|
432
|
+
Sets the descriptions for the the specified route domains.
|
433
|
+
|
434
|
+
</documentation>
|
435
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
436
|
+
<input>
|
437
|
+
<soap:body
|
438
|
+
use="encoded"
|
439
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
440
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
441
|
+
</input>
|
442
|
+
<output>
|
443
|
+
<soap:body
|
444
|
+
use="encoded"
|
445
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
446
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
447
|
+
</output>
|
448
|
+
</operation>
|
449
|
+
|
450
|
+
<operation name="get_description">
|
451
|
+
<documentation>
|
452
|
+
Gets the descriptions for the the specified route domains.
|
453
|
+
|
454
|
+
</documentation>
|
455
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
456
|
+
<input>
|
457
|
+
<soap:body
|
458
|
+
use="encoded"
|
459
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
461
|
+
</input>
|
462
|
+
<output>
|
463
|
+
<soap:body
|
464
|
+
use="encoded"
|
465
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
466
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
467
|
+
</output>
|
468
|
+
</operation>
|
469
|
+
|
470
|
+
<operation name="set_strict_state">
|
471
|
+
<documentation>
|
472
|
+
Sets the state to enforce cross-domain routing restrictions for a
|
473
|
+
set of route domains.
|
474
|
+
|
475
|
+
NOTES
|
476
|
+
= If set, packets cannot cross route domain boundaries, i.e., they
|
477
|
+
are strictly isolated to the current route domain.
|
478
|
+
= For example, if not set, you can add a route to the routing table
|
479
|
+
where the destination is 10.0.0.0%20 (route domain 20) and the
|
480
|
+
gateway is 172.27.84.29%32 (route domain 32).
|
481
|
+
= If set, the system may find invalid iRules that passed
|
482
|
+
validation.
|
483
|
+
|
484
|
+
</documentation>
|
485
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
486
|
+
<input>
|
487
|
+
<soap:body
|
488
|
+
use="encoded"
|
489
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
490
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
491
|
+
</input>
|
492
|
+
<output>
|
493
|
+
<soap:body
|
494
|
+
use="encoded"
|
495
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
496
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
497
|
+
</output>
|
498
|
+
</operation>
|
499
|
+
|
500
|
+
<operation name="get_strict_state">
|
501
|
+
<documentation>
|
502
|
+
Gets the state to enforce cross-domain routing restrictions for a
|
503
|
+
set of route domains.
|
504
|
+
|
505
|
+
</documentation>
|
506
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
507
|
+
<input>
|
508
|
+
<soap:body
|
509
|
+
use="encoded"
|
510
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
511
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
512
|
+
</input>
|
513
|
+
<output>
|
514
|
+
<soap:body
|
515
|
+
use="encoded"
|
516
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
517
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
518
|
+
</output>
|
519
|
+
</operation>
|
520
|
+
|
521
|
+
<operation name="get_vlan">
|
522
|
+
<documentation>
|
523
|
+
Gets the lists of VLANs for the specified route domains.
|
524
|
+
|
525
|
+
</documentation>
|
526
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
527
|
+
<input>
|
528
|
+
<soap:body
|
529
|
+
use="encoded"
|
530
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
531
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
532
|
+
</input>
|
533
|
+
<output>
|
534
|
+
<soap:body
|
535
|
+
use="encoded"
|
536
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
537
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
538
|
+
</output>
|
539
|
+
</operation>
|
540
|
+
|
541
|
+
<operation name="add_vlan">
|
542
|
+
<documentation>
|
543
|
+
Adds the specified VLANs to the specified route domains.
|
544
|
+
|
545
|
+
</documentation>
|
546
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
547
|
+
<input>
|
548
|
+
<soap:body
|
549
|
+
use="encoded"
|
550
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
551
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
552
|
+
</input>
|
553
|
+
<output>
|
554
|
+
<soap:body
|
555
|
+
use="encoded"
|
556
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
557
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
558
|
+
</output>
|
559
|
+
</operation>
|
560
|
+
|
561
|
+
<operation name="remove_vlan">
|
562
|
+
<documentation>
|
563
|
+
Removes the specified VLANs from the specified route domains.
|
564
|
+
|
565
|
+
</documentation>
|
566
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
567
|
+
<input>
|
568
|
+
<soap:body
|
569
|
+
use="encoded"
|
570
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
571
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
572
|
+
</input>
|
573
|
+
<output>
|
574
|
+
<soap:body
|
575
|
+
use="encoded"
|
576
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
577
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
578
|
+
</output>
|
579
|
+
</operation>
|
580
|
+
|
581
|
+
<operation name="remove_all_vlans">
|
582
|
+
<documentation>
|
583
|
+
Removes all VLANs from the specified route domains.
|
584
|
+
|
585
|
+
</documentation>
|
586
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
587
|
+
<input>
|
588
|
+
<soap:body
|
589
|
+
use="encoded"
|
590
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
591
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
592
|
+
</input>
|
593
|
+
<output>
|
594
|
+
<soap:body
|
595
|
+
use="encoded"
|
596
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
597
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
598
|
+
</output>
|
599
|
+
</operation>
|
600
|
+
|
601
|
+
<operation name="get_version">
|
602
|
+
<documentation>
|
603
|
+
Gets the version information for this interface.
|
604
|
+
|
605
|
+
</documentation>
|
606
|
+
<soap:operation soapAction="urn:iControl:Networking/RouteDomain"/>
|
607
|
+
<input>
|
608
|
+
<soap:body
|
609
|
+
use="encoded"
|
610
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
611
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
612
|
+
</input>
|
613
|
+
<output>
|
614
|
+
<soap:body
|
615
|
+
use="encoded"
|
616
|
+
namespace="urn:iControl:Networking/RouteDomain"
|
617
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
618
|
+
</output>
|
619
|
+
</operation>
|
620
|
+
</binding>
|
621
|
+
|
622
|
+
<!-- service -->
|
623
|
+
|
624
|
+
<service name="Networking.RouteDomain">
|
625
|
+
<documentation>
|
626
|
+
*IMPORTANT* This entire interface has been deprecated (as of
|
627
|
+
11.0.0), due to a change from using numeric identifiers to
|
628
|
+
using names to identify Route Domain objects. Please use the
|
629
|
+
RouteDomainV2 interface.
|
630
|
+
|
631
|
+
The RouteDomain interface enables you to work with the
|
632
|
+
definitions and attributes contained in a device's route
|
633
|
+
domains. Route domains allow you to specify overlapping IP
|
634
|
+
addresses for different objects in the system. This allows a
|
635
|
+
service provider, for example, to have two different pool
|
636
|
+
members at 10.10.10.1 that represent completely different real
|
637
|
+
servers. The addresses for the two pool members might be
|
638
|
+
10.10.10.1%1 and 10.10.10.1%2 where the numbers after the
|
639
|
+
percent signs are numeric ids of route domains.
|
640
|
+
|
641
|
+
</documentation>
|
642
|
+
<port name="Networking.RouteDomainPort" binding="tns:Networking.RouteDomainBinding">
|
643
|
+
<soap:address location="https://url_to_service"/>
|
644
|
+
</port>
|
645
|
+
</service>
|
646
|
+
</definitions>
|