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,963 @@
|
|
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="GlobalLB.Application"
|
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="GlobalLB.AvailabilityDependencySequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:GlobalLB.AvailabilityDependency[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="GlobalLB.Application.ApplicationContextObject">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="application_name" type="xsd:string"/>
|
34
|
+
<xsd:element name="object_name" type="xsd:string"/>
|
35
|
+
<xsd:element name="object_type" type="tns:GlobalLB.Application.ApplicationObjectType"/>
|
36
|
+
</xsd:sequence>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:simpleType name="Common.EnabledState">
|
39
|
+
<xsd:restriction base="xsd:string">
|
40
|
+
<xsd:enumeration value="STATE_DISABLED">
|
41
|
+
<xsd:annotation>
|
42
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
43
|
+
</xsd:annotation>
|
44
|
+
</xsd:enumeration>
|
45
|
+
<xsd:enumeration value="STATE_ENABLED">
|
46
|
+
<xsd:annotation>
|
47
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
48
|
+
</xsd:annotation>
|
49
|
+
</xsd:enumeration>
|
50
|
+
</xsd:restriction>
|
51
|
+
</xsd:simpleType>
|
52
|
+
<xsd:simpleType name="GlobalLB.Application.ApplicationObjectType">
|
53
|
+
<xsd:restriction base="xsd:string">
|
54
|
+
<xsd:enumeration value="APPLICATION_OBJECT_TYPE_DATACENTER">
|
55
|
+
<xsd:annotation>
|
56
|
+
<xsd:documentation>APPLICATION_OBJECT_TYPE_DATACENTER</xsd:documentation>
|
57
|
+
</xsd:annotation>
|
58
|
+
</xsd:enumeration>
|
59
|
+
<xsd:enumeration value="APPLICATION_OBJECT_TYPE_SERVER">
|
60
|
+
<xsd:annotation>
|
61
|
+
<xsd:documentation>APPLICATION_OBJECT_TYPE_SERVER</xsd:documentation>
|
62
|
+
</xsd:annotation>
|
63
|
+
</xsd:enumeration>
|
64
|
+
<xsd:enumeration value="APPLICATION_OBJECT_TYPE_LINK">
|
65
|
+
<xsd:annotation>
|
66
|
+
<xsd:documentation>APPLICATION_OBJECT_TYPE_LINK</xsd:documentation>
|
67
|
+
</xsd:annotation>
|
68
|
+
</xsd:enumeration>
|
69
|
+
</xsd:restriction>
|
70
|
+
</xsd:simpleType>
|
71
|
+
<xsd:simpleType name="GlobalLB.AvailabilityDependency">
|
72
|
+
<xsd:restriction base="xsd:string">
|
73
|
+
<xsd:enumeration value="AVAILABILITY_DEPENDENCY_NONE">
|
74
|
+
<xsd:annotation>
|
75
|
+
<xsd:documentation>AVAILABILITY_DEPENDENCY_NONE</xsd:documentation>
|
76
|
+
</xsd:annotation>
|
77
|
+
</xsd:enumeration>
|
78
|
+
<xsd:enumeration value="AVAILABILITY_DEPENDENCY_SERVER">
|
79
|
+
<xsd:annotation>
|
80
|
+
<xsd:documentation>AVAILABILITY_DEPENDENCY_SERVER</xsd:documentation>
|
81
|
+
</xsd:annotation>
|
82
|
+
</xsd:enumeration>
|
83
|
+
<xsd:enumeration value="AVAILABILITY_DEPENDENCY_LINK">
|
84
|
+
<xsd:annotation>
|
85
|
+
<xsd:documentation>AVAILABILITY_DEPENDENCY_LINK</xsd:documentation>
|
86
|
+
</xsd:annotation>
|
87
|
+
</xsd:enumeration>
|
88
|
+
<xsd:enumeration value="AVAILABILITY_DEPENDENCY_DATA_CENTER">
|
89
|
+
<xsd:annotation>
|
90
|
+
<xsd:documentation>AVAILABILITY_DEPENDENCY_DATA_CENTER</xsd:documentation>
|
91
|
+
</xsd:annotation>
|
92
|
+
</xsd:enumeration>
|
93
|
+
<xsd:enumeration value="AVAILABILITY_DEPENDENCY_WIDE_IP">
|
94
|
+
<xsd:annotation>
|
95
|
+
<xsd:documentation>AVAILABILITY_DEPENDENCY_WIDE_IP</xsd:documentation>
|
96
|
+
</xsd:annotation>
|
97
|
+
</xsd:enumeration>
|
98
|
+
</xsd:restriction>
|
99
|
+
</xsd:simpleType>
|
100
|
+
<xsd:complexType name="Common.StringSequence">
|
101
|
+
<xsd:complexContent>
|
102
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
103
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
104
|
+
</xsd:restriction>
|
105
|
+
</xsd:complexContent>
|
106
|
+
</xsd:complexType>
|
107
|
+
<xsd:complexType name="Common.ULongSequence">
|
108
|
+
<xsd:complexContent>
|
109
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
110
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
111
|
+
</xsd:restriction>
|
112
|
+
</xsd:complexContent>
|
113
|
+
</xsd:complexType>
|
114
|
+
<xsd:simpleType name="Common.EnabledStatus">
|
115
|
+
<xsd:restriction base="xsd:string">
|
116
|
+
<xsd:enumeration value="ENABLED_STATUS_NONE">
|
117
|
+
<xsd:annotation>
|
118
|
+
<xsd:documentation>ENABLED_STATUS_NONE</xsd:documentation>
|
119
|
+
</xsd:annotation>
|
120
|
+
</xsd:enumeration>
|
121
|
+
<xsd:enumeration value="ENABLED_STATUS_ENABLED">
|
122
|
+
<xsd:annotation>
|
123
|
+
<xsd:documentation>ENABLED_STATUS_ENABLED</xsd:documentation>
|
124
|
+
</xsd:annotation>
|
125
|
+
</xsd:enumeration>
|
126
|
+
<xsd:enumeration value="ENABLED_STATUS_DISABLED">
|
127
|
+
<xsd:annotation>
|
128
|
+
<xsd:documentation>ENABLED_STATUS_DISABLED</xsd:documentation>
|
129
|
+
</xsd:annotation>
|
130
|
+
</xsd:enumeration>
|
131
|
+
<xsd:enumeration value="ENABLED_STATUS_DISABLED_BY_PARENT">
|
132
|
+
<xsd:annotation>
|
133
|
+
<xsd:documentation>ENABLED_STATUS_DISABLED_BY_PARENT</xsd:documentation>
|
134
|
+
</xsd:annotation>
|
135
|
+
</xsd:enumeration>
|
136
|
+
</xsd:restriction>
|
137
|
+
</xsd:simpleType>
|
138
|
+
<xsd:simpleType name="Common.AvailabilityStatus">
|
139
|
+
<xsd:restriction base="xsd:string">
|
140
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_NONE">
|
141
|
+
<xsd:annotation>
|
142
|
+
<xsd:documentation>AVAILABILITY_STATUS_NONE</xsd:documentation>
|
143
|
+
</xsd:annotation>
|
144
|
+
</xsd:enumeration>
|
145
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_GREEN">
|
146
|
+
<xsd:annotation>
|
147
|
+
<xsd:documentation>AVAILABILITY_STATUS_GREEN</xsd:documentation>
|
148
|
+
</xsd:annotation>
|
149
|
+
</xsd:enumeration>
|
150
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_YELLOW">
|
151
|
+
<xsd:annotation>
|
152
|
+
<xsd:documentation>AVAILABILITY_STATUS_YELLOW</xsd:documentation>
|
153
|
+
</xsd:annotation>
|
154
|
+
</xsd:enumeration>
|
155
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_RED">
|
156
|
+
<xsd:annotation>
|
157
|
+
<xsd:documentation>AVAILABILITY_STATUS_RED</xsd:documentation>
|
158
|
+
</xsd:annotation>
|
159
|
+
</xsd:enumeration>
|
160
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_BLUE">
|
161
|
+
<xsd:annotation>
|
162
|
+
<xsd:documentation>AVAILABILITY_STATUS_BLUE</xsd:documentation>
|
163
|
+
</xsd:annotation>
|
164
|
+
</xsd:enumeration>
|
165
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_GRAY">
|
166
|
+
<xsd:annotation>
|
167
|
+
<xsd:documentation>AVAILABILITY_STATUS_GRAY</xsd:documentation>
|
168
|
+
</xsd:annotation>
|
169
|
+
</xsd:enumeration>
|
170
|
+
</xsd:restriction>
|
171
|
+
</xsd:simpleType>
|
172
|
+
<xsd:complexType name="Common.ObjectStatusSequence">
|
173
|
+
<xsd:complexContent>
|
174
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
175
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ObjectStatus[]'/>
|
176
|
+
</xsd:restriction>
|
177
|
+
</xsd:complexContent>
|
178
|
+
</xsd:complexType>
|
179
|
+
<xsd:complexType name="GlobalLB.Application.ApplicationContextObjectSequence">
|
180
|
+
<xsd:complexContent>
|
181
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
182
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:GlobalLB.Application.ApplicationContextObject[]'/>
|
183
|
+
</xsd:restriction>
|
184
|
+
</xsd:complexContent>
|
185
|
+
</xsd:complexType>
|
186
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
187
|
+
<xsd:complexContent>
|
188
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
189
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
190
|
+
</xsd:restriction>
|
191
|
+
</xsd:complexContent>
|
192
|
+
</xsd:complexType>
|
193
|
+
<xsd:complexType name="Common.ObjectStatus">
|
194
|
+
<xsd:sequence>
|
195
|
+
<xsd:element name="availability_status" type="tns:Common.AvailabilityStatus"/>
|
196
|
+
<xsd:element name="enabled_status" type="tns:Common.EnabledStatus"/>
|
197
|
+
<xsd:element name="status_description" type="xsd:string"/>
|
198
|
+
</xsd:sequence>
|
199
|
+
</xsd:complexType>
|
200
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
201
|
+
<xsd:complexContent>
|
202
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
203
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
204
|
+
</xsd:restriction>
|
205
|
+
</xsd:complexContent>
|
206
|
+
</xsd:complexType>
|
207
|
+
</xsd:schema>
|
208
|
+
</types>
|
209
|
+
|
210
|
+
<!-- message -->
|
211
|
+
|
212
|
+
<message name="GlobalLB.Application.get_object_statusRequest">
|
213
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
214
|
+
</message>
|
215
|
+
<message name="GlobalLB.Application.get_object_statusResponse">
|
216
|
+
<part name="return" type="tns:Common.ObjectStatusSequence"/>
|
217
|
+
</message>
|
218
|
+
|
219
|
+
<message name="GlobalLB.Application.get_listRequest">
|
220
|
+
</message>
|
221
|
+
<message name="GlobalLB.Application.get_listResponse">
|
222
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
223
|
+
</message>
|
224
|
+
|
225
|
+
<message name="GlobalLB.Application.createRequest">
|
226
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
227
|
+
</message>
|
228
|
+
<message name="GlobalLB.Application.createResponse">
|
229
|
+
</message>
|
230
|
+
|
231
|
+
<message name="GlobalLB.Application.delete_applicationRequest">
|
232
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
233
|
+
</message>
|
234
|
+
<message name="GlobalLB.Application.delete_applicationResponse">
|
235
|
+
</message>
|
236
|
+
|
237
|
+
<message name="GlobalLB.Application.delete_all_applicationsRequest">
|
238
|
+
</message>
|
239
|
+
<message name="GlobalLB.Application.delete_all_applicationsResponse">
|
240
|
+
</message>
|
241
|
+
|
242
|
+
<message name="GlobalLB.Application.set_persistence_stateRequest">
|
243
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
244
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
245
|
+
</message>
|
246
|
+
<message name="GlobalLB.Application.set_persistence_stateResponse">
|
247
|
+
</message>
|
248
|
+
|
249
|
+
<message name="GlobalLB.Application.get_persistence_stateRequest">
|
250
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
251
|
+
</message>
|
252
|
+
<message name="GlobalLB.Application.get_persistence_stateResponse">
|
253
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
254
|
+
</message>
|
255
|
+
|
256
|
+
<message name="GlobalLB.Application.set_persistence_ttlRequest">
|
257
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
258
|
+
<part name="values" type="tns:Common.ULongSequence"/>
|
259
|
+
</message>
|
260
|
+
<message name="GlobalLB.Application.set_persistence_ttlResponse">
|
261
|
+
</message>
|
262
|
+
|
263
|
+
<message name="GlobalLB.Application.get_persistence_ttlRequest">
|
264
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
265
|
+
</message>
|
266
|
+
<message name="GlobalLB.Application.get_persistence_ttlResponse">
|
267
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
268
|
+
</message>
|
269
|
+
|
270
|
+
<message name="GlobalLB.Application.set_availability_dependencyRequest">
|
271
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
272
|
+
<part name="values" type="tns:GlobalLB.AvailabilityDependencySequence"/>
|
273
|
+
</message>
|
274
|
+
<message name="GlobalLB.Application.set_availability_dependencyResponse">
|
275
|
+
</message>
|
276
|
+
|
277
|
+
<message name="GlobalLB.Application.get_availability_dependencyRequest">
|
278
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
279
|
+
</message>
|
280
|
+
<message name="GlobalLB.Application.get_availability_dependencyResponse">
|
281
|
+
<part name="return" type="tns:GlobalLB.AvailabilityDependencySequence"/>
|
282
|
+
</message>
|
283
|
+
|
284
|
+
<message name="GlobalLB.Application.disable_application_context_objectRequest">
|
285
|
+
<part name="application_objects" type="tns:GlobalLB.Application.ApplicationContextObjectSequence"/>
|
286
|
+
</message>
|
287
|
+
<message name="GlobalLB.Application.disable_application_context_objectResponse">
|
288
|
+
</message>
|
289
|
+
|
290
|
+
<message name="GlobalLB.Application.enable_application_context_objectRequest">
|
291
|
+
<part name="application_objects" type="tns:GlobalLB.Application.ApplicationContextObjectSequence"/>
|
292
|
+
</message>
|
293
|
+
<message name="GlobalLB.Application.enable_application_context_objectResponse">
|
294
|
+
</message>
|
295
|
+
|
296
|
+
<message name="GlobalLB.Application.get_application_context_statusRequest">
|
297
|
+
<part name="application_objects" type="tns:GlobalLB.Application.ApplicationContextObjectSequence"/>
|
298
|
+
</message>
|
299
|
+
<message name="GlobalLB.Application.get_application_context_statusResponse">
|
300
|
+
<part name="return" type="tns:Common.ObjectStatusSequence"/>
|
301
|
+
</message>
|
302
|
+
|
303
|
+
<message name="GlobalLB.Application.get_data_centersRequest">
|
304
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
305
|
+
</message>
|
306
|
+
<message name="GlobalLB.Application.get_data_centersResponse">
|
307
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
308
|
+
</message>
|
309
|
+
|
310
|
+
<message name="GlobalLB.Application.get_serversRequest">
|
311
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
312
|
+
</message>
|
313
|
+
<message name="GlobalLB.Application.get_serversResponse">
|
314
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
315
|
+
</message>
|
316
|
+
|
317
|
+
<message name="GlobalLB.Application.get_wide_ipsRequest">
|
318
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
319
|
+
</message>
|
320
|
+
<message name="GlobalLB.Application.get_wide_ipsResponse">
|
321
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
322
|
+
</message>
|
323
|
+
|
324
|
+
<message name="GlobalLB.Application.set_descriptionRequest">
|
325
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
326
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
327
|
+
</message>
|
328
|
+
<message name="GlobalLB.Application.set_descriptionResponse">
|
329
|
+
</message>
|
330
|
+
|
331
|
+
<message name="GlobalLB.Application.get_descriptionRequest">
|
332
|
+
<part name="applications" type="tns:Common.StringSequence"/>
|
333
|
+
</message>
|
334
|
+
<message name="GlobalLB.Application.get_descriptionResponse">
|
335
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
336
|
+
</message>
|
337
|
+
|
338
|
+
<message name="GlobalLB.Application.get_versionRequest">
|
339
|
+
</message>
|
340
|
+
<message name="GlobalLB.Application.get_versionResponse">
|
341
|
+
<part name="return" type="xsd:string"/>
|
342
|
+
</message>
|
343
|
+
|
344
|
+
<!-- portType -->
|
345
|
+
|
346
|
+
<portType name="GlobalLB.ApplicationPortType">
|
347
|
+
<operation name="get_object_status">
|
348
|
+
<documentation>
|
349
|
+
Gets the statuses of the specified applications.
|
350
|
+
|
351
|
+
|
352
|
+
</documentation>
|
353
|
+
<input message="tns:GlobalLB.Application.get_object_statusRequest"/>
|
354
|
+
<output message="tns:GlobalLB.Application.get_object_statusResponse"/>
|
355
|
+
</operation>
|
356
|
+
<operation name="get_list">
|
357
|
+
<documentation>
|
358
|
+
Gets a list of applications.
|
359
|
+
|
360
|
+
|
361
|
+
</documentation>
|
362
|
+
<input message="tns:GlobalLB.Application.get_listRequest"/>
|
363
|
+
<output message="tns:GlobalLB.Application.get_listResponse"/>
|
364
|
+
</operation>
|
365
|
+
<operation name="create">
|
366
|
+
<documentation>
|
367
|
+
Creates the specified applications.
|
368
|
+
|
369
|
+
|
370
|
+
</documentation>
|
371
|
+
<input message="tns:GlobalLB.Application.createRequest"/>
|
372
|
+
<output message="tns:GlobalLB.Application.createResponse"/>
|
373
|
+
</operation>
|
374
|
+
<operation name="delete_application">
|
375
|
+
<documentation>
|
376
|
+
Deletes the specified applications.
|
377
|
+
|
378
|
+
|
379
|
+
</documentation>
|
380
|
+
<input message="tns:GlobalLB.Application.delete_applicationRequest"/>
|
381
|
+
<output message="tns:GlobalLB.Application.delete_applicationResponse"/>
|
382
|
+
</operation>
|
383
|
+
<operation name="delete_all_applications">
|
384
|
+
<documentation>
|
385
|
+
Deletes all applications.
|
386
|
+
|
387
|
+
|
388
|
+
</documentation>
|
389
|
+
<input message="tns:GlobalLB.Application.delete_all_applicationsRequest"/>
|
390
|
+
<output message="tns:GlobalLB.Application.delete_all_applicationsResponse"/>
|
391
|
+
</operation>
|
392
|
+
<operation name="set_persistence_state">
|
393
|
+
<documentation>
|
394
|
+
Sets the persistence states for the specified applications.
|
395
|
+
|
396
|
+
|
397
|
+
</documentation>
|
398
|
+
<input message="tns:GlobalLB.Application.set_persistence_stateRequest"/>
|
399
|
+
<output message="tns:GlobalLB.Application.set_persistence_stateResponse"/>
|
400
|
+
</operation>
|
401
|
+
<operation name="get_persistence_state">
|
402
|
+
<documentation>
|
403
|
+
Gets the persistence states for the specified applications.
|
404
|
+
|
405
|
+
|
406
|
+
</documentation>
|
407
|
+
<input message="tns:GlobalLB.Application.get_persistence_stateRequest"/>
|
408
|
+
<output message="tns:GlobalLB.Application.get_persistence_stateResponse"/>
|
409
|
+
</operation>
|
410
|
+
<operation name="set_persistence_ttl">
|
411
|
+
<documentation>
|
412
|
+
Sets the persistence TTL values of the specified applications.
|
413
|
+
|
414
|
+
|
415
|
+
</documentation>
|
416
|
+
<input message="tns:GlobalLB.Application.set_persistence_ttlRequest"/>
|
417
|
+
<output message="tns:GlobalLB.Application.set_persistence_ttlResponse"/>
|
418
|
+
</operation>
|
419
|
+
<operation name="get_persistence_ttl">
|
420
|
+
<documentation>
|
421
|
+
Gets the persistence TTL values of the specified applications.
|
422
|
+
|
423
|
+
|
424
|
+
</documentation>
|
425
|
+
<input message="tns:GlobalLB.Application.get_persistence_ttlRequest"/>
|
426
|
+
<output message="tns:GlobalLB.Application.get_persistence_ttlResponse"/>
|
427
|
+
</operation>
|
428
|
+
<operation name="set_availability_dependency">
|
429
|
+
<documentation>
|
430
|
+
Sets the availability dependency for the specified applications.
|
431
|
+
|
432
|
+
|
433
|
+
</documentation>
|
434
|
+
<input message="tns:GlobalLB.Application.set_availability_dependencyRequest"/>
|
435
|
+
<output message="tns:GlobalLB.Application.set_availability_dependencyResponse"/>
|
436
|
+
</operation>
|
437
|
+
<operation name="get_availability_dependency">
|
438
|
+
<documentation>
|
439
|
+
Gets the availability dependency for the specified applications.
|
440
|
+
|
441
|
+
|
442
|
+
</documentation>
|
443
|
+
<input message="tns:GlobalLB.Application.get_availability_dependencyRequest"/>
|
444
|
+
<output message="tns:GlobalLB.Application.get_availability_dependencyResponse"/>
|
445
|
+
</operation>
|
446
|
+
<operation name="disable_application_context_object">
|
447
|
+
<documentation>
|
448
|
+
Disables the specified objects within the applications' context.
|
449
|
+
|
450
|
+
|
451
|
+
</documentation>
|
452
|
+
<input message="tns:GlobalLB.Application.disable_application_context_objectRequest"/>
|
453
|
+
<output message="tns:GlobalLB.Application.disable_application_context_objectResponse"/>
|
454
|
+
</operation>
|
455
|
+
<operation name="enable_application_context_object">
|
456
|
+
<documentation>
|
457
|
+
Enables the specified objects within the applications' context.
|
458
|
+
|
459
|
+
|
460
|
+
</documentation>
|
461
|
+
<input message="tns:GlobalLB.Application.enable_application_context_objectRequest"/>
|
462
|
+
<output message="tns:GlobalLB.Application.enable_application_context_objectResponse"/>
|
463
|
+
</operation>
|
464
|
+
<operation name="get_application_context_status">
|
465
|
+
<documentation>
|
466
|
+
Gets the statuses of the specified application context objects.
|
467
|
+
|
468
|
+
|
469
|
+
</documentation>
|
470
|
+
<input message="tns:GlobalLB.Application.get_application_context_statusRequest"/>
|
471
|
+
<output message="tns:GlobalLB.Application.get_application_context_statusResponse"/>
|
472
|
+
</operation>
|
473
|
+
<operation name="get_data_centers">
|
474
|
+
<documentation>
|
475
|
+
Gets the data centers associated with a set of distributed
|
476
|
+
applications.
|
477
|
+
|
478
|
+
</documentation>
|
479
|
+
<input message="tns:GlobalLB.Application.get_data_centersRequest"/>
|
480
|
+
<output message="tns:GlobalLB.Application.get_data_centersResponse"/>
|
481
|
+
</operation>
|
482
|
+
<operation name="get_servers">
|
483
|
+
<documentation>
|
484
|
+
Gets the servers associated with a set of distributed applications.
|
485
|
+
|
486
|
+
</documentation>
|
487
|
+
<input message="tns:GlobalLB.Application.get_serversRequest"/>
|
488
|
+
<output message="tns:GlobalLB.Application.get_serversResponse"/>
|
489
|
+
</operation>
|
490
|
+
<operation name="get_wide_ips">
|
491
|
+
<documentation>
|
492
|
+
Gets the wide IPs associated with a set of distributed
|
493
|
+
applications.
|
494
|
+
|
495
|
+
</documentation>
|
496
|
+
<input message="tns:GlobalLB.Application.get_wide_ipsRequest"/>
|
497
|
+
<output message="tns:GlobalLB.Application.get_wide_ipsResponse"/>
|
498
|
+
</operation>
|
499
|
+
<operation name="set_description">
|
500
|
+
<documentation>
|
501
|
+
Sets the description for a set of distributed applications.
|
502
|
+
|
503
|
+
This is an arbitrary field which can be used for any purpose.
|
504
|
+
|
505
|
+
</documentation>
|
506
|
+
<input message="tns:GlobalLB.Application.set_descriptionRequest"/>
|
507
|
+
<output message="tns:GlobalLB.Application.set_descriptionResponse"/>
|
508
|
+
</operation>
|
509
|
+
<operation name="get_description">
|
510
|
+
<documentation>
|
511
|
+
Gets the descriptions for a set of distributed applications.
|
512
|
+
|
513
|
+
</documentation>
|
514
|
+
<input message="tns:GlobalLB.Application.get_descriptionRequest"/>
|
515
|
+
<output message="tns:GlobalLB.Application.get_descriptionResponse"/>
|
516
|
+
</operation>
|
517
|
+
<operation name="get_version">
|
518
|
+
<documentation>
|
519
|
+
Gets the version information for this interface.
|
520
|
+
|
521
|
+
|
522
|
+
</documentation>
|
523
|
+
<input message="tns:GlobalLB.Application.get_versionRequest"/>
|
524
|
+
<output message="tns:GlobalLB.Application.get_versionResponse"/>
|
525
|
+
</operation>
|
526
|
+
</portType>
|
527
|
+
|
528
|
+
<!-- binding -->
|
529
|
+
|
530
|
+
<binding name="GlobalLB.ApplicationBinding" type="tns:GlobalLB.ApplicationPortType">
|
531
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
532
|
+
<operation name="get_object_status">
|
533
|
+
<documentation>
|
534
|
+
Gets the statuses of the specified applications.
|
535
|
+
|
536
|
+
|
537
|
+
</documentation>
|
538
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
539
|
+
<input>
|
540
|
+
<soap:body
|
541
|
+
use="encoded"
|
542
|
+
namespace="urn:iControl:GlobalLB/Application"
|
543
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
544
|
+
</input>
|
545
|
+
<output>
|
546
|
+
<soap:body
|
547
|
+
use="encoded"
|
548
|
+
namespace="urn:iControl:GlobalLB/Application"
|
549
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
550
|
+
</output>
|
551
|
+
</operation>
|
552
|
+
|
553
|
+
<operation name="get_list">
|
554
|
+
<documentation>
|
555
|
+
Gets a list of applications.
|
556
|
+
|
557
|
+
|
558
|
+
</documentation>
|
559
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
560
|
+
<input>
|
561
|
+
<soap:body
|
562
|
+
use="encoded"
|
563
|
+
namespace="urn:iControl:GlobalLB/Application"
|
564
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
565
|
+
</input>
|
566
|
+
<output>
|
567
|
+
<soap:body
|
568
|
+
use="encoded"
|
569
|
+
namespace="urn:iControl:GlobalLB/Application"
|
570
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
571
|
+
</output>
|
572
|
+
</operation>
|
573
|
+
|
574
|
+
<operation name="create">
|
575
|
+
<documentation>
|
576
|
+
Creates the specified applications.
|
577
|
+
|
578
|
+
|
579
|
+
</documentation>
|
580
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
581
|
+
<input>
|
582
|
+
<soap:body
|
583
|
+
use="encoded"
|
584
|
+
namespace="urn:iControl:GlobalLB/Application"
|
585
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
586
|
+
</input>
|
587
|
+
<output>
|
588
|
+
<soap:body
|
589
|
+
use="encoded"
|
590
|
+
namespace="urn:iControl:GlobalLB/Application"
|
591
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
592
|
+
</output>
|
593
|
+
</operation>
|
594
|
+
|
595
|
+
<operation name="delete_application">
|
596
|
+
<documentation>
|
597
|
+
Deletes the specified applications.
|
598
|
+
|
599
|
+
|
600
|
+
</documentation>
|
601
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
602
|
+
<input>
|
603
|
+
<soap:body
|
604
|
+
use="encoded"
|
605
|
+
namespace="urn:iControl:GlobalLB/Application"
|
606
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
607
|
+
</input>
|
608
|
+
<output>
|
609
|
+
<soap:body
|
610
|
+
use="encoded"
|
611
|
+
namespace="urn:iControl:GlobalLB/Application"
|
612
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
613
|
+
</output>
|
614
|
+
</operation>
|
615
|
+
|
616
|
+
<operation name="delete_all_applications">
|
617
|
+
<documentation>
|
618
|
+
Deletes all applications.
|
619
|
+
|
620
|
+
|
621
|
+
</documentation>
|
622
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
623
|
+
<input>
|
624
|
+
<soap:body
|
625
|
+
use="encoded"
|
626
|
+
namespace="urn:iControl:GlobalLB/Application"
|
627
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
628
|
+
</input>
|
629
|
+
<output>
|
630
|
+
<soap:body
|
631
|
+
use="encoded"
|
632
|
+
namespace="urn:iControl:GlobalLB/Application"
|
633
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
634
|
+
</output>
|
635
|
+
</operation>
|
636
|
+
|
637
|
+
<operation name="set_persistence_state">
|
638
|
+
<documentation>
|
639
|
+
Sets the persistence states for the specified applications.
|
640
|
+
|
641
|
+
|
642
|
+
</documentation>
|
643
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
644
|
+
<input>
|
645
|
+
<soap:body
|
646
|
+
use="encoded"
|
647
|
+
namespace="urn:iControl:GlobalLB/Application"
|
648
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
649
|
+
</input>
|
650
|
+
<output>
|
651
|
+
<soap:body
|
652
|
+
use="encoded"
|
653
|
+
namespace="urn:iControl:GlobalLB/Application"
|
654
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
655
|
+
</output>
|
656
|
+
</operation>
|
657
|
+
|
658
|
+
<operation name="get_persistence_state">
|
659
|
+
<documentation>
|
660
|
+
Gets the persistence states for the specified applications.
|
661
|
+
|
662
|
+
|
663
|
+
</documentation>
|
664
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
665
|
+
<input>
|
666
|
+
<soap:body
|
667
|
+
use="encoded"
|
668
|
+
namespace="urn:iControl:GlobalLB/Application"
|
669
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
670
|
+
</input>
|
671
|
+
<output>
|
672
|
+
<soap:body
|
673
|
+
use="encoded"
|
674
|
+
namespace="urn:iControl:GlobalLB/Application"
|
675
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
676
|
+
</output>
|
677
|
+
</operation>
|
678
|
+
|
679
|
+
<operation name="set_persistence_ttl">
|
680
|
+
<documentation>
|
681
|
+
Sets the persistence TTL values of the specified applications.
|
682
|
+
|
683
|
+
|
684
|
+
</documentation>
|
685
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
686
|
+
<input>
|
687
|
+
<soap:body
|
688
|
+
use="encoded"
|
689
|
+
namespace="urn:iControl:GlobalLB/Application"
|
690
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
691
|
+
</input>
|
692
|
+
<output>
|
693
|
+
<soap:body
|
694
|
+
use="encoded"
|
695
|
+
namespace="urn:iControl:GlobalLB/Application"
|
696
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
697
|
+
</output>
|
698
|
+
</operation>
|
699
|
+
|
700
|
+
<operation name="get_persistence_ttl">
|
701
|
+
<documentation>
|
702
|
+
Gets the persistence TTL values of the specified applications.
|
703
|
+
|
704
|
+
|
705
|
+
</documentation>
|
706
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
707
|
+
<input>
|
708
|
+
<soap:body
|
709
|
+
use="encoded"
|
710
|
+
namespace="urn:iControl:GlobalLB/Application"
|
711
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
712
|
+
</input>
|
713
|
+
<output>
|
714
|
+
<soap:body
|
715
|
+
use="encoded"
|
716
|
+
namespace="urn:iControl:GlobalLB/Application"
|
717
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
718
|
+
</output>
|
719
|
+
</operation>
|
720
|
+
|
721
|
+
<operation name="set_availability_dependency">
|
722
|
+
<documentation>
|
723
|
+
Sets the availability dependency for the specified applications.
|
724
|
+
|
725
|
+
|
726
|
+
</documentation>
|
727
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
728
|
+
<input>
|
729
|
+
<soap:body
|
730
|
+
use="encoded"
|
731
|
+
namespace="urn:iControl:GlobalLB/Application"
|
732
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
733
|
+
</input>
|
734
|
+
<output>
|
735
|
+
<soap:body
|
736
|
+
use="encoded"
|
737
|
+
namespace="urn:iControl:GlobalLB/Application"
|
738
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
739
|
+
</output>
|
740
|
+
</operation>
|
741
|
+
|
742
|
+
<operation name="get_availability_dependency">
|
743
|
+
<documentation>
|
744
|
+
Gets the availability dependency for the specified applications.
|
745
|
+
|
746
|
+
|
747
|
+
</documentation>
|
748
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
749
|
+
<input>
|
750
|
+
<soap:body
|
751
|
+
use="encoded"
|
752
|
+
namespace="urn:iControl:GlobalLB/Application"
|
753
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
754
|
+
</input>
|
755
|
+
<output>
|
756
|
+
<soap:body
|
757
|
+
use="encoded"
|
758
|
+
namespace="urn:iControl:GlobalLB/Application"
|
759
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
760
|
+
</output>
|
761
|
+
</operation>
|
762
|
+
|
763
|
+
<operation name="disable_application_context_object">
|
764
|
+
<documentation>
|
765
|
+
Disables the specified objects within the applications' context.
|
766
|
+
|
767
|
+
|
768
|
+
</documentation>
|
769
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
770
|
+
<input>
|
771
|
+
<soap:body
|
772
|
+
use="encoded"
|
773
|
+
namespace="urn:iControl:GlobalLB/Application"
|
774
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
775
|
+
</input>
|
776
|
+
<output>
|
777
|
+
<soap:body
|
778
|
+
use="encoded"
|
779
|
+
namespace="urn:iControl:GlobalLB/Application"
|
780
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
781
|
+
</output>
|
782
|
+
</operation>
|
783
|
+
|
784
|
+
<operation name="enable_application_context_object">
|
785
|
+
<documentation>
|
786
|
+
Enables the specified objects within the applications' context.
|
787
|
+
|
788
|
+
|
789
|
+
</documentation>
|
790
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
791
|
+
<input>
|
792
|
+
<soap:body
|
793
|
+
use="encoded"
|
794
|
+
namespace="urn:iControl:GlobalLB/Application"
|
795
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
796
|
+
</input>
|
797
|
+
<output>
|
798
|
+
<soap:body
|
799
|
+
use="encoded"
|
800
|
+
namespace="urn:iControl:GlobalLB/Application"
|
801
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
802
|
+
</output>
|
803
|
+
</operation>
|
804
|
+
|
805
|
+
<operation name="get_application_context_status">
|
806
|
+
<documentation>
|
807
|
+
Gets the statuses of the specified application context objects.
|
808
|
+
|
809
|
+
|
810
|
+
</documentation>
|
811
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
812
|
+
<input>
|
813
|
+
<soap:body
|
814
|
+
use="encoded"
|
815
|
+
namespace="urn:iControl:GlobalLB/Application"
|
816
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
817
|
+
</input>
|
818
|
+
<output>
|
819
|
+
<soap:body
|
820
|
+
use="encoded"
|
821
|
+
namespace="urn:iControl:GlobalLB/Application"
|
822
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
823
|
+
</output>
|
824
|
+
</operation>
|
825
|
+
|
826
|
+
<operation name="get_data_centers">
|
827
|
+
<documentation>
|
828
|
+
Gets the data centers associated with a set of distributed
|
829
|
+
applications.
|
830
|
+
|
831
|
+
</documentation>
|
832
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
833
|
+
<input>
|
834
|
+
<soap:body
|
835
|
+
use="encoded"
|
836
|
+
namespace="urn:iControl:GlobalLB/Application"
|
837
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
838
|
+
</input>
|
839
|
+
<output>
|
840
|
+
<soap:body
|
841
|
+
use="encoded"
|
842
|
+
namespace="urn:iControl:GlobalLB/Application"
|
843
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
844
|
+
</output>
|
845
|
+
</operation>
|
846
|
+
|
847
|
+
<operation name="get_servers">
|
848
|
+
<documentation>
|
849
|
+
Gets the servers associated with a set of distributed applications.
|
850
|
+
|
851
|
+
</documentation>
|
852
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
853
|
+
<input>
|
854
|
+
<soap:body
|
855
|
+
use="encoded"
|
856
|
+
namespace="urn:iControl:GlobalLB/Application"
|
857
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
858
|
+
</input>
|
859
|
+
<output>
|
860
|
+
<soap:body
|
861
|
+
use="encoded"
|
862
|
+
namespace="urn:iControl:GlobalLB/Application"
|
863
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
864
|
+
</output>
|
865
|
+
</operation>
|
866
|
+
|
867
|
+
<operation name="get_wide_ips">
|
868
|
+
<documentation>
|
869
|
+
Gets the wide IPs associated with a set of distributed
|
870
|
+
applications.
|
871
|
+
|
872
|
+
</documentation>
|
873
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
874
|
+
<input>
|
875
|
+
<soap:body
|
876
|
+
use="encoded"
|
877
|
+
namespace="urn:iControl:GlobalLB/Application"
|
878
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
879
|
+
</input>
|
880
|
+
<output>
|
881
|
+
<soap:body
|
882
|
+
use="encoded"
|
883
|
+
namespace="urn:iControl:GlobalLB/Application"
|
884
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
885
|
+
</output>
|
886
|
+
</operation>
|
887
|
+
|
888
|
+
<operation name="set_description">
|
889
|
+
<documentation>
|
890
|
+
Sets the description for a set of distributed applications.
|
891
|
+
|
892
|
+
This is an arbitrary field which can be used for any purpose.
|
893
|
+
|
894
|
+
</documentation>
|
895
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
896
|
+
<input>
|
897
|
+
<soap:body
|
898
|
+
use="encoded"
|
899
|
+
namespace="urn:iControl:GlobalLB/Application"
|
900
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
901
|
+
</input>
|
902
|
+
<output>
|
903
|
+
<soap:body
|
904
|
+
use="encoded"
|
905
|
+
namespace="urn:iControl:GlobalLB/Application"
|
906
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
907
|
+
</output>
|
908
|
+
</operation>
|
909
|
+
|
910
|
+
<operation name="get_description">
|
911
|
+
<documentation>
|
912
|
+
Gets the descriptions for a set of distributed applications.
|
913
|
+
|
914
|
+
</documentation>
|
915
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
916
|
+
<input>
|
917
|
+
<soap:body
|
918
|
+
use="encoded"
|
919
|
+
namespace="urn:iControl:GlobalLB/Application"
|
920
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
921
|
+
</input>
|
922
|
+
<output>
|
923
|
+
<soap:body
|
924
|
+
use="encoded"
|
925
|
+
namespace="urn:iControl:GlobalLB/Application"
|
926
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
927
|
+
</output>
|
928
|
+
</operation>
|
929
|
+
|
930
|
+
<operation name="get_version">
|
931
|
+
<documentation>
|
932
|
+
Gets the version information for this interface.
|
933
|
+
|
934
|
+
|
935
|
+
</documentation>
|
936
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/Application"/>
|
937
|
+
<input>
|
938
|
+
<soap:body
|
939
|
+
use="encoded"
|
940
|
+
namespace="urn:iControl:GlobalLB/Application"
|
941
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
942
|
+
</input>
|
943
|
+
<output>
|
944
|
+
<soap:body
|
945
|
+
use="encoded"
|
946
|
+
namespace="urn:iControl:GlobalLB/Application"
|
947
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
948
|
+
</output>
|
949
|
+
</operation>
|
950
|
+
</binding>
|
951
|
+
|
952
|
+
<!-- service -->
|
953
|
+
|
954
|
+
<service name="GlobalLB.Application">
|
955
|
+
<documentation>
|
956
|
+
The Application interface enables you to work with applications running within Wide IPs.
|
957
|
+
|
958
|
+
</documentation>
|
959
|
+
<port name="GlobalLB.ApplicationPort" binding="tns:GlobalLB.ApplicationBinding">
|
960
|
+
<soap:address location="https://url_to_service"/>
|
961
|
+
</port>
|
962
|
+
</service>
|
963
|
+
</definitions>
|