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,544 @@
|
|
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="Security.FirewallPortList"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="Common.PortRangeSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.PortRange[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.StringSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.PortRange">
|
46
|
+
<xsd:sequence>
|
47
|
+
<xsd:element name="begin" type="xsd:long"/>
|
48
|
+
<xsd:element name="end" type="xsd:long"/>
|
49
|
+
</xsd:sequence>
|
50
|
+
</xsd:complexType>
|
51
|
+
<xsd:complexType name="Common.PortRangeSequenceSequence">
|
52
|
+
<xsd:complexContent>
|
53
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
54
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.PortRangeSequence[]'/>
|
55
|
+
</xsd:restriction>
|
56
|
+
</xsd:complexContent>
|
57
|
+
</xsd:complexType>
|
58
|
+
</xsd:schema>
|
59
|
+
</types>
|
60
|
+
|
61
|
+
<!-- message -->
|
62
|
+
|
63
|
+
<message name="Security.FirewallPortList.get_listRequest">
|
64
|
+
</message>
|
65
|
+
<message name="Security.FirewallPortList.get_listResponse">
|
66
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
67
|
+
</message>
|
68
|
+
|
69
|
+
<message name="Security.FirewallPortList.createRequest">
|
70
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
71
|
+
<part name="ports" type="tns:Common.PortRangeSequenceSequence"/>
|
72
|
+
</message>
|
73
|
+
<message name="Security.FirewallPortList.createResponse">
|
74
|
+
</message>
|
75
|
+
|
76
|
+
<message name="Security.FirewallPortList.delete_port_listRequest">
|
77
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
78
|
+
</message>
|
79
|
+
<message name="Security.FirewallPortList.delete_port_listResponse">
|
80
|
+
</message>
|
81
|
+
|
82
|
+
<message name="Security.FirewallPortList.delete_all_port_listsRequest">
|
83
|
+
</message>
|
84
|
+
<message name="Security.FirewallPortList.delete_all_port_listsResponse">
|
85
|
+
</message>
|
86
|
+
|
87
|
+
<message name="Security.FirewallPortList.set_descriptionRequest">
|
88
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
89
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
90
|
+
</message>
|
91
|
+
<message name="Security.FirewallPortList.set_descriptionResponse">
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="Security.FirewallPortList.get_descriptionRequest">
|
95
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
96
|
+
</message>
|
97
|
+
<message name="Security.FirewallPortList.get_descriptionResponse">
|
98
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
99
|
+
</message>
|
100
|
+
|
101
|
+
<message name="Security.FirewallPortList.get_portRequest">
|
102
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
103
|
+
</message>
|
104
|
+
<message name="Security.FirewallPortList.get_portResponse">
|
105
|
+
<part name="return" type="tns:Common.PortRangeSequenceSequence"/>
|
106
|
+
</message>
|
107
|
+
|
108
|
+
<message name="Security.FirewallPortList.add_portRequest">
|
109
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
110
|
+
<part name="ports" type="tns:Common.PortRangeSequenceSequence"/>
|
111
|
+
</message>
|
112
|
+
<message name="Security.FirewallPortList.add_portResponse">
|
113
|
+
</message>
|
114
|
+
|
115
|
+
<message name="Security.FirewallPortList.remove_portRequest">
|
116
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
117
|
+
<part name="ports" type="tns:Common.PortRangeSequenceSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="Security.FirewallPortList.remove_portResponse">
|
120
|
+
</message>
|
121
|
+
|
122
|
+
<message name="Security.FirewallPortList.remove_all_portsRequest">
|
123
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
124
|
+
</message>
|
125
|
+
<message name="Security.FirewallPortList.remove_all_portsResponse">
|
126
|
+
</message>
|
127
|
+
|
128
|
+
<message name="Security.FirewallPortList.set_port_descriptionRequest">
|
129
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
130
|
+
<part name="ports" type="tns:Common.PortRangeSequenceSequence"/>
|
131
|
+
<part name="descriptions" type="tns:Common.StringSequenceSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Security.FirewallPortList.set_port_descriptionResponse">
|
134
|
+
</message>
|
135
|
+
|
136
|
+
<message name="Security.FirewallPortList.get_port_descriptionRequest">
|
137
|
+
<part name="lists" type="tns:Common.StringSequence"/>
|
138
|
+
<part name="ports" type="tns:Common.PortRangeSequenceSequence"/>
|
139
|
+
</message>
|
140
|
+
<message name="Security.FirewallPortList.get_port_descriptionResponse">
|
141
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Security.FirewallPortList.get_versionRequest">
|
145
|
+
</message>
|
146
|
+
<message name="Security.FirewallPortList.get_versionResponse">
|
147
|
+
<part name="return" type="xsd:string"/>
|
148
|
+
</message>
|
149
|
+
|
150
|
+
<!-- portType -->
|
151
|
+
|
152
|
+
<portType name="Security.FirewallPortListPortType">
|
153
|
+
<operation name="get_list">
|
154
|
+
<documentation>
|
155
|
+
Gets the list of firewall port lists on this device.
|
156
|
+
|
157
|
+
</documentation>
|
158
|
+
<input message="tns:Security.FirewallPortList.get_listRequest"/>
|
159
|
+
<output message="tns:Security.FirewallPortList.get_listResponse"/>
|
160
|
+
</operation>
|
161
|
+
<operation name="create">
|
162
|
+
<documentation>
|
163
|
+
Creates a firewall port list.
|
164
|
+
|
165
|
+
</documentation>
|
166
|
+
<input message="tns:Security.FirewallPortList.createRequest"/>
|
167
|
+
<output message="tns:Security.FirewallPortList.createResponse"/>
|
168
|
+
</operation>
|
169
|
+
<operation name="delete_port_list">
|
170
|
+
<documentation>
|
171
|
+
Deletes a set of firewall port lists.
|
172
|
+
|
173
|
+
</documentation>
|
174
|
+
<input message="tns:Security.FirewallPortList.delete_port_listRequest"/>
|
175
|
+
<output message="tns:Security.FirewallPortList.delete_port_listResponse"/>
|
176
|
+
</operation>
|
177
|
+
<operation name="delete_all_port_lists">
|
178
|
+
<documentation>
|
179
|
+
Deletes all firewall port lists on this device.
|
180
|
+
|
181
|
+
</documentation>
|
182
|
+
<input message="tns:Security.FirewallPortList.delete_all_port_listsRequest"/>
|
183
|
+
<output message="tns:Security.FirewallPortList.delete_all_port_listsResponse"/>
|
184
|
+
</operation>
|
185
|
+
<operation name="set_description">
|
186
|
+
<documentation>
|
187
|
+
Sets the description for a set of firewall port lists.
|
188
|
+
|
189
|
+
This is an arbitrary field which can be used for any purpose.
|
190
|
+
|
191
|
+
</documentation>
|
192
|
+
<input message="tns:Security.FirewallPortList.set_descriptionRequest"/>
|
193
|
+
<output message="tns:Security.FirewallPortList.set_descriptionResponse"/>
|
194
|
+
</operation>
|
195
|
+
<operation name="get_description">
|
196
|
+
<documentation>
|
197
|
+
Gets the descriptions for a set of firewall port lists.
|
198
|
+
|
199
|
+
</documentation>
|
200
|
+
<input message="tns:Security.FirewallPortList.get_descriptionRequest"/>
|
201
|
+
<output message="tns:Security.FirewallPortList.get_descriptionResponse"/>
|
202
|
+
</operation>
|
203
|
+
<operation name="get_port">
|
204
|
+
<documentation>
|
205
|
+
Gets the entries of the specified firewall port lists.
|
206
|
+
|
207
|
+
</documentation>
|
208
|
+
<input message="tns:Security.FirewallPortList.get_portRequest"/>
|
209
|
+
<output message="tns:Security.FirewallPortList.get_portResponse"/>
|
210
|
+
</operation>
|
211
|
+
<operation name="add_port">
|
212
|
+
<documentation>
|
213
|
+
Adds a set of port ranges to the specified firewall port lists.
|
214
|
+
|
215
|
+
</documentation>
|
216
|
+
<input message="tns:Security.FirewallPortList.add_portRequest"/>
|
217
|
+
<output message="tns:Security.FirewallPortList.add_portResponse"/>
|
218
|
+
</operation>
|
219
|
+
<operation name="remove_port">
|
220
|
+
<documentation>
|
221
|
+
Removes a set of entries from the specified firewall port lists.
|
222
|
+
|
223
|
+
</documentation>
|
224
|
+
<input message="tns:Security.FirewallPortList.remove_portRequest"/>
|
225
|
+
<output message="tns:Security.FirewallPortList.remove_portResponse"/>
|
226
|
+
</operation>
|
227
|
+
<operation name="remove_all_ports">
|
228
|
+
<documentation>
|
229
|
+
Removes all entries from the specified firewall port lists.
|
230
|
+
|
231
|
+
</documentation>
|
232
|
+
<input message="tns:Security.FirewallPortList.remove_all_portsRequest"/>
|
233
|
+
<output message="tns:Security.FirewallPortList.remove_all_portsResponse"/>
|
234
|
+
</operation>
|
235
|
+
<operation name="set_port_description">
|
236
|
+
<documentation>
|
237
|
+
Sets the description for a set of firewall port list entries.
|
238
|
+
|
239
|
+
This is an arbitrary field which can be used for any purpose.
|
240
|
+
|
241
|
+
</documentation>
|
242
|
+
<input message="tns:Security.FirewallPortList.set_port_descriptionRequest"/>
|
243
|
+
<output message="tns:Security.FirewallPortList.set_port_descriptionResponse"/>
|
244
|
+
</operation>
|
245
|
+
<operation name="get_port_description">
|
246
|
+
<documentation>
|
247
|
+
Gets the descriptions for a set of firewall port list entries.
|
248
|
+
|
249
|
+
</documentation>
|
250
|
+
<input message="tns:Security.FirewallPortList.get_port_descriptionRequest"/>
|
251
|
+
<output message="tns:Security.FirewallPortList.get_port_descriptionResponse"/>
|
252
|
+
</operation>
|
253
|
+
<operation name="get_version">
|
254
|
+
<documentation>
|
255
|
+
Gets the version information for this interface.
|
256
|
+
|
257
|
+
</documentation>
|
258
|
+
<input message="tns:Security.FirewallPortList.get_versionRequest"/>
|
259
|
+
<output message="tns:Security.FirewallPortList.get_versionResponse"/>
|
260
|
+
</operation>
|
261
|
+
</portType>
|
262
|
+
|
263
|
+
<!-- binding -->
|
264
|
+
|
265
|
+
<binding name="Security.FirewallPortListBinding" type="tns:Security.FirewallPortListPortType">
|
266
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
267
|
+
<operation name="get_list">
|
268
|
+
<documentation>
|
269
|
+
Gets the list of firewall port lists on this device.
|
270
|
+
|
271
|
+
</documentation>
|
272
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
273
|
+
<input>
|
274
|
+
<soap:body
|
275
|
+
use="encoded"
|
276
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
277
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
278
|
+
</input>
|
279
|
+
<output>
|
280
|
+
<soap:body
|
281
|
+
use="encoded"
|
282
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
283
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
284
|
+
</output>
|
285
|
+
</operation>
|
286
|
+
|
287
|
+
<operation name="create">
|
288
|
+
<documentation>
|
289
|
+
Creates a firewall port list.
|
290
|
+
|
291
|
+
</documentation>
|
292
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
293
|
+
<input>
|
294
|
+
<soap:body
|
295
|
+
use="encoded"
|
296
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
297
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
298
|
+
</input>
|
299
|
+
<output>
|
300
|
+
<soap:body
|
301
|
+
use="encoded"
|
302
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
303
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
304
|
+
</output>
|
305
|
+
</operation>
|
306
|
+
|
307
|
+
<operation name="delete_port_list">
|
308
|
+
<documentation>
|
309
|
+
Deletes a set of firewall port lists.
|
310
|
+
|
311
|
+
</documentation>
|
312
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
313
|
+
<input>
|
314
|
+
<soap:body
|
315
|
+
use="encoded"
|
316
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
317
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
318
|
+
</input>
|
319
|
+
<output>
|
320
|
+
<soap:body
|
321
|
+
use="encoded"
|
322
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
323
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
324
|
+
</output>
|
325
|
+
</operation>
|
326
|
+
|
327
|
+
<operation name="delete_all_port_lists">
|
328
|
+
<documentation>
|
329
|
+
Deletes all firewall port lists on this device.
|
330
|
+
|
331
|
+
</documentation>
|
332
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
333
|
+
<input>
|
334
|
+
<soap:body
|
335
|
+
use="encoded"
|
336
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
337
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
338
|
+
</input>
|
339
|
+
<output>
|
340
|
+
<soap:body
|
341
|
+
use="encoded"
|
342
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
343
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
344
|
+
</output>
|
345
|
+
</operation>
|
346
|
+
|
347
|
+
<operation name="set_description">
|
348
|
+
<documentation>
|
349
|
+
Sets the description for a set of firewall port lists.
|
350
|
+
|
351
|
+
This is an arbitrary field which can be used for any purpose.
|
352
|
+
|
353
|
+
</documentation>
|
354
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
355
|
+
<input>
|
356
|
+
<soap:body
|
357
|
+
use="encoded"
|
358
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
359
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
360
|
+
</input>
|
361
|
+
<output>
|
362
|
+
<soap:body
|
363
|
+
use="encoded"
|
364
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
365
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
366
|
+
</output>
|
367
|
+
</operation>
|
368
|
+
|
369
|
+
<operation name="get_description">
|
370
|
+
<documentation>
|
371
|
+
Gets the descriptions for a set of firewall port lists.
|
372
|
+
|
373
|
+
</documentation>
|
374
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
375
|
+
<input>
|
376
|
+
<soap:body
|
377
|
+
use="encoded"
|
378
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
379
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
380
|
+
</input>
|
381
|
+
<output>
|
382
|
+
<soap:body
|
383
|
+
use="encoded"
|
384
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
385
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
386
|
+
</output>
|
387
|
+
</operation>
|
388
|
+
|
389
|
+
<operation name="get_port">
|
390
|
+
<documentation>
|
391
|
+
Gets the entries of the specified firewall port lists.
|
392
|
+
|
393
|
+
</documentation>
|
394
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
395
|
+
<input>
|
396
|
+
<soap:body
|
397
|
+
use="encoded"
|
398
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
399
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
400
|
+
</input>
|
401
|
+
<output>
|
402
|
+
<soap:body
|
403
|
+
use="encoded"
|
404
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
405
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
406
|
+
</output>
|
407
|
+
</operation>
|
408
|
+
|
409
|
+
<operation name="add_port">
|
410
|
+
<documentation>
|
411
|
+
Adds a set of port ranges to the specified firewall port lists.
|
412
|
+
|
413
|
+
</documentation>
|
414
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
415
|
+
<input>
|
416
|
+
<soap:body
|
417
|
+
use="encoded"
|
418
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
419
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
420
|
+
</input>
|
421
|
+
<output>
|
422
|
+
<soap:body
|
423
|
+
use="encoded"
|
424
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
425
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
426
|
+
</output>
|
427
|
+
</operation>
|
428
|
+
|
429
|
+
<operation name="remove_port">
|
430
|
+
<documentation>
|
431
|
+
Removes a set of entries from the specified firewall port lists.
|
432
|
+
|
433
|
+
</documentation>
|
434
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
435
|
+
<input>
|
436
|
+
<soap:body
|
437
|
+
use="encoded"
|
438
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
439
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
440
|
+
</input>
|
441
|
+
<output>
|
442
|
+
<soap:body
|
443
|
+
use="encoded"
|
444
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
445
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
446
|
+
</output>
|
447
|
+
</operation>
|
448
|
+
|
449
|
+
<operation name="remove_all_ports">
|
450
|
+
<documentation>
|
451
|
+
Removes all entries from the specified firewall port lists.
|
452
|
+
|
453
|
+
</documentation>
|
454
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
455
|
+
<input>
|
456
|
+
<soap:body
|
457
|
+
use="encoded"
|
458
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
459
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
460
|
+
</input>
|
461
|
+
<output>
|
462
|
+
<soap:body
|
463
|
+
use="encoded"
|
464
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
465
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
466
|
+
</output>
|
467
|
+
</operation>
|
468
|
+
|
469
|
+
<operation name="set_port_description">
|
470
|
+
<documentation>
|
471
|
+
Sets the description for a set of firewall port list entries.
|
472
|
+
|
473
|
+
This is an arbitrary field which can be used for any purpose.
|
474
|
+
|
475
|
+
</documentation>
|
476
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
477
|
+
<input>
|
478
|
+
<soap:body
|
479
|
+
use="encoded"
|
480
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
481
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
482
|
+
</input>
|
483
|
+
<output>
|
484
|
+
<soap:body
|
485
|
+
use="encoded"
|
486
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
487
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
488
|
+
</output>
|
489
|
+
</operation>
|
490
|
+
|
491
|
+
<operation name="get_port_description">
|
492
|
+
<documentation>
|
493
|
+
Gets the descriptions for a set of firewall port list entries.
|
494
|
+
|
495
|
+
</documentation>
|
496
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
497
|
+
<input>
|
498
|
+
<soap:body
|
499
|
+
use="encoded"
|
500
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
501
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
502
|
+
</input>
|
503
|
+
<output>
|
504
|
+
<soap:body
|
505
|
+
use="encoded"
|
506
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
507
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
508
|
+
</output>
|
509
|
+
</operation>
|
510
|
+
|
511
|
+
<operation name="get_version">
|
512
|
+
<documentation>
|
513
|
+
Gets the version information for this interface.
|
514
|
+
|
515
|
+
</documentation>
|
516
|
+
<soap:operation soapAction="urn:iControl:Security/FirewallPortList"/>
|
517
|
+
<input>
|
518
|
+
<soap:body
|
519
|
+
use="encoded"
|
520
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
521
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
522
|
+
</input>
|
523
|
+
<output>
|
524
|
+
<soap:body
|
525
|
+
use="encoded"
|
526
|
+
namespace="urn:iControl:Security/FirewallPortList"
|
527
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
528
|
+
</output>
|
529
|
+
</operation>
|
530
|
+
</binding>
|
531
|
+
|
532
|
+
<!-- service -->
|
533
|
+
|
534
|
+
<service name="Security.FirewallPortList">
|
535
|
+
<documentation>
|
536
|
+
The FirewallPortList interface enables you to create and modify
|
537
|
+
port lists on which to perform firewall security actions.
|
538
|
+
|
539
|
+
</documentation>
|
540
|
+
<port name="Security.FirewallPortListPort" binding="tns:Security.FirewallPortListBinding">
|
541
|
+
<soap:address location="https://url_to_service"/>
|
542
|
+
</port>
|
543
|
+
</service>
|
544
|
+
</definitions>
|