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,2153 @@
|
|
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.Class"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="Common.BooleanSequenceSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.BooleanSequence[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="LocalLB.Class.MetaInformationSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.Class.MetaInformation[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="LocalLB.Class.AddressEntry">
|
39
|
+
<xsd:sequence>
|
40
|
+
<xsd:element name="address" type="xsd:string"/>
|
41
|
+
<xsd:element name="netmask" type="xsd:string"/>
|
42
|
+
</xsd:sequence>
|
43
|
+
</xsd:complexType>
|
44
|
+
<xsd:complexType name="Common.StringSequence">
|
45
|
+
<xsd:complexContent>
|
46
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
47
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
48
|
+
</xsd:restriction>
|
49
|
+
</xsd:complexContent>
|
50
|
+
</xsd:complexType>
|
51
|
+
<xsd:complexType name="LocalLB.Class.MetaInformation">
|
52
|
+
<xsd:sequence>
|
53
|
+
<xsd:element name="class_name" type="xsd:string"/>
|
54
|
+
<xsd:element name="class_type" type="tns:LocalLB.Class.ClassType"/>
|
55
|
+
<xsd:element name="file_name" type="xsd:string"/>
|
56
|
+
<xsd:element name="file_mode" type="tns:LocalLB.Class.FileModeType"/>
|
57
|
+
<xsd:element name="file_format" type="tns:LocalLB.Class.FileFormatType"/>
|
58
|
+
</xsd:sequence>
|
59
|
+
</xsd:complexType>
|
60
|
+
<xsd:complexType name="Common.BooleanSequence">
|
61
|
+
<xsd:complexContent>
|
62
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
63
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
64
|
+
</xsd:restriction>
|
65
|
+
</xsd:complexContent>
|
66
|
+
</xsd:complexType>
|
67
|
+
<xsd:simpleType name="LocalLB.Class.ClassType">
|
68
|
+
<xsd:restriction base="xsd:string">
|
69
|
+
<xsd:enumeration value="CLASS_TYPE_UNDEFINED">
|
70
|
+
<xsd:annotation>
|
71
|
+
<xsd:documentation>CLASS_TYPE_UNDEFINED</xsd:documentation>
|
72
|
+
</xsd:annotation>
|
73
|
+
</xsd:enumeration>
|
74
|
+
<xsd:enumeration value="CLASS_TYPE_ADDRESS">
|
75
|
+
<xsd:annotation>
|
76
|
+
<xsd:documentation>CLASS_TYPE_ADDRESS</xsd:documentation>
|
77
|
+
</xsd:annotation>
|
78
|
+
</xsd:enumeration>
|
79
|
+
<xsd:enumeration value="CLASS_TYPE_STRING">
|
80
|
+
<xsd:annotation>
|
81
|
+
<xsd:documentation>CLASS_TYPE_STRING</xsd:documentation>
|
82
|
+
</xsd:annotation>
|
83
|
+
</xsd:enumeration>
|
84
|
+
<xsd:enumeration value="CLASS_TYPE_VALUE">
|
85
|
+
<xsd:annotation>
|
86
|
+
<xsd:documentation>CLASS_TYPE_VALUE</xsd:documentation>
|
87
|
+
</xsd:annotation>
|
88
|
+
</xsd:enumeration>
|
89
|
+
</xsd:restriction>
|
90
|
+
</xsd:simpleType>
|
91
|
+
<xsd:complexType name="Common.ULongSequence">
|
92
|
+
<xsd:complexContent>
|
93
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
94
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
95
|
+
</xsd:restriction>
|
96
|
+
</xsd:complexContent>
|
97
|
+
</xsd:complexType>
|
98
|
+
<xsd:complexType name="LocalLB.Class.AddressEntrySequence">
|
99
|
+
<xsd:complexContent>
|
100
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
101
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.Class.AddressEntry[]'/>
|
102
|
+
</xsd:restriction>
|
103
|
+
</xsd:complexContent>
|
104
|
+
</xsd:complexType>
|
105
|
+
<xsd:complexType name="LocalLB.Class.ClassTypeSequence">
|
106
|
+
<xsd:complexContent>
|
107
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
108
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.Class.ClassType[]'/>
|
109
|
+
</xsd:restriction>
|
110
|
+
</xsd:complexContent>
|
111
|
+
</xsd:complexType>
|
112
|
+
<xsd:complexType name="LocalLB.Class.FileModeTypeSequence">
|
113
|
+
<xsd:complexContent>
|
114
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
115
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.Class.FileModeType[]'/>
|
116
|
+
</xsd:restriction>
|
117
|
+
</xsd:complexContent>
|
118
|
+
</xsd:complexType>
|
119
|
+
<xsd:simpleType name="LocalLB.Class.FileFormatType">
|
120
|
+
<xsd:restriction base="xsd:string">
|
121
|
+
<xsd:enumeration value="FILE_FORMAT_UNKNOWN">
|
122
|
+
<xsd:annotation>
|
123
|
+
<xsd:documentation>FILE_FORMAT_UNKNOWN</xsd:documentation>
|
124
|
+
</xsd:annotation>
|
125
|
+
</xsd:enumeration>
|
126
|
+
<xsd:enumeration value="FILE_FORMAT_CSV">
|
127
|
+
<xsd:annotation>
|
128
|
+
<xsd:documentation>FILE_FORMAT_CSV</xsd:documentation>
|
129
|
+
</xsd:annotation>
|
130
|
+
</xsd:enumeration>
|
131
|
+
</xsd:restriction>
|
132
|
+
</xsd:simpleType>
|
133
|
+
<xsd:complexType name="LocalLB.Class.ValueClassSequence">
|
134
|
+
<xsd:complexContent>
|
135
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
136
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.Class.ValueClass[]'/>
|
137
|
+
</xsd:restriction>
|
138
|
+
</xsd:complexContent>
|
139
|
+
</xsd:complexType>
|
140
|
+
<xsd:complexType name="LocalLB.Class.StringClass">
|
141
|
+
<xsd:sequence>
|
142
|
+
<xsd:element name="name" type="xsd:string"/>
|
143
|
+
<xsd:element name="members" type="tns:Common.StringSequence"/>
|
144
|
+
</xsd:sequence>
|
145
|
+
</xsd:complexType>
|
146
|
+
<xsd:complexType name="LocalLB.Class.AddressClass">
|
147
|
+
<xsd:sequence>
|
148
|
+
<xsd:element name="name" type="xsd:string"/>
|
149
|
+
<xsd:element name="members" type="tns:LocalLB.Class.AddressEntrySequence"/>
|
150
|
+
</xsd:sequence>
|
151
|
+
</xsd:complexType>
|
152
|
+
<xsd:complexType name="LocalLB.Class.FileFormatTypeSequence">
|
153
|
+
<xsd:complexContent>
|
154
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
155
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.Class.FileFormatType[]'/>
|
156
|
+
</xsd:restriction>
|
157
|
+
</xsd:complexContent>
|
158
|
+
</xsd:complexType>
|
159
|
+
<xsd:complexType name="LocalLB.Class.ValueClass">
|
160
|
+
<xsd:sequence>
|
161
|
+
<xsd:element name="name" type="xsd:string"/>
|
162
|
+
<xsd:element name="members" type="tns:Common.ULongSequence"/>
|
163
|
+
</xsd:sequence>
|
164
|
+
</xsd:complexType>
|
165
|
+
<xsd:complexType name="LocalLB.Class.AddressClassSequence">
|
166
|
+
<xsd:complexContent>
|
167
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
168
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.Class.AddressClass[]'/>
|
169
|
+
</xsd:restriction>
|
170
|
+
</xsd:complexContent>
|
171
|
+
</xsd:complexType>
|
172
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
173
|
+
<xsd:complexContent>
|
174
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
175
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
176
|
+
</xsd:restriction>
|
177
|
+
</xsd:complexContent>
|
178
|
+
</xsd:complexType>
|
179
|
+
<xsd:complexType name="LocalLB.Class.StringClassSequence">
|
180
|
+
<xsd:complexContent>
|
181
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
182
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.Class.StringClass[]'/>
|
183
|
+
</xsd:restriction>
|
184
|
+
</xsd:complexContent>
|
185
|
+
</xsd:complexType>
|
186
|
+
<xsd:simpleType name="LocalLB.Class.FileModeType">
|
187
|
+
<xsd:restriction base="xsd:string">
|
188
|
+
<xsd:enumeration value="FILE_MODE_UNKNOWN">
|
189
|
+
<xsd:annotation>
|
190
|
+
<xsd:documentation>FILE_MODE_UNKNOWN</xsd:documentation>
|
191
|
+
</xsd:annotation>
|
192
|
+
</xsd:enumeration>
|
193
|
+
<xsd:enumeration value="FILE_MODE_TYPE_READ">
|
194
|
+
<xsd:annotation>
|
195
|
+
<xsd:documentation>FILE_MODE_TYPE_READ</xsd:documentation>
|
196
|
+
</xsd:annotation>
|
197
|
+
</xsd:enumeration>
|
198
|
+
<xsd:enumeration value="FILE_MODE_TYPE_READ_WRITE">
|
199
|
+
<xsd:annotation>
|
200
|
+
<xsd:documentation>FILE_MODE_TYPE_READ_WRITE</xsd:documentation>
|
201
|
+
</xsd:annotation>
|
202
|
+
</xsd:enumeration>
|
203
|
+
</xsd:restriction>
|
204
|
+
</xsd:simpleType>
|
205
|
+
</xsd:schema>
|
206
|
+
</types>
|
207
|
+
|
208
|
+
<!-- message -->
|
209
|
+
|
210
|
+
<message name="LocalLB.Class.get_address_class_listRequest">
|
211
|
+
</message>
|
212
|
+
<message name="LocalLB.Class.get_address_class_listResponse">
|
213
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
214
|
+
</message>
|
215
|
+
|
216
|
+
<message name="LocalLB.Class.create_address_classRequest">
|
217
|
+
<part name="classes" type="tns:LocalLB.Class.AddressClassSequence"/>
|
218
|
+
</message>
|
219
|
+
<message name="LocalLB.Class.create_address_classResponse">
|
220
|
+
</message>
|
221
|
+
|
222
|
+
<message name="LocalLB.Class.modify_address_classRequest">
|
223
|
+
<part name="classes" type="tns:LocalLB.Class.AddressClassSequence"/>
|
224
|
+
</message>
|
225
|
+
<message name="LocalLB.Class.modify_address_classResponse">
|
226
|
+
</message>
|
227
|
+
|
228
|
+
<message name="LocalLB.Class.get_address_classRequest">
|
229
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
230
|
+
</message>
|
231
|
+
<message name="LocalLB.Class.get_address_classResponse">
|
232
|
+
<part name="return" type="tns:LocalLB.Class.AddressClassSequence"/>
|
233
|
+
</message>
|
234
|
+
|
235
|
+
<message name="LocalLB.Class.add_address_class_memberRequest">
|
236
|
+
<part name="class_members" type="tns:LocalLB.Class.AddressClassSequence"/>
|
237
|
+
</message>
|
238
|
+
<message name="LocalLB.Class.add_address_class_memberResponse">
|
239
|
+
</message>
|
240
|
+
|
241
|
+
<message name="LocalLB.Class.delete_address_class_memberRequest">
|
242
|
+
<part name="class_members" type="tns:LocalLB.Class.AddressClassSequence"/>
|
243
|
+
</message>
|
244
|
+
<message name="LocalLB.Class.delete_address_class_memberResponse">
|
245
|
+
</message>
|
246
|
+
|
247
|
+
<message name="LocalLB.Class.find_address_class_memberRequest">
|
248
|
+
<part name="class_members" type="tns:LocalLB.Class.AddressClassSequence"/>
|
249
|
+
</message>
|
250
|
+
<message name="LocalLB.Class.find_address_class_memberResponse">
|
251
|
+
<part name="return" type="tns:Common.BooleanSequenceSequence"/>
|
252
|
+
</message>
|
253
|
+
|
254
|
+
<message name="LocalLB.Class.set_address_class_member_data_valueRequest">
|
255
|
+
<part name="class_members" type="tns:LocalLB.Class.AddressClassSequence"/>
|
256
|
+
<part name="values" type="tns:Common.StringSequenceSequence"/>
|
257
|
+
</message>
|
258
|
+
<message name="LocalLB.Class.set_address_class_member_data_valueResponse">
|
259
|
+
</message>
|
260
|
+
|
261
|
+
<message name="LocalLB.Class.get_address_class_member_data_valueRequest">
|
262
|
+
<part name="class_members" type="tns:LocalLB.Class.AddressClassSequence"/>
|
263
|
+
</message>
|
264
|
+
<message name="LocalLB.Class.get_address_class_member_data_valueResponse">
|
265
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
266
|
+
</message>
|
267
|
+
|
268
|
+
<message name="LocalLB.Class.get_string_class_listRequest">
|
269
|
+
</message>
|
270
|
+
<message name="LocalLB.Class.get_string_class_listResponse">
|
271
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
272
|
+
</message>
|
273
|
+
|
274
|
+
<message name="LocalLB.Class.create_string_classRequest">
|
275
|
+
<part name="classes" type="tns:LocalLB.Class.StringClassSequence"/>
|
276
|
+
</message>
|
277
|
+
<message name="LocalLB.Class.create_string_classResponse">
|
278
|
+
</message>
|
279
|
+
|
280
|
+
<message name="LocalLB.Class.modify_string_classRequest">
|
281
|
+
<part name="classes" type="tns:LocalLB.Class.StringClassSequence"/>
|
282
|
+
</message>
|
283
|
+
<message name="LocalLB.Class.modify_string_classResponse">
|
284
|
+
</message>
|
285
|
+
|
286
|
+
<message name="LocalLB.Class.get_string_classRequest">
|
287
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
288
|
+
</message>
|
289
|
+
<message name="LocalLB.Class.get_string_classResponse">
|
290
|
+
<part name="return" type="tns:LocalLB.Class.StringClassSequence"/>
|
291
|
+
</message>
|
292
|
+
|
293
|
+
<message name="LocalLB.Class.add_string_class_memberRequest">
|
294
|
+
<part name="class_members" type="tns:LocalLB.Class.StringClassSequence"/>
|
295
|
+
</message>
|
296
|
+
<message name="LocalLB.Class.add_string_class_memberResponse">
|
297
|
+
</message>
|
298
|
+
|
299
|
+
<message name="LocalLB.Class.delete_string_class_memberRequest">
|
300
|
+
<part name="class_members" type="tns:LocalLB.Class.StringClassSequence"/>
|
301
|
+
</message>
|
302
|
+
<message name="LocalLB.Class.delete_string_class_memberResponse">
|
303
|
+
</message>
|
304
|
+
|
305
|
+
<message name="LocalLB.Class.find_string_class_memberRequest">
|
306
|
+
<part name="class_members" type="tns:LocalLB.Class.StringClassSequence"/>
|
307
|
+
</message>
|
308
|
+
<message name="LocalLB.Class.find_string_class_memberResponse">
|
309
|
+
<part name="return" type="tns:Common.BooleanSequenceSequence"/>
|
310
|
+
</message>
|
311
|
+
|
312
|
+
<message name="LocalLB.Class.set_string_class_member_data_valueRequest">
|
313
|
+
<part name="class_members" type="tns:LocalLB.Class.StringClassSequence"/>
|
314
|
+
<part name="values" type="tns:Common.StringSequenceSequence"/>
|
315
|
+
</message>
|
316
|
+
<message name="LocalLB.Class.set_string_class_member_data_valueResponse">
|
317
|
+
</message>
|
318
|
+
|
319
|
+
<message name="LocalLB.Class.get_string_class_member_data_valueRequest">
|
320
|
+
<part name="class_members" type="tns:LocalLB.Class.StringClassSequence"/>
|
321
|
+
</message>
|
322
|
+
<message name="LocalLB.Class.get_string_class_member_data_valueResponse">
|
323
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
324
|
+
</message>
|
325
|
+
|
326
|
+
<message name="LocalLB.Class.get_value_class_listRequest">
|
327
|
+
</message>
|
328
|
+
<message name="LocalLB.Class.get_value_class_listResponse">
|
329
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
330
|
+
</message>
|
331
|
+
|
332
|
+
<message name="LocalLB.Class.create_value_classRequest">
|
333
|
+
<part name="classes" type="tns:LocalLB.Class.ValueClassSequence"/>
|
334
|
+
</message>
|
335
|
+
<message name="LocalLB.Class.create_value_classResponse">
|
336
|
+
</message>
|
337
|
+
|
338
|
+
<message name="LocalLB.Class.modify_value_classRequest">
|
339
|
+
<part name="classes" type="tns:LocalLB.Class.ValueClassSequence"/>
|
340
|
+
</message>
|
341
|
+
<message name="LocalLB.Class.modify_value_classResponse">
|
342
|
+
</message>
|
343
|
+
|
344
|
+
<message name="LocalLB.Class.get_value_classRequest">
|
345
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
346
|
+
</message>
|
347
|
+
<message name="LocalLB.Class.get_value_classResponse">
|
348
|
+
<part name="return" type="tns:LocalLB.Class.ValueClassSequence"/>
|
349
|
+
</message>
|
350
|
+
|
351
|
+
<message name="LocalLB.Class.add_value_class_memberRequest">
|
352
|
+
<part name="class_members" type="tns:LocalLB.Class.ValueClassSequence"/>
|
353
|
+
</message>
|
354
|
+
<message name="LocalLB.Class.add_value_class_memberResponse">
|
355
|
+
</message>
|
356
|
+
|
357
|
+
<message name="LocalLB.Class.delete_value_class_memberRequest">
|
358
|
+
<part name="class_members" type="tns:LocalLB.Class.ValueClassSequence"/>
|
359
|
+
</message>
|
360
|
+
<message name="LocalLB.Class.delete_value_class_memberResponse">
|
361
|
+
</message>
|
362
|
+
|
363
|
+
<message name="LocalLB.Class.find_value_class_memberRequest">
|
364
|
+
<part name="class_members" type="tns:LocalLB.Class.ValueClassSequence"/>
|
365
|
+
</message>
|
366
|
+
<message name="LocalLB.Class.find_value_class_memberResponse">
|
367
|
+
<part name="return" type="tns:Common.BooleanSequenceSequence"/>
|
368
|
+
</message>
|
369
|
+
|
370
|
+
<message name="LocalLB.Class.set_value_class_member_data_valueRequest">
|
371
|
+
<part name="class_members" type="tns:LocalLB.Class.ValueClassSequence"/>
|
372
|
+
<part name="values" type="tns:Common.StringSequenceSequence"/>
|
373
|
+
</message>
|
374
|
+
<message name="LocalLB.Class.set_value_class_member_data_valueResponse">
|
375
|
+
</message>
|
376
|
+
|
377
|
+
<message name="LocalLB.Class.get_value_class_member_data_valueRequest">
|
378
|
+
<part name="class_members" type="tns:LocalLB.Class.ValueClassSequence"/>
|
379
|
+
</message>
|
380
|
+
<message name="LocalLB.Class.get_value_class_member_data_valueResponse">
|
381
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
382
|
+
</message>
|
383
|
+
|
384
|
+
<message name="LocalLB.Class.delete_classRequest">
|
385
|
+
<part name="classes" type="tns:Common.StringSequence"/>
|
386
|
+
</message>
|
387
|
+
<message name="LocalLB.Class.delete_classResponse">
|
388
|
+
</message>
|
389
|
+
|
390
|
+
<message name="LocalLB.Class.delete_all_address_classesRequest">
|
391
|
+
</message>
|
392
|
+
<message name="LocalLB.Class.delete_all_address_classesResponse">
|
393
|
+
</message>
|
394
|
+
|
395
|
+
<message name="LocalLB.Class.delete_all_string_classesRequest">
|
396
|
+
</message>
|
397
|
+
<message name="LocalLB.Class.delete_all_string_classesResponse">
|
398
|
+
</message>
|
399
|
+
|
400
|
+
<message name="LocalLB.Class.delete_all_value_classesRequest">
|
401
|
+
</message>
|
402
|
+
<message name="LocalLB.Class.delete_all_value_classesResponse">
|
403
|
+
</message>
|
404
|
+
|
405
|
+
<message name="LocalLB.Class.get_external_class_listRequest">
|
406
|
+
</message>
|
407
|
+
<message name="LocalLB.Class.get_external_class_listResponse">
|
408
|
+
<part name="return" type="tns:LocalLB.Class.MetaInformationSequence"/>
|
409
|
+
</message>
|
410
|
+
|
411
|
+
<message name="LocalLB.Class.get_external_class_list_v2Request">
|
412
|
+
</message>
|
413
|
+
<message name="LocalLB.Class.get_external_class_list_v2Response">
|
414
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
415
|
+
</message>
|
416
|
+
|
417
|
+
<message name="LocalLB.Class.create_external_classRequest">
|
418
|
+
<part name="external_classes" type="tns:LocalLB.Class.MetaInformationSequence"/>
|
419
|
+
</message>
|
420
|
+
<message name="LocalLB.Class.create_external_classResponse">
|
421
|
+
</message>
|
422
|
+
|
423
|
+
<message name="LocalLB.Class.create_external_class_v2Request">
|
424
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
425
|
+
<part name="file_names" type="tns:Common.StringSequence"/>
|
426
|
+
</message>
|
427
|
+
<message name="LocalLB.Class.create_external_class_v2Response">
|
428
|
+
</message>
|
429
|
+
|
430
|
+
<message name="LocalLB.Class.set_external_class_file_nameRequest">
|
431
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
432
|
+
<part name="file_names" type="tns:Common.StringSequence"/>
|
433
|
+
</message>
|
434
|
+
<message name="LocalLB.Class.set_external_class_file_nameResponse">
|
435
|
+
</message>
|
436
|
+
|
437
|
+
<message name="LocalLB.Class.get_external_class_file_nameRequest">
|
438
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
439
|
+
</message>
|
440
|
+
<message name="LocalLB.Class.get_external_class_file_nameResponse">
|
441
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
442
|
+
</message>
|
443
|
+
|
444
|
+
<message name="LocalLB.Class.set_external_class_file_name_v2Request">
|
445
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
446
|
+
<part name="file_names" type="tns:Common.StringSequence"/>
|
447
|
+
</message>
|
448
|
+
<message name="LocalLB.Class.set_external_class_file_name_v2Response">
|
449
|
+
</message>
|
450
|
+
|
451
|
+
<message name="LocalLB.Class.get_external_class_file_name_v2Request">
|
452
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
453
|
+
</message>
|
454
|
+
<message name="LocalLB.Class.get_external_class_file_name_v2Response">
|
455
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
456
|
+
</message>
|
457
|
+
|
458
|
+
<message name="LocalLB.Class.set_external_class_file_modeRequest">
|
459
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
460
|
+
<part name="file_modes" type="tns:LocalLB.Class.FileModeTypeSequence"/>
|
461
|
+
</message>
|
462
|
+
<message name="LocalLB.Class.set_external_class_file_modeResponse">
|
463
|
+
</message>
|
464
|
+
|
465
|
+
<message name="LocalLB.Class.get_external_class_file_modeRequest">
|
466
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
467
|
+
</message>
|
468
|
+
<message name="LocalLB.Class.get_external_class_file_modeResponse">
|
469
|
+
<part name="return" type="tns:LocalLB.Class.FileModeTypeSequence"/>
|
470
|
+
</message>
|
471
|
+
|
472
|
+
<message name="LocalLB.Class.set_external_class_file_formatRequest">
|
473
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
474
|
+
<part name="file_formats" type="tns:LocalLB.Class.FileFormatTypeSequence"/>
|
475
|
+
</message>
|
476
|
+
<message name="LocalLB.Class.set_external_class_file_formatResponse">
|
477
|
+
</message>
|
478
|
+
|
479
|
+
<message name="LocalLB.Class.get_external_class_file_formatRequest">
|
480
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
481
|
+
</message>
|
482
|
+
<message name="LocalLB.Class.get_external_class_file_formatResponse">
|
483
|
+
<part name="return" type="tns:LocalLB.Class.FileFormatTypeSequence"/>
|
484
|
+
</message>
|
485
|
+
|
486
|
+
<message name="LocalLB.Class.set_data_separatorRequest">
|
487
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
488
|
+
<part name="separators" type="tns:Common.StringSequence"/>
|
489
|
+
</message>
|
490
|
+
<message name="LocalLB.Class.set_data_separatorResponse">
|
491
|
+
</message>
|
492
|
+
|
493
|
+
<message name="LocalLB.Class.get_data_separatorRequest">
|
494
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
495
|
+
</message>
|
496
|
+
<message name="LocalLB.Class.get_data_separatorResponse">
|
497
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
498
|
+
</message>
|
499
|
+
|
500
|
+
<message name="LocalLB.Class.get_class_meta_informationRequest">
|
501
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
502
|
+
</message>
|
503
|
+
<message name="LocalLB.Class.get_class_meta_informationResponse">
|
504
|
+
<part name="return" type="tns:LocalLB.Class.MetaInformationSequence"/>
|
505
|
+
</message>
|
506
|
+
|
507
|
+
<message name="LocalLB.Class.get_class_meta_information_v2Request">
|
508
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
509
|
+
</message>
|
510
|
+
<message name="LocalLB.Class.get_class_meta_information_v2Response">
|
511
|
+
<part name="return" type="tns:LocalLB.Class.MetaInformationSequence"/>
|
512
|
+
</message>
|
513
|
+
|
514
|
+
<message name="LocalLB.Class.get_class_typeRequest">
|
515
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
516
|
+
</message>
|
517
|
+
<message name="LocalLB.Class.get_class_typeResponse">
|
518
|
+
<part name="return" type="tns:LocalLB.Class.ClassTypeSequence"/>
|
519
|
+
</message>
|
520
|
+
|
521
|
+
<message name="LocalLB.Class.set_descriptionRequest">
|
522
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
523
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
524
|
+
</message>
|
525
|
+
<message name="LocalLB.Class.set_descriptionResponse">
|
526
|
+
</message>
|
527
|
+
|
528
|
+
<message name="LocalLB.Class.get_descriptionRequest">
|
529
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
530
|
+
</message>
|
531
|
+
<message name="LocalLB.Class.get_descriptionResponse">
|
532
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
533
|
+
</message>
|
534
|
+
|
535
|
+
<message name="LocalLB.Class.get_versionRequest">
|
536
|
+
</message>
|
537
|
+
<message name="LocalLB.Class.get_versionResponse">
|
538
|
+
<part name="return" type="xsd:string"/>
|
539
|
+
</message>
|
540
|
+
|
541
|
+
<!-- portType -->
|
542
|
+
|
543
|
+
<portType name="LocalLB.ClassPortType">
|
544
|
+
<operation name="get_address_class_list">
|
545
|
+
<documentation>
|
546
|
+
Gets the list of available address classes.
|
547
|
+
|
548
|
+
</documentation>
|
549
|
+
<input message="tns:LocalLB.Class.get_address_class_listRequest"/>
|
550
|
+
<output message="tns:LocalLB.Class.get_address_class_listResponse"/>
|
551
|
+
</operation>
|
552
|
+
<operation name="create_address_class">
|
553
|
+
<documentation>
|
554
|
+
Creates address classes. The specified classes must not already exist.
|
555
|
+
|
556
|
+
</documentation>
|
557
|
+
<input message="tns:LocalLB.Class.create_address_classRequest"/>
|
558
|
+
<output message="tns:LocalLB.Class.create_address_classResponse"/>
|
559
|
+
</operation>
|
560
|
+
<operation name="modify_address_class">
|
561
|
+
<documentation>
|
562
|
+
Modifies address classes. The specified classes must already exist.
|
563
|
+
|
564
|
+
</documentation>
|
565
|
+
<input message="tns:LocalLB.Class.modify_address_classRequest"/>
|
566
|
+
<output message="tns:LocalLB.Class.modify_address_classResponse"/>
|
567
|
+
</operation>
|
568
|
+
<operation name="get_address_class">
|
569
|
+
<documentation>
|
570
|
+
Gets the specified address classes.
|
571
|
+
|
572
|
+
</documentation>
|
573
|
+
<input message="tns:LocalLB.Class.get_address_classRequest"/>
|
574
|
+
<output message="tns:LocalLB.Class.get_address_classResponse"/>
|
575
|
+
</operation>
|
576
|
+
<operation name="add_address_class_member">
|
577
|
+
<documentation>
|
578
|
+
Incrementally adds address class members.
|
579
|
+
|
580
|
+
</documentation>
|
581
|
+
<input message="tns:LocalLB.Class.add_address_class_memberRequest"/>
|
582
|
+
<output message="tns:LocalLB.Class.add_address_class_memberResponse"/>
|
583
|
+
</operation>
|
584
|
+
<operation name="delete_address_class_member">
|
585
|
+
<documentation>
|
586
|
+
Incrementally deletes address class members.
|
587
|
+
|
588
|
+
</documentation>
|
589
|
+
<input message="tns:LocalLB.Class.delete_address_class_memberRequest"/>
|
590
|
+
<output message="tns:LocalLB.Class.delete_address_class_memberResponse"/>
|
591
|
+
</operation>
|
592
|
+
<operation name="find_address_class_member">
|
593
|
+
<documentation>
|
594
|
+
Checks to see if the specified class members are in the specified class names.
|
595
|
+
|
596
|
+
</documentation>
|
597
|
+
<input message="tns:LocalLB.Class.find_address_class_memberRequest"/>
|
598
|
+
<output message="tns:LocalLB.Class.find_address_class_memberResponse"/>
|
599
|
+
</operation>
|
600
|
+
<operation name="set_address_class_member_data_value">
|
601
|
+
<documentation>
|
602
|
+
Sets the data values associated with a set of address class
|
603
|
+
members. This data value is an optional arbitrary string, which
|
604
|
+
can be retrieved given the class member information, allowing the
|
605
|
+
class to be used as a value map.
|
606
|
+
|
607
|
+
</documentation>
|
608
|
+
<input message="tns:LocalLB.Class.set_address_class_member_data_valueRequest"/>
|
609
|
+
<output message="tns:LocalLB.Class.set_address_class_member_data_valueResponse"/>
|
610
|
+
</operation>
|
611
|
+
<operation name="get_address_class_member_data_value">
|
612
|
+
<documentation>
|
613
|
+
Gets the data values associated with a set of address class
|
614
|
+
members. This method is effectively the lookup method for using
|
615
|
+
the class as a value map.
|
616
|
+
|
617
|
+
</documentation>
|
618
|
+
<input message="tns:LocalLB.Class.get_address_class_member_data_valueRequest"/>
|
619
|
+
<output message="tns:LocalLB.Class.get_address_class_member_data_valueResponse"/>
|
620
|
+
</operation>
|
621
|
+
<operation name="get_string_class_list">
|
622
|
+
<documentation>
|
623
|
+
Gets the list of available string classes.
|
624
|
+
|
625
|
+
</documentation>
|
626
|
+
<input message="tns:LocalLB.Class.get_string_class_listRequest"/>
|
627
|
+
<output message="tns:LocalLB.Class.get_string_class_listResponse"/>
|
628
|
+
</operation>
|
629
|
+
<operation name="create_string_class">
|
630
|
+
<documentation>
|
631
|
+
Creates string classes. The specified classes must not already exist.
|
632
|
+
|
633
|
+
</documentation>
|
634
|
+
<input message="tns:LocalLB.Class.create_string_classRequest"/>
|
635
|
+
<output message="tns:LocalLB.Class.create_string_classResponse"/>
|
636
|
+
</operation>
|
637
|
+
<operation name="modify_string_class">
|
638
|
+
<documentation>
|
639
|
+
Modifies string classes. The specified classes must already exist.
|
640
|
+
|
641
|
+
</documentation>
|
642
|
+
<input message="tns:LocalLB.Class.modify_string_classRequest"/>
|
643
|
+
<output message="tns:LocalLB.Class.modify_string_classResponse"/>
|
644
|
+
</operation>
|
645
|
+
<operation name="get_string_class">
|
646
|
+
<documentation>
|
647
|
+
Gets the specified string classes.
|
648
|
+
|
649
|
+
</documentation>
|
650
|
+
<input message="tns:LocalLB.Class.get_string_classRequest"/>
|
651
|
+
<output message="tns:LocalLB.Class.get_string_classResponse"/>
|
652
|
+
</operation>
|
653
|
+
<operation name="add_string_class_member">
|
654
|
+
<documentation>
|
655
|
+
Incrementally adds string class members.
|
656
|
+
|
657
|
+
</documentation>
|
658
|
+
<input message="tns:LocalLB.Class.add_string_class_memberRequest"/>
|
659
|
+
<output message="tns:LocalLB.Class.add_string_class_memberResponse"/>
|
660
|
+
</operation>
|
661
|
+
<operation name="delete_string_class_member">
|
662
|
+
<documentation>
|
663
|
+
Incrementally deletes string class members.
|
664
|
+
|
665
|
+
</documentation>
|
666
|
+
<input message="tns:LocalLB.Class.delete_string_class_memberRequest"/>
|
667
|
+
<output message="tns:LocalLB.Class.delete_string_class_memberResponse"/>
|
668
|
+
</operation>
|
669
|
+
<operation name="find_string_class_member">
|
670
|
+
<documentation>
|
671
|
+
Checks to see if the specified class members are in the specified class names.
|
672
|
+
|
673
|
+
</documentation>
|
674
|
+
<input message="tns:LocalLB.Class.find_string_class_memberRequest"/>
|
675
|
+
<output message="tns:LocalLB.Class.find_string_class_memberResponse"/>
|
676
|
+
</operation>
|
677
|
+
<operation name="set_string_class_member_data_value">
|
678
|
+
<documentation>
|
679
|
+
Sets the data values associated with a set of string class members.
|
680
|
+
This data value is an optional arbitrary string, which can be
|
681
|
+
retrieved given the class member information, allowing the class to
|
682
|
+
be used as a value map.
|
683
|
+
|
684
|
+
</documentation>
|
685
|
+
<input message="tns:LocalLB.Class.set_string_class_member_data_valueRequest"/>
|
686
|
+
<output message="tns:LocalLB.Class.set_string_class_member_data_valueResponse"/>
|
687
|
+
</operation>
|
688
|
+
<operation name="get_string_class_member_data_value">
|
689
|
+
<documentation>
|
690
|
+
Gets the data values associated with a set of string class members.
|
691
|
+
This method is effectively the lookup method for using the class as
|
692
|
+
a value map.
|
693
|
+
|
694
|
+
</documentation>
|
695
|
+
<input message="tns:LocalLB.Class.get_string_class_member_data_valueRequest"/>
|
696
|
+
<output message="tns:LocalLB.Class.get_string_class_member_data_valueResponse"/>
|
697
|
+
</operation>
|
698
|
+
<operation name="get_value_class_list">
|
699
|
+
<documentation>
|
700
|
+
Gets the list of available value classes.
|
701
|
+
|
702
|
+
</documentation>
|
703
|
+
<input message="tns:LocalLB.Class.get_value_class_listRequest"/>
|
704
|
+
<output message="tns:LocalLB.Class.get_value_class_listResponse"/>
|
705
|
+
</operation>
|
706
|
+
<operation name="create_value_class">
|
707
|
+
<documentation>
|
708
|
+
Creates value classes. The specified classes must not already exist.
|
709
|
+
|
710
|
+
</documentation>
|
711
|
+
<input message="tns:LocalLB.Class.create_value_classRequest"/>
|
712
|
+
<output message="tns:LocalLB.Class.create_value_classResponse"/>
|
713
|
+
</operation>
|
714
|
+
<operation name="modify_value_class">
|
715
|
+
<documentation>
|
716
|
+
Modifies value classes. The specified classes must already exist.
|
717
|
+
|
718
|
+
</documentation>
|
719
|
+
<input message="tns:LocalLB.Class.modify_value_classRequest"/>
|
720
|
+
<output message="tns:LocalLB.Class.modify_value_classResponse"/>
|
721
|
+
</operation>
|
722
|
+
<operation name="get_value_class">
|
723
|
+
<documentation>
|
724
|
+
Gets the specified value classes.
|
725
|
+
|
726
|
+
</documentation>
|
727
|
+
<input message="tns:LocalLB.Class.get_value_classRequest"/>
|
728
|
+
<output message="tns:LocalLB.Class.get_value_classResponse"/>
|
729
|
+
</operation>
|
730
|
+
<operation name="add_value_class_member">
|
731
|
+
<documentation>
|
732
|
+
Incrementally adds value class members.
|
733
|
+
|
734
|
+
</documentation>
|
735
|
+
<input message="tns:LocalLB.Class.add_value_class_memberRequest"/>
|
736
|
+
<output message="tns:LocalLB.Class.add_value_class_memberResponse"/>
|
737
|
+
</operation>
|
738
|
+
<operation name="delete_value_class_member">
|
739
|
+
<documentation>
|
740
|
+
Incrementally deletes value class members.
|
741
|
+
|
742
|
+
</documentation>
|
743
|
+
<input message="tns:LocalLB.Class.delete_value_class_memberRequest"/>
|
744
|
+
<output message="tns:LocalLB.Class.delete_value_class_memberResponse"/>
|
745
|
+
</operation>
|
746
|
+
<operation name="find_value_class_member">
|
747
|
+
<documentation>
|
748
|
+
Checks to see if the specified class members are in the specified class names.
|
749
|
+
|
750
|
+
</documentation>
|
751
|
+
<input message="tns:LocalLB.Class.find_value_class_memberRequest"/>
|
752
|
+
<output message="tns:LocalLB.Class.find_value_class_memberResponse"/>
|
753
|
+
</operation>
|
754
|
+
<operation name="set_value_class_member_data_value">
|
755
|
+
<documentation>
|
756
|
+
Sets the data values associated with a set of value class members.
|
757
|
+
This data value is an arbitrary optional string, which can be
|
758
|
+
retrieved given the class member information, allowing the class to
|
759
|
+
be used as a value map.
|
760
|
+
|
761
|
+
</documentation>
|
762
|
+
<input message="tns:LocalLB.Class.set_value_class_member_data_valueRequest"/>
|
763
|
+
<output message="tns:LocalLB.Class.set_value_class_member_data_valueResponse"/>
|
764
|
+
</operation>
|
765
|
+
<operation name="get_value_class_member_data_value">
|
766
|
+
<documentation>
|
767
|
+
Gets the data values associated with a set of value class members.
|
768
|
+
This method is effectively the lookup method for using the class as
|
769
|
+
a value map.
|
770
|
+
|
771
|
+
</documentation>
|
772
|
+
<input message="tns:LocalLB.Class.get_value_class_member_data_valueRequest"/>
|
773
|
+
<output message="tns:LocalLB.Class.get_value_class_member_data_valueResponse"/>
|
774
|
+
</operation>
|
775
|
+
<operation name="delete_class">
|
776
|
+
<documentation>
|
777
|
+
Deletes the specified classes. The specified classes can be of any class type, even external classes.
|
778
|
+
|
779
|
+
</documentation>
|
780
|
+
<input message="tns:LocalLB.Class.delete_classRequest"/>
|
781
|
+
<output message="tns:LocalLB.Class.delete_classResponse"/>
|
782
|
+
</operation>
|
783
|
+
<operation name="delete_all_address_classes">
|
784
|
+
<documentation>
|
785
|
+
Deletes all address classes.
|
786
|
+
|
787
|
+
</documentation>
|
788
|
+
<input message="tns:LocalLB.Class.delete_all_address_classesRequest"/>
|
789
|
+
<output message="tns:LocalLB.Class.delete_all_address_classesResponse"/>
|
790
|
+
</operation>
|
791
|
+
<operation name="delete_all_string_classes">
|
792
|
+
<documentation>
|
793
|
+
Deletes all string classes.
|
794
|
+
|
795
|
+
</documentation>
|
796
|
+
<input message="tns:LocalLB.Class.delete_all_string_classesRequest"/>
|
797
|
+
<output message="tns:LocalLB.Class.delete_all_string_classesResponse"/>
|
798
|
+
</operation>
|
799
|
+
<operation name="delete_all_value_classes">
|
800
|
+
<documentation>
|
801
|
+
Deletes all value classes.
|
802
|
+
|
803
|
+
</documentation>
|
804
|
+
<input message="tns:LocalLB.Class.delete_all_value_classesRequest"/>
|
805
|
+
<output message="tns:LocalLB.Class.delete_all_value_classesResponse"/>
|
806
|
+
</operation>
|
807
|
+
<operation name="get_external_class_list">
|
808
|
+
<documentation>
|
809
|
+
This method is deprecated, since data group files are officially
|
810
|
+
managed as data group file objects via the
|
811
|
+
get_external_class_list_v2 method and System::DataGroupFile
|
812
|
+
interface.
|
813
|
+
|
814
|
+
Gets the list of all available external classes.
|
815
|
+
|
816
|
+
</documentation>
|
817
|
+
<input message="tns:LocalLB.Class.get_external_class_listRequest"/>
|
818
|
+
<output message="tns:LocalLB.Class.get_external_class_listResponse"/>
|
819
|
+
</operation>
|
820
|
+
<operation name="get_external_class_list_v2">
|
821
|
+
<documentation>
|
822
|
+
Gets the list of all available external classes.
|
823
|
+
|
824
|
+
</documentation>
|
825
|
+
<input message="tns:LocalLB.Class.get_external_class_list_v2Request"/>
|
826
|
+
<output message="tns:LocalLB.Class.get_external_class_list_v2Response"/>
|
827
|
+
</operation>
|
828
|
+
<operation name="create_external_class">
|
829
|
+
<documentation>
|
830
|
+
This method is deprecated, since data group files are officially
|
831
|
+
managed as data group file objects via the create_external_class_v2
|
832
|
+
method and System::DataGroupFile interface.
|
833
|
+
|
834
|
+
Creates external classes.
|
835
|
+
|
836
|
+
Note: As of v9.6.0, the validation on the file_name field
|
837
|
+
in external_classes was improved to ensure the class file
|
838
|
+
exists on pain of Common::OperationFailed exception.
|
839
|
+
|
840
|
+
</documentation>
|
841
|
+
<input message="tns:LocalLB.Class.create_external_classRequest"/>
|
842
|
+
<output message="tns:LocalLB.Class.create_external_classResponse"/>
|
843
|
+
</operation>
|
844
|
+
<operation name="create_external_class_v2">
|
845
|
+
<documentation>
|
846
|
+
Creates external classes.
|
847
|
+
|
848
|
+
</documentation>
|
849
|
+
<input message="tns:LocalLB.Class.create_external_class_v2Request"/>
|
850
|
+
<output message="tns:LocalLB.Class.create_external_class_v2Response"/>
|
851
|
+
</operation>
|
852
|
+
<operation name="set_external_class_file_name">
|
853
|
+
<documentation>
|
854
|
+
This method is deprecated, since data group files are officially
|
855
|
+
managed as data group file objects via the
|
856
|
+
set_external_class_file_name_v2 method and System::DataGroupFile
|
857
|
+
interface.
|
858
|
+
|
859
|
+
Sets the file names for the specified external classes. This should only be called
|
860
|
+
for external classes, since it does not make sense for non-external classes.
|
861
|
+
If called for non-external classes, it will silently accept it, but nothing
|
862
|
+
will be done.
|
863
|
+
|
864
|
+
</documentation>
|
865
|
+
<input message="tns:LocalLB.Class.set_external_class_file_nameRequest"/>
|
866
|
+
<output message="tns:LocalLB.Class.set_external_class_file_nameResponse"/>
|
867
|
+
</operation>
|
868
|
+
<operation name="get_external_class_file_name">
|
869
|
+
<documentation>
|
870
|
+
This method is deprecated, since data group files are officially
|
871
|
+
managed as data group file objects via the
|
872
|
+
get_external_class_file_name_v2 method and System::DataGroupFile
|
873
|
+
interface.
|
874
|
+
|
875
|
+
Gets the file names for the specified classes. This should only be called
|
876
|
+
for external classes, since it does not make sense for non-external classes.
|
877
|
+
|
878
|
+
</documentation>
|
879
|
+
<input message="tns:LocalLB.Class.get_external_class_file_nameRequest"/>
|
880
|
+
<output message="tns:LocalLB.Class.get_external_class_file_nameResponse"/>
|
881
|
+
</operation>
|
882
|
+
<operation name="set_external_class_file_name_v2">
|
883
|
+
<documentation>
|
884
|
+
Sets the names of the data group file objects for a set of external
|
885
|
+
classes. This should only be called for external classes, since it
|
886
|
+
does not make sense for non-external classes. If called for
|
887
|
+
non-external classes, it will silently accept it, but nothing will
|
888
|
+
be done.
|
889
|
+
|
890
|
+
</documentation>
|
891
|
+
<input message="tns:LocalLB.Class.set_external_class_file_name_v2Request"/>
|
892
|
+
<output message="tns:LocalLB.Class.set_external_class_file_name_v2Response"/>
|
893
|
+
</operation>
|
894
|
+
<operation name="get_external_class_file_name_v2">
|
895
|
+
<documentation>
|
896
|
+
Gets the names of the data group file objects for a set of
|
897
|
+
classes. For non-external classes, an empty name will be returned.
|
898
|
+
|
899
|
+
</documentation>
|
900
|
+
<input message="tns:LocalLB.Class.get_external_class_file_name_v2Request"/>
|
901
|
+
<output message="tns:LocalLB.Class.get_external_class_file_name_v2Response"/>
|
902
|
+
</operation>
|
903
|
+
<operation name="set_external_class_file_mode">
|
904
|
+
<documentation>
|
905
|
+
Sets the file mode for the specified classes. This should only be called
|
906
|
+
for external classes, since it does not make sense for non-external classes.
|
907
|
+
If called for non-external classes, it will silently accept it, but nothing
|
908
|
+
will be done.
|
909
|
+
|
910
|
+
</documentation>
|
911
|
+
<input message="tns:LocalLB.Class.set_external_class_file_modeRequest"/>
|
912
|
+
<output message="tns:LocalLB.Class.set_external_class_file_modeResponse"/>
|
913
|
+
</operation>
|
914
|
+
<operation name="get_external_class_file_mode">
|
915
|
+
<documentation>
|
916
|
+
Gets the file modes for the specified classes. This should only be called
|
917
|
+
for external classes, since it does not make sense for non-external classes.
|
918
|
+
|
919
|
+
</documentation>
|
920
|
+
<input message="tns:LocalLB.Class.get_external_class_file_modeRequest"/>
|
921
|
+
<output message="tns:LocalLB.Class.get_external_class_file_modeResponse"/>
|
922
|
+
</operation>
|
923
|
+
<operation name="set_external_class_file_format">
|
924
|
+
<documentation>
|
925
|
+
Sets the file format for the specified classes. This should only be called
|
926
|
+
for external classes, since it does not make sense for non-external classes.
|
927
|
+
If called for non-external classes, it will silently accept it, but nothing
|
928
|
+
will be done.
|
929
|
+
|
930
|
+
</documentation>
|
931
|
+
<input message="tns:LocalLB.Class.set_external_class_file_formatRequest"/>
|
932
|
+
<output message="tns:LocalLB.Class.set_external_class_file_formatResponse"/>
|
933
|
+
</operation>
|
934
|
+
<operation name="get_external_class_file_format">
|
935
|
+
<documentation>
|
936
|
+
Gets the file format for the specified classes. This should only be called
|
937
|
+
for external classes, since it does not make sense for non-external classes.
|
938
|
+
|
939
|
+
</documentation>
|
940
|
+
<input message="tns:LocalLB.Class.get_external_class_file_formatRequest"/>
|
941
|
+
<output message="tns:LocalLB.Class.get_external_class_file_formatResponse"/>
|
942
|
+
</operation>
|
943
|
+
<operation name="set_data_separator">
|
944
|
+
<documentation>
|
945
|
+
This has been deprecated, as its functionality has been taken over
|
946
|
+
by the DataGroupFile interface. Note that it is valid only for
|
947
|
+
external classes in 11.0.0 and beyond (it really never was
|
948
|
+
appropriate for other classes, and is deprecated in any case).
|
949
|
+
|
950
|
+
Sets the strings used to separate a class member value from its
|
951
|
+
optional associated data value for a set of classes. This is used
|
952
|
+
for listing and storing both external and internal classes.
|
953
|
+
|
954
|
+
</documentation>
|
955
|
+
<input message="tns:LocalLB.Class.set_data_separatorRequest"/>
|
956
|
+
<output message="tns:LocalLB.Class.set_data_separatorResponse"/>
|
957
|
+
</operation>
|
958
|
+
<operation name="get_data_separator">
|
959
|
+
<documentation>
|
960
|
+
This has been deprecated, as its functionality has been taken over
|
961
|
+
by the DataGroupFile interface. Note that it is valid only for
|
962
|
+
external classes in 11.0.0 and beyond (it really never was
|
963
|
+
appropriate for other classes, and is deprecated in any case).
|
964
|
+
|
965
|
+
Gets the strings used to separate a class member value from its
|
966
|
+
optional associated data value for a set of classes.
|
967
|
+
|
968
|
+
</documentation>
|
969
|
+
<input message="tns:LocalLB.Class.get_data_separatorRequest"/>
|
970
|
+
<output message="tns:LocalLB.Class.get_data_separatorResponse"/>
|
971
|
+
</operation>
|
972
|
+
<operation name="get_class_meta_information">
|
973
|
+
<documentation>
|
974
|
+
This method is deprecated, since data group files are officially
|
975
|
+
managed as data group file objects via the
|
976
|
+
get_class_meta_information_v2 method and System::DataGroupFile
|
977
|
+
interface.
|
978
|
+
|
979
|
+
Gets the meta data information for the specified classes. For external classes,
|
980
|
+
the meta information will indicate the external file and other relevant information.
|
981
|
+
For non-external classes, only applicable information such as class name/type will be
|
982
|
+
of importance.
|
983
|
+
|
984
|
+
</documentation>
|
985
|
+
<input message="tns:LocalLB.Class.get_class_meta_informationRequest"/>
|
986
|
+
<output message="tns:LocalLB.Class.get_class_meta_informationResponse"/>
|
987
|
+
</operation>
|
988
|
+
<operation name="get_class_meta_information_v2">
|
989
|
+
<documentation>
|
990
|
+
Gets the meta data information for the specified classes. For external classes,
|
991
|
+
the meta information will indicate the external file and other relevant information.
|
992
|
+
For non-external classes, only applicable information such as class name/type will be
|
993
|
+
of importance.
|
994
|
+
|
995
|
+
</documentation>
|
996
|
+
<input message="tns:LocalLB.Class.get_class_meta_information_v2Request"/>
|
997
|
+
<output message="tns:LocalLB.Class.get_class_meta_information_v2Response"/>
|
998
|
+
</operation>
|
999
|
+
<operation name="get_class_type">
|
1000
|
+
<documentation>
|
1001
|
+
Gets the class types for the specified classes.
|
1002
|
+
|
1003
|
+
</documentation>
|
1004
|
+
<input message="tns:LocalLB.Class.get_class_typeRequest"/>
|
1005
|
+
<output message="tns:LocalLB.Class.get_class_typeResponse"/>
|
1006
|
+
</operation>
|
1007
|
+
<operation name="set_description">
|
1008
|
+
<documentation>
|
1009
|
+
Sets the description for a set of classes.
|
1010
|
+
|
1011
|
+
This is an arbitrary field which can be used for any purpose.
|
1012
|
+
|
1013
|
+
</documentation>
|
1014
|
+
<input message="tns:LocalLB.Class.set_descriptionRequest"/>
|
1015
|
+
<output message="tns:LocalLB.Class.set_descriptionResponse"/>
|
1016
|
+
</operation>
|
1017
|
+
<operation name="get_description">
|
1018
|
+
<documentation>
|
1019
|
+
Gets the descriptions for a set of classes.
|
1020
|
+
|
1021
|
+
</documentation>
|
1022
|
+
<input message="tns:LocalLB.Class.get_descriptionRequest"/>
|
1023
|
+
<output message="tns:LocalLB.Class.get_descriptionResponse"/>
|
1024
|
+
</operation>
|
1025
|
+
<operation name="get_version">
|
1026
|
+
<documentation>
|
1027
|
+
Gets the version information for this interface.
|
1028
|
+
|
1029
|
+
</documentation>
|
1030
|
+
<input message="tns:LocalLB.Class.get_versionRequest"/>
|
1031
|
+
<output message="tns:LocalLB.Class.get_versionResponse"/>
|
1032
|
+
</operation>
|
1033
|
+
</portType>
|
1034
|
+
|
1035
|
+
<!-- binding -->
|
1036
|
+
|
1037
|
+
<binding name="LocalLB.ClassBinding" type="tns:LocalLB.ClassPortType">
|
1038
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1039
|
+
<operation name="get_address_class_list">
|
1040
|
+
<documentation>
|
1041
|
+
Gets the list of available address classes.
|
1042
|
+
|
1043
|
+
</documentation>
|
1044
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1045
|
+
<input>
|
1046
|
+
<soap:body
|
1047
|
+
use="encoded"
|
1048
|
+
namespace="urn:iControl:LocalLB/Class"
|
1049
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1050
|
+
</input>
|
1051
|
+
<output>
|
1052
|
+
<soap:body
|
1053
|
+
use="encoded"
|
1054
|
+
namespace="urn:iControl:LocalLB/Class"
|
1055
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1056
|
+
</output>
|
1057
|
+
</operation>
|
1058
|
+
|
1059
|
+
<operation name="create_address_class">
|
1060
|
+
<documentation>
|
1061
|
+
Creates address classes. The specified classes must not already exist.
|
1062
|
+
|
1063
|
+
</documentation>
|
1064
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1065
|
+
<input>
|
1066
|
+
<soap:body
|
1067
|
+
use="encoded"
|
1068
|
+
namespace="urn:iControl:LocalLB/Class"
|
1069
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1070
|
+
</input>
|
1071
|
+
<output>
|
1072
|
+
<soap:body
|
1073
|
+
use="encoded"
|
1074
|
+
namespace="urn:iControl:LocalLB/Class"
|
1075
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1076
|
+
</output>
|
1077
|
+
</operation>
|
1078
|
+
|
1079
|
+
<operation name="modify_address_class">
|
1080
|
+
<documentation>
|
1081
|
+
Modifies address classes. The specified classes must already exist.
|
1082
|
+
|
1083
|
+
</documentation>
|
1084
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1085
|
+
<input>
|
1086
|
+
<soap:body
|
1087
|
+
use="encoded"
|
1088
|
+
namespace="urn:iControl:LocalLB/Class"
|
1089
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1090
|
+
</input>
|
1091
|
+
<output>
|
1092
|
+
<soap:body
|
1093
|
+
use="encoded"
|
1094
|
+
namespace="urn:iControl:LocalLB/Class"
|
1095
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1096
|
+
</output>
|
1097
|
+
</operation>
|
1098
|
+
|
1099
|
+
<operation name="get_address_class">
|
1100
|
+
<documentation>
|
1101
|
+
Gets the specified address classes.
|
1102
|
+
|
1103
|
+
</documentation>
|
1104
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1105
|
+
<input>
|
1106
|
+
<soap:body
|
1107
|
+
use="encoded"
|
1108
|
+
namespace="urn:iControl:LocalLB/Class"
|
1109
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1110
|
+
</input>
|
1111
|
+
<output>
|
1112
|
+
<soap:body
|
1113
|
+
use="encoded"
|
1114
|
+
namespace="urn:iControl:LocalLB/Class"
|
1115
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1116
|
+
</output>
|
1117
|
+
</operation>
|
1118
|
+
|
1119
|
+
<operation name="add_address_class_member">
|
1120
|
+
<documentation>
|
1121
|
+
Incrementally adds address class members.
|
1122
|
+
|
1123
|
+
</documentation>
|
1124
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1125
|
+
<input>
|
1126
|
+
<soap:body
|
1127
|
+
use="encoded"
|
1128
|
+
namespace="urn:iControl:LocalLB/Class"
|
1129
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1130
|
+
</input>
|
1131
|
+
<output>
|
1132
|
+
<soap:body
|
1133
|
+
use="encoded"
|
1134
|
+
namespace="urn:iControl:LocalLB/Class"
|
1135
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1136
|
+
</output>
|
1137
|
+
</operation>
|
1138
|
+
|
1139
|
+
<operation name="delete_address_class_member">
|
1140
|
+
<documentation>
|
1141
|
+
Incrementally deletes address class members.
|
1142
|
+
|
1143
|
+
</documentation>
|
1144
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1145
|
+
<input>
|
1146
|
+
<soap:body
|
1147
|
+
use="encoded"
|
1148
|
+
namespace="urn:iControl:LocalLB/Class"
|
1149
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1150
|
+
</input>
|
1151
|
+
<output>
|
1152
|
+
<soap:body
|
1153
|
+
use="encoded"
|
1154
|
+
namespace="urn:iControl:LocalLB/Class"
|
1155
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1156
|
+
</output>
|
1157
|
+
</operation>
|
1158
|
+
|
1159
|
+
<operation name="find_address_class_member">
|
1160
|
+
<documentation>
|
1161
|
+
Checks to see if the specified class members are in the specified class names.
|
1162
|
+
|
1163
|
+
</documentation>
|
1164
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1165
|
+
<input>
|
1166
|
+
<soap:body
|
1167
|
+
use="encoded"
|
1168
|
+
namespace="urn:iControl:LocalLB/Class"
|
1169
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1170
|
+
</input>
|
1171
|
+
<output>
|
1172
|
+
<soap:body
|
1173
|
+
use="encoded"
|
1174
|
+
namespace="urn:iControl:LocalLB/Class"
|
1175
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1176
|
+
</output>
|
1177
|
+
</operation>
|
1178
|
+
|
1179
|
+
<operation name="set_address_class_member_data_value">
|
1180
|
+
<documentation>
|
1181
|
+
Sets the data values associated with a set of address class
|
1182
|
+
members. This data value is an optional arbitrary string, which
|
1183
|
+
can be retrieved given the class member information, allowing the
|
1184
|
+
class to be used as a value map.
|
1185
|
+
|
1186
|
+
</documentation>
|
1187
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1188
|
+
<input>
|
1189
|
+
<soap:body
|
1190
|
+
use="encoded"
|
1191
|
+
namespace="urn:iControl:LocalLB/Class"
|
1192
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1193
|
+
</input>
|
1194
|
+
<output>
|
1195
|
+
<soap:body
|
1196
|
+
use="encoded"
|
1197
|
+
namespace="urn:iControl:LocalLB/Class"
|
1198
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1199
|
+
</output>
|
1200
|
+
</operation>
|
1201
|
+
|
1202
|
+
<operation name="get_address_class_member_data_value">
|
1203
|
+
<documentation>
|
1204
|
+
Gets the data values associated with a set of address class
|
1205
|
+
members. This method is effectively the lookup method for using
|
1206
|
+
the class as a value map.
|
1207
|
+
|
1208
|
+
</documentation>
|
1209
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1210
|
+
<input>
|
1211
|
+
<soap:body
|
1212
|
+
use="encoded"
|
1213
|
+
namespace="urn:iControl:LocalLB/Class"
|
1214
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1215
|
+
</input>
|
1216
|
+
<output>
|
1217
|
+
<soap:body
|
1218
|
+
use="encoded"
|
1219
|
+
namespace="urn:iControl:LocalLB/Class"
|
1220
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1221
|
+
</output>
|
1222
|
+
</operation>
|
1223
|
+
|
1224
|
+
<operation name="get_string_class_list">
|
1225
|
+
<documentation>
|
1226
|
+
Gets the list of available string classes.
|
1227
|
+
|
1228
|
+
</documentation>
|
1229
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1230
|
+
<input>
|
1231
|
+
<soap:body
|
1232
|
+
use="encoded"
|
1233
|
+
namespace="urn:iControl:LocalLB/Class"
|
1234
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1235
|
+
</input>
|
1236
|
+
<output>
|
1237
|
+
<soap:body
|
1238
|
+
use="encoded"
|
1239
|
+
namespace="urn:iControl:LocalLB/Class"
|
1240
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1241
|
+
</output>
|
1242
|
+
</operation>
|
1243
|
+
|
1244
|
+
<operation name="create_string_class">
|
1245
|
+
<documentation>
|
1246
|
+
Creates string classes. The specified classes must not already exist.
|
1247
|
+
|
1248
|
+
</documentation>
|
1249
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1250
|
+
<input>
|
1251
|
+
<soap:body
|
1252
|
+
use="encoded"
|
1253
|
+
namespace="urn:iControl:LocalLB/Class"
|
1254
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1255
|
+
</input>
|
1256
|
+
<output>
|
1257
|
+
<soap:body
|
1258
|
+
use="encoded"
|
1259
|
+
namespace="urn:iControl:LocalLB/Class"
|
1260
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1261
|
+
</output>
|
1262
|
+
</operation>
|
1263
|
+
|
1264
|
+
<operation name="modify_string_class">
|
1265
|
+
<documentation>
|
1266
|
+
Modifies string classes. The specified classes must already exist.
|
1267
|
+
|
1268
|
+
</documentation>
|
1269
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1270
|
+
<input>
|
1271
|
+
<soap:body
|
1272
|
+
use="encoded"
|
1273
|
+
namespace="urn:iControl:LocalLB/Class"
|
1274
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1275
|
+
</input>
|
1276
|
+
<output>
|
1277
|
+
<soap:body
|
1278
|
+
use="encoded"
|
1279
|
+
namespace="urn:iControl:LocalLB/Class"
|
1280
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1281
|
+
</output>
|
1282
|
+
</operation>
|
1283
|
+
|
1284
|
+
<operation name="get_string_class">
|
1285
|
+
<documentation>
|
1286
|
+
Gets the specified string classes.
|
1287
|
+
|
1288
|
+
</documentation>
|
1289
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1290
|
+
<input>
|
1291
|
+
<soap:body
|
1292
|
+
use="encoded"
|
1293
|
+
namespace="urn:iControl:LocalLB/Class"
|
1294
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1295
|
+
</input>
|
1296
|
+
<output>
|
1297
|
+
<soap:body
|
1298
|
+
use="encoded"
|
1299
|
+
namespace="urn:iControl:LocalLB/Class"
|
1300
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1301
|
+
</output>
|
1302
|
+
</operation>
|
1303
|
+
|
1304
|
+
<operation name="add_string_class_member">
|
1305
|
+
<documentation>
|
1306
|
+
Incrementally adds string class members.
|
1307
|
+
|
1308
|
+
</documentation>
|
1309
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1310
|
+
<input>
|
1311
|
+
<soap:body
|
1312
|
+
use="encoded"
|
1313
|
+
namespace="urn:iControl:LocalLB/Class"
|
1314
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1315
|
+
</input>
|
1316
|
+
<output>
|
1317
|
+
<soap:body
|
1318
|
+
use="encoded"
|
1319
|
+
namespace="urn:iControl:LocalLB/Class"
|
1320
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1321
|
+
</output>
|
1322
|
+
</operation>
|
1323
|
+
|
1324
|
+
<operation name="delete_string_class_member">
|
1325
|
+
<documentation>
|
1326
|
+
Incrementally deletes string class members.
|
1327
|
+
|
1328
|
+
</documentation>
|
1329
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1330
|
+
<input>
|
1331
|
+
<soap:body
|
1332
|
+
use="encoded"
|
1333
|
+
namespace="urn:iControl:LocalLB/Class"
|
1334
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1335
|
+
</input>
|
1336
|
+
<output>
|
1337
|
+
<soap:body
|
1338
|
+
use="encoded"
|
1339
|
+
namespace="urn:iControl:LocalLB/Class"
|
1340
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1341
|
+
</output>
|
1342
|
+
</operation>
|
1343
|
+
|
1344
|
+
<operation name="find_string_class_member">
|
1345
|
+
<documentation>
|
1346
|
+
Checks to see if the specified class members are in the specified class names.
|
1347
|
+
|
1348
|
+
</documentation>
|
1349
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1350
|
+
<input>
|
1351
|
+
<soap:body
|
1352
|
+
use="encoded"
|
1353
|
+
namespace="urn:iControl:LocalLB/Class"
|
1354
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1355
|
+
</input>
|
1356
|
+
<output>
|
1357
|
+
<soap:body
|
1358
|
+
use="encoded"
|
1359
|
+
namespace="urn:iControl:LocalLB/Class"
|
1360
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1361
|
+
</output>
|
1362
|
+
</operation>
|
1363
|
+
|
1364
|
+
<operation name="set_string_class_member_data_value">
|
1365
|
+
<documentation>
|
1366
|
+
Sets the data values associated with a set of string class members.
|
1367
|
+
This data value is an optional arbitrary string, which can be
|
1368
|
+
retrieved given the class member information, allowing the class to
|
1369
|
+
be used as a value map.
|
1370
|
+
|
1371
|
+
</documentation>
|
1372
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1373
|
+
<input>
|
1374
|
+
<soap:body
|
1375
|
+
use="encoded"
|
1376
|
+
namespace="urn:iControl:LocalLB/Class"
|
1377
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1378
|
+
</input>
|
1379
|
+
<output>
|
1380
|
+
<soap:body
|
1381
|
+
use="encoded"
|
1382
|
+
namespace="urn:iControl:LocalLB/Class"
|
1383
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1384
|
+
</output>
|
1385
|
+
</operation>
|
1386
|
+
|
1387
|
+
<operation name="get_string_class_member_data_value">
|
1388
|
+
<documentation>
|
1389
|
+
Gets the data values associated with a set of string class members.
|
1390
|
+
This method is effectively the lookup method for using the class as
|
1391
|
+
a value map.
|
1392
|
+
|
1393
|
+
</documentation>
|
1394
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1395
|
+
<input>
|
1396
|
+
<soap:body
|
1397
|
+
use="encoded"
|
1398
|
+
namespace="urn:iControl:LocalLB/Class"
|
1399
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1400
|
+
</input>
|
1401
|
+
<output>
|
1402
|
+
<soap:body
|
1403
|
+
use="encoded"
|
1404
|
+
namespace="urn:iControl:LocalLB/Class"
|
1405
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1406
|
+
</output>
|
1407
|
+
</operation>
|
1408
|
+
|
1409
|
+
<operation name="get_value_class_list">
|
1410
|
+
<documentation>
|
1411
|
+
Gets the list of available value classes.
|
1412
|
+
|
1413
|
+
</documentation>
|
1414
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1415
|
+
<input>
|
1416
|
+
<soap:body
|
1417
|
+
use="encoded"
|
1418
|
+
namespace="urn:iControl:LocalLB/Class"
|
1419
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1420
|
+
</input>
|
1421
|
+
<output>
|
1422
|
+
<soap:body
|
1423
|
+
use="encoded"
|
1424
|
+
namespace="urn:iControl:LocalLB/Class"
|
1425
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1426
|
+
</output>
|
1427
|
+
</operation>
|
1428
|
+
|
1429
|
+
<operation name="create_value_class">
|
1430
|
+
<documentation>
|
1431
|
+
Creates value classes. The specified classes must not already exist.
|
1432
|
+
|
1433
|
+
</documentation>
|
1434
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1435
|
+
<input>
|
1436
|
+
<soap:body
|
1437
|
+
use="encoded"
|
1438
|
+
namespace="urn:iControl:LocalLB/Class"
|
1439
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1440
|
+
</input>
|
1441
|
+
<output>
|
1442
|
+
<soap:body
|
1443
|
+
use="encoded"
|
1444
|
+
namespace="urn:iControl:LocalLB/Class"
|
1445
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1446
|
+
</output>
|
1447
|
+
</operation>
|
1448
|
+
|
1449
|
+
<operation name="modify_value_class">
|
1450
|
+
<documentation>
|
1451
|
+
Modifies value classes. The specified classes must already exist.
|
1452
|
+
|
1453
|
+
</documentation>
|
1454
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1455
|
+
<input>
|
1456
|
+
<soap:body
|
1457
|
+
use="encoded"
|
1458
|
+
namespace="urn:iControl:LocalLB/Class"
|
1459
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1460
|
+
</input>
|
1461
|
+
<output>
|
1462
|
+
<soap:body
|
1463
|
+
use="encoded"
|
1464
|
+
namespace="urn:iControl:LocalLB/Class"
|
1465
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1466
|
+
</output>
|
1467
|
+
</operation>
|
1468
|
+
|
1469
|
+
<operation name="get_value_class">
|
1470
|
+
<documentation>
|
1471
|
+
Gets the specified value classes.
|
1472
|
+
|
1473
|
+
</documentation>
|
1474
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1475
|
+
<input>
|
1476
|
+
<soap:body
|
1477
|
+
use="encoded"
|
1478
|
+
namespace="urn:iControl:LocalLB/Class"
|
1479
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1480
|
+
</input>
|
1481
|
+
<output>
|
1482
|
+
<soap:body
|
1483
|
+
use="encoded"
|
1484
|
+
namespace="urn:iControl:LocalLB/Class"
|
1485
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1486
|
+
</output>
|
1487
|
+
</operation>
|
1488
|
+
|
1489
|
+
<operation name="add_value_class_member">
|
1490
|
+
<documentation>
|
1491
|
+
Incrementally adds value class members.
|
1492
|
+
|
1493
|
+
</documentation>
|
1494
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1495
|
+
<input>
|
1496
|
+
<soap:body
|
1497
|
+
use="encoded"
|
1498
|
+
namespace="urn:iControl:LocalLB/Class"
|
1499
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1500
|
+
</input>
|
1501
|
+
<output>
|
1502
|
+
<soap:body
|
1503
|
+
use="encoded"
|
1504
|
+
namespace="urn:iControl:LocalLB/Class"
|
1505
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1506
|
+
</output>
|
1507
|
+
</operation>
|
1508
|
+
|
1509
|
+
<operation name="delete_value_class_member">
|
1510
|
+
<documentation>
|
1511
|
+
Incrementally deletes value class members.
|
1512
|
+
|
1513
|
+
</documentation>
|
1514
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1515
|
+
<input>
|
1516
|
+
<soap:body
|
1517
|
+
use="encoded"
|
1518
|
+
namespace="urn:iControl:LocalLB/Class"
|
1519
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1520
|
+
</input>
|
1521
|
+
<output>
|
1522
|
+
<soap:body
|
1523
|
+
use="encoded"
|
1524
|
+
namespace="urn:iControl:LocalLB/Class"
|
1525
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1526
|
+
</output>
|
1527
|
+
</operation>
|
1528
|
+
|
1529
|
+
<operation name="find_value_class_member">
|
1530
|
+
<documentation>
|
1531
|
+
Checks to see if the specified class members are in the specified class names.
|
1532
|
+
|
1533
|
+
</documentation>
|
1534
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1535
|
+
<input>
|
1536
|
+
<soap:body
|
1537
|
+
use="encoded"
|
1538
|
+
namespace="urn:iControl:LocalLB/Class"
|
1539
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1540
|
+
</input>
|
1541
|
+
<output>
|
1542
|
+
<soap:body
|
1543
|
+
use="encoded"
|
1544
|
+
namespace="urn:iControl:LocalLB/Class"
|
1545
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1546
|
+
</output>
|
1547
|
+
</operation>
|
1548
|
+
|
1549
|
+
<operation name="set_value_class_member_data_value">
|
1550
|
+
<documentation>
|
1551
|
+
Sets the data values associated with a set of value class members.
|
1552
|
+
This data value is an arbitrary optional string, which can be
|
1553
|
+
retrieved given the class member information, allowing the class to
|
1554
|
+
be used as a value map.
|
1555
|
+
|
1556
|
+
</documentation>
|
1557
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1558
|
+
<input>
|
1559
|
+
<soap:body
|
1560
|
+
use="encoded"
|
1561
|
+
namespace="urn:iControl:LocalLB/Class"
|
1562
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1563
|
+
</input>
|
1564
|
+
<output>
|
1565
|
+
<soap:body
|
1566
|
+
use="encoded"
|
1567
|
+
namespace="urn:iControl:LocalLB/Class"
|
1568
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1569
|
+
</output>
|
1570
|
+
</operation>
|
1571
|
+
|
1572
|
+
<operation name="get_value_class_member_data_value">
|
1573
|
+
<documentation>
|
1574
|
+
Gets the data values associated with a set of value class members.
|
1575
|
+
This method is effectively the lookup method for using the class as
|
1576
|
+
a value map.
|
1577
|
+
|
1578
|
+
</documentation>
|
1579
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1580
|
+
<input>
|
1581
|
+
<soap:body
|
1582
|
+
use="encoded"
|
1583
|
+
namespace="urn:iControl:LocalLB/Class"
|
1584
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1585
|
+
</input>
|
1586
|
+
<output>
|
1587
|
+
<soap:body
|
1588
|
+
use="encoded"
|
1589
|
+
namespace="urn:iControl:LocalLB/Class"
|
1590
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1591
|
+
</output>
|
1592
|
+
</operation>
|
1593
|
+
|
1594
|
+
<operation name="delete_class">
|
1595
|
+
<documentation>
|
1596
|
+
Deletes the specified classes. The specified classes can be of any class type, even external classes.
|
1597
|
+
|
1598
|
+
</documentation>
|
1599
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1600
|
+
<input>
|
1601
|
+
<soap:body
|
1602
|
+
use="encoded"
|
1603
|
+
namespace="urn:iControl:LocalLB/Class"
|
1604
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1605
|
+
</input>
|
1606
|
+
<output>
|
1607
|
+
<soap:body
|
1608
|
+
use="encoded"
|
1609
|
+
namespace="urn:iControl:LocalLB/Class"
|
1610
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1611
|
+
</output>
|
1612
|
+
</operation>
|
1613
|
+
|
1614
|
+
<operation name="delete_all_address_classes">
|
1615
|
+
<documentation>
|
1616
|
+
Deletes all address classes.
|
1617
|
+
|
1618
|
+
</documentation>
|
1619
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1620
|
+
<input>
|
1621
|
+
<soap:body
|
1622
|
+
use="encoded"
|
1623
|
+
namespace="urn:iControl:LocalLB/Class"
|
1624
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1625
|
+
</input>
|
1626
|
+
<output>
|
1627
|
+
<soap:body
|
1628
|
+
use="encoded"
|
1629
|
+
namespace="urn:iControl:LocalLB/Class"
|
1630
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1631
|
+
</output>
|
1632
|
+
</operation>
|
1633
|
+
|
1634
|
+
<operation name="delete_all_string_classes">
|
1635
|
+
<documentation>
|
1636
|
+
Deletes all string classes.
|
1637
|
+
|
1638
|
+
</documentation>
|
1639
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1640
|
+
<input>
|
1641
|
+
<soap:body
|
1642
|
+
use="encoded"
|
1643
|
+
namespace="urn:iControl:LocalLB/Class"
|
1644
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1645
|
+
</input>
|
1646
|
+
<output>
|
1647
|
+
<soap:body
|
1648
|
+
use="encoded"
|
1649
|
+
namespace="urn:iControl:LocalLB/Class"
|
1650
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1651
|
+
</output>
|
1652
|
+
</operation>
|
1653
|
+
|
1654
|
+
<operation name="delete_all_value_classes">
|
1655
|
+
<documentation>
|
1656
|
+
Deletes all value classes.
|
1657
|
+
|
1658
|
+
</documentation>
|
1659
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1660
|
+
<input>
|
1661
|
+
<soap:body
|
1662
|
+
use="encoded"
|
1663
|
+
namespace="urn:iControl:LocalLB/Class"
|
1664
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1665
|
+
</input>
|
1666
|
+
<output>
|
1667
|
+
<soap:body
|
1668
|
+
use="encoded"
|
1669
|
+
namespace="urn:iControl:LocalLB/Class"
|
1670
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1671
|
+
</output>
|
1672
|
+
</operation>
|
1673
|
+
|
1674
|
+
<operation name="get_external_class_list">
|
1675
|
+
<documentation>
|
1676
|
+
This method is deprecated, since data group files are officially
|
1677
|
+
managed as data group file objects via the
|
1678
|
+
get_external_class_list_v2 method and System::DataGroupFile
|
1679
|
+
interface.
|
1680
|
+
|
1681
|
+
Gets the list of all available external classes.
|
1682
|
+
|
1683
|
+
</documentation>
|
1684
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1685
|
+
<input>
|
1686
|
+
<soap:body
|
1687
|
+
use="encoded"
|
1688
|
+
namespace="urn:iControl:LocalLB/Class"
|
1689
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1690
|
+
</input>
|
1691
|
+
<output>
|
1692
|
+
<soap:body
|
1693
|
+
use="encoded"
|
1694
|
+
namespace="urn:iControl:LocalLB/Class"
|
1695
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1696
|
+
</output>
|
1697
|
+
</operation>
|
1698
|
+
|
1699
|
+
<operation name="get_external_class_list_v2">
|
1700
|
+
<documentation>
|
1701
|
+
Gets the list of all available external classes.
|
1702
|
+
|
1703
|
+
</documentation>
|
1704
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1705
|
+
<input>
|
1706
|
+
<soap:body
|
1707
|
+
use="encoded"
|
1708
|
+
namespace="urn:iControl:LocalLB/Class"
|
1709
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1710
|
+
</input>
|
1711
|
+
<output>
|
1712
|
+
<soap:body
|
1713
|
+
use="encoded"
|
1714
|
+
namespace="urn:iControl:LocalLB/Class"
|
1715
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1716
|
+
</output>
|
1717
|
+
</operation>
|
1718
|
+
|
1719
|
+
<operation name="create_external_class">
|
1720
|
+
<documentation>
|
1721
|
+
This method is deprecated, since data group files are officially
|
1722
|
+
managed as data group file objects via the create_external_class_v2
|
1723
|
+
method and System::DataGroupFile interface.
|
1724
|
+
|
1725
|
+
Creates external classes.
|
1726
|
+
|
1727
|
+
Note: As of v9.6.0, the validation on the file_name field
|
1728
|
+
in external_classes was improved to ensure the class file
|
1729
|
+
exists on pain of Common::OperationFailed exception.
|
1730
|
+
|
1731
|
+
</documentation>
|
1732
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1733
|
+
<input>
|
1734
|
+
<soap:body
|
1735
|
+
use="encoded"
|
1736
|
+
namespace="urn:iControl:LocalLB/Class"
|
1737
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1738
|
+
</input>
|
1739
|
+
<output>
|
1740
|
+
<soap:body
|
1741
|
+
use="encoded"
|
1742
|
+
namespace="urn:iControl:LocalLB/Class"
|
1743
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1744
|
+
</output>
|
1745
|
+
</operation>
|
1746
|
+
|
1747
|
+
<operation name="create_external_class_v2">
|
1748
|
+
<documentation>
|
1749
|
+
Creates external classes.
|
1750
|
+
|
1751
|
+
</documentation>
|
1752
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1753
|
+
<input>
|
1754
|
+
<soap:body
|
1755
|
+
use="encoded"
|
1756
|
+
namespace="urn:iControl:LocalLB/Class"
|
1757
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1758
|
+
</input>
|
1759
|
+
<output>
|
1760
|
+
<soap:body
|
1761
|
+
use="encoded"
|
1762
|
+
namespace="urn:iControl:LocalLB/Class"
|
1763
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1764
|
+
</output>
|
1765
|
+
</operation>
|
1766
|
+
|
1767
|
+
<operation name="set_external_class_file_name">
|
1768
|
+
<documentation>
|
1769
|
+
This method is deprecated, since data group files are officially
|
1770
|
+
managed as data group file objects via the
|
1771
|
+
set_external_class_file_name_v2 method and System::DataGroupFile
|
1772
|
+
interface.
|
1773
|
+
|
1774
|
+
Sets the file names for the specified external classes. This should only be called
|
1775
|
+
for external classes, since it does not make sense for non-external classes.
|
1776
|
+
If called for non-external classes, it will silently accept it, but nothing
|
1777
|
+
will be done.
|
1778
|
+
|
1779
|
+
</documentation>
|
1780
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1781
|
+
<input>
|
1782
|
+
<soap:body
|
1783
|
+
use="encoded"
|
1784
|
+
namespace="urn:iControl:LocalLB/Class"
|
1785
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1786
|
+
</input>
|
1787
|
+
<output>
|
1788
|
+
<soap:body
|
1789
|
+
use="encoded"
|
1790
|
+
namespace="urn:iControl:LocalLB/Class"
|
1791
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1792
|
+
</output>
|
1793
|
+
</operation>
|
1794
|
+
|
1795
|
+
<operation name="get_external_class_file_name">
|
1796
|
+
<documentation>
|
1797
|
+
This method is deprecated, since data group files are officially
|
1798
|
+
managed as data group file objects via the
|
1799
|
+
get_external_class_file_name_v2 method and System::DataGroupFile
|
1800
|
+
interface.
|
1801
|
+
|
1802
|
+
Gets the file names for the specified classes. This should only be called
|
1803
|
+
for external classes, since it does not make sense for non-external classes.
|
1804
|
+
|
1805
|
+
</documentation>
|
1806
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1807
|
+
<input>
|
1808
|
+
<soap:body
|
1809
|
+
use="encoded"
|
1810
|
+
namespace="urn:iControl:LocalLB/Class"
|
1811
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1812
|
+
</input>
|
1813
|
+
<output>
|
1814
|
+
<soap:body
|
1815
|
+
use="encoded"
|
1816
|
+
namespace="urn:iControl:LocalLB/Class"
|
1817
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1818
|
+
</output>
|
1819
|
+
</operation>
|
1820
|
+
|
1821
|
+
<operation name="set_external_class_file_name_v2">
|
1822
|
+
<documentation>
|
1823
|
+
Sets the names of the data group file objects for a set of external
|
1824
|
+
classes. This should only be called for external classes, since it
|
1825
|
+
does not make sense for non-external classes. If called for
|
1826
|
+
non-external classes, it will silently accept it, but nothing will
|
1827
|
+
be done.
|
1828
|
+
|
1829
|
+
</documentation>
|
1830
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1831
|
+
<input>
|
1832
|
+
<soap:body
|
1833
|
+
use="encoded"
|
1834
|
+
namespace="urn:iControl:LocalLB/Class"
|
1835
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1836
|
+
</input>
|
1837
|
+
<output>
|
1838
|
+
<soap:body
|
1839
|
+
use="encoded"
|
1840
|
+
namespace="urn:iControl:LocalLB/Class"
|
1841
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1842
|
+
</output>
|
1843
|
+
</operation>
|
1844
|
+
|
1845
|
+
<operation name="get_external_class_file_name_v2">
|
1846
|
+
<documentation>
|
1847
|
+
Gets the names of the data group file objects for a set of
|
1848
|
+
classes. For non-external classes, an empty name will be returned.
|
1849
|
+
|
1850
|
+
</documentation>
|
1851
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1852
|
+
<input>
|
1853
|
+
<soap:body
|
1854
|
+
use="encoded"
|
1855
|
+
namespace="urn:iControl:LocalLB/Class"
|
1856
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1857
|
+
</input>
|
1858
|
+
<output>
|
1859
|
+
<soap:body
|
1860
|
+
use="encoded"
|
1861
|
+
namespace="urn:iControl:LocalLB/Class"
|
1862
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1863
|
+
</output>
|
1864
|
+
</operation>
|
1865
|
+
|
1866
|
+
<operation name="set_external_class_file_mode">
|
1867
|
+
<documentation>
|
1868
|
+
Sets the file mode for the specified classes. This should only be called
|
1869
|
+
for external classes, since it does not make sense for non-external classes.
|
1870
|
+
If called for non-external classes, it will silently accept it, but nothing
|
1871
|
+
will be done.
|
1872
|
+
|
1873
|
+
</documentation>
|
1874
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1875
|
+
<input>
|
1876
|
+
<soap:body
|
1877
|
+
use="encoded"
|
1878
|
+
namespace="urn:iControl:LocalLB/Class"
|
1879
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1880
|
+
</input>
|
1881
|
+
<output>
|
1882
|
+
<soap:body
|
1883
|
+
use="encoded"
|
1884
|
+
namespace="urn:iControl:LocalLB/Class"
|
1885
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1886
|
+
</output>
|
1887
|
+
</operation>
|
1888
|
+
|
1889
|
+
<operation name="get_external_class_file_mode">
|
1890
|
+
<documentation>
|
1891
|
+
Gets the file modes for the specified classes. This should only be called
|
1892
|
+
for external classes, since it does not make sense for non-external classes.
|
1893
|
+
|
1894
|
+
</documentation>
|
1895
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1896
|
+
<input>
|
1897
|
+
<soap:body
|
1898
|
+
use="encoded"
|
1899
|
+
namespace="urn:iControl:LocalLB/Class"
|
1900
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1901
|
+
</input>
|
1902
|
+
<output>
|
1903
|
+
<soap:body
|
1904
|
+
use="encoded"
|
1905
|
+
namespace="urn:iControl:LocalLB/Class"
|
1906
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1907
|
+
</output>
|
1908
|
+
</operation>
|
1909
|
+
|
1910
|
+
<operation name="set_external_class_file_format">
|
1911
|
+
<documentation>
|
1912
|
+
Sets the file format for the specified classes. This should only be called
|
1913
|
+
for external classes, since it does not make sense for non-external classes.
|
1914
|
+
If called for non-external classes, it will silently accept it, but nothing
|
1915
|
+
will be done.
|
1916
|
+
|
1917
|
+
</documentation>
|
1918
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1919
|
+
<input>
|
1920
|
+
<soap:body
|
1921
|
+
use="encoded"
|
1922
|
+
namespace="urn:iControl:LocalLB/Class"
|
1923
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1924
|
+
</input>
|
1925
|
+
<output>
|
1926
|
+
<soap:body
|
1927
|
+
use="encoded"
|
1928
|
+
namespace="urn:iControl:LocalLB/Class"
|
1929
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1930
|
+
</output>
|
1931
|
+
</operation>
|
1932
|
+
|
1933
|
+
<operation name="get_external_class_file_format">
|
1934
|
+
<documentation>
|
1935
|
+
Gets the file format for the specified classes. This should only be called
|
1936
|
+
for external classes, since it does not make sense for non-external classes.
|
1937
|
+
|
1938
|
+
</documentation>
|
1939
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1940
|
+
<input>
|
1941
|
+
<soap:body
|
1942
|
+
use="encoded"
|
1943
|
+
namespace="urn:iControl:LocalLB/Class"
|
1944
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1945
|
+
</input>
|
1946
|
+
<output>
|
1947
|
+
<soap:body
|
1948
|
+
use="encoded"
|
1949
|
+
namespace="urn:iControl:LocalLB/Class"
|
1950
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1951
|
+
</output>
|
1952
|
+
</operation>
|
1953
|
+
|
1954
|
+
<operation name="set_data_separator">
|
1955
|
+
<documentation>
|
1956
|
+
This has been deprecated, as its functionality has been taken over
|
1957
|
+
by the DataGroupFile interface. Note that it is valid only for
|
1958
|
+
external classes in 11.0.0 and beyond (it really never was
|
1959
|
+
appropriate for other classes, and is deprecated in any case).
|
1960
|
+
|
1961
|
+
Sets the strings used to separate a class member value from its
|
1962
|
+
optional associated data value for a set of classes. This is used
|
1963
|
+
for listing and storing both external and internal classes.
|
1964
|
+
|
1965
|
+
</documentation>
|
1966
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1967
|
+
<input>
|
1968
|
+
<soap:body
|
1969
|
+
use="encoded"
|
1970
|
+
namespace="urn:iControl:LocalLB/Class"
|
1971
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1972
|
+
</input>
|
1973
|
+
<output>
|
1974
|
+
<soap:body
|
1975
|
+
use="encoded"
|
1976
|
+
namespace="urn:iControl:LocalLB/Class"
|
1977
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1978
|
+
</output>
|
1979
|
+
</operation>
|
1980
|
+
|
1981
|
+
<operation name="get_data_separator">
|
1982
|
+
<documentation>
|
1983
|
+
This has been deprecated, as its functionality has been taken over
|
1984
|
+
by the DataGroupFile interface. Note that it is valid only for
|
1985
|
+
external classes in 11.0.0 and beyond (it really never was
|
1986
|
+
appropriate for other classes, and is deprecated in any case).
|
1987
|
+
|
1988
|
+
Gets the strings used to separate a class member value from its
|
1989
|
+
optional associated data value for a set of classes.
|
1990
|
+
|
1991
|
+
</documentation>
|
1992
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
1993
|
+
<input>
|
1994
|
+
<soap:body
|
1995
|
+
use="encoded"
|
1996
|
+
namespace="urn:iControl:LocalLB/Class"
|
1997
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1998
|
+
</input>
|
1999
|
+
<output>
|
2000
|
+
<soap:body
|
2001
|
+
use="encoded"
|
2002
|
+
namespace="urn:iControl:LocalLB/Class"
|
2003
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2004
|
+
</output>
|
2005
|
+
</operation>
|
2006
|
+
|
2007
|
+
<operation name="get_class_meta_information">
|
2008
|
+
<documentation>
|
2009
|
+
This method is deprecated, since data group files are officially
|
2010
|
+
managed as data group file objects via the
|
2011
|
+
get_class_meta_information_v2 method and System::DataGroupFile
|
2012
|
+
interface.
|
2013
|
+
|
2014
|
+
Gets the meta data information for the specified classes. For external classes,
|
2015
|
+
the meta information will indicate the external file and other relevant information.
|
2016
|
+
For non-external classes, only applicable information such as class name/type will be
|
2017
|
+
of importance.
|
2018
|
+
|
2019
|
+
</documentation>
|
2020
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
2021
|
+
<input>
|
2022
|
+
<soap:body
|
2023
|
+
use="encoded"
|
2024
|
+
namespace="urn:iControl:LocalLB/Class"
|
2025
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2026
|
+
</input>
|
2027
|
+
<output>
|
2028
|
+
<soap:body
|
2029
|
+
use="encoded"
|
2030
|
+
namespace="urn:iControl:LocalLB/Class"
|
2031
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2032
|
+
</output>
|
2033
|
+
</operation>
|
2034
|
+
|
2035
|
+
<operation name="get_class_meta_information_v2">
|
2036
|
+
<documentation>
|
2037
|
+
Gets the meta data information for the specified classes. For external classes,
|
2038
|
+
the meta information will indicate the external file and other relevant information.
|
2039
|
+
For non-external classes, only applicable information such as class name/type will be
|
2040
|
+
of importance.
|
2041
|
+
|
2042
|
+
</documentation>
|
2043
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
2044
|
+
<input>
|
2045
|
+
<soap:body
|
2046
|
+
use="encoded"
|
2047
|
+
namespace="urn:iControl:LocalLB/Class"
|
2048
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2049
|
+
</input>
|
2050
|
+
<output>
|
2051
|
+
<soap:body
|
2052
|
+
use="encoded"
|
2053
|
+
namespace="urn:iControl:LocalLB/Class"
|
2054
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2055
|
+
</output>
|
2056
|
+
</operation>
|
2057
|
+
|
2058
|
+
<operation name="get_class_type">
|
2059
|
+
<documentation>
|
2060
|
+
Gets the class types for the specified classes.
|
2061
|
+
|
2062
|
+
</documentation>
|
2063
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
2064
|
+
<input>
|
2065
|
+
<soap:body
|
2066
|
+
use="encoded"
|
2067
|
+
namespace="urn:iControl:LocalLB/Class"
|
2068
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2069
|
+
</input>
|
2070
|
+
<output>
|
2071
|
+
<soap:body
|
2072
|
+
use="encoded"
|
2073
|
+
namespace="urn:iControl:LocalLB/Class"
|
2074
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2075
|
+
</output>
|
2076
|
+
</operation>
|
2077
|
+
|
2078
|
+
<operation name="set_description">
|
2079
|
+
<documentation>
|
2080
|
+
Sets the description for a set of classes.
|
2081
|
+
|
2082
|
+
This is an arbitrary field which can be used for any purpose.
|
2083
|
+
|
2084
|
+
</documentation>
|
2085
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
2086
|
+
<input>
|
2087
|
+
<soap:body
|
2088
|
+
use="encoded"
|
2089
|
+
namespace="urn:iControl:LocalLB/Class"
|
2090
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2091
|
+
</input>
|
2092
|
+
<output>
|
2093
|
+
<soap:body
|
2094
|
+
use="encoded"
|
2095
|
+
namespace="urn:iControl:LocalLB/Class"
|
2096
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2097
|
+
</output>
|
2098
|
+
</operation>
|
2099
|
+
|
2100
|
+
<operation name="get_description">
|
2101
|
+
<documentation>
|
2102
|
+
Gets the descriptions for a set of classes.
|
2103
|
+
|
2104
|
+
</documentation>
|
2105
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
2106
|
+
<input>
|
2107
|
+
<soap:body
|
2108
|
+
use="encoded"
|
2109
|
+
namespace="urn:iControl:LocalLB/Class"
|
2110
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2111
|
+
</input>
|
2112
|
+
<output>
|
2113
|
+
<soap:body
|
2114
|
+
use="encoded"
|
2115
|
+
namespace="urn:iControl:LocalLB/Class"
|
2116
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2117
|
+
</output>
|
2118
|
+
</operation>
|
2119
|
+
|
2120
|
+
<operation name="get_version">
|
2121
|
+
<documentation>
|
2122
|
+
Gets the version information for this interface.
|
2123
|
+
|
2124
|
+
</documentation>
|
2125
|
+
<soap:operation soapAction="urn:iControl:LocalLB/Class"/>
|
2126
|
+
<input>
|
2127
|
+
<soap:body
|
2128
|
+
use="encoded"
|
2129
|
+
namespace="urn:iControl:LocalLB/Class"
|
2130
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2131
|
+
</input>
|
2132
|
+
<output>
|
2133
|
+
<soap:body
|
2134
|
+
use="encoded"
|
2135
|
+
namespace="urn:iControl:LocalLB/Class"
|
2136
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2137
|
+
</output>
|
2138
|
+
</operation>
|
2139
|
+
</binding>
|
2140
|
+
|
2141
|
+
<!-- service -->
|
2142
|
+
|
2143
|
+
<service name="LocalLB.Class">
|
2144
|
+
<documentation>
|
2145
|
+
The Class interface enables you to manipulate a local load balancer's Class attributes.
|
2146
|
+
There are 3 different Class types: Address, String, and Value.
|
2147
|
+
|
2148
|
+
</documentation>
|
2149
|
+
<port name="LocalLB.ClassPort" binding="tns:LocalLB.ClassBinding">
|
2150
|
+
<soap:address location="https://url_to_service"/>
|
2151
|
+
</port>
|
2152
|
+
</service>
|
2153
|
+
</definitions>
|