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,656 @@
|
|
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="LTConfig.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="LTConfig.ClassInstanceKey">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="container" type="xsd:string"/>
|
27
|
+
<xsd:element name="container_class" type="xsd:string"/>
|
28
|
+
<xsd:element name="class_name" type="xsd:string"/>
|
29
|
+
<xsd:element name="name" type="xsd:string"/>
|
30
|
+
</xsd:sequence>
|
31
|
+
</xsd:complexType>
|
32
|
+
<xsd:simpleType name="Common.EnabledState">
|
33
|
+
<xsd:restriction base="xsd:string">
|
34
|
+
<xsd:enumeration value="STATE_DISABLED">
|
35
|
+
<xsd:annotation>
|
36
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
37
|
+
</xsd:annotation>
|
38
|
+
</xsd:enumeration>
|
39
|
+
<xsd:enumeration value="STATE_ENABLED">
|
40
|
+
<xsd:annotation>
|
41
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
42
|
+
</xsd:annotation>
|
43
|
+
</xsd:enumeration>
|
44
|
+
</xsd:restriction>
|
45
|
+
</xsd:simpleType>
|
46
|
+
<xsd:complexType name="Common.StringSequence">
|
47
|
+
<xsd:complexContent>
|
48
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
49
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
50
|
+
</xsd:restriction>
|
51
|
+
</xsd:complexContent>
|
52
|
+
</xsd:complexType>
|
53
|
+
<xsd:complexType name="Common.ULongSequence">
|
54
|
+
<xsd:complexContent>
|
55
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
56
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
57
|
+
</xsd:restriction>
|
58
|
+
</xsd:complexContent>
|
59
|
+
</xsd:complexType>
|
60
|
+
<xsd:complexType name="LTConfig.ClassInstanceKeySequenceSequence">
|
61
|
+
<xsd:complexContent>
|
62
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
63
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LTConfig.ClassInstanceKeySequence[]'/>
|
64
|
+
</xsd:restriction>
|
65
|
+
</xsd:complexContent>
|
66
|
+
</xsd:complexType>
|
67
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
68
|
+
<xsd:complexContent>
|
69
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
70
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
71
|
+
</xsd:restriction>
|
72
|
+
</xsd:complexContent>
|
73
|
+
</xsd:complexType>
|
74
|
+
<xsd:complexType name="LTConfig.ClassInstanceKeySequence">
|
75
|
+
<xsd:complexContent>
|
76
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
77
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LTConfig.ClassInstanceKey[]'/>
|
78
|
+
</xsd:restriction>
|
79
|
+
</xsd:complexContent>
|
80
|
+
</xsd:complexType>
|
81
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
82
|
+
<xsd:complexContent>
|
83
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
84
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
85
|
+
</xsd:restriction>
|
86
|
+
</xsd:complexContent>
|
87
|
+
</xsd:complexType>
|
88
|
+
</xsd:schema>
|
89
|
+
</types>
|
90
|
+
|
91
|
+
<!-- message -->
|
92
|
+
|
93
|
+
<message name="LTConfig.Class.get_listRequest">
|
94
|
+
</message>
|
95
|
+
<message name="LTConfig.Class.get_listResponse">
|
96
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
97
|
+
</message>
|
98
|
+
|
99
|
+
<message name="LTConfig.Class.get_categoryRequest">
|
100
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
101
|
+
</message>
|
102
|
+
<message name="LTConfig.Class.get_categoryResponse">
|
103
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
104
|
+
</message>
|
105
|
+
|
106
|
+
<message name="LTConfig.Class.get_statisticsRequest">
|
107
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
108
|
+
</message>
|
109
|
+
<message name="LTConfig.Class.get_statisticsResponse">
|
110
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
111
|
+
</message>
|
112
|
+
|
113
|
+
<message name="LTConfig.Class.get_constraintsRequest">
|
114
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
115
|
+
</message>
|
116
|
+
<message name="LTConfig.Class.get_constraintsResponse">
|
117
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
118
|
+
</message>
|
119
|
+
|
120
|
+
<message name="LTConfig.Class.get_field_countRequest">
|
121
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
122
|
+
</message>
|
123
|
+
<message name="LTConfig.Class.get_field_countResponse">
|
124
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
125
|
+
</message>
|
126
|
+
|
127
|
+
<message name="LTConfig.Class.get_clustered_stateRequest">
|
128
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
129
|
+
</message>
|
130
|
+
<message name="LTConfig.Class.get_clustered_stateResponse">
|
131
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
132
|
+
</message>
|
133
|
+
|
134
|
+
<message name="LTConfig.Class.get_configsyncd_stateRequest">
|
135
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
136
|
+
</message>
|
137
|
+
<message name="LTConfig.Class.get_configsyncd_stateResponse">
|
138
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
139
|
+
</message>
|
140
|
+
|
141
|
+
<message name="LTConfig.Class.get_toplevelcmd_stateRequest">
|
142
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
143
|
+
</message>
|
144
|
+
<message name="LTConfig.Class.get_toplevelcmd_stateResponse">
|
145
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
146
|
+
</message>
|
147
|
+
|
148
|
+
<message name="LTConfig.Class.get_partitioned_stateRequest">
|
149
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
150
|
+
</message>
|
151
|
+
<message name="LTConfig.Class.get_partitioned_stateResponse">
|
152
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
153
|
+
</message>
|
154
|
+
|
155
|
+
<message name="LTConfig.Class.get_singleton_stateRequest">
|
156
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
157
|
+
</message>
|
158
|
+
<message name="LTConfig.Class.get_singleton_stateResponse">
|
159
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
160
|
+
</message>
|
161
|
+
|
162
|
+
<message name="LTConfig.Class.get_nested_classesRequest">
|
163
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
164
|
+
</message>
|
165
|
+
<message name="LTConfig.Class.get_nested_classesResponse">
|
166
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
167
|
+
</message>
|
168
|
+
|
169
|
+
<message name="LTConfig.Class.get_list_of_instancesRequest">
|
170
|
+
<part name="class_names" type="tns:Common.StringSequence"/>
|
171
|
+
</message>
|
172
|
+
<message name="LTConfig.Class.get_list_of_instancesResponse">
|
173
|
+
<part name="return" type="tns:LTConfig.ClassInstanceKeySequenceSequence"/>
|
174
|
+
</message>
|
175
|
+
|
176
|
+
<message name="LTConfig.Class.create_instanceRequest">
|
177
|
+
<part name="class_instance_keys" type="tns:LTConfig.ClassInstanceKeySequence"/>
|
178
|
+
</message>
|
179
|
+
<message name="LTConfig.Class.create_instanceResponse">
|
180
|
+
</message>
|
181
|
+
|
182
|
+
<message name="LTConfig.Class.delete_instanceRequest">
|
183
|
+
<part name="class_instance_keys" type="tns:LTConfig.ClassInstanceKeySequence"/>
|
184
|
+
</message>
|
185
|
+
<message name="LTConfig.Class.delete_instanceResponse">
|
186
|
+
</message>
|
187
|
+
|
188
|
+
<message name="LTConfig.Class.get_versionRequest">
|
189
|
+
</message>
|
190
|
+
<message name="LTConfig.Class.get_versionResponse">
|
191
|
+
<part name="return" type="xsd:string"/>
|
192
|
+
</message>
|
193
|
+
|
194
|
+
<!-- portType -->
|
195
|
+
|
196
|
+
<portType name="LTConfig.ClassPortType">
|
197
|
+
<operation name="get_list">
|
198
|
+
<documentation>
|
199
|
+
Gets a list of loosely-typed configuration classes.
|
200
|
+
|
201
|
+
</documentation>
|
202
|
+
<input message="tns:LTConfig.Class.get_listRequest"/>
|
203
|
+
<output message="tns:LTConfig.Class.get_listResponse"/>
|
204
|
+
</operation>
|
205
|
+
<operation name="get_category">
|
206
|
+
<documentation>
|
207
|
+
Gets the category for the specified loosely-typed
|
208
|
+
configuration classes.
|
209
|
+
|
210
|
+
</documentation>
|
211
|
+
<input message="tns:LTConfig.Class.get_categoryRequest"/>
|
212
|
+
<output message="tns:LTConfig.Class.get_categoryResponse"/>
|
213
|
+
</operation>
|
214
|
+
<operation name="get_statistics">
|
215
|
+
<documentation>
|
216
|
+
Gets the statistics for the specified loosely-typed
|
217
|
+
configuration classes.
|
218
|
+
|
219
|
+
</documentation>
|
220
|
+
<input message="tns:LTConfig.Class.get_statisticsRequest"/>
|
221
|
+
<output message="tns:LTConfig.Class.get_statisticsResponse"/>
|
222
|
+
</operation>
|
223
|
+
<operation name="get_constraints">
|
224
|
+
<documentation>
|
225
|
+
Gets the constraints for the specified loosely-typed
|
226
|
+
configuration classes.
|
227
|
+
|
228
|
+
</documentation>
|
229
|
+
<input message="tns:LTConfig.Class.get_constraintsRequest"/>
|
230
|
+
<output message="tns:LTConfig.Class.get_constraintsResponse"/>
|
231
|
+
</operation>
|
232
|
+
<operation name="get_field_count">
|
233
|
+
<documentation>
|
234
|
+
Gets the field count for the specified loosely-typed configuration
|
235
|
+
classes.
|
236
|
+
|
237
|
+
</documentation>
|
238
|
+
<input message="tns:LTConfig.Class.get_field_countRequest"/>
|
239
|
+
<output message="tns:LTConfig.Class.get_field_countResponse"/>
|
240
|
+
</operation>
|
241
|
+
<operation name="get_clustered_state">
|
242
|
+
<documentation>
|
243
|
+
Gets the clustered state for the specified loosely-typed
|
244
|
+
configuration classes.
|
245
|
+
|
246
|
+
</documentation>
|
247
|
+
<input message="tns:LTConfig.Class.get_clustered_stateRequest"/>
|
248
|
+
<output message="tns:LTConfig.Class.get_clustered_stateResponse"/>
|
249
|
+
</operation>
|
250
|
+
<operation name="get_configsyncd_state">
|
251
|
+
<documentation>
|
252
|
+
Gets the configsyncd state for the specified loosely-typed
|
253
|
+
configuration classes.
|
254
|
+
|
255
|
+
</documentation>
|
256
|
+
<input message="tns:LTConfig.Class.get_configsyncd_stateRequest"/>
|
257
|
+
<output message="tns:LTConfig.Class.get_configsyncd_stateResponse"/>
|
258
|
+
</operation>
|
259
|
+
<operation name="get_toplevelcmd_state">
|
260
|
+
<documentation>
|
261
|
+
Gets the toplevelcmd state for the specified loosely-typed
|
262
|
+
configuration classes.
|
263
|
+
|
264
|
+
</documentation>
|
265
|
+
<input message="tns:LTConfig.Class.get_toplevelcmd_stateRequest"/>
|
266
|
+
<output message="tns:LTConfig.Class.get_toplevelcmd_stateResponse"/>
|
267
|
+
</operation>
|
268
|
+
<operation name="get_partitioned_state">
|
269
|
+
<documentation>
|
270
|
+
Gets the partitioned state for the specified loosely-typed
|
271
|
+
configuration classes.
|
272
|
+
|
273
|
+
</documentation>
|
274
|
+
<input message="tns:LTConfig.Class.get_partitioned_stateRequest"/>
|
275
|
+
<output message="tns:LTConfig.Class.get_partitioned_stateResponse"/>
|
276
|
+
</operation>
|
277
|
+
<operation name="get_singleton_state">
|
278
|
+
<documentation>
|
279
|
+
Gets the singleton state for the specified loosely-typed
|
280
|
+
configuration classes.
|
281
|
+
|
282
|
+
</documentation>
|
283
|
+
<input message="tns:LTConfig.Class.get_singleton_stateRequest"/>
|
284
|
+
<output message="tns:LTConfig.Class.get_singleton_stateResponse"/>
|
285
|
+
</operation>
|
286
|
+
<operation name="get_nested_classes">
|
287
|
+
<documentation>
|
288
|
+
Gets the nested classes for the specified loosely-typed
|
289
|
+
configuration classes.
|
290
|
+
|
291
|
+
</documentation>
|
292
|
+
<input message="tns:LTConfig.Class.get_nested_classesRequest"/>
|
293
|
+
<output message="tns:LTConfig.Class.get_nested_classesResponse"/>
|
294
|
+
</operation>
|
295
|
+
<operation name="get_list_of_instances">
|
296
|
+
<documentation>
|
297
|
+
Gets a list of loosely-typed configuration class instances.
|
298
|
+
|
299
|
+
</documentation>
|
300
|
+
<input message="tns:LTConfig.Class.get_list_of_instancesRequest"/>
|
301
|
+
<output message="tns:LTConfig.Class.get_list_of_instancesResponse"/>
|
302
|
+
</operation>
|
303
|
+
<operation name="create_instance">
|
304
|
+
<documentation>
|
305
|
+
Creates a loosely-typed configuration class instance.
|
306
|
+
|
307
|
+
</documentation>
|
308
|
+
<input message="tns:LTConfig.Class.create_instanceRequest"/>
|
309
|
+
<output message="tns:LTConfig.Class.create_instanceResponse"/>
|
310
|
+
</operation>
|
311
|
+
<operation name="delete_instance">
|
312
|
+
<documentation>
|
313
|
+
Deletes a loosely-typed configuration class instance.
|
314
|
+
|
315
|
+
</documentation>
|
316
|
+
<input message="tns:LTConfig.Class.delete_instanceRequest"/>
|
317
|
+
<output message="tns:LTConfig.Class.delete_instanceResponse"/>
|
318
|
+
</operation>
|
319
|
+
<operation name="get_version">
|
320
|
+
<documentation>
|
321
|
+
Gets the version information for this interface.
|
322
|
+
|
323
|
+
</documentation>
|
324
|
+
<input message="tns:LTConfig.Class.get_versionRequest"/>
|
325
|
+
<output message="tns:LTConfig.Class.get_versionResponse"/>
|
326
|
+
</operation>
|
327
|
+
</portType>
|
328
|
+
|
329
|
+
<!-- binding -->
|
330
|
+
|
331
|
+
<binding name="LTConfig.ClassBinding" type="tns:LTConfig.ClassPortType">
|
332
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
333
|
+
<operation name="get_list">
|
334
|
+
<documentation>
|
335
|
+
Gets a list of loosely-typed configuration classes.
|
336
|
+
|
337
|
+
</documentation>
|
338
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
339
|
+
<input>
|
340
|
+
<soap:body
|
341
|
+
use="encoded"
|
342
|
+
namespace="urn:iControl:LTConfig/Class"
|
343
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
344
|
+
</input>
|
345
|
+
<output>
|
346
|
+
<soap:body
|
347
|
+
use="encoded"
|
348
|
+
namespace="urn:iControl:LTConfig/Class"
|
349
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
350
|
+
</output>
|
351
|
+
</operation>
|
352
|
+
|
353
|
+
<operation name="get_category">
|
354
|
+
<documentation>
|
355
|
+
Gets the category for the specified loosely-typed
|
356
|
+
configuration classes.
|
357
|
+
|
358
|
+
</documentation>
|
359
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
360
|
+
<input>
|
361
|
+
<soap:body
|
362
|
+
use="encoded"
|
363
|
+
namespace="urn:iControl:LTConfig/Class"
|
364
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
365
|
+
</input>
|
366
|
+
<output>
|
367
|
+
<soap:body
|
368
|
+
use="encoded"
|
369
|
+
namespace="urn:iControl:LTConfig/Class"
|
370
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
371
|
+
</output>
|
372
|
+
</operation>
|
373
|
+
|
374
|
+
<operation name="get_statistics">
|
375
|
+
<documentation>
|
376
|
+
Gets the statistics for the specified loosely-typed
|
377
|
+
configuration classes.
|
378
|
+
|
379
|
+
</documentation>
|
380
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
381
|
+
<input>
|
382
|
+
<soap:body
|
383
|
+
use="encoded"
|
384
|
+
namespace="urn:iControl:LTConfig/Class"
|
385
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
386
|
+
</input>
|
387
|
+
<output>
|
388
|
+
<soap:body
|
389
|
+
use="encoded"
|
390
|
+
namespace="urn:iControl:LTConfig/Class"
|
391
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
392
|
+
</output>
|
393
|
+
</operation>
|
394
|
+
|
395
|
+
<operation name="get_constraints">
|
396
|
+
<documentation>
|
397
|
+
Gets the constraints for the specified loosely-typed
|
398
|
+
configuration classes.
|
399
|
+
|
400
|
+
</documentation>
|
401
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
402
|
+
<input>
|
403
|
+
<soap:body
|
404
|
+
use="encoded"
|
405
|
+
namespace="urn:iControl:LTConfig/Class"
|
406
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
407
|
+
</input>
|
408
|
+
<output>
|
409
|
+
<soap:body
|
410
|
+
use="encoded"
|
411
|
+
namespace="urn:iControl:LTConfig/Class"
|
412
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
413
|
+
</output>
|
414
|
+
</operation>
|
415
|
+
|
416
|
+
<operation name="get_field_count">
|
417
|
+
<documentation>
|
418
|
+
Gets the field count for the specified loosely-typed configuration
|
419
|
+
classes.
|
420
|
+
|
421
|
+
</documentation>
|
422
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
423
|
+
<input>
|
424
|
+
<soap:body
|
425
|
+
use="encoded"
|
426
|
+
namespace="urn:iControl:LTConfig/Class"
|
427
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
428
|
+
</input>
|
429
|
+
<output>
|
430
|
+
<soap:body
|
431
|
+
use="encoded"
|
432
|
+
namespace="urn:iControl:LTConfig/Class"
|
433
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
434
|
+
</output>
|
435
|
+
</operation>
|
436
|
+
|
437
|
+
<operation name="get_clustered_state">
|
438
|
+
<documentation>
|
439
|
+
Gets the clustered state for the specified loosely-typed
|
440
|
+
configuration classes.
|
441
|
+
|
442
|
+
</documentation>
|
443
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
444
|
+
<input>
|
445
|
+
<soap:body
|
446
|
+
use="encoded"
|
447
|
+
namespace="urn:iControl:LTConfig/Class"
|
448
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
449
|
+
</input>
|
450
|
+
<output>
|
451
|
+
<soap:body
|
452
|
+
use="encoded"
|
453
|
+
namespace="urn:iControl:LTConfig/Class"
|
454
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
455
|
+
</output>
|
456
|
+
</operation>
|
457
|
+
|
458
|
+
<operation name="get_configsyncd_state">
|
459
|
+
<documentation>
|
460
|
+
Gets the configsyncd state for the specified loosely-typed
|
461
|
+
configuration classes.
|
462
|
+
|
463
|
+
</documentation>
|
464
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
465
|
+
<input>
|
466
|
+
<soap:body
|
467
|
+
use="encoded"
|
468
|
+
namespace="urn:iControl:LTConfig/Class"
|
469
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
470
|
+
</input>
|
471
|
+
<output>
|
472
|
+
<soap:body
|
473
|
+
use="encoded"
|
474
|
+
namespace="urn:iControl:LTConfig/Class"
|
475
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
476
|
+
</output>
|
477
|
+
</operation>
|
478
|
+
|
479
|
+
<operation name="get_toplevelcmd_state">
|
480
|
+
<documentation>
|
481
|
+
Gets the toplevelcmd state for the specified loosely-typed
|
482
|
+
configuration classes.
|
483
|
+
|
484
|
+
</documentation>
|
485
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
486
|
+
<input>
|
487
|
+
<soap:body
|
488
|
+
use="encoded"
|
489
|
+
namespace="urn:iControl:LTConfig/Class"
|
490
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
491
|
+
</input>
|
492
|
+
<output>
|
493
|
+
<soap:body
|
494
|
+
use="encoded"
|
495
|
+
namespace="urn:iControl:LTConfig/Class"
|
496
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
497
|
+
</output>
|
498
|
+
</operation>
|
499
|
+
|
500
|
+
<operation name="get_partitioned_state">
|
501
|
+
<documentation>
|
502
|
+
Gets the partitioned state for the specified loosely-typed
|
503
|
+
configuration classes.
|
504
|
+
|
505
|
+
</documentation>
|
506
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
507
|
+
<input>
|
508
|
+
<soap:body
|
509
|
+
use="encoded"
|
510
|
+
namespace="urn:iControl:LTConfig/Class"
|
511
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
512
|
+
</input>
|
513
|
+
<output>
|
514
|
+
<soap:body
|
515
|
+
use="encoded"
|
516
|
+
namespace="urn:iControl:LTConfig/Class"
|
517
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
518
|
+
</output>
|
519
|
+
</operation>
|
520
|
+
|
521
|
+
<operation name="get_singleton_state">
|
522
|
+
<documentation>
|
523
|
+
Gets the singleton state for the specified loosely-typed
|
524
|
+
configuration classes.
|
525
|
+
|
526
|
+
</documentation>
|
527
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
528
|
+
<input>
|
529
|
+
<soap:body
|
530
|
+
use="encoded"
|
531
|
+
namespace="urn:iControl:LTConfig/Class"
|
532
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
533
|
+
</input>
|
534
|
+
<output>
|
535
|
+
<soap:body
|
536
|
+
use="encoded"
|
537
|
+
namespace="urn:iControl:LTConfig/Class"
|
538
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
539
|
+
</output>
|
540
|
+
</operation>
|
541
|
+
|
542
|
+
<operation name="get_nested_classes">
|
543
|
+
<documentation>
|
544
|
+
Gets the nested classes for the specified loosely-typed
|
545
|
+
configuration classes.
|
546
|
+
|
547
|
+
</documentation>
|
548
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
549
|
+
<input>
|
550
|
+
<soap:body
|
551
|
+
use="encoded"
|
552
|
+
namespace="urn:iControl:LTConfig/Class"
|
553
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
554
|
+
</input>
|
555
|
+
<output>
|
556
|
+
<soap:body
|
557
|
+
use="encoded"
|
558
|
+
namespace="urn:iControl:LTConfig/Class"
|
559
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
560
|
+
</output>
|
561
|
+
</operation>
|
562
|
+
|
563
|
+
<operation name="get_list_of_instances">
|
564
|
+
<documentation>
|
565
|
+
Gets a list of loosely-typed configuration class instances.
|
566
|
+
|
567
|
+
</documentation>
|
568
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
569
|
+
<input>
|
570
|
+
<soap:body
|
571
|
+
use="encoded"
|
572
|
+
namespace="urn:iControl:LTConfig/Class"
|
573
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
574
|
+
</input>
|
575
|
+
<output>
|
576
|
+
<soap:body
|
577
|
+
use="encoded"
|
578
|
+
namespace="urn:iControl:LTConfig/Class"
|
579
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
580
|
+
</output>
|
581
|
+
</operation>
|
582
|
+
|
583
|
+
<operation name="create_instance">
|
584
|
+
<documentation>
|
585
|
+
Creates a loosely-typed configuration class instance.
|
586
|
+
|
587
|
+
</documentation>
|
588
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
589
|
+
<input>
|
590
|
+
<soap:body
|
591
|
+
use="encoded"
|
592
|
+
namespace="urn:iControl:LTConfig/Class"
|
593
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
594
|
+
</input>
|
595
|
+
<output>
|
596
|
+
<soap:body
|
597
|
+
use="encoded"
|
598
|
+
namespace="urn:iControl:LTConfig/Class"
|
599
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
600
|
+
</output>
|
601
|
+
</operation>
|
602
|
+
|
603
|
+
<operation name="delete_instance">
|
604
|
+
<documentation>
|
605
|
+
Deletes a loosely-typed configuration class instance.
|
606
|
+
|
607
|
+
</documentation>
|
608
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
609
|
+
<input>
|
610
|
+
<soap:body
|
611
|
+
use="encoded"
|
612
|
+
namespace="urn:iControl:LTConfig/Class"
|
613
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
614
|
+
</input>
|
615
|
+
<output>
|
616
|
+
<soap:body
|
617
|
+
use="encoded"
|
618
|
+
namespace="urn:iControl:LTConfig/Class"
|
619
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
620
|
+
</output>
|
621
|
+
</operation>
|
622
|
+
|
623
|
+
<operation name="get_version">
|
624
|
+
<documentation>
|
625
|
+
Gets the version information for this interface.
|
626
|
+
|
627
|
+
</documentation>
|
628
|
+
<soap:operation soapAction="urn:iControl:LTConfig/Class"/>
|
629
|
+
<input>
|
630
|
+
<soap:body
|
631
|
+
use="encoded"
|
632
|
+
namespace="urn:iControl:LTConfig/Class"
|
633
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
634
|
+
</input>
|
635
|
+
<output>
|
636
|
+
<soap:body
|
637
|
+
use="encoded"
|
638
|
+
namespace="urn:iControl:LTConfig/Class"
|
639
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
640
|
+
</output>
|
641
|
+
</operation>
|
642
|
+
</binding>
|
643
|
+
|
644
|
+
<!-- service -->
|
645
|
+
|
646
|
+
<service name="LTConfig.Class">
|
647
|
+
<documentation>
|
648
|
+
The Class interface enables you to manage classes and class
|
649
|
+
instances in the Loosely-Typed Configuration system.
|
650
|
+
|
651
|
+
</documentation>
|
652
|
+
<port name="LTConfig.ClassPort" binding="tns:LTConfig.ClassBinding">
|
653
|
+
<soap:address location="https://url_to_service"/>
|
654
|
+
</port>
|
655
|
+
</service>
|
656
|
+
</definitions>
|