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,2740 @@
|
|
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="LocalLB.ProfilePersistence"
|
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="LocalLB.CookiePersistenceMethod">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="COOKIE_PERSISTENCE_METHOD_NONE">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>COOKIE_PERSISTENCE_METHOD_NONE</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="COOKIE_PERSISTENCE_METHOD_INSERT">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>COOKIE_PERSISTENCE_METHOD_INSERT</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
<xsd:enumeration value="COOKIE_PERSISTENCE_METHOD_REWRITE">
|
37
|
+
<xsd:annotation>
|
38
|
+
<xsd:documentation>COOKIE_PERSISTENCE_METHOD_REWRITE</xsd:documentation>
|
39
|
+
</xsd:annotation>
|
40
|
+
</xsd:enumeration>
|
41
|
+
<xsd:enumeration value="COOKIE_PERSISTENCE_METHOD_PASSIVE">
|
42
|
+
<xsd:annotation>
|
43
|
+
<xsd:documentation>COOKIE_PERSISTENCE_METHOD_PASSIVE</xsd:documentation>
|
44
|
+
</xsd:annotation>
|
45
|
+
</xsd:enumeration>
|
46
|
+
<xsd:enumeration value="COOKIE_PERSISTENCE_METHOD_HASH">
|
47
|
+
<xsd:annotation>
|
48
|
+
<xsd:documentation>COOKIE_PERSISTENCE_METHOD_HASH</xsd:documentation>
|
49
|
+
</xsd:annotation>
|
50
|
+
</xsd:enumeration>
|
51
|
+
</xsd:restriction>
|
52
|
+
</xsd:simpleType>
|
53
|
+
<xsd:complexType name="LocalLB.ProfileEnabledState">
|
54
|
+
<xsd:sequence>
|
55
|
+
<xsd:element name="value" type="tns:Common.EnabledState"/>
|
56
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
57
|
+
</xsd:sequence>
|
58
|
+
</xsd:complexType>
|
59
|
+
<xsd:complexType name="LocalLB.ProfileIPAddressSequence">
|
60
|
+
<xsd:complexContent>
|
61
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
62
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileIPAddress[]'/>
|
63
|
+
</xsd:restriction>
|
64
|
+
</xsd:complexContent>
|
65
|
+
</xsd:complexType>
|
66
|
+
<xsd:complexType name="LocalLB.ProfileStringSequence">
|
67
|
+
<xsd:complexContent>
|
68
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
69
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileString[]'/>
|
70
|
+
</xsd:restriction>
|
71
|
+
</xsd:complexContent>
|
72
|
+
</xsd:complexType>
|
73
|
+
<xsd:complexType name="LocalLB.ProfileIPAddress">
|
74
|
+
<xsd:sequence>
|
75
|
+
<xsd:element name="value" type="xsd:string"/>
|
76
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
77
|
+
</xsd:sequence>
|
78
|
+
</xsd:complexType>
|
79
|
+
<xsd:simpleType name="Common.EnabledState">
|
80
|
+
<xsd:restriction base="xsd:string">
|
81
|
+
<xsd:enumeration value="STATE_DISABLED">
|
82
|
+
<xsd:annotation>
|
83
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
84
|
+
</xsd:annotation>
|
85
|
+
</xsd:enumeration>
|
86
|
+
<xsd:enumeration value="STATE_ENABLED">
|
87
|
+
<xsd:annotation>
|
88
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
89
|
+
</xsd:annotation>
|
90
|
+
</xsd:enumeration>
|
91
|
+
</xsd:restriction>
|
92
|
+
</xsd:simpleType>
|
93
|
+
<xsd:complexType name="Common.StringSequence">
|
94
|
+
<xsd:complexContent>
|
95
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
96
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
97
|
+
</xsd:restriction>
|
98
|
+
</xsd:complexContent>
|
99
|
+
</xsd:complexType>
|
100
|
+
<xsd:complexType name="Common.BooleanSequence">
|
101
|
+
<xsd:complexContent>
|
102
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
103
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
104
|
+
</xsd:restriction>
|
105
|
+
</xsd:complexContent>
|
106
|
+
</xsd:complexType>
|
107
|
+
<xsd:simpleType name="LocalLB.PersistenceMode">
|
108
|
+
<xsd:restriction base="xsd:string">
|
109
|
+
<xsd:enumeration value="PERSISTENCE_MODE_NONE">
|
110
|
+
<xsd:annotation>
|
111
|
+
<xsd:documentation>PERSISTENCE_MODE_NONE</xsd:documentation>
|
112
|
+
</xsd:annotation>
|
113
|
+
</xsd:enumeration>
|
114
|
+
<xsd:enumeration value="PERSISTENCE_MODE_SOURCE_ADDRESS_AFFINITY">
|
115
|
+
<xsd:annotation>
|
116
|
+
<xsd:documentation>PERSISTENCE_MODE_SOURCE_ADDRESS_AFFINITY</xsd:documentation>
|
117
|
+
</xsd:annotation>
|
118
|
+
</xsd:enumeration>
|
119
|
+
<xsd:enumeration value="PERSISTENCE_MODE_DESTINATION_ADDRESS_AFFINITY">
|
120
|
+
<xsd:annotation>
|
121
|
+
<xsd:documentation>PERSISTENCE_MODE_DESTINATION_ADDRESS_AFFINITY</xsd:documentation>
|
122
|
+
</xsd:annotation>
|
123
|
+
</xsd:enumeration>
|
124
|
+
<xsd:enumeration value="PERSISTENCE_MODE_COOKIE">
|
125
|
+
<xsd:annotation>
|
126
|
+
<xsd:documentation>PERSISTENCE_MODE_COOKIE</xsd:documentation>
|
127
|
+
</xsd:annotation>
|
128
|
+
</xsd:enumeration>
|
129
|
+
<xsd:enumeration value="PERSISTENCE_MODE_MSRDP">
|
130
|
+
<xsd:annotation>
|
131
|
+
<xsd:documentation>PERSISTENCE_MODE_MSRDP</xsd:documentation>
|
132
|
+
</xsd:annotation>
|
133
|
+
</xsd:enumeration>
|
134
|
+
<xsd:enumeration value="PERSISTENCE_MODE_SSL_SID">
|
135
|
+
<xsd:annotation>
|
136
|
+
<xsd:documentation>PERSISTENCE_MODE_SSL_SID</xsd:documentation>
|
137
|
+
</xsd:annotation>
|
138
|
+
</xsd:enumeration>
|
139
|
+
<xsd:enumeration value="PERSISTENCE_MODE_SIP">
|
140
|
+
<xsd:annotation>
|
141
|
+
<xsd:documentation>PERSISTENCE_MODE_SIP</xsd:documentation>
|
142
|
+
</xsd:annotation>
|
143
|
+
</xsd:enumeration>
|
144
|
+
<xsd:enumeration value="PERSISTENCE_MODE_UIE">
|
145
|
+
<xsd:annotation>
|
146
|
+
<xsd:documentation>PERSISTENCE_MODE_UIE</xsd:documentation>
|
147
|
+
</xsd:annotation>
|
148
|
+
</xsd:enumeration>
|
149
|
+
<xsd:enumeration value="PERSISTENCE_MODE_HASH">
|
150
|
+
<xsd:annotation>
|
151
|
+
<xsd:documentation>PERSISTENCE_MODE_HASH</xsd:documentation>
|
152
|
+
</xsd:annotation>
|
153
|
+
</xsd:enumeration>
|
154
|
+
</xsd:restriction>
|
155
|
+
</xsd:simpleType>
|
156
|
+
<xsd:complexType name="LocalLB.ProfileCookiePersistenceMethod">
|
157
|
+
<xsd:sequence>
|
158
|
+
<xsd:element name="value" type="tns:LocalLB.CookiePersistenceMethod"/>
|
159
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
160
|
+
</xsd:sequence>
|
161
|
+
</xsd:complexType>
|
162
|
+
<xsd:complexType name="LocalLB.ProfileULong">
|
163
|
+
<xsd:sequence>
|
164
|
+
<xsd:element name="value" type="xsd:long"/>
|
165
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
166
|
+
</xsd:sequence>
|
167
|
+
</xsd:complexType>
|
168
|
+
<xsd:complexType name="LocalLB.ProfileULongSequence">
|
169
|
+
<xsd:complexContent>
|
170
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
171
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileULong[]'/>
|
172
|
+
</xsd:restriction>
|
173
|
+
</xsd:complexContent>
|
174
|
+
</xsd:complexType>
|
175
|
+
<xsd:simpleType name="LocalLB.ProfilePersistence.PersistenceHashMethod">
|
176
|
+
<xsd:restriction base="xsd:string">
|
177
|
+
<xsd:enumeration value="PERSISTENCE_HASH_NONE">
|
178
|
+
<xsd:annotation>
|
179
|
+
<xsd:documentation>PERSISTENCE_HASH_NONE</xsd:documentation>
|
180
|
+
</xsd:annotation>
|
181
|
+
</xsd:enumeration>
|
182
|
+
<xsd:enumeration value="PERSISTENCE_HASH_DEFAULT">
|
183
|
+
<xsd:annotation>
|
184
|
+
<xsd:documentation>PERSISTENCE_HASH_DEFAULT</xsd:documentation>
|
185
|
+
</xsd:annotation>
|
186
|
+
</xsd:enumeration>
|
187
|
+
<xsd:enumeration value="PERSISTENCE_HASH_CARP">
|
188
|
+
<xsd:annotation>
|
189
|
+
<xsd:documentation>PERSISTENCE_HASH_CARP</xsd:documentation>
|
190
|
+
</xsd:annotation>
|
191
|
+
</xsd:enumeration>
|
192
|
+
<xsd:enumeration value="PERSISTENCE_HASH_UNKNOWN">
|
193
|
+
<xsd:annotation>
|
194
|
+
<xsd:documentation>PERSISTENCE_HASH_UNKNOWN</xsd:documentation>
|
195
|
+
</xsd:annotation>
|
196
|
+
</xsd:enumeration>
|
197
|
+
</xsd:restriction>
|
198
|
+
</xsd:simpleType>
|
199
|
+
<xsd:complexType name="LocalLB.ProfilePersistence.ProfilePersistenceHashMethod">
|
200
|
+
<xsd:sequence>
|
201
|
+
<xsd:element name="value" type="tns:LocalLB.ProfilePersistence.PersistenceHashMethod"/>
|
202
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
203
|
+
</xsd:sequence>
|
204
|
+
</xsd:complexType>
|
205
|
+
<xsd:complexType name="LocalLB.ProfileString">
|
206
|
+
<xsd:sequence>
|
207
|
+
<xsd:element name="value" type="xsd:string"/>
|
208
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
209
|
+
</xsd:sequence>
|
210
|
+
</xsd:complexType>
|
211
|
+
<xsd:complexType name="LocalLB.PersistenceModeSequence">
|
212
|
+
<xsd:complexContent>
|
213
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
214
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.PersistenceMode[]'/>
|
215
|
+
</xsd:restriction>
|
216
|
+
</xsd:complexContent>
|
217
|
+
</xsd:complexType>
|
218
|
+
<xsd:complexType name="LocalLB.ProfileCookiePersistenceMethodSequence">
|
219
|
+
<xsd:complexContent>
|
220
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
221
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileCookiePersistenceMethod[]'/>
|
222
|
+
</xsd:restriction>
|
223
|
+
</xsd:complexContent>
|
224
|
+
</xsd:complexType>
|
225
|
+
<xsd:complexType name="LocalLB.ProfilePersistence.ProfilePersistenceHashMethodSequence">
|
226
|
+
<xsd:complexContent>
|
227
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
228
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfilePersistence.ProfilePersistenceHashMethod[]'/>
|
229
|
+
</xsd:restriction>
|
230
|
+
</xsd:complexContent>
|
231
|
+
</xsd:complexType>
|
232
|
+
<xsd:complexType name="LocalLB.ProfilePersistenceModeSequence">
|
233
|
+
<xsd:complexContent>
|
234
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
235
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfilePersistenceMode[]'/>
|
236
|
+
</xsd:restriction>
|
237
|
+
</xsd:complexContent>
|
238
|
+
</xsd:complexType>
|
239
|
+
<xsd:complexType name="LocalLB.ProfileEnabledStateSequence">
|
240
|
+
<xsd:complexContent>
|
241
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
242
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileEnabledState[]'/>
|
243
|
+
</xsd:restriction>
|
244
|
+
</xsd:complexContent>
|
245
|
+
</xsd:complexType>
|
246
|
+
<xsd:complexType name="LocalLB.ProfilePersistenceMode">
|
247
|
+
<xsd:sequence>
|
248
|
+
<xsd:element name="value" type="tns:LocalLB.PersistenceMode"/>
|
249
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
250
|
+
</xsd:sequence>
|
251
|
+
</xsd:complexType>
|
252
|
+
</xsd:schema>
|
253
|
+
</types>
|
254
|
+
|
255
|
+
<!-- message -->
|
256
|
+
|
257
|
+
<message name="LocalLB.ProfilePersistence.get_listRequest">
|
258
|
+
</message>
|
259
|
+
<message name="LocalLB.ProfilePersistence.get_listResponse">
|
260
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
261
|
+
</message>
|
262
|
+
|
263
|
+
<message name="LocalLB.ProfilePersistence.createRequest">
|
264
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
265
|
+
<part name="modes" type="tns:LocalLB.PersistenceModeSequence"/>
|
266
|
+
</message>
|
267
|
+
<message name="LocalLB.ProfilePersistence.createResponse">
|
268
|
+
</message>
|
269
|
+
|
270
|
+
<message name="LocalLB.ProfilePersistence.delete_profileRequest">
|
271
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
272
|
+
</message>
|
273
|
+
<message name="LocalLB.ProfilePersistence.delete_profileResponse">
|
274
|
+
</message>
|
275
|
+
|
276
|
+
<message name="LocalLB.ProfilePersistence.delete_all_profilesRequest">
|
277
|
+
</message>
|
278
|
+
<message name="LocalLB.ProfilePersistence.delete_all_profilesResponse">
|
279
|
+
</message>
|
280
|
+
|
281
|
+
<message name="LocalLB.ProfilePersistence.is_base_profileRequest">
|
282
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
283
|
+
</message>
|
284
|
+
<message name="LocalLB.ProfilePersistence.is_base_profileResponse">
|
285
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
286
|
+
</message>
|
287
|
+
|
288
|
+
<message name="LocalLB.ProfilePersistence.is_system_profileRequest">
|
289
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
290
|
+
</message>
|
291
|
+
<message name="LocalLB.ProfilePersistence.is_system_profileResponse">
|
292
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
293
|
+
</message>
|
294
|
+
|
295
|
+
<message name="LocalLB.ProfilePersistence.set_default_profileRequest">
|
296
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
297
|
+
<part name="defaults" type="tns:Common.StringSequence"/>
|
298
|
+
</message>
|
299
|
+
<message name="LocalLB.ProfilePersistence.set_default_profileResponse">
|
300
|
+
</message>
|
301
|
+
|
302
|
+
<message name="LocalLB.ProfilePersistence.get_default_profileRequest">
|
303
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
304
|
+
</message>
|
305
|
+
<message name="LocalLB.ProfilePersistence.get_default_profileResponse">
|
306
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
307
|
+
</message>
|
308
|
+
|
309
|
+
<message name="LocalLB.ProfilePersistence.set_persistence_modeRequest">
|
310
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
311
|
+
<part name="modes" type="tns:LocalLB.ProfilePersistenceModeSequence"/>
|
312
|
+
</message>
|
313
|
+
<message name="LocalLB.ProfilePersistence.set_persistence_modeResponse">
|
314
|
+
</message>
|
315
|
+
|
316
|
+
<message name="LocalLB.ProfilePersistence.get_persistence_modeRequest">
|
317
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
318
|
+
</message>
|
319
|
+
<message name="LocalLB.ProfilePersistence.get_persistence_modeResponse">
|
320
|
+
<part name="return" type="tns:LocalLB.ProfilePersistenceModeSequence"/>
|
321
|
+
</message>
|
322
|
+
|
323
|
+
<message name="LocalLB.ProfilePersistence.set_mirror_stateRequest">
|
324
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
325
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
326
|
+
</message>
|
327
|
+
<message name="LocalLB.ProfilePersistence.set_mirror_stateResponse">
|
328
|
+
</message>
|
329
|
+
|
330
|
+
<message name="LocalLB.ProfilePersistence.get_mirror_stateRequest">
|
331
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
332
|
+
</message>
|
333
|
+
<message name="LocalLB.ProfilePersistence.get_mirror_stateResponse">
|
334
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
335
|
+
</message>
|
336
|
+
|
337
|
+
<message name="LocalLB.ProfilePersistence.set_timeoutRequest">
|
338
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
339
|
+
<part name="timeouts" type="tns:LocalLB.ProfileULongSequence"/>
|
340
|
+
</message>
|
341
|
+
<message name="LocalLB.ProfilePersistence.set_timeoutResponse">
|
342
|
+
</message>
|
343
|
+
|
344
|
+
<message name="LocalLB.ProfilePersistence.get_timeoutRequest">
|
345
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
346
|
+
</message>
|
347
|
+
<message name="LocalLB.ProfilePersistence.get_timeoutResponse">
|
348
|
+
<part name="return" type="tns:LocalLB.ProfileULongSequence"/>
|
349
|
+
</message>
|
350
|
+
|
351
|
+
<message name="LocalLB.ProfilePersistence.set_maskRequest">
|
352
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
353
|
+
<part name="masks" type="tns:LocalLB.ProfileIPAddressSequence"/>
|
354
|
+
</message>
|
355
|
+
<message name="LocalLB.ProfilePersistence.set_maskResponse">
|
356
|
+
</message>
|
357
|
+
|
358
|
+
<message name="LocalLB.ProfilePersistence.get_maskRequest">
|
359
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
360
|
+
</message>
|
361
|
+
<message name="LocalLB.ProfilePersistence.get_maskResponse">
|
362
|
+
<part name="return" type="tns:LocalLB.ProfileIPAddressSequence"/>
|
363
|
+
</message>
|
364
|
+
|
365
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_persistence_methodRequest">
|
366
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
367
|
+
<part name="methods" type="tns:LocalLB.ProfileCookiePersistenceMethodSequence"/>
|
368
|
+
</message>
|
369
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_persistence_methodResponse">
|
370
|
+
</message>
|
371
|
+
|
372
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_persistence_methodRequest">
|
373
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
374
|
+
</message>
|
375
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_persistence_methodResponse">
|
376
|
+
<part name="return" type="tns:LocalLB.ProfileCookiePersistenceMethodSequence"/>
|
377
|
+
</message>
|
378
|
+
|
379
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_nameRequest">
|
380
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
381
|
+
<part name="cookie_names" type="tns:LocalLB.ProfileStringSequence"/>
|
382
|
+
</message>
|
383
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_nameResponse">
|
384
|
+
</message>
|
385
|
+
|
386
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_nameRequest">
|
387
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
388
|
+
</message>
|
389
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_nameResponse">
|
390
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
391
|
+
</message>
|
392
|
+
|
393
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_expirationRequest">
|
394
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
395
|
+
<part name="expirations" type="tns:LocalLB.ProfileULongSequence"/>
|
396
|
+
</message>
|
397
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_expirationResponse">
|
398
|
+
</message>
|
399
|
+
|
400
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_expirationRequest">
|
401
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
402
|
+
</message>
|
403
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_expirationResponse">
|
404
|
+
<part name="return" type="tns:LocalLB.ProfileULongSequence"/>
|
405
|
+
</message>
|
406
|
+
|
407
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_hash_offsetRequest">
|
408
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
409
|
+
<part name="offsets" type="tns:LocalLB.ProfileULongSequence"/>
|
410
|
+
</message>
|
411
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_hash_offsetResponse">
|
412
|
+
</message>
|
413
|
+
|
414
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_hash_offsetRequest">
|
415
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
416
|
+
</message>
|
417
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_hash_offsetResponse">
|
418
|
+
<part name="return" type="tns:LocalLB.ProfileULongSequence"/>
|
419
|
+
</message>
|
420
|
+
|
421
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_hash_lengthRequest">
|
422
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
423
|
+
<part name="lengths" type="tns:LocalLB.ProfileULongSequence"/>
|
424
|
+
</message>
|
425
|
+
<message name="LocalLB.ProfilePersistence.set_cookie_hash_lengthResponse">
|
426
|
+
</message>
|
427
|
+
|
428
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_hash_lengthRequest">
|
429
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
430
|
+
</message>
|
431
|
+
<message name="LocalLB.ProfilePersistence.get_cookie_hash_lengthResponse">
|
432
|
+
<part name="return" type="tns:LocalLB.ProfileULongSequence"/>
|
433
|
+
</message>
|
434
|
+
|
435
|
+
<message name="LocalLB.ProfilePersistence.set_msrdp_without_session_directory_stateRequest">
|
436
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
437
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
438
|
+
</message>
|
439
|
+
<message name="LocalLB.ProfilePersistence.set_msrdp_without_session_directory_stateResponse">
|
440
|
+
</message>
|
441
|
+
|
442
|
+
<message name="LocalLB.ProfilePersistence.get_msrdp_without_session_directory_stateRequest">
|
443
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
444
|
+
</message>
|
445
|
+
<message name="LocalLB.ProfilePersistence.get_msrdp_without_session_directory_stateResponse">
|
446
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
447
|
+
</message>
|
448
|
+
|
449
|
+
<message name="LocalLB.ProfilePersistence.set_map_proxy_stateRequest">
|
450
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
451
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
452
|
+
</message>
|
453
|
+
<message name="LocalLB.ProfilePersistence.set_map_proxy_stateResponse">
|
454
|
+
</message>
|
455
|
+
|
456
|
+
<message name="LocalLB.ProfilePersistence.get_map_proxy_stateRequest">
|
457
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
458
|
+
</message>
|
459
|
+
<message name="LocalLB.ProfilePersistence.get_map_proxy_stateResponse">
|
460
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
461
|
+
</message>
|
462
|
+
|
463
|
+
<message name="LocalLB.ProfilePersistence.set_map_proxy_addressRequest">
|
464
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
465
|
+
<part name="addresses" type="tns:LocalLB.ProfileIPAddressSequence"/>
|
466
|
+
</message>
|
467
|
+
<message name="LocalLB.ProfilePersistence.set_map_proxy_addressResponse">
|
468
|
+
</message>
|
469
|
+
|
470
|
+
<message name="LocalLB.ProfilePersistence.get_map_proxy_addressRequest">
|
471
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
472
|
+
</message>
|
473
|
+
<message name="LocalLB.ProfilePersistence.get_map_proxy_addressResponse">
|
474
|
+
<part name="return" type="tns:LocalLB.ProfileIPAddressSequence"/>
|
475
|
+
</message>
|
476
|
+
|
477
|
+
<message name="LocalLB.ProfilePersistence.set_map_proxy_classRequest">
|
478
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
479
|
+
<part name="classes" type="tns:LocalLB.ProfileStringSequence"/>
|
480
|
+
</message>
|
481
|
+
<message name="LocalLB.ProfilePersistence.set_map_proxy_classResponse">
|
482
|
+
</message>
|
483
|
+
|
484
|
+
<message name="LocalLB.ProfilePersistence.get_map_proxy_classRequest">
|
485
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
486
|
+
</message>
|
487
|
+
<message name="LocalLB.ProfilePersistence.get_map_proxy_classResponse">
|
488
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
489
|
+
</message>
|
490
|
+
|
491
|
+
<message name="LocalLB.ProfilePersistence.set_sip_infoRequest">
|
492
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
493
|
+
<part name="sip_info_headers" type="tns:LocalLB.ProfileStringSequence"/>
|
494
|
+
</message>
|
495
|
+
<message name="LocalLB.ProfilePersistence.set_sip_infoResponse">
|
496
|
+
</message>
|
497
|
+
|
498
|
+
<message name="LocalLB.ProfilePersistence.get_sip_infoRequest">
|
499
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
500
|
+
</message>
|
501
|
+
<message name="LocalLB.ProfilePersistence.get_sip_infoResponse">
|
502
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
503
|
+
</message>
|
504
|
+
|
505
|
+
<message name="LocalLB.ProfilePersistence.set_across_service_stateRequest">
|
506
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
507
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
508
|
+
</message>
|
509
|
+
<message name="LocalLB.ProfilePersistence.set_across_service_stateResponse">
|
510
|
+
</message>
|
511
|
+
|
512
|
+
<message name="LocalLB.ProfilePersistence.get_across_service_stateRequest">
|
513
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
514
|
+
</message>
|
515
|
+
<message name="LocalLB.ProfilePersistence.get_across_service_stateResponse">
|
516
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
517
|
+
</message>
|
518
|
+
|
519
|
+
<message name="LocalLB.ProfilePersistence.set_across_virtual_stateRequest">
|
520
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
521
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
522
|
+
</message>
|
523
|
+
<message name="LocalLB.ProfilePersistence.set_across_virtual_stateResponse">
|
524
|
+
</message>
|
525
|
+
|
526
|
+
<message name="LocalLB.ProfilePersistence.get_across_virtual_stateRequest">
|
527
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
528
|
+
</message>
|
529
|
+
<message name="LocalLB.ProfilePersistence.get_across_virtual_stateResponse">
|
530
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
531
|
+
</message>
|
532
|
+
|
533
|
+
<message name="LocalLB.ProfilePersistence.set_across_pool_stateRequest">
|
534
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
535
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
536
|
+
</message>
|
537
|
+
<message name="LocalLB.ProfilePersistence.set_across_pool_stateResponse">
|
538
|
+
</message>
|
539
|
+
|
540
|
+
<message name="LocalLB.ProfilePersistence.get_across_pool_stateRequest">
|
541
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
542
|
+
</message>
|
543
|
+
<message name="LocalLB.ProfilePersistence.get_across_pool_stateResponse">
|
544
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
545
|
+
</message>
|
546
|
+
|
547
|
+
<message name="LocalLB.ProfilePersistence.set_ruleRequest">
|
548
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
549
|
+
<part name="rules" type="tns:LocalLB.ProfileStringSequence"/>
|
550
|
+
</message>
|
551
|
+
<message name="LocalLB.ProfilePersistence.set_ruleResponse">
|
552
|
+
</message>
|
553
|
+
|
554
|
+
<message name="LocalLB.ProfilePersistence.get_ruleRequest">
|
555
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
556
|
+
</message>
|
557
|
+
<message name="LocalLB.ProfilePersistence.get_ruleResponse">
|
558
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
559
|
+
</message>
|
560
|
+
|
561
|
+
<message name="LocalLB.ProfilePersistence.set_hash_methodRequest">
|
562
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
563
|
+
<part name="methods" type="tns:LocalLB.ProfilePersistence.ProfilePersistenceHashMethodSequence"/>
|
564
|
+
</message>
|
565
|
+
<message name="LocalLB.ProfilePersistence.set_hash_methodResponse">
|
566
|
+
</message>
|
567
|
+
|
568
|
+
<message name="LocalLB.ProfilePersistence.get_hash_methodRequest">
|
569
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
570
|
+
</message>
|
571
|
+
<message name="LocalLB.ProfilePersistence.get_hash_methodResponse">
|
572
|
+
<part name="return" type="tns:LocalLB.ProfilePersistence.ProfilePersistenceHashMethodSequence"/>
|
573
|
+
</message>
|
574
|
+
|
575
|
+
<message name="LocalLB.ProfilePersistence.set_hash_offsetRequest">
|
576
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
577
|
+
<part name="offsets" type="tns:LocalLB.ProfileULongSequence"/>
|
578
|
+
</message>
|
579
|
+
<message name="LocalLB.ProfilePersistence.set_hash_offsetResponse">
|
580
|
+
</message>
|
581
|
+
|
582
|
+
<message name="LocalLB.ProfilePersistence.get_hash_offsetRequest">
|
583
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
584
|
+
</message>
|
585
|
+
<message name="LocalLB.ProfilePersistence.get_hash_offsetResponse">
|
586
|
+
<part name="return" type="tns:LocalLB.ProfileULongSequence"/>
|
587
|
+
</message>
|
588
|
+
|
589
|
+
<message name="LocalLB.ProfilePersistence.set_hash_lengthRequest">
|
590
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
591
|
+
<part name="lengths" type="tns:LocalLB.ProfileULongSequence"/>
|
592
|
+
</message>
|
593
|
+
<message name="LocalLB.ProfilePersistence.set_hash_lengthResponse">
|
594
|
+
</message>
|
595
|
+
|
596
|
+
<message name="LocalLB.ProfilePersistence.get_hash_lengthRequest">
|
597
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
598
|
+
</message>
|
599
|
+
<message name="LocalLB.ProfilePersistence.get_hash_lengthResponse">
|
600
|
+
<part name="return" type="tns:LocalLB.ProfileULongSequence"/>
|
601
|
+
</message>
|
602
|
+
|
603
|
+
<message name="LocalLB.ProfilePersistence.set_starting_hash_patternRequest">
|
604
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
605
|
+
<part name="patterns" type="tns:LocalLB.ProfileStringSequence"/>
|
606
|
+
</message>
|
607
|
+
<message name="LocalLB.ProfilePersistence.set_starting_hash_patternResponse">
|
608
|
+
</message>
|
609
|
+
|
610
|
+
<message name="LocalLB.ProfilePersistence.get_starting_hash_patternRequest">
|
611
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
612
|
+
</message>
|
613
|
+
<message name="LocalLB.ProfilePersistence.get_starting_hash_patternResponse">
|
614
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
615
|
+
</message>
|
616
|
+
|
617
|
+
<message name="LocalLB.ProfilePersistence.set_ending_hash_patternRequest">
|
618
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
619
|
+
<part name="patterns" type="tns:LocalLB.ProfileStringSequence"/>
|
620
|
+
</message>
|
621
|
+
<message name="LocalLB.ProfilePersistence.set_ending_hash_patternResponse">
|
622
|
+
</message>
|
623
|
+
|
624
|
+
<message name="LocalLB.ProfilePersistence.get_ending_hash_patternRequest">
|
625
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
626
|
+
</message>
|
627
|
+
<message name="LocalLB.ProfilePersistence.get_ending_hash_patternResponse">
|
628
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
629
|
+
</message>
|
630
|
+
|
631
|
+
<message name="LocalLB.ProfilePersistence.set_maximum_hash_buffer_sizeRequest">
|
632
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
633
|
+
<part name="sizes" type="tns:LocalLB.ProfileULongSequence"/>
|
634
|
+
</message>
|
635
|
+
<message name="LocalLB.ProfilePersistence.set_maximum_hash_buffer_sizeResponse">
|
636
|
+
</message>
|
637
|
+
|
638
|
+
<message name="LocalLB.ProfilePersistence.get_maximum_hash_buffer_sizeRequest">
|
639
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
640
|
+
</message>
|
641
|
+
<message name="LocalLB.ProfilePersistence.get_maximum_hash_buffer_sizeResponse">
|
642
|
+
<part name="return" type="tns:LocalLB.ProfileULongSequence"/>
|
643
|
+
</message>
|
644
|
+
|
645
|
+
<message name="LocalLB.ProfilePersistence.set_hash_more_data_stateRequest">
|
646
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
647
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
648
|
+
</message>
|
649
|
+
<message name="LocalLB.ProfilePersistence.set_hash_more_data_stateResponse">
|
650
|
+
</message>
|
651
|
+
|
652
|
+
<message name="LocalLB.ProfilePersistence.get_hash_more_data_stateRequest">
|
653
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
654
|
+
</message>
|
655
|
+
<message name="LocalLB.ProfilePersistence.get_hash_more_data_stateResponse">
|
656
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
657
|
+
</message>
|
658
|
+
|
659
|
+
<message name="LocalLB.ProfilePersistence.set_override_connection_limit_stateRequest">
|
660
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
661
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
662
|
+
</message>
|
663
|
+
<message name="LocalLB.ProfilePersistence.set_override_connection_limit_stateResponse">
|
664
|
+
</message>
|
665
|
+
|
666
|
+
<message name="LocalLB.ProfilePersistence.get_override_connection_limit_stateRequest">
|
667
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
668
|
+
</message>
|
669
|
+
<message name="LocalLB.ProfilePersistence.get_override_connection_limit_stateResponse">
|
670
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
671
|
+
</message>
|
672
|
+
|
673
|
+
<message name="LocalLB.ProfilePersistence.set_descriptionRequest">
|
674
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
675
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
676
|
+
</message>
|
677
|
+
<message name="LocalLB.ProfilePersistence.set_descriptionResponse">
|
678
|
+
</message>
|
679
|
+
|
680
|
+
<message name="LocalLB.ProfilePersistence.get_descriptionRequest">
|
681
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
682
|
+
</message>
|
683
|
+
<message name="LocalLB.ProfilePersistence.get_descriptionResponse">
|
684
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
685
|
+
</message>
|
686
|
+
|
687
|
+
<message name="LocalLB.ProfilePersistence.get_versionRequest">
|
688
|
+
</message>
|
689
|
+
<message name="LocalLB.ProfilePersistence.get_versionResponse">
|
690
|
+
<part name="return" type="xsd:string"/>
|
691
|
+
</message>
|
692
|
+
|
693
|
+
<!-- portType -->
|
694
|
+
|
695
|
+
<portType name="LocalLB.ProfilePersistencePortType">
|
696
|
+
<operation name="get_list">
|
697
|
+
<documentation>
|
698
|
+
Gets a list of all Persistence profiles.
|
699
|
+
|
700
|
+
</documentation>
|
701
|
+
<input message="tns:LocalLB.ProfilePersistence.get_listRequest"/>
|
702
|
+
<output message="tns:LocalLB.ProfilePersistence.get_listResponse"/>
|
703
|
+
</operation>
|
704
|
+
<operation name="create">
|
705
|
+
<documentation>
|
706
|
+
Creates the specified Persistence profiles.
|
707
|
+
|
708
|
+
</documentation>
|
709
|
+
<input message="tns:LocalLB.ProfilePersistence.createRequest"/>
|
710
|
+
<output message="tns:LocalLB.ProfilePersistence.createResponse"/>
|
711
|
+
</operation>
|
712
|
+
<operation name="delete_profile">
|
713
|
+
<documentation>
|
714
|
+
Deletes the specified Persistence profiles.
|
715
|
+
|
716
|
+
</documentation>
|
717
|
+
<input message="tns:LocalLB.ProfilePersistence.delete_profileRequest"/>
|
718
|
+
<output message="tns:LocalLB.ProfilePersistence.delete_profileResponse"/>
|
719
|
+
</operation>
|
720
|
+
<operation name="delete_all_profiles">
|
721
|
+
<documentation>
|
722
|
+
Deletes all Persistence profiles.
|
723
|
+
|
724
|
+
</documentation>
|
725
|
+
<input message="tns:LocalLB.ProfilePersistence.delete_all_profilesRequest"/>
|
726
|
+
<output message="tns:LocalLB.ProfilePersistence.delete_all_profilesResponse"/>
|
727
|
+
</operation>
|
728
|
+
<operation name="is_base_profile">
|
729
|
+
<documentation>
|
730
|
+
Determines whether the specified persistence profiles are base
|
731
|
+
profiles. A base profile sits at the base of the profile's
|
732
|
+
inheritance tree, supplying the defaults for every profile derived
|
733
|
+
from it. (See also is_system_profile).
|
734
|
+
|
735
|
+
</documentation>
|
736
|
+
<input message="tns:LocalLB.ProfilePersistence.is_base_profileRequest"/>
|
737
|
+
<output message="tns:LocalLB.ProfilePersistence.is_base_profileResponse"/>
|
738
|
+
</operation>
|
739
|
+
<operation name="is_system_profile">
|
740
|
+
<documentation>
|
741
|
+
Determines whether the specified persistence profiles are system
|
742
|
+
profiles. A system profile is a profile pre-configured on the
|
743
|
+
system, ready for use. Non-system profiles are profiles created or
|
744
|
+
modified by a user. Note that if a system profile is modified, it
|
745
|
+
is no longer considered a system profile. (See also
|
746
|
+
is_base_profile).
|
747
|
+
|
748
|
+
</documentation>
|
749
|
+
<input message="tns:LocalLB.ProfilePersistence.is_system_profileRequest"/>
|
750
|
+
<output message="tns:LocalLB.ProfilePersistence.is_system_profileResponse"/>
|
751
|
+
</operation>
|
752
|
+
<operation name="set_default_profile">
|
753
|
+
<documentation>
|
754
|
+
Sets the names of the default profiles from which the specified profiles will derive
|
755
|
+
default values for its attributes.
|
756
|
+
|
757
|
+
</documentation>
|
758
|
+
<input message="tns:LocalLB.ProfilePersistence.set_default_profileRequest"/>
|
759
|
+
<output message="tns:LocalLB.ProfilePersistence.set_default_profileResponse"/>
|
760
|
+
</operation>
|
761
|
+
<operation name="get_default_profile">
|
762
|
+
<documentation>
|
763
|
+
Gets the names of the default profiles from which the specified profiles will derive
|
764
|
+
default values for its attributes.
|
765
|
+
|
766
|
+
</documentation>
|
767
|
+
<input message="tns:LocalLB.ProfilePersistence.get_default_profileRequest"/>
|
768
|
+
<output message="tns:LocalLB.ProfilePersistence.get_default_profileResponse"/>
|
769
|
+
</operation>
|
770
|
+
<operation name="set_persistence_mode">
|
771
|
+
<documentation>
|
772
|
+
Sets the persistence modes for the specified Persistence profiles.
|
773
|
+
|
774
|
+
</documentation>
|
775
|
+
<input message="tns:LocalLB.ProfilePersistence.set_persistence_modeRequest"/>
|
776
|
+
<output message="tns:LocalLB.ProfilePersistence.set_persistence_modeResponse"/>
|
777
|
+
</operation>
|
778
|
+
<operation name="get_persistence_mode">
|
779
|
+
<documentation>
|
780
|
+
Gets the persistence modes for the specified Persistence profiles.
|
781
|
+
|
782
|
+
</documentation>
|
783
|
+
<input message="tns:LocalLB.ProfilePersistence.get_persistence_modeRequest"/>
|
784
|
+
<output message="tns:LocalLB.ProfilePersistence.get_persistence_modeResponse"/>
|
785
|
+
</operation>
|
786
|
+
<operation name="set_mirror_state">
|
787
|
+
<documentation>
|
788
|
+
Sets the mirror states for the specified Persistence profiles.
|
789
|
+
|
790
|
+
</documentation>
|
791
|
+
<input message="tns:LocalLB.ProfilePersistence.set_mirror_stateRequest"/>
|
792
|
+
<output message="tns:LocalLB.ProfilePersistence.set_mirror_stateResponse"/>
|
793
|
+
</operation>
|
794
|
+
<operation name="get_mirror_state">
|
795
|
+
<documentation>
|
796
|
+
Gets the mirror states for the specified Persistence profiles.
|
797
|
+
|
798
|
+
</documentation>
|
799
|
+
<input message="tns:LocalLB.ProfilePersistence.get_mirror_stateRequest"/>
|
800
|
+
<output message="tns:LocalLB.ProfilePersistence.get_mirror_stateResponse"/>
|
801
|
+
</operation>
|
802
|
+
<operation name="set_timeout">
|
803
|
+
<documentation>
|
804
|
+
Sets the timeout for the specified Persistence profiles.
|
805
|
+
The number of seconds to timeout a persistence entry.
|
806
|
+
|
807
|
+
</documentation>
|
808
|
+
<input message="tns:LocalLB.ProfilePersistence.set_timeoutRequest"/>
|
809
|
+
<output message="tns:LocalLB.ProfilePersistence.set_timeoutResponse"/>
|
810
|
+
</operation>
|
811
|
+
<operation name="get_timeout">
|
812
|
+
<documentation>
|
813
|
+
Gets the timeout for the specified Persistence profiles.
|
814
|
+
The number of seconds to timeout a persistence entry.
|
815
|
+
|
816
|
+
</documentation>
|
817
|
+
<input message="tns:LocalLB.ProfilePersistence.get_timeoutRequest"/>
|
818
|
+
<output message="tns:LocalLB.ProfilePersistence.get_timeoutResponse"/>
|
819
|
+
</operation>
|
820
|
+
<operation name="set_mask">
|
821
|
+
<documentation>
|
822
|
+
Sets the masks used in either simple or sticky persistence mode.
|
823
|
+
|
824
|
+
</documentation>
|
825
|
+
<input message="tns:LocalLB.ProfilePersistence.set_maskRequest"/>
|
826
|
+
<output message="tns:LocalLB.ProfilePersistence.set_maskResponse"/>
|
827
|
+
</operation>
|
828
|
+
<operation name="get_mask">
|
829
|
+
<documentation>
|
830
|
+
Gets the masks used in either simple or sticky persistence mode.
|
831
|
+
|
832
|
+
</documentation>
|
833
|
+
<input message="tns:LocalLB.ProfilePersistence.get_maskRequest"/>
|
834
|
+
<output message="tns:LocalLB.ProfilePersistence.get_maskResponse"/>
|
835
|
+
</operation>
|
836
|
+
<operation name="set_cookie_persistence_method">
|
837
|
+
<documentation>
|
838
|
+
Sets the cookie persistence methods to be used when in cookie persistence mode.
|
839
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
840
|
+
|
841
|
+
</documentation>
|
842
|
+
<input message="tns:LocalLB.ProfilePersistence.set_cookie_persistence_methodRequest"/>
|
843
|
+
<output message="tns:LocalLB.ProfilePersistence.set_cookie_persistence_methodResponse"/>
|
844
|
+
</operation>
|
845
|
+
<operation name="get_cookie_persistence_method">
|
846
|
+
<documentation>
|
847
|
+
Gets the cookie persistence methods to be used when in cookie persistence mode.
|
848
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
849
|
+
|
850
|
+
</documentation>
|
851
|
+
<input message="tns:LocalLB.ProfilePersistence.get_cookie_persistence_methodRequest"/>
|
852
|
+
<output message="tns:LocalLB.ProfilePersistence.get_cookie_persistence_methodResponse"/>
|
853
|
+
</operation>
|
854
|
+
<operation name="set_cookie_name">
|
855
|
+
<documentation>
|
856
|
+
Sets the cookie names for the specified Persistence profiles.
|
857
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
858
|
+
|
859
|
+
</documentation>
|
860
|
+
<input message="tns:LocalLB.ProfilePersistence.set_cookie_nameRequest"/>
|
861
|
+
<output message="tns:LocalLB.ProfilePersistence.set_cookie_nameResponse"/>
|
862
|
+
</operation>
|
863
|
+
<operation name="get_cookie_name">
|
864
|
+
<documentation>
|
865
|
+
Gets the cookie names for the specified Persistence profiles.
|
866
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
867
|
+
|
868
|
+
</documentation>
|
869
|
+
<input message="tns:LocalLB.ProfilePersistence.get_cookie_nameRequest"/>
|
870
|
+
<output message="tns:LocalLB.ProfilePersistence.get_cookie_nameResponse"/>
|
871
|
+
</operation>
|
872
|
+
<operation name="set_cookie_expiration">
|
873
|
+
<documentation>
|
874
|
+
Sets the cookie expiration in seconds for the specified Persistence profiles.
|
875
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
876
|
+
|
877
|
+
</documentation>
|
878
|
+
<input message="tns:LocalLB.ProfilePersistence.set_cookie_expirationRequest"/>
|
879
|
+
<output message="tns:LocalLB.ProfilePersistence.set_cookie_expirationResponse"/>
|
880
|
+
</operation>
|
881
|
+
<operation name="get_cookie_expiration">
|
882
|
+
<documentation>
|
883
|
+
Gets the cookie expiration in seconds for the specified Persistence profiles.
|
884
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
885
|
+
|
886
|
+
</documentation>
|
887
|
+
<input message="tns:LocalLB.ProfilePersistence.get_cookie_expirationRequest"/>
|
888
|
+
<output message="tns:LocalLB.ProfilePersistence.get_cookie_expirationResponse"/>
|
889
|
+
</operation>
|
890
|
+
<operation name="set_cookie_hash_offset">
|
891
|
+
<documentation>
|
892
|
+
Sets the cookie hash offsets for the specified profiles.
|
893
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE, and
|
894
|
+
cookie persistence method is COOKIE_PERSISTENCE_METHOD_HASH.
|
895
|
+
|
896
|
+
</documentation>
|
897
|
+
<input message="tns:LocalLB.ProfilePersistence.set_cookie_hash_offsetRequest"/>
|
898
|
+
<output message="tns:LocalLB.ProfilePersistence.set_cookie_hash_offsetResponse"/>
|
899
|
+
</operation>
|
900
|
+
<operation name="get_cookie_hash_offset">
|
901
|
+
<documentation>
|
902
|
+
Gets the cookie hash offsets for the specified profiles.
|
903
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE, and
|
904
|
+
cookie persistence method is COOKIE_PERSISTENCE_METHOD_HASH.
|
905
|
+
|
906
|
+
</documentation>
|
907
|
+
<input message="tns:LocalLB.ProfilePersistence.get_cookie_hash_offsetRequest"/>
|
908
|
+
<output message="tns:LocalLB.ProfilePersistence.get_cookie_hash_offsetResponse"/>
|
909
|
+
</operation>
|
910
|
+
<operation name="set_cookie_hash_length">
|
911
|
+
<documentation>
|
912
|
+
Sets the cookie hash lengths for the specified profiles.
|
913
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE, and
|
914
|
+
cookie persistence method is COOKIE_PERSISTENCE_METHOD_HASH.
|
915
|
+
|
916
|
+
</documentation>
|
917
|
+
<input message="tns:LocalLB.ProfilePersistence.set_cookie_hash_lengthRequest"/>
|
918
|
+
<output message="tns:LocalLB.ProfilePersistence.set_cookie_hash_lengthResponse"/>
|
919
|
+
</operation>
|
920
|
+
<operation name="get_cookie_hash_length">
|
921
|
+
<documentation>
|
922
|
+
Gets the cookie hash lengths for the specified profiles.
|
923
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE, and
|
924
|
+
cookie persistence method is COOKIE_PERSISTENCE_METHOD_HASH.
|
925
|
+
|
926
|
+
</documentation>
|
927
|
+
<input message="tns:LocalLB.ProfilePersistence.get_cookie_hash_lengthRequest"/>
|
928
|
+
<output message="tns:LocalLB.ProfilePersistence.get_cookie_hash_lengthResponse"/>
|
929
|
+
</operation>
|
930
|
+
<operation name="set_msrdp_without_session_directory_state">
|
931
|
+
<documentation>
|
932
|
+
Sets the states to indicate whether MS terminal services have been configured without
|
933
|
+
a session directory for the specified Persistence profiles.
|
934
|
+
|
935
|
+
</documentation>
|
936
|
+
<input message="tns:LocalLB.ProfilePersistence.set_msrdp_without_session_directory_stateRequest"/>
|
937
|
+
<output message="tns:LocalLB.ProfilePersistence.set_msrdp_without_session_directory_stateResponse"/>
|
938
|
+
</operation>
|
939
|
+
<operation name="get_msrdp_without_session_directory_state">
|
940
|
+
<documentation>
|
941
|
+
Gets the states to indicate whether MS terminal services have been configured without
|
942
|
+
a session directory for the specified Persistence profiles.
|
943
|
+
|
944
|
+
</documentation>
|
945
|
+
<input message="tns:LocalLB.ProfilePersistence.get_msrdp_without_session_directory_stateRequest"/>
|
946
|
+
<output message="tns:LocalLB.ProfilePersistence.get_msrdp_without_session_directory_stateResponse"/>
|
947
|
+
</operation>
|
948
|
+
<operation name="set_map_proxy_state">
|
949
|
+
<documentation>
|
950
|
+
Sets the states to indicate whether to map known proxies when the persistence mode
|
951
|
+
is source address affinity.
|
952
|
+
|
953
|
+
</documentation>
|
954
|
+
<input message="tns:LocalLB.ProfilePersistence.set_map_proxy_stateRequest"/>
|
955
|
+
<output message="tns:LocalLB.ProfilePersistence.set_map_proxy_stateResponse"/>
|
956
|
+
</operation>
|
957
|
+
<operation name="get_map_proxy_state">
|
958
|
+
<documentation>
|
959
|
+
Gets the states to indicate whether to map known proxies when the persistence mode
|
960
|
+
is source address affinity.
|
961
|
+
|
962
|
+
</documentation>
|
963
|
+
<input message="tns:LocalLB.ProfilePersistence.get_map_proxy_stateRequest"/>
|
964
|
+
<output message="tns:LocalLB.ProfilePersistence.get_map_proxy_stateResponse"/>
|
965
|
+
</operation>
|
966
|
+
<operation name="set_map_proxy_address">
|
967
|
+
<documentation>
|
968
|
+
Sets the mapped address that is used when the map proxies state is enabled
|
969
|
+
and the source address matches the map proxy class. When this is not set, an
|
970
|
+
address from the data-group/class is used.
|
971
|
+
|
972
|
+
</documentation>
|
973
|
+
<input message="tns:LocalLB.ProfilePersistence.set_map_proxy_addressRequest"/>
|
974
|
+
<output message="tns:LocalLB.ProfilePersistence.set_map_proxy_addressResponse"/>
|
975
|
+
</operation>
|
976
|
+
<operation name="get_map_proxy_address">
|
977
|
+
<documentation>
|
978
|
+
Gets the proxy map address used when map proxies state is enabled
|
979
|
+
on source address persistence mode.
|
980
|
+
|
981
|
+
</documentation>
|
982
|
+
<input message="tns:LocalLB.ProfilePersistence.get_map_proxy_addressRequest"/>
|
983
|
+
<output message="tns:LocalLB.ProfilePersistence.get_map_proxy_addressResponse"/>
|
984
|
+
</operation>
|
985
|
+
<operation name="set_map_proxy_class">
|
986
|
+
<documentation>
|
987
|
+
Sets the data-group/class that is searched to determine whether a source
|
988
|
+
address is behind a proxy and should then be mapped. This is only relevant
|
989
|
+
when the map proxies state is enabled on a source address persistence profile.
|
990
|
+
If this is not set when the map proxy state is enabled, then the data-group/class
|
991
|
+
defined by the DB variable "Persist.WellKnownProxyClass" will be used.
|
992
|
+
|
993
|
+
</documentation>
|
994
|
+
<input message="tns:LocalLB.ProfilePersistence.set_map_proxy_classRequest"/>
|
995
|
+
<output message="tns:LocalLB.ProfilePersistence.set_map_proxy_classResponse"/>
|
996
|
+
</operation>
|
997
|
+
<operation name="get_map_proxy_class">
|
998
|
+
<documentation>
|
999
|
+
Gets the proxy map IP address class/datagroup name used when map known proxies
|
1000
|
+
state is enabled on source address persistence mode.
|
1001
|
+
|
1002
|
+
</documentation>
|
1003
|
+
<input message="tns:LocalLB.ProfilePersistence.get_map_proxy_classRequest"/>
|
1004
|
+
<output message="tns:LocalLB.ProfilePersistence.get_map_proxy_classResponse"/>
|
1005
|
+
</operation>
|
1006
|
+
<operation name="set_sip_info">
|
1007
|
+
<documentation>
|
1008
|
+
Sets the sip_info header for the specified Persistence profiles.
|
1009
|
+
Applicable when peristence mode is PERSISTENCE_MODE_SIP.
|
1010
|
+
|
1011
|
+
</documentation>
|
1012
|
+
<input message="tns:LocalLB.ProfilePersistence.set_sip_infoRequest"/>
|
1013
|
+
<output message="tns:LocalLB.ProfilePersistence.set_sip_infoResponse"/>
|
1014
|
+
</operation>
|
1015
|
+
<operation name="get_sip_info">
|
1016
|
+
<documentation>
|
1017
|
+
Gets the sip_info headers for the specified Persistence profiles.
|
1018
|
+
Applicable when peristence mode is PERSISTENCE_MODE_SIP.
|
1019
|
+
|
1020
|
+
</documentation>
|
1021
|
+
<input message="tns:LocalLB.ProfilePersistence.get_sip_infoRequest"/>
|
1022
|
+
<output message="tns:LocalLB.ProfilePersistence.get_sip_infoResponse"/>
|
1023
|
+
</operation>
|
1024
|
+
<operation name="set_across_service_state">
|
1025
|
+
<documentation>
|
1026
|
+
Sets the states to indicate whether persistence entries added under this profile are
|
1027
|
+
available across services.
|
1028
|
+
|
1029
|
+
</documentation>
|
1030
|
+
<input message="tns:LocalLB.ProfilePersistence.set_across_service_stateRequest"/>
|
1031
|
+
<output message="tns:LocalLB.ProfilePersistence.set_across_service_stateResponse"/>
|
1032
|
+
</operation>
|
1033
|
+
<operation name="get_across_service_state">
|
1034
|
+
<documentation>
|
1035
|
+
Gets the states to indicate whether persistence entries added under this profile are
|
1036
|
+
available across services.
|
1037
|
+
|
1038
|
+
</documentation>
|
1039
|
+
<input message="tns:LocalLB.ProfilePersistence.get_across_service_stateRequest"/>
|
1040
|
+
<output message="tns:LocalLB.ProfilePersistence.get_across_service_stateResponse"/>
|
1041
|
+
</operation>
|
1042
|
+
<operation name="set_across_virtual_state">
|
1043
|
+
<documentation>
|
1044
|
+
Sets the states to indicate whether persistence entries added under this profile are
|
1045
|
+
available across virtuals.
|
1046
|
+
|
1047
|
+
</documentation>
|
1048
|
+
<input message="tns:LocalLB.ProfilePersistence.set_across_virtual_stateRequest"/>
|
1049
|
+
<output message="tns:LocalLB.ProfilePersistence.set_across_virtual_stateResponse"/>
|
1050
|
+
</operation>
|
1051
|
+
<operation name="get_across_virtual_state">
|
1052
|
+
<documentation>
|
1053
|
+
Gets the states to indicate whether persistence entries added under this profile are
|
1054
|
+
available across virtuals.
|
1055
|
+
|
1056
|
+
</documentation>
|
1057
|
+
<input message="tns:LocalLB.ProfilePersistence.get_across_virtual_stateRequest"/>
|
1058
|
+
<output message="tns:LocalLB.ProfilePersistence.get_across_virtual_stateResponse"/>
|
1059
|
+
</operation>
|
1060
|
+
<operation name="set_across_pool_state">
|
1061
|
+
<documentation>
|
1062
|
+
Sets the states to indicate whether persistence entries added under this profile are
|
1063
|
+
available across pools.
|
1064
|
+
|
1065
|
+
</documentation>
|
1066
|
+
<input message="tns:LocalLB.ProfilePersistence.set_across_pool_stateRequest"/>
|
1067
|
+
<output message="tns:LocalLB.ProfilePersistence.set_across_pool_stateResponse"/>
|
1068
|
+
</operation>
|
1069
|
+
<operation name="get_across_pool_state">
|
1070
|
+
<documentation>
|
1071
|
+
Gets the states to indicate whether persistence entries added under this profile are
|
1072
|
+
available across pools.
|
1073
|
+
|
1074
|
+
</documentation>
|
1075
|
+
<input message="tns:LocalLB.ProfilePersistence.get_across_pool_stateRequest"/>
|
1076
|
+
<output message="tns:LocalLB.ProfilePersistence.get_across_pool_stateResponse"/>
|
1077
|
+
</operation>
|
1078
|
+
<operation name="set_rule">
|
1079
|
+
<documentation>
|
1080
|
+
Sets the UIE rules for the specified Persistence profiles.
|
1081
|
+
Applicable when peristence mode is PERSISTENCE_MODE_UIE.
|
1082
|
+
|
1083
|
+
</documentation>
|
1084
|
+
<input message="tns:LocalLB.ProfilePersistence.set_ruleRequest"/>
|
1085
|
+
<output message="tns:LocalLB.ProfilePersistence.set_ruleResponse"/>
|
1086
|
+
</operation>
|
1087
|
+
<operation name="get_rule">
|
1088
|
+
<documentation>
|
1089
|
+
Gets the UIE rules for the specified Persistence profiles.
|
1090
|
+
Applicable when peristence mode is PERSISTENCE_MODE_UIE.
|
1091
|
+
|
1092
|
+
</documentation>
|
1093
|
+
<input message="tns:LocalLB.ProfilePersistence.get_ruleRequest"/>
|
1094
|
+
<output message="tns:LocalLB.ProfilePersistence.get_ruleResponse"/>
|
1095
|
+
</operation>
|
1096
|
+
<operation name="set_hash_method">
|
1097
|
+
<documentation>
|
1098
|
+
Sets the hash method used to generate the persistence values for a
|
1099
|
+
set of persistence profiles.
|
1100
|
+
|
1101
|
+
See PersistenceHashMethod for details.
|
1102
|
+
|
1103
|
+
This is only applicable when the persistence mode is
|
1104
|
+
PERSISTENCE_MODE_HASH.
|
1105
|
+
|
1106
|
+
</documentation>
|
1107
|
+
<input message="tns:LocalLB.ProfilePersistence.set_hash_methodRequest"/>
|
1108
|
+
<output message="tns:LocalLB.ProfilePersistence.set_hash_methodResponse"/>
|
1109
|
+
</operation>
|
1110
|
+
<operation name="get_hash_method">
|
1111
|
+
<documentation>
|
1112
|
+
Gets the hash method used to generate the persistence values for a
|
1113
|
+
set of persistence profiles.
|
1114
|
+
|
1115
|
+
This only returns useful values if the persistence mode is
|
1116
|
+
PERSISTENCE_MODE_HASH.
|
1117
|
+
|
1118
|
+
</documentation>
|
1119
|
+
<input message="tns:LocalLB.ProfilePersistence.get_hash_methodRequest"/>
|
1120
|
+
<output message="tns:LocalLB.ProfilePersistence.get_hash_methodResponse"/>
|
1121
|
+
</operation>
|
1122
|
+
<operation name="set_hash_offset">
|
1123
|
+
<documentation>
|
1124
|
+
Sets the offset to the start of the payload data whose hashed value
|
1125
|
+
is used as the persistence value for a set of persistence profiles.
|
1126
|
+
|
1127
|
+
This is only applicable when the persistence mode is
|
1128
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1129
|
+
|
1130
|
+
The hashed payload data length is specified via set_hash_length.
|
1131
|
+
|
1132
|
+
</documentation>
|
1133
|
+
<input message="tns:LocalLB.ProfilePersistence.set_hash_offsetRequest"/>
|
1134
|
+
<output message="tns:LocalLB.ProfilePersistence.set_hash_offsetResponse"/>
|
1135
|
+
</operation>
|
1136
|
+
<operation name="get_hash_offset">
|
1137
|
+
<documentation>
|
1138
|
+
Gets the offset to the start of the payload data whose hashed value
|
1139
|
+
is used as the persistence value for a set of persistence profiles.
|
1140
|
+
|
1141
|
+
This only returns useful values if the persistence mode is
|
1142
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1143
|
+
|
1144
|
+
</documentation>
|
1145
|
+
<input message="tns:LocalLB.ProfilePersistence.get_hash_offsetRequest"/>
|
1146
|
+
<output message="tns:LocalLB.ProfilePersistence.get_hash_offsetResponse"/>
|
1147
|
+
</operation>
|
1148
|
+
<operation name="set_hash_length">
|
1149
|
+
<documentation>
|
1150
|
+
Sets the length of payload data whose hashed value is used for the
|
1151
|
+
persistence value for a set of persistence profiles.
|
1152
|
+
|
1153
|
+
The start of the data is specified via set_hash_offset.
|
1154
|
+
|
1155
|
+
The hash payload data is either delimited by this offset and length
|
1156
|
+
or the starting and ending string pattern, not both.
|
1157
|
+
|
1158
|
+
This is only applicable when the persistence mode is
|
1159
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1160
|
+
|
1161
|
+
</documentation>
|
1162
|
+
<input message="tns:LocalLB.ProfilePersistence.set_hash_lengthRequest"/>
|
1163
|
+
<output message="tns:LocalLB.ProfilePersistence.set_hash_lengthResponse"/>
|
1164
|
+
</operation>
|
1165
|
+
<operation name="get_hash_length">
|
1166
|
+
<documentation>
|
1167
|
+
Gets the length of payload data whose hashed value is used for the
|
1168
|
+
persistence value for a set of persistence profiles.
|
1169
|
+
|
1170
|
+
This only returns useful values if the persistence mode is
|
1171
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1172
|
+
|
1173
|
+
</documentation>
|
1174
|
+
<input message="tns:LocalLB.ProfilePersistence.get_hash_lengthRequest"/>
|
1175
|
+
<output message="tns:LocalLB.ProfilePersistence.get_hash_lengthResponse"/>
|
1176
|
+
</operation>
|
1177
|
+
<operation name="set_starting_hash_pattern">
|
1178
|
+
<documentation>
|
1179
|
+
Sets the pattern marking the start of the section of payload data
|
1180
|
+
whose hashed value is used for the persistence value for a set of
|
1181
|
+
persistence profiles.
|
1182
|
+
|
1183
|
+
This is only applicable when the persistence mode is
|
1184
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1185
|
+
|
1186
|
+
</documentation>
|
1187
|
+
<input message="tns:LocalLB.ProfilePersistence.set_starting_hash_patternRequest"/>
|
1188
|
+
<output message="tns:LocalLB.ProfilePersistence.set_starting_hash_patternResponse"/>
|
1189
|
+
</operation>
|
1190
|
+
<operation name="get_starting_hash_pattern">
|
1191
|
+
<documentation>
|
1192
|
+
Gets the pattern marking the start of the section of payload data
|
1193
|
+
whose hashed value is used for the persistence value for a set of
|
1194
|
+
persistence profiles.
|
1195
|
+
|
1196
|
+
This only returns useful values if the persistence mode is
|
1197
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1198
|
+
|
1199
|
+
</documentation>
|
1200
|
+
<input message="tns:LocalLB.ProfilePersistence.get_starting_hash_patternRequest"/>
|
1201
|
+
<output message="tns:LocalLB.ProfilePersistence.get_starting_hash_patternResponse"/>
|
1202
|
+
</operation>
|
1203
|
+
<operation name="set_ending_hash_pattern">
|
1204
|
+
<documentation>
|
1205
|
+
Sets the pattern marking the end of the section of payload data
|
1206
|
+
whose hashed value is used for the persistence value for a set of
|
1207
|
+
persistence profiles.
|
1208
|
+
|
1209
|
+
The hash payload data is either delimited by this starting and
|
1210
|
+
ending string pattern or the offset and length, not both.
|
1211
|
+
|
1212
|
+
This is only applicable when the persistence mode is
|
1213
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1214
|
+
|
1215
|
+
</documentation>
|
1216
|
+
<input message="tns:LocalLB.ProfilePersistence.set_ending_hash_patternRequest"/>
|
1217
|
+
<output message="tns:LocalLB.ProfilePersistence.set_ending_hash_patternResponse"/>
|
1218
|
+
</operation>
|
1219
|
+
<operation name="get_ending_hash_pattern">
|
1220
|
+
<documentation>
|
1221
|
+
Gets the pattern marking the end of the section of payload data
|
1222
|
+
whose hashed value is used for the persistence value for a set of
|
1223
|
+
persistence profiles.
|
1224
|
+
|
1225
|
+
This only returns useful values if the persistence mode is
|
1226
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1227
|
+
|
1228
|
+
</documentation>
|
1229
|
+
<input message="tns:LocalLB.ProfilePersistence.get_ending_hash_patternRequest"/>
|
1230
|
+
<output message="tns:LocalLB.ProfilePersistence.get_ending_hash_patternResponse"/>
|
1231
|
+
</operation>
|
1232
|
+
<operation name="set_maximum_hash_buffer_size">
|
1233
|
+
<documentation>
|
1234
|
+
Sets the maximum size of the buffer used to hold the section of the
|
1235
|
+
payload data whose hashed value is used for the persistence value
|
1236
|
+
for a set of persistence values.
|
1237
|
+
|
1238
|
+
This is only applicable when the persistence mode is
|
1239
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1240
|
+
|
1241
|
+
</documentation>
|
1242
|
+
<input message="tns:LocalLB.ProfilePersistence.set_maximum_hash_buffer_sizeRequest"/>
|
1243
|
+
<output message="tns:LocalLB.ProfilePersistence.set_maximum_hash_buffer_sizeResponse"/>
|
1244
|
+
</operation>
|
1245
|
+
<operation name="get_maximum_hash_buffer_size">
|
1246
|
+
<documentation>
|
1247
|
+
Gets the maximum size of the buffer used to hold the section of the
|
1248
|
+
payload data whose hashed value is used for the persistence value
|
1249
|
+
for a set of persistence values.
|
1250
|
+
|
1251
|
+
This only returns useful values if the persistence mode is
|
1252
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1253
|
+
|
1254
|
+
</documentation>
|
1255
|
+
<input message="tns:LocalLB.ProfilePersistence.get_maximum_hash_buffer_sizeRequest"/>
|
1256
|
+
<output message="tns:LocalLB.ProfilePersistence.get_maximum_hash_buffer_sizeResponse"/>
|
1257
|
+
</operation>
|
1258
|
+
<operation name="set_hash_more_data_state">
|
1259
|
+
<documentation>
|
1260
|
+
Sets the enabled state whether to perform another hash operation
|
1261
|
+
after the current hash operation completes for a set of persistence
|
1262
|
+
profiles.
|
1263
|
+
|
1264
|
+
This is only applicable when the persistence mode is
|
1265
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1266
|
+
|
1267
|
+
</documentation>
|
1268
|
+
<input message="tns:LocalLB.ProfilePersistence.set_hash_more_data_stateRequest"/>
|
1269
|
+
<output message="tns:LocalLB.ProfilePersistence.set_hash_more_data_stateResponse"/>
|
1270
|
+
</operation>
|
1271
|
+
<operation name="get_hash_more_data_state">
|
1272
|
+
<documentation>
|
1273
|
+
Gets the enabled state whether to perform another hash operation
|
1274
|
+
after the current hash operation completes for a set of persistence
|
1275
|
+
profiles.
|
1276
|
+
|
1277
|
+
This only returns useful values if the persistence mode is
|
1278
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
1279
|
+
|
1280
|
+
</documentation>
|
1281
|
+
<input message="tns:LocalLB.ProfilePersistence.get_hash_more_data_stateRequest"/>
|
1282
|
+
<output message="tns:LocalLB.ProfilePersistence.get_hash_more_data_stateResponse"/>
|
1283
|
+
</operation>
|
1284
|
+
<operation name="set_override_connection_limit_state">
|
1285
|
+
<documentation>
|
1286
|
+
Sets the state indicating, when enabled, that the pool
|
1287
|
+
member connection limits are not enforced for persisted
|
1288
|
+
clients. Per-virtual connection limits remain hard limits
|
1289
|
+
and are not disabled. The default value is disabled.
|
1290
|
+
|
1291
|
+
</documentation>
|
1292
|
+
<input message="tns:LocalLB.ProfilePersistence.set_override_connection_limit_stateRequest"/>
|
1293
|
+
<output message="tns:LocalLB.ProfilePersistence.set_override_connection_limit_stateResponse"/>
|
1294
|
+
</operation>
|
1295
|
+
<operation name="get_override_connection_limit_state">
|
1296
|
+
<documentation>
|
1297
|
+
Gets the state indicating, when enabled, that the pool
|
1298
|
+
member connection limits are not enforced for persisted
|
1299
|
+
clients.
|
1300
|
+
|
1301
|
+
</documentation>
|
1302
|
+
<input message="tns:LocalLB.ProfilePersistence.get_override_connection_limit_stateRequest"/>
|
1303
|
+
<output message="tns:LocalLB.ProfilePersistence.get_override_connection_limit_stateResponse"/>
|
1304
|
+
</operation>
|
1305
|
+
<operation name="set_description">
|
1306
|
+
<documentation>
|
1307
|
+
Sets the description for a set of persistence profiles.
|
1308
|
+
|
1309
|
+
This is an arbitrary field which can be used for any purpose.
|
1310
|
+
|
1311
|
+
</documentation>
|
1312
|
+
<input message="tns:LocalLB.ProfilePersistence.set_descriptionRequest"/>
|
1313
|
+
<output message="tns:LocalLB.ProfilePersistence.set_descriptionResponse"/>
|
1314
|
+
</operation>
|
1315
|
+
<operation name="get_description">
|
1316
|
+
<documentation>
|
1317
|
+
Gets the descriptions for a set of persistence profiles.
|
1318
|
+
|
1319
|
+
</documentation>
|
1320
|
+
<input message="tns:LocalLB.ProfilePersistence.get_descriptionRequest"/>
|
1321
|
+
<output message="tns:LocalLB.ProfilePersistence.get_descriptionResponse"/>
|
1322
|
+
</operation>
|
1323
|
+
<operation name="get_version">
|
1324
|
+
<documentation>
|
1325
|
+
Gets the version information for this interface.
|
1326
|
+
|
1327
|
+
</documentation>
|
1328
|
+
<input message="tns:LocalLB.ProfilePersistence.get_versionRequest"/>
|
1329
|
+
<output message="tns:LocalLB.ProfilePersistence.get_versionResponse"/>
|
1330
|
+
</operation>
|
1331
|
+
</portType>
|
1332
|
+
|
1333
|
+
<!-- binding -->
|
1334
|
+
|
1335
|
+
<binding name="LocalLB.ProfilePersistenceBinding" type="tns:LocalLB.ProfilePersistencePortType">
|
1336
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1337
|
+
<operation name="get_list">
|
1338
|
+
<documentation>
|
1339
|
+
Gets a list of all Persistence profiles.
|
1340
|
+
|
1341
|
+
</documentation>
|
1342
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1343
|
+
<input>
|
1344
|
+
<soap:body
|
1345
|
+
use="encoded"
|
1346
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1347
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1348
|
+
</input>
|
1349
|
+
<output>
|
1350
|
+
<soap:body
|
1351
|
+
use="encoded"
|
1352
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1353
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1354
|
+
</output>
|
1355
|
+
</operation>
|
1356
|
+
|
1357
|
+
<operation name="create">
|
1358
|
+
<documentation>
|
1359
|
+
Creates the specified Persistence profiles.
|
1360
|
+
|
1361
|
+
</documentation>
|
1362
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1363
|
+
<input>
|
1364
|
+
<soap:body
|
1365
|
+
use="encoded"
|
1366
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1367
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1368
|
+
</input>
|
1369
|
+
<output>
|
1370
|
+
<soap:body
|
1371
|
+
use="encoded"
|
1372
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1373
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1374
|
+
</output>
|
1375
|
+
</operation>
|
1376
|
+
|
1377
|
+
<operation name="delete_profile">
|
1378
|
+
<documentation>
|
1379
|
+
Deletes the specified Persistence profiles.
|
1380
|
+
|
1381
|
+
</documentation>
|
1382
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1383
|
+
<input>
|
1384
|
+
<soap:body
|
1385
|
+
use="encoded"
|
1386
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1387
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1388
|
+
</input>
|
1389
|
+
<output>
|
1390
|
+
<soap:body
|
1391
|
+
use="encoded"
|
1392
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1393
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1394
|
+
</output>
|
1395
|
+
</operation>
|
1396
|
+
|
1397
|
+
<operation name="delete_all_profiles">
|
1398
|
+
<documentation>
|
1399
|
+
Deletes all Persistence profiles.
|
1400
|
+
|
1401
|
+
</documentation>
|
1402
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1403
|
+
<input>
|
1404
|
+
<soap:body
|
1405
|
+
use="encoded"
|
1406
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1407
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1408
|
+
</input>
|
1409
|
+
<output>
|
1410
|
+
<soap:body
|
1411
|
+
use="encoded"
|
1412
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1413
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1414
|
+
</output>
|
1415
|
+
</operation>
|
1416
|
+
|
1417
|
+
<operation name="is_base_profile">
|
1418
|
+
<documentation>
|
1419
|
+
Determines whether the specified persistence profiles are base
|
1420
|
+
profiles. A base profile sits at the base of the profile's
|
1421
|
+
inheritance tree, supplying the defaults for every profile derived
|
1422
|
+
from it. (See also is_system_profile).
|
1423
|
+
|
1424
|
+
</documentation>
|
1425
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1426
|
+
<input>
|
1427
|
+
<soap:body
|
1428
|
+
use="encoded"
|
1429
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1430
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1431
|
+
</input>
|
1432
|
+
<output>
|
1433
|
+
<soap:body
|
1434
|
+
use="encoded"
|
1435
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1436
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1437
|
+
</output>
|
1438
|
+
</operation>
|
1439
|
+
|
1440
|
+
<operation name="is_system_profile">
|
1441
|
+
<documentation>
|
1442
|
+
Determines whether the specified persistence profiles are system
|
1443
|
+
profiles. A system profile is a profile pre-configured on the
|
1444
|
+
system, ready for use. Non-system profiles are profiles created or
|
1445
|
+
modified by a user. Note that if a system profile is modified, it
|
1446
|
+
is no longer considered a system profile. (See also
|
1447
|
+
is_base_profile).
|
1448
|
+
|
1449
|
+
</documentation>
|
1450
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1451
|
+
<input>
|
1452
|
+
<soap:body
|
1453
|
+
use="encoded"
|
1454
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1455
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1456
|
+
</input>
|
1457
|
+
<output>
|
1458
|
+
<soap:body
|
1459
|
+
use="encoded"
|
1460
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1461
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1462
|
+
</output>
|
1463
|
+
</operation>
|
1464
|
+
|
1465
|
+
<operation name="set_default_profile">
|
1466
|
+
<documentation>
|
1467
|
+
Sets the names of the default profiles from which the specified profiles will derive
|
1468
|
+
default values for its attributes.
|
1469
|
+
|
1470
|
+
</documentation>
|
1471
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1472
|
+
<input>
|
1473
|
+
<soap:body
|
1474
|
+
use="encoded"
|
1475
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1476
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1477
|
+
</input>
|
1478
|
+
<output>
|
1479
|
+
<soap:body
|
1480
|
+
use="encoded"
|
1481
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1482
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1483
|
+
</output>
|
1484
|
+
</operation>
|
1485
|
+
|
1486
|
+
<operation name="get_default_profile">
|
1487
|
+
<documentation>
|
1488
|
+
Gets the names of the default profiles from which the specified profiles will derive
|
1489
|
+
default values for its attributes.
|
1490
|
+
|
1491
|
+
</documentation>
|
1492
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1493
|
+
<input>
|
1494
|
+
<soap:body
|
1495
|
+
use="encoded"
|
1496
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1497
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1498
|
+
</input>
|
1499
|
+
<output>
|
1500
|
+
<soap:body
|
1501
|
+
use="encoded"
|
1502
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1503
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1504
|
+
</output>
|
1505
|
+
</operation>
|
1506
|
+
|
1507
|
+
<operation name="set_persistence_mode">
|
1508
|
+
<documentation>
|
1509
|
+
Sets the persistence modes for the specified Persistence profiles.
|
1510
|
+
|
1511
|
+
</documentation>
|
1512
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1513
|
+
<input>
|
1514
|
+
<soap:body
|
1515
|
+
use="encoded"
|
1516
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1517
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1518
|
+
</input>
|
1519
|
+
<output>
|
1520
|
+
<soap:body
|
1521
|
+
use="encoded"
|
1522
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1523
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1524
|
+
</output>
|
1525
|
+
</operation>
|
1526
|
+
|
1527
|
+
<operation name="get_persistence_mode">
|
1528
|
+
<documentation>
|
1529
|
+
Gets the persistence modes for the specified Persistence profiles.
|
1530
|
+
|
1531
|
+
</documentation>
|
1532
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1533
|
+
<input>
|
1534
|
+
<soap:body
|
1535
|
+
use="encoded"
|
1536
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1537
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1538
|
+
</input>
|
1539
|
+
<output>
|
1540
|
+
<soap:body
|
1541
|
+
use="encoded"
|
1542
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1543
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1544
|
+
</output>
|
1545
|
+
</operation>
|
1546
|
+
|
1547
|
+
<operation name="set_mirror_state">
|
1548
|
+
<documentation>
|
1549
|
+
Sets the mirror states for the specified Persistence profiles.
|
1550
|
+
|
1551
|
+
</documentation>
|
1552
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1553
|
+
<input>
|
1554
|
+
<soap:body
|
1555
|
+
use="encoded"
|
1556
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1557
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1558
|
+
</input>
|
1559
|
+
<output>
|
1560
|
+
<soap:body
|
1561
|
+
use="encoded"
|
1562
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1563
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1564
|
+
</output>
|
1565
|
+
</operation>
|
1566
|
+
|
1567
|
+
<operation name="get_mirror_state">
|
1568
|
+
<documentation>
|
1569
|
+
Gets the mirror states for the specified Persistence profiles.
|
1570
|
+
|
1571
|
+
</documentation>
|
1572
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1573
|
+
<input>
|
1574
|
+
<soap:body
|
1575
|
+
use="encoded"
|
1576
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1577
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1578
|
+
</input>
|
1579
|
+
<output>
|
1580
|
+
<soap:body
|
1581
|
+
use="encoded"
|
1582
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1583
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1584
|
+
</output>
|
1585
|
+
</operation>
|
1586
|
+
|
1587
|
+
<operation name="set_timeout">
|
1588
|
+
<documentation>
|
1589
|
+
Sets the timeout for the specified Persistence profiles.
|
1590
|
+
The number of seconds to timeout a persistence entry.
|
1591
|
+
|
1592
|
+
</documentation>
|
1593
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1594
|
+
<input>
|
1595
|
+
<soap:body
|
1596
|
+
use="encoded"
|
1597
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1598
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1599
|
+
</input>
|
1600
|
+
<output>
|
1601
|
+
<soap:body
|
1602
|
+
use="encoded"
|
1603
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1604
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1605
|
+
</output>
|
1606
|
+
</operation>
|
1607
|
+
|
1608
|
+
<operation name="get_timeout">
|
1609
|
+
<documentation>
|
1610
|
+
Gets the timeout for the specified Persistence profiles.
|
1611
|
+
The number of seconds to timeout a persistence entry.
|
1612
|
+
|
1613
|
+
</documentation>
|
1614
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1615
|
+
<input>
|
1616
|
+
<soap:body
|
1617
|
+
use="encoded"
|
1618
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1619
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1620
|
+
</input>
|
1621
|
+
<output>
|
1622
|
+
<soap:body
|
1623
|
+
use="encoded"
|
1624
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1625
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1626
|
+
</output>
|
1627
|
+
</operation>
|
1628
|
+
|
1629
|
+
<operation name="set_mask">
|
1630
|
+
<documentation>
|
1631
|
+
Sets the masks used in either simple or sticky persistence mode.
|
1632
|
+
|
1633
|
+
</documentation>
|
1634
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1635
|
+
<input>
|
1636
|
+
<soap:body
|
1637
|
+
use="encoded"
|
1638
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1639
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1640
|
+
</input>
|
1641
|
+
<output>
|
1642
|
+
<soap:body
|
1643
|
+
use="encoded"
|
1644
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1645
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1646
|
+
</output>
|
1647
|
+
</operation>
|
1648
|
+
|
1649
|
+
<operation name="get_mask">
|
1650
|
+
<documentation>
|
1651
|
+
Gets the masks used in either simple or sticky persistence mode.
|
1652
|
+
|
1653
|
+
</documentation>
|
1654
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1655
|
+
<input>
|
1656
|
+
<soap:body
|
1657
|
+
use="encoded"
|
1658
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1659
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1660
|
+
</input>
|
1661
|
+
<output>
|
1662
|
+
<soap:body
|
1663
|
+
use="encoded"
|
1664
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1665
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1666
|
+
</output>
|
1667
|
+
</operation>
|
1668
|
+
|
1669
|
+
<operation name="set_cookie_persistence_method">
|
1670
|
+
<documentation>
|
1671
|
+
Sets the cookie persistence methods to be used when in cookie persistence mode.
|
1672
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
1673
|
+
|
1674
|
+
</documentation>
|
1675
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1676
|
+
<input>
|
1677
|
+
<soap:body
|
1678
|
+
use="encoded"
|
1679
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1680
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1681
|
+
</input>
|
1682
|
+
<output>
|
1683
|
+
<soap:body
|
1684
|
+
use="encoded"
|
1685
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1686
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1687
|
+
</output>
|
1688
|
+
</operation>
|
1689
|
+
|
1690
|
+
<operation name="get_cookie_persistence_method">
|
1691
|
+
<documentation>
|
1692
|
+
Gets the cookie persistence methods to be used when in cookie persistence mode.
|
1693
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
1694
|
+
|
1695
|
+
</documentation>
|
1696
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1697
|
+
<input>
|
1698
|
+
<soap:body
|
1699
|
+
use="encoded"
|
1700
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1701
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1702
|
+
</input>
|
1703
|
+
<output>
|
1704
|
+
<soap:body
|
1705
|
+
use="encoded"
|
1706
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1707
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1708
|
+
</output>
|
1709
|
+
</operation>
|
1710
|
+
|
1711
|
+
<operation name="set_cookie_name">
|
1712
|
+
<documentation>
|
1713
|
+
Sets the cookie names for the specified Persistence profiles.
|
1714
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
1715
|
+
|
1716
|
+
</documentation>
|
1717
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1718
|
+
<input>
|
1719
|
+
<soap:body
|
1720
|
+
use="encoded"
|
1721
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1722
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1723
|
+
</input>
|
1724
|
+
<output>
|
1725
|
+
<soap:body
|
1726
|
+
use="encoded"
|
1727
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1728
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1729
|
+
</output>
|
1730
|
+
</operation>
|
1731
|
+
|
1732
|
+
<operation name="get_cookie_name">
|
1733
|
+
<documentation>
|
1734
|
+
Gets the cookie names for the specified Persistence profiles.
|
1735
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
1736
|
+
|
1737
|
+
</documentation>
|
1738
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1739
|
+
<input>
|
1740
|
+
<soap:body
|
1741
|
+
use="encoded"
|
1742
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1743
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1744
|
+
</input>
|
1745
|
+
<output>
|
1746
|
+
<soap:body
|
1747
|
+
use="encoded"
|
1748
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1749
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1750
|
+
</output>
|
1751
|
+
</operation>
|
1752
|
+
|
1753
|
+
<operation name="set_cookie_expiration">
|
1754
|
+
<documentation>
|
1755
|
+
Sets the cookie expiration in seconds for the specified Persistence profiles.
|
1756
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
1757
|
+
|
1758
|
+
</documentation>
|
1759
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1760
|
+
<input>
|
1761
|
+
<soap:body
|
1762
|
+
use="encoded"
|
1763
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1764
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1765
|
+
</input>
|
1766
|
+
<output>
|
1767
|
+
<soap:body
|
1768
|
+
use="encoded"
|
1769
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1770
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1771
|
+
</output>
|
1772
|
+
</operation>
|
1773
|
+
|
1774
|
+
<operation name="get_cookie_expiration">
|
1775
|
+
<documentation>
|
1776
|
+
Gets the cookie expiration in seconds for the specified Persistence profiles.
|
1777
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE.
|
1778
|
+
|
1779
|
+
</documentation>
|
1780
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1781
|
+
<input>
|
1782
|
+
<soap:body
|
1783
|
+
use="encoded"
|
1784
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1785
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1786
|
+
</input>
|
1787
|
+
<output>
|
1788
|
+
<soap:body
|
1789
|
+
use="encoded"
|
1790
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1791
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1792
|
+
</output>
|
1793
|
+
</operation>
|
1794
|
+
|
1795
|
+
<operation name="set_cookie_hash_offset">
|
1796
|
+
<documentation>
|
1797
|
+
Sets the cookie hash offsets for the specified profiles.
|
1798
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE, and
|
1799
|
+
cookie persistence method is COOKIE_PERSISTENCE_METHOD_HASH.
|
1800
|
+
|
1801
|
+
</documentation>
|
1802
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1803
|
+
<input>
|
1804
|
+
<soap:body
|
1805
|
+
use="encoded"
|
1806
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1807
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1808
|
+
</input>
|
1809
|
+
<output>
|
1810
|
+
<soap:body
|
1811
|
+
use="encoded"
|
1812
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1813
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1814
|
+
</output>
|
1815
|
+
</operation>
|
1816
|
+
|
1817
|
+
<operation name="get_cookie_hash_offset">
|
1818
|
+
<documentation>
|
1819
|
+
Gets the cookie hash offsets for the specified profiles.
|
1820
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE, and
|
1821
|
+
cookie persistence method is COOKIE_PERSISTENCE_METHOD_HASH.
|
1822
|
+
|
1823
|
+
</documentation>
|
1824
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1825
|
+
<input>
|
1826
|
+
<soap:body
|
1827
|
+
use="encoded"
|
1828
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1829
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1830
|
+
</input>
|
1831
|
+
<output>
|
1832
|
+
<soap:body
|
1833
|
+
use="encoded"
|
1834
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1835
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1836
|
+
</output>
|
1837
|
+
</operation>
|
1838
|
+
|
1839
|
+
<operation name="set_cookie_hash_length">
|
1840
|
+
<documentation>
|
1841
|
+
Sets the cookie hash lengths for the specified profiles.
|
1842
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE, and
|
1843
|
+
cookie persistence method is COOKIE_PERSISTENCE_METHOD_HASH.
|
1844
|
+
|
1845
|
+
</documentation>
|
1846
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1847
|
+
<input>
|
1848
|
+
<soap:body
|
1849
|
+
use="encoded"
|
1850
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1851
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1852
|
+
</input>
|
1853
|
+
<output>
|
1854
|
+
<soap:body
|
1855
|
+
use="encoded"
|
1856
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1857
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1858
|
+
</output>
|
1859
|
+
</operation>
|
1860
|
+
|
1861
|
+
<operation name="get_cookie_hash_length">
|
1862
|
+
<documentation>
|
1863
|
+
Gets the cookie hash lengths for the specified profiles.
|
1864
|
+
Applicable when peristence mode is PERSISTENCE_MODE_COOKIE, and
|
1865
|
+
cookie persistence method is COOKIE_PERSISTENCE_METHOD_HASH.
|
1866
|
+
|
1867
|
+
</documentation>
|
1868
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1869
|
+
<input>
|
1870
|
+
<soap:body
|
1871
|
+
use="encoded"
|
1872
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1873
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1874
|
+
</input>
|
1875
|
+
<output>
|
1876
|
+
<soap:body
|
1877
|
+
use="encoded"
|
1878
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1879
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1880
|
+
</output>
|
1881
|
+
</operation>
|
1882
|
+
|
1883
|
+
<operation name="set_msrdp_without_session_directory_state">
|
1884
|
+
<documentation>
|
1885
|
+
Sets the states to indicate whether MS terminal services have been configured without
|
1886
|
+
a session directory for the specified Persistence profiles.
|
1887
|
+
|
1888
|
+
</documentation>
|
1889
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1890
|
+
<input>
|
1891
|
+
<soap:body
|
1892
|
+
use="encoded"
|
1893
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1894
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1895
|
+
</input>
|
1896
|
+
<output>
|
1897
|
+
<soap:body
|
1898
|
+
use="encoded"
|
1899
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1900
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1901
|
+
</output>
|
1902
|
+
</operation>
|
1903
|
+
|
1904
|
+
<operation name="get_msrdp_without_session_directory_state">
|
1905
|
+
<documentation>
|
1906
|
+
Gets the states to indicate whether MS terminal services have been configured without
|
1907
|
+
a session directory for the specified Persistence profiles.
|
1908
|
+
|
1909
|
+
</documentation>
|
1910
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1911
|
+
<input>
|
1912
|
+
<soap:body
|
1913
|
+
use="encoded"
|
1914
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1915
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1916
|
+
</input>
|
1917
|
+
<output>
|
1918
|
+
<soap:body
|
1919
|
+
use="encoded"
|
1920
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1921
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1922
|
+
</output>
|
1923
|
+
</operation>
|
1924
|
+
|
1925
|
+
<operation name="set_map_proxy_state">
|
1926
|
+
<documentation>
|
1927
|
+
Sets the states to indicate whether to map known proxies when the persistence mode
|
1928
|
+
is source address affinity.
|
1929
|
+
|
1930
|
+
</documentation>
|
1931
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1932
|
+
<input>
|
1933
|
+
<soap:body
|
1934
|
+
use="encoded"
|
1935
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1936
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1937
|
+
</input>
|
1938
|
+
<output>
|
1939
|
+
<soap:body
|
1940
|
+
use="encoded"
|
1941
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1942
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1943
|
+
</output>
|
1944
|
+
</operation>
|
1945
|
+
|
1946
|
+
<operation name="get_map_proxy_state">
|
1947
|
+
<documentation>
|
1948
|
+
Gets the states to indicate whether to map known proxies when the persistence mode
|
1949
|
+
is source address affinity.
|
1950
|
+
|
1951
|
+
</documentation>
|
1952
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1953
|
+
<input>
|
1954
|
+
<soap:body
|
1955
|
+
use="encoded"
|
1956
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1957
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1958
|
+
</input>
|
1959
|
+
<output>
|
1960
|
+
<soap:body
|
1961
|
+
use="encoded"
|
1962
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1963
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1964
|
+
</output>
|
1965
|
+
</operation>
|
1966
|
+
|
1967
|
+
<operation name="set_map_proxy_address">
|
1968
|
+
<documentation>
|
1969
|
+
Sets the mapped address that is used when the map proxies state is enabled
|
1970
|
+
and the source address matches the map proxy class. When this is not set, an
|
1971
|
+
address from the data-group/class is used.
|
1972
|
+
|
1973
|
+
</documentation>
|
1974
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1975
|
+
<input>
|
1976
|
+
<soap:body
|
1977
|
+
use="encoded"
|
1978
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1979
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1980
|
+
</input>
|
1981
|
+
<output>
|
1982
|
+
<soap:body
|
1983
|
+
use="encoded"
|
1984
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
1985
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1986
|
+
</output>
|
1987
|
+
</operation>
|
1988
|
+
|
1989
|
+
<operation name="get_map_proxy_address">
|
1990
|
+
<documentation>
|
1991
|
+
Gets the proxy map address used when map proxies state is enabled
|
1992
|
+
on source address persistence mode.
|
1993
|
+
|
1994
|
+
</documentation>
|
1995
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
1996
|
+
<input>
|
1997
|
+
<soap:body
|
1998
|
+
use="encoded"
|
1999
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2000
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2001
|
+
</input>
|
2002
|
+
<output>
|
2003
|
+
<soap:body
|
2004
|
+
use="encoded"
|
2005
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2006
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2007
|
+
</output>
|
2008
|
+
</operation>
|
2009
|
+
|
2010
|
+
<operation name="set_map_proxy_class">
|
2011
|
+
<documentation>
|
2012
|
+
Sets the data-group/class that is searched to determine whether a source
|
2013
|
+
address is behind a proxy and should then be mapped. This is only relevant
|
2014
|
+
when the map proxies state is enabled on a source address persistence profile.
|
2015
|
+
If this is not set when the map proxy state is enabled, then the data-group/class
|
2016
|
+
defined by the DB variable "Persist.WellKnownProxyClass" will be used.
|
2017
|
+
|
2018
|
+
</documentation>
|
2019
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2020
|
+
<input>
|
2021
|
+
<soap:body
|
2022
|
+
use="encoded"
|
2023
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2024
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2025
|
+
</input>
|
2026
|
+
<output>
|
2027
|
+
<soap:body
|
2028
|
+
use="encoded"
|
2029
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2030
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2031
|
+
</output>
|
2032
|
+
</operation>
|
2033
|
+
|
2034
|
+
<operation name="get_map_proxy_class">
|
2035
|
+
<documentation>
|
2036
|
+
Gets the proxy map IP address class/datagroup name used when map known proxies
|
2037
|
+
state is enabled on source address persistence mode.
|
2038
|
+
|
2039
|
+
</documentation>
|
2040
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2041
|
+
<input>
|
2042
|
+
<soap:body
|
2043
|
+
use="encoded"
|
2044
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2045
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2046
|
+
</input>
|
2047
|
+
<output>
|
2048
|
+
<soap:body
|
2049
|
+
use="encoded"
|
2050
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2051
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2052
|
+
</output>
|
2053
|
+
</operation>
|
2054
|
+
|
2055
|
+
<operation name="set_sip_info">
|
2056
|
+
<documentation>
|
2057
|
+
Sets the sip_info header for the specified Persistence profiles.
|
2058
|
+
Applicable when peristence mode is PERSISTENCE_MODE_SIP.
|
2059
|
+
|
2060
|
+
</documentation>
|
2061
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2062
|
+
<input>
|
2063
|
+
<soap:body
|
2064
|
+
use="encoded"
|
2065
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2066
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2067
|
+
</input>
|
2068
|
+
<output>
|
2069
|
+
<soap:body
|
2070
|
+
use="encoded"
|
2071
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2072
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2073
|
+
</output>
|
2074
|
+
</operation>
|
2075
|
+
|
2076
|
+
<operation name="get_sip_info">
|
2077
|
+
<documentation>
|
2078
|
+
Gets the sip_info headers for the specified Persistence profiles.
|
2079
|
+
Applicable when peristence mode is PERSISTENCE_MODE_SIP.
|
2080
|
+
|
2081
|
+
</documentation>
|
2082
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2083
|
+
<input>
|
2084
|
+
<soap:body
|
2085
|
+
use="encoded"
|
2086
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2087
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2088
|
+
</input>
|
2089
|
+
<output>
|
2090
|
+
<soap:body
|
2091
|
+
use="encoded"
|
2092
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2093
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2094
|
+
</output>
|
2095
|
+
</operation>
|
2096
|
+
|
2097
|
+
<operation name="set_across_service_state">
|
2098
|
+
<documentation>
|
2099
|
+
Sets the states to indicate whether persistence entries added under this profile are
|
2100
|
+
available across services.
|
2101
|
+
|
2102
|
+
</documentation>
|
2103
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2104
|
+
<input>
|
2105
|
+
<soap:body
|
2106
|
+
use="encoded"
|
2107
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2108
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2109
|
+
</input>
|
2110
|
+
<output>
|
2111
|
+
<soap:body
|
2112
|
+
use="encoded"
|
2113
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2114
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2115
|
+
</output>
|
2116
|
+
</operation>
|
2117
|
+
|
2118
|
+
<operation name="get_across_service_state">
|
2119
|
+
<documentation>
|
2120
|
+
Gets the states to indicate whether persistence entries added under this profile are
|
2121
|
+
available across services.
|
2122
|
+
|
2123
|
+
</documentation>
|
2124
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2125
|
+
<input>
|
2126
|
+
<soap:body
|
2127
|
+
use="encoded"
|
2128
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2129
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2130
|
+
</input>
|
2131
|
+
<output>
|
2132
|
+
<soap:body
|
2133
|
+
use="encoded"
|
2134
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2135
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2136
|
+
</output>
|
2137
|
+
</operation>
|
2138
|
+
|
2139
|
+
<operation name="set_across_virtual_state">
|
2140
|
+
<documentation>
|
2141
|
+
Sets the states to indicate whether persistence entries added under this profile are
|
2142
|
+
available across virtuals.
|
2143
|
+
|
2144
|
+
</documentation>
|
2145
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2146
|
+
<input>
|
2147
|
+
<soap:body
|
2148
|
+
use="encoded"
|
2149
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2150
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2151
|
+
</input>
|
2152
|
+
<output>
|
2153
|
+
<soap:body
|
2154
|
+
use="encoded"
|
2155
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2156
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2157
|
+
</output>
|
2158
|
+
</operation>
|
2159
|
+
|
2160
|
+
<operation name="get_across_virtual_state">
|
2161
|
+
<documentation>
|
2162
|
+
Gets the states to indicate whether persistence entries added under this profile are
|
2163
|
+
available across virtuals.
|
2164
|
+
|
2165
|
+
</documentation>
|
2166
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2167
|
+
<input>
|
2168
|
+
<soap:body
|
2169
|
+
use="encoded"
|
2170
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2171
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2172
|
+
</input>
|
2173
|
+
<output>
|
2174
|
+
<soap:body
|
2175
|
+
use="encoded"
|
2176
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2177
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2178
|
+
</output>
|
2179
|
+
</operation>
|
2180
|
+
|
2181
|
+
<operation name="set_across_pool_state">
|
2182
|
+
<documentation>
|
2183
|
+
Sets the states to indicate whether persistence entries added under this profile are
|
2184
|
+
available across pools.
|
2185
|
+
|
2186
|
+
</documentation>
|
2187
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2188
|
+
<input>
|
2189
|
+
<soap:body
|
2190
|
+
use="encoded"
|
2191
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2192
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2193
|
+
</input>
|
2194
|
+
<output>
|
2195
|
+
<soap:body
|
2196
|
+
use="encoded"
|
2197
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2198
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2199
|
+
</output>
|
2200
|
+
</operation>
|
2201
|
+
|
2202
|
+
<operation name="get_across_pool_state">
|
2203
|
+
<documentation>
|
2204
|
+
Gets the states to indicate whether persistence entries added under this profile are
|
2205
|
+
available across pools.
|
2206
|
+
|
2207
|
+
</documentation>
|
2208
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2209
|
+
<input>
|
2210
|
+
<soap:body
|
2211
|
+
use="encoded"
|
2212
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2213
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2214
|
+
</input>
|
2215
|
+
<output>
|
2216
|
+
<soap:body
|
2217
|
+
use="encoded"
|
2218
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2219
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2220
|
+
</output>
|
2221
|
+
</operation>
|
2222
|
+
|
2223
|
+
<operation name="set_rule">
|
2224
|
+
<documentation>
|
2225
|
+
Sets the UIE rules for the specified Persistence profiles.
|
2226
|
+
Applicable when peristence mode is PERSISTENCE_MODE_UIE.
|
2227
|
+
|
2228
|
+
</documentation>
|
2229
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2230
|
+
<input>
|
2231
|
+
<soap:body
|
2232
|
+
use="encoded"
|
2233
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2234
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2235
|
+
</input>
|
2236
|
+
<output>
|
2237
|
+
<soap:body
|
2238
|
+
use="encoded"
|
2239
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2240
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2241
|
+
</output>
|
2242
|
+
</operation>
|
2243
|
+
|
2244
|
+
<operation name="get_rule">
|
2245
|
+
<documentation>
|
2246
|
+
Gets the UIE rules for the specified Persistence profiles.
|
2247
|
+
Applicable when peristence mode is PERSISTENCE_MODE_UIE.
|
2248
|
+
|
2249
|
+
</documentation>
|
2250
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2251
|
+
<input>
|
2252
|
+
<soap:body
|
2253
|
+
use="encoded"
|
2254
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2255
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2256
|
+
</input>
|
2257
|
+
<output>
|
2258
|
+
<soap:body
|
2259
|
+
use="encoded"
|
2260
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2261
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2262
|
+
</output>
|
2263
|
+
</operation>
|
2264
|
+
|
2265
|
+
<operation name="set_hash_method">
|
2266
|
+
<documentation>
|
2267
|
+
Sets the hash method used to generate the persistence values for a
|
2268
|
+
set of persistence profiles.
|
2269
|
+
|
2270
|
+
See PersistenceHashMethod for details.
|
2271
|
+
|
2272
|
+
This is only applicable when the persistence mode is
|
2273
|
+
PERSISTENCE_MODE_HASH.
|
2274
|
+
|
2275
|
+
</documentation>
|
2276
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2277
|
+
<input>
|
2278
|
+
<soap:body
|
2279
|
+
use="encoded"
|
2280
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2281
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2282
|
+
</input>
|
2283
|
+
<output>
|
2284
|
+
<soap:body
|
2285
|
+
use="encoded"
|
2286
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2287
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2288
|
+
</output>
|
2289
|
+
</operation>
|
2290
|
+
|
2291
|
+
<operation name="get_hash_method">
|
2292
|
+
<documentation>
|
2293
|
+
Gets the hash method used to generate the persistence values for a
|
2294
|
+
set of persistence profiles.
|
2295
|
+
|
2296
|
+
This only returns useful values if the persistence mode is
|
2297
|
+
PERSISTENCE_MODE_HASH.
|
2298
|
+
|
2299
|
+
</documentation>
|
2300
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2301
|
+
<input>
|
2302
|
+
<soap:body
|
2303
|
+
use="encoded"
|
2304
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2305
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2306
|
+
</input>
|
2307
|
+
<output>
|
2308
|
+
<soap:body
|
2309
|
+
use="encoded"
|
2310
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2311
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2312
|
+
</output>
|
2313
|
+
</operation>
|
2314
|
+
|
2315
|
+
<operation name="set_hash_offset">
|
2316
|
+
<documentation>
|
2317
|
+
Sets the offset to the start of the payload data whose hashed value
|
2318
|
+
is used as the persistence value for a set of persistence profiles.
|
2319
|
+
|
2320
|
+
This is only applicable when the persistence mode is
|
2321
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2322
|
+
|
2323
|
+
The hashed payload data length is specified via set_hash_length.
|
2324
|
+
|
2325
|
+
</documentation>
|
2326
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2327
|
+
<input>
|
2328
|
+
<soap:body
|
2329
|
+
use="encoded"
|
2330
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2331
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2332
|
+
</input>
|
2333
|
+
<output>
|
2334
|
+
<soap:body
|
2335
|
+
use="encoded"
|
2336
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2337
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2338
|
+
</output>
|
2339
|
+
</operation>
|
2340
|
+
|
2341
|
+
<operation name="get_hash_offset">
|
2342
|
+
<documentation>
|
2343
|
+
Gets the offset to the start of the payload data whose hashed value
|
2344
|
+
is used as the persistence value for a set of persistence profiles.
|
2345
|
+
|
2346
|
+
This only returns useful values if the persistence mode is
|
2347
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2348
|
+
|
2349
|
+
</documentation>
|
2350
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2351
|
+
<input>
|
2352
|
+
<soap:body
|
2353
|
+
use="encoded"
|
2354
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2355
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2356
|
+
</input>
|
2357
|
+
<output>
|
2358
|
+
<soap:body
|
2359
|
+
use="encoded"
|
2360
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2361
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2362
|
+
</output>
|
2363
|
+
</operation>
|
2364
|
+
|
2365
|
+
<operation name="set_hash_length">
|
2366
|
+
<documentation>
|
2367
|
+
Sets the length of payload data whose hashed value is used for the
|
2368
|
+
persistence value for a set of persistence profiles.
|
2369
|
+
|
2370
|
+
The start of the data is specified via set_hash_offset.
|
2371
|
+
|
2372
|
+
The hash payload data is either delimited by this offset and length
|
2373
|
+
or the starting and ending string pattern, not both.
|
2374
|
+
|
2375
|
+
This is only applicable when the persistence mode is
|
2376
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2377
|
+
|
2378
|
+
</documentation>
|
2379
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2380
|
+
<input>
|
2381
|
+
<soap:body
|
2382
|
+
use="encoded"
|
2383
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2384
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2385
|
+
</input>
|
2386
|
+
<output>
|
2387
|
+
<soap:body
|
2388
|
+
use="encoded"
|
2389
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2390
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2391
|
+
</output>
|
2392
|
+
</operation>
|
2393
|
+
|
2394
|
+
<operation name="get_hash_length">
|
2395
|
+
<documentation>
|
2396
|
+
Gets the length of payload data whose hashed value is used for the
|
2397
|
+
persistence value for a set of persistence profiles.
|
2398
|
+
|
2399
|
+
This only returns useful values if the persistence mode is
|
2400
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2401
|
+
|
2402
|
+
</documentation>
|
2403
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2404
|
+
<input>
|
2405
|
+
<soap:body
|
2406
|
+
use="encoded"
|
2407
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2408
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2409
|
+
</input>
|
2410
|
+
<output>
|
2411
|
+
<soap:body
|
2412
|
+
use="encoded"
|
2413
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2414
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2415
|
+
</output>
|
2416
|
+
</operation>
|
2417
|
+
|
2418
|
+
<operation name="set_starting_hash_pattern">
|
2419
|
+
<documentation>
|
2420
|
+
Sets the pattern marking the start of the section of payload data
|
2421
|
+
whose hashed value is used for the persistence value for a set of
|
2422
|
+
persistence profiles.
|
2423
|
+
|
2424
|
+
This is only applicable when the persistence mode is
|
2425
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2426
|
+
|
2427
|
+
</documentation>
|
2428
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2429
|
+
<input>
|
2430
|
+
<soap:body
|
2431
|
+
use="encoded"
|
2432
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2433
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2434
|
+
</input>
|
2435
|
+
<output>
|
2436
|
+
<soap:body
|
2437
|
+
use="encoded"
|
2438
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2439
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2440
|
+
</output>
|
2441
|
+
</operation>
|
2442
|
+
|
2443
|
+
<operation name="get_starting_hash_pattern">
|
2444
|
+
<documentation>
|
2445
|
+
Gets the pattern marking the start of the section of payload data
|
2446
|
+
whose hashed value is used for the persistence value for a set of
|
2447
|
+
persistence profiles.
|
2448
|
+
|
2449
|
+
This only returns useful values if the persistence mode is
|
2450
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2451
|
+
|
2452
|
+
</documentation>
|
2453
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2454
|
+
<input>
|
2455
|
+
<soap:body
|
2456
|
+
use="encoded"
|
2457
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2458
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2459
|
+
</input>
|
2460
|
+
<output>
|
2461
|
+
<soap:body
|
2462
|
+
use="encoded"
|
2463
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2464
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2465
|
+
</output>
|
2466
|
+
</operation>
|
2467
|
+
|
2468
|
+
<operation name="set_ending_hash_pattern">
|
2469
|
+
<documentation>
|
2470
|
+
Sets the pattern marking the end of the section of payload data
|
2471
|
+
whose hashed value is used for the persistence value for a set of
|
2472
|
+
persistence profiles.
|
2473
|
+
|
2474
|
+
The hash payload data is either delimited by this starting and
|
2475
|
+
ending string pattern or the offset and length, not both.
|
2476
|
+
|
2477
|
+
This is only applicable when the persistence mode is
|
2478
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2479
|
+
|
2480
|
+
</documentation>
|
2481
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2482
|
+
<input>
|
2483
|
+
<soap:body
|
2484
|
+
use="encoded"
|
2485
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2486
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2487
|
+
</input>
|
2488
|
+
<output>
|
2489
|
+
<soap:body
|
2490
|
+
use="encoded"
|
2491
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2492
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2493
|
+
</output>
|
2494
|
+
</operation>
|
2495
|
+
|
2496
|
+
<operation name="get_ending_hash_pattern">
|
2497
|
+
<documentation>
|
2498
|
+
Gets the pattern marking the end of the section of payload data
|
2499
|
+
whose hashed value is used for the persistence value for a set of
|
2500
|
+
persistence profiles.
|
2501
|
+
|
2502
|
+
This only returns useful values if the persistence mode is
|
2503
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2504
|
+
|
2505
|
+
</documentation>
|
2506
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2507
|
+
<input>
|
2508
|
+
<soap:body
|
2509
|
+
use="encoded"
|
2510
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2511
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2512
|
+
</input>
|
2513
|
+
<output>
|
2514
|
+
<soap:body
|
2515
|
+
use="encoded"
|
2516
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2517
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2518
|
+
</output>
|
2519
|
+
</operation>
|
2520
|
+
|
2521
|
+
<operation name="set_maximum_hash_buffer_size">
|
2522
|
+
<documentation>
|
2523
|
+
Sets the maximum size of the buffer used to hold the section of the
|
2524
|
+
payload data whose hashed value is used for the persistence value
|
2525
|
+
for a set of persistence values.
|
2526
|
+
|
2527
|
+
This is only applicable when the persistence mode is
|
2528
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2529
|
+
|
2530
|
+
</documentation>
|
2531
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2532
|
+
<input>
|
2533
|
+
<soap:body
|
2534
|
+
use="encoded"
|
2535
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2536
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2537
|
+
</input>
|
2538
|
+
<output>
|
2539
|
+
<soap:body
|
2540
|
+
use="encoded"
|
2541
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2542
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2543
|
+
</output>
|
2544
|
+
</operation>
|
2545
|
+
|
2546
|
+
<operation name="get_maximum_hash_buffer_size">
|
2547
|
+
<documentation>
|
2548
|
+
Gets the maximum size of the buffer used to hold the section of the
|
2549
|
+
payload data whose hashed value is used for the persistence value
|
2550
|
+
for a set of persistence values.
|
2551
|
+
|
2552
|
+
This only returns useful values if the persistence mode is
|
2553
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2554
|
+
|
2555
|
+
</documentation>
|
2556
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2557
|
+
<input>
|
2558
|
+
<soap:body
|
2559
|
+
use="encoded"
|
2560
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2561
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2562
|
+
</input>
|
2563
|
+
<output>
|
2564
|
+
<soap:body
|
2565
|
+
use="encoded"
|
2566
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2567
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2568
|
+
</output>
|
2569
|
+
</operation>
|
2570
|
+
|
2571
|
+
<operation name="set_hash_more_data_state">
|
2572
|
+
<documentation>
|
2573
|
+
Sets the enabled state whether to perform another hash operation
|
2574
|
+
after the current hash operation completes for a set of persistence
|
2575
|
+
profiles.
|
2576
|
+
|
2577
|
+
This is only applicable when the persistence mode is
|
2578
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2579
|
+
|
2580
|
+
</documentation>
|
2581
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2582
|
+
<input>
|
2583
|
+
<soap:body
|
2584
|
+
use="encoded"
|
2585
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2586
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2587
|
+
</input>
|
2588
|
+
<output>
|
2589
|
+
<soap:body
|
2590
|
+
use="encoded"
|
2591
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2592
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2593
|
+
</output>
|
2594
|
+
</operation>
|
2595
|
+
|
2596
|
+
<operation name="get_hash_more_data_state">
|
2597
|
+
<documentation>
|
2598
|
+
Gets the enabled state whether to perform another hash operation
|
2599
|
+
after the current hash operation completes for a set of persistence
|
2600
|
+
profiles.
|
2601
|
+
|
2602
|
+
This only returns useful values if the persistence mode is
|
2603
|
+
PERSISTENCE_MODE_HASH and the hash method is PERSISTENCE_HASH_CARP.
|
2604
|
+
|
2605
|
+
</documentation>
|
2606
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2607
|
+
<input>
|
2608
|
+
<soap:body
|
2609
|
+
use="encoded"
|
2610
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2611
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2612
|
+
</input>
|
2613
|
+
<output>
|
2614
|
+
<soap:body
|
2615
|
+
use="encoded"
|
2616
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2617
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2618
|
+
</output>
|
2619
|
+
</operation>
|
2620
|
+
|
2621
|
+
<operation name="set_override_connection_limit_state">
|
2622
|
+
<documentation>
|
2623
|
+
Sets the state indicating, when enabled, that the pool
|
2624
|
+
member connection limits are not enforced for persisted
|
2625
|
+
clients. Per-virtual connection limits remain hard limits
|
2626
|
+
and are not disabled. The default value is disabled.
|
2627
|
+
|
2628
|
+
</documentation>
|
2629
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2630
|
+
<input>
|
2631
|
+
<soap:body
|
2632
|
+
use="encoded"
|
2633
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2634
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2635
|
+
</input>
|
2636
|
+
<output>
|
2637
|
+
<soap:body
|
2638
|
+
use="encoded"
|
2639
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2640
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2641
|
+
</output>
|
2642
|
+
</operation>
|
2643
|
+
|
2644
|
+
<operation name="get_override_connection_limit_state">
|
2645
|
+
<documentation>
|
2646
|
+
Gets the state indicating, when enabled, that the pool
|
2647
|
+
member connection limits are not enforced for persisted
|
2648
|
+
clients.
|
2649
|
+
|
2650
|
+
</documentation>
|
2651
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2652
|
+
<input>
|
2653
|
+
<soap:body
|
2654
|
+
use="encoded"
|
2655
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2656
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2657
|
+
</input>
|
2658
|
+
<output>
|
2659
|
+
<soap:body
|
2660
|
+
use="encoded"
|
2661
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2662
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2663
|
+
</output>
|
2664
|
+
</operation>
|
2665
|
+
|
2666
|
+
<operation name="set_description">
|
2667
|
+
<documentation>
|
2668
|
+
Sets the description for a set of persistence profiles.
|
2669
|
+
|
2670
|
+
This is an arbitrary field which can be used for any purpose.
|
2671
|
+
|
2672
|
+
</documentation>
|
2673
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2674
|
+
<input>
|
2675
|
+
<soap:body
|
2676
|
+
use="encoded"
|
2677
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2678
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2679
|
+
</input>
|
2680
|
+
<output>
|
2681
|
+
<soap:body
|
2682
|
+
use="encoded"
|
2683
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2684
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2685
|
+
</output>
|
2686
|
+
</operation>
|
2687
|
+
|
2688
|
+
<operation name="get_description">
|
2689
|
+
<documentation>
|
2690
|
+
Gets the descriptions for a set of persistence profiles.
|
2691
|
+
|
2692
|
+
</documentation>
|
2693
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2694
|
+
<input>
|
2695
|
+
<soap:body
|
2696
|
+
use="encoded"
|
2697
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2698
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2699
|
+
</input>
|
2700
|
+
<output>
|
2701
|
+
<soap:body
|
2702
|
+
use="encoded"
|
2703
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2704
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2705
|
+
</output>
|
2706
|
+
</operation>
|
2707
|
+
|
2708
|
+
<operation name="get_version">
|
2709
|
+
<documentation>
|
2710
|
+
Gets the version information for this interface.
|
2711
|
+
|
2712
|
+
</documentation>
|
2713
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfilePersistence"/>
|
2714
|
+
<input>
|
2715
|
+
<soap:body
|
2716
|
+
use="encoded"
|
2717
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2718
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2719
|
+
</input>
|
2720
|
+
<output>
|
2721
|
+
<soap:body
|
2722
|
+
use="encoded"
|
2723
|
+
namespace="urn:iControl:LocalLB/ProfilePersistence"
|
2724
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2725
|
+
</output>
|
2726
|
+
</operation>
|
2727
|
+
</binding>
|
2728
|
+
|
2729
|
+
<!-- service -->
|
2730
|
+
|
2731
|
+
<service name="LocalLB.ProfilePersistence">
|
2732
|
+
<documentation>
|
2733
|
+
The ProfilePersistence interface enables you to manipulate a local load balancer's Persistence profile.
|
2734
|
+
|
2735
|
+
</documentation>
|
2736
|
+
<port name="LocalLB.ProfilePersistencePort" binding="tns:LocalLB.ProfilePersistenceBinding">
|
2737
|
+
<soap:address location="https://url_to_service"/>
|
2738
|
+
</port>
|
2739
|
+
</service>
|
2740
|
+
</definitions>
|