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,459 @@
|
|
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.iSessionDatastor"
|
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:simpleType name="Common.ULong">
|
39
|
+
<xsd:restriction base="xsd:long"/>
|
40
|
+
</xsd:simpleType>
|
41
|
+
</xsd:schema>
|
42
|
+
</types>
|
43
|
+
|
44
|
+
<!-- message -->
|
45
|
+
|
46
|
+
<message name="Networking.iSessionDatastor.set_descriptionRequest">
|
47
|
+
<part name="description" type="xsd:string"/>
|
48
|
+
</message>
|
49
|
+
<message name="Networking.iSessionDatastor.set_descriptionResponse">
|
50
|
+
</message>
|
51
|
+
|
52
|
+
<message name="Networking.iSessionDatastor.get_descriptionRequest">
|
53
|
+
</message>
|
54
|
+
<message name="Networking.iSessionDatastor.get_descriptionResponse">
|
55
|
+
<part name="return" type="xsd:string"/>
|
56
|
+
</message>
|
57
|
+
|
58
|
+
<message name="Networking.iSessionDatastor.set_disk_stateRequest">
|
59
|
+
<part name="state" type="tns:Common.EnabledState"/>
|
60
|
+
</message>
|
61
|
+
<message name="Networking.iSessionDatastor.set_disk_stateResponse">
|
62
|
+
</message>
|
63
|
+
|
64
|
+
<message name="Networking.iSessionDatastor.get_disk_stateRequest">
|
65
|
+
</message>
|
66
|
+
<message name="Networking.iSessionDatastor.get_disk_stateResponse">
|
67
|
+
<part name="return" type="tns:Common.EnabledState"/>
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="Networking.iSessionDatastor.get_disk_cache_sizeRequest">
|
71
|
+
</message>
|
72
|
+
<message name="Networking.iSessionDatastor.get_disk_cache_sizeResponse">
|
73
|
+
<part name="return" type="xsd:long"/>
|
74
|
+
</message>
|
75
|
+
|
76
|
+
<message name="Networking.iSessionDatastor.set_pruning_high_water_markRequest">
|
77
|
+
<part name="value" type="xsd:long"/>
|
78
|
+
</message>
|
79
|
+
<message name="Networking.iSessionDatastor.set_pruning_high_water_markResponse">
|
80
|
+
</message>
|
81
|
+
|
82
|
+
<message name="Networking.iSessionDatastor.get_pruning_high_water_markRequest">
|
83
|
+
</message>
|
84
|
+
<message name="Networking.iSessionDatastor.get_pruning_high_water_markResponse">
|
85
|
+
<part name="return" type="xsd:long"/>
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Networking.iSessionDatastor.set_pruning_low_water_markRequest">
|
89
|
+
<part name="value" type="xsd:long"/>
|
90
|
+
</message>
|
91
|
+
<message name="Networking.iSessionDatastor.set_pruning_low_water_markResponse">
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="Networking.iSessionDatastor.get_pruning_low_water_markRequest">
|
95
|
+
</message>
|
96
|
+
<message name="Networking.iSessionDatastor.get_pruning_low_water_markResponse">
|
97
|
+
<part name="return" type="xsd:long"/>
|
98
|
+
</message>
|
99
|
+
|
100
|
+
<message name="Networking.iSessionDatastor.get_memory_cache_sizeRequest">
|
101
|
+
</message>
|
102
|
+
<message name="Networking.iSessionDatastor.get_memory_cache_sizeResponse">
|
103
|
+
<part name="return" type="xsd:long"/>
|
104
|
+
</message>
|
105
|
+
|
106
|
+
<message name="Networking.iSessionDatastor.get_versionRequest">
|
107
|
+
</message>
|
108
|
+
<message name="Networking.iSessionDatastor.get_versionResponse">
|
109
|
+
<part name="return" type="xsd:string"/>
|
110
|
+
</message>
|
111
|
+
|
112
|
+
<!-- portType -->
|
113
|
+
|
114
|
+
<portType name="Networking.iSessionDatastorPortType">
|
115
|
+
<operation name="set_description">
|
116
|
+
<documentation>
|
117
|
+
Sets the description for the datastor. This is an arbitrary field
|
118
|
+
which can be used for any purpose.
|
119
|
+
|
120
|
+
</documentation>
|
121
|
+
<input message="tns:Networking.iSessionDatastor.set_descriptionRequest"/>
|
122
|
+
<output message="tns:Networking.iSessionDatastor.set_descriptionResponse"/>
|
123
|
+
</operation>
|
124
|
+
<operation name="get_description">
|
125
|
+
<documentation>
|
126
|
+
Gets the description for the datastor.
|
127
|
+
|
128
|
+
</documentation>
|
129
|
+
<input message="tns:Networking.iSessionDatastor.get_descriptionRequest"/>
|
130
|
+
<output message="tns:Networking.iSessionDatastor.get_descriptionResponse"/>
|
131
|
+
</operation>
|
132
|
+
<operation name="set_disk_state">
|
133
|
+
<documentation>
|
134
|
+
Sets the state to use disk space as part of the datastor. If set,
|
135
|
+
disk space (in addition to memory) is used for the datastor. If
|
136
|
+
not set, only memory is used. If you enable or disable data storage
|
137
|
+
on the disk, you must restart the datastor service.
|
138
|
+
|
139
|
+
</documentation>
|
140
|
+
<input message="tns:Networking.iSessionDatastor.set_disk_stateRequest"/>
|
141
|
+
<output message="tns:Networking.iSessionDatastor.set_disk_stateResponse"/>
|
142
|
+
</operation>
|
143
|
+
<operation name="get_disk_state">
|
144
|
+
<documentation>
|
145
|
+
Gets the state to use disk space as part of the datastor.
|
146
|
+
|
147
|
+
</documentation>
|
148
|
+
<input message="tns:Networking.iSessionDatastor.get_disk_stateRequest"/>
|
149
|
+
<output message="tns:Networking.iSessionDatastor.get_disk_stateResponse"/>
|
150
|
+
</operation>
|
151
|
+
<operation name="get_disk_cache_size">
|
152
|
+
<documentation>
|
153
|
+
Gets the disk cache space available for the datastor.
|
154
|
+
|
155
|
+
</documentation>
|
156
|
+
<input message="tns:Networking.iSessionDatastor.get_disk_cache_sizeRequest"/>
|
157
|
+
<output message="tns:Networking.iSessionDatastor.get_disk_cache_sizeResponse"/>
|
158
|
+
</operation>
|
159
|
+
<operation name="set_pruning_high_water_mark">
|
160
|
+
<documentation>
|
161
|
+
Sets the percentage of full cache above which pruning starts for
|
162
|
+
the datastor. Valid values range from 60% to 100%.
|
163
|
+
|
164
|
+
</documentation>
|
165
|
+
<input message="tns:Networking.iSessionDatastor.set_pruning_high_water_markRequest"/>
|
166
|
+
<output message="tns:Networking.iSessionDatastor.set_pruning_high_water_markResponse"/>
|
167
|
+
</operation>
|
168
|
+
<operation name="get_pruning_high_water_mark">
|
169
|
+
<documentation>
|
170
|
+
Gets the percentage of full cache above which pruning starts for
|
171
|
+
the datastor.
|
172
|
+
|
173
|
+
</documentation>
|
174
|
+
<input message="tns:Networking.iSessionDatastor.get_pruning_high_water_markRequest"/>
|
175
|
+
<output message="tns:Networking.iSessionDatastor.get_pruning_high_water_markResponse"/>
|
176
|
+
</operation>
|
177
|
+
<operation name="set_pruning_low_water_mark">
|
178
|
+
<documentation>
|
179
|
+
Sets the percentage of full cache below which pruning stops for the
|
180
|
+
datastor. Valid values range from 10% to 90%.
|
181
|
+
|
182
|
+
</documentation>
|
183
|
+
<input message="tns:Networking.iSessionDatastor.set_pruning_low_water_markRequest"/>
|
184
|
+
<output message="tns:Networking.iSessionDatastor.set_pruning_low_water_markResponse"/>
|
185
|
+
</operation>
|
186
|
+
<operation name="get_pruning_low_water_mark">
|
187
|
+
<documentation>
|
188
|
+
Gets the percentage of full cache below which pruning stops for the
|
189
|
+
datastor. Valid values range from 10% to 90%.
|
190
|
+
|
191
|
+
</documentation>
|
192
|
+
<input message="tns:Networking.iSessionDatastor.get_pruning_low_water_markRequest"/>
|
193
|
+
<output message="tns:Networking.iSessionDatastor.get_pruning_low_water_markResponse"/>
|
194
|
+
</operation>
|
195
|
+
<operation name="get_memory_cache_size">
|
196
|
+
<documentation>
|
197
|
+
Gets the memory cache size for the datastor.
|
198
|
+
|
199
|
+
</documentation>
|
200
|
+
<input message="tns:Networking.iSessionDatastor.get_memory_cache_sizeRequest"/>
|
201
|
+
<output message="tns:Networking.iSessionDatastor.get_memory_cache_sizeResponse"/>
|
202
|
+
</operation>
|
203
|
+
<operation name="get_version">
|
204
|
+
<documentation>
|
205
|
+
Gets the version information for this interface.
|
206
|
+
|
207
|
+
</documentation>
|
208
|
+
<input message="tns:Networking.iSessionDatastor.get_versionRequest"/>
|
209
|
+
<output message="tns:Networking.iSessionDatastor.get_versionResponse"/>
|
210
|
+
</operation>
|
211
|
+
</portType>
|
212
|
+
|
213
|
+
<!-- binding -->
|
214
|
+
|
215
|
+
<binding name="Networking.iSessionDatastorBinding" type="tns:Networking.iSessionDatastorPortType">
|
216
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
217
|
+
<operation name="set_description">
|
218
|
+
<documentation>
|
219
|
+
Sets the description for the datastor. This is an arbitrary field
|
220
|
+
which can be used for any purpose.
|
221
|
+
|
222
|
+
</documentation>
|
223
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
224
|
+
<input>
|
225
|
+
<soap:body
|
226
|
+
use="encoded"
|
227
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
228
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
229
|
+
</input>
|
230
|
+
<output>
|
231
|
+
<soap:body
|
232
|
+
use="encoded"
|
233
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
234
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
235
|
+
</output>
|
236
|
+
</operation>
|
237
|
+
|
238
|
+
<operation name="get_description">
|
239
|
+
<documentation>
|
240
|
+
Gets the description for the datastor.
|
241
|
+
|
242
|
+
</documentation>
|
243
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
244
|
+
<input>
|
245
|
+
<soap:body
|
246
|
+
use="encoded"
|
247
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
248
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
249
|
+
</input>
|
250
|
+
<output>
|
251
|
+
<soap:body
|
252
|
+
use="encoded"
|
253
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
254
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
255
|
+
</output>
|
256
|
+
</operation>
|
257
|
+
|
258
|
+
<operation name="set_disk_state">
|
259
|
+
<documentation>
|
260
|
+
Sets the state to use disk space as part of the datastor. If set,
|
261
|
+
disk space (in addition to memory) is used for the datastor. If
|
262
|
+
not set, only memory is used. If you enable or disable data storage
|
263
|
+
on the disk, you must restart the datastor service.
|
264
|
+
|
265
|
+
</documentation>
|
266
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
267
|
+
<input>
|
268
|
+
<soap:body
|
269
|
+
use="encoded"
|
270
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
271
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
272
|
+
</input>
|
273
|
+
<output>
|
274
|
+
<soap:body
|
275
|
+
use="encoded"
|
276
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
277
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
278
|
+
</output>
|
279
|
+
</operation>
|
280
|
+
|
281
|
+
<operation name="get_disk_state">
|
282
|
+
<documentation>
|
283
|
+
Gets the state to use disk space as part of the datastor.
|
284
|
+
|
285
|
+
</documentation>
|
286
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
287
|
+
<input>
|
288
|
+
<soap:body
|
289
|
+
use="encoded"
|
290
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
291
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
292
|
+
</input>
|
293
|
+
<output>
|
294
|
+
<soap:body
|
295
|
+
use="encoded"
|
296
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
297
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
298
|
+
</output>
|
299
|
+
</operation>
|
300
|
+
|
301
|
+
<operation name="get_disk_cache_size">
|
302
|
+
<documentation>
|
303
|
+
Gets the disk cache space available for the datastor.
|
304
|
+
|
305
|
+
</documentation>
|
306
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
307
|
+
<input>
|
308
|
+
<soap:body
|
309
|
+
use="encoded"
|
310
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
311
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
312
|
+
</input>
|
313
|
+
<output>
|
314
|
+
<soap:body
|
315
|
+
use="encoded"
|
316
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
317
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
318
|
+
</output>
|
319
|
+
</operation>
|
320
|
+
|
321
|
+
<operation name="set_pruning_high_water_mark">
|
322
|
+
<documentation>
|
323
|
+
Sets the percentage of full cache above which pruning starts for
|
324
|
+
the datastor. Valid values range from 60% to 100%.
|
325
|
+
|
326
|
+
</documentation>
|
327
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
328
|
+
<input>
|
329
|
+
<soap:body
|
330
|
+
use="encoded"
|
331
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
332
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
333
|
+
</input>
|
334
|
+
<output>
|
335
|
+
<soap:body
|
336
|
+
use="encoded"
|
337
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
338
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
339
|
+
</output>
|
340
|
+
</operation>
|
341
|
+
|
342
|
+
<operation name="get_pruning_high_water_mark">
|
343
|
+
<documentation>
|
344
|
+
Gets the percentage of full cache above which pruning starts for
|
345
|
+
the datastor.
|
346
|
+
|
347
|
+
</documentation>
|
348
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
349
|
+
<input>
|
350
|
+
<soap:body
|
351
|
+
use="encoded"
|
352
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
353
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
354
|
+
</input>
|
355
|
+
<output>
|
356
|
+
<soap:body
|
357
|
+
use="encoded"
|
358
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
359
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
360
|
+
</output>
|
361
|
+
</operation>
|
362
|
+
|
363
|
+
<operation name="set_pruning_low_water_mark">
|
364
|
+
<documentation>
|
365
|
+
Sets the percentage of full cache below which pruning stops for the
|
366
|
+
datastor. Valid values range from 10% to 90%.
|
367
|
+
|
368
|
+
</documentation>
|
369
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
370
|
+
<input>
|
371
|
+
<soap:body
|
372
|
+
use="encoded"
|
373
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
374
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
375
|
+
</input>
|
376
|
+
<output>
|
377
|
+
<soap:body
|
378
|
+
use="encoded"
|
379
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
380
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
381
|
+
</output>
|
382
|
+
</operation>
|
383
|
+
|
384
|
+
<operation name="get_pruning_low_water_mark">
|
385
|
+
<documentation>
|
386
|
+
Gets the percentage of full cache below which pruning stops for the
|
387
|
+
datastor. Valid values range from 10% to 90%.
|
388
|
+
|
389
|
+
</documentation>
|
390
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
391
|
+
<input>
|
392
|
+
<soap:body
|
393
|
+
use="encoded"
|
394
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
395
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
396
|
+
</input>
|
397
|
+
<output>
|
398
|
+
<soap:body
|
399
|
+
use="encoded"
|
400
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
401
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
402
|
+
</output>
|
403
|
+
</operation>
|
404
|
+
|
405
|
+
<operation name="get_memory_cache_size">
|
406
|
+
<documentation>
|
407
|
+
Gets the memory cache size for the datastor.
|
408
|
+
|
409
|
+
</documentation>
|
410
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
411
|
+
<input>
|
412
|
+
<soap:body
|
413
|
+
use="encoded"
|
414
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
415
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
416
|
+
</input>
|
417
|
+
<output>
|
418
|
+
<soap:body
|
419
|
+
use="encoded"
|
420
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
421
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
422
|
+
</output>
|
423
|
+
</operation>
|
424
|
+
|
425
|
+
<operation name="get_version">
|
426
|
+
<documentation>
|
427
|
+
Gets the version information for this interface.
|
428
|
+
|
429
|
+
</documentation>
|
430
|
+
<soap:operation soapAction="urn:iControl:Networking/iSessionDatastor"/>
|
431
|
+
<input>
|
432
|
+
<soap:body
|
433
|
+
use="encoded"
|
434
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
435
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
436
|
+
</input>
|
437
|
+
<output>
|
438
|
+
<soap:body
|
439
|
+
use="encoded"
|
440
|
+
namespace="urn:iControl:Networking/iSessionDatastor"
|
441
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
442
|
+
</output>
|
443
|
+
</operation>
|
444
|
+
</binding>
|
445
|
+
|
446
|
+
<!-- service -->
|
447
|
+
|
448
|
+
<service name="Networking.iSessionDatastor">
|
449
|
+
<documentation>
|
450
|
+
This interface configures the storage used by symmetric data
|
451
|
+
deduplication and used by caching files sent in iSession traffic on the
|
452
|
+
WAN.
|
453
|
+
|
454
|
+
</documentation>
|
455
|
+
<port name="Networking.iSessionDatastorPort" binding="tns:Networking.iSessionDatastorBinding">
|
456
|
+
<soap:address location="https://url_to_service"/>
|
457
|
+
</port>
|
458
|
+
</service>
|
459
|
+
</definitions>
|