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,743 @@
|
|
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="Management.Provision"
|
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.StringSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Management.Provision.ProvisionLevelSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.Provision.ProvisionLevel[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Common.ULongSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.TMOSModuleSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.TMOSModule[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:simpleType name="Management.Provision.ProvisionLevel">
|
53
|
+
<xsd:restriction base="xsd:string">
|
54
|
+
<xsd:enumeration value="PROVISION_LEVEL_NONE">
|
55
|
+
<xsd:annotation>
|
56
|
+
<xsd:documentation>PROVISION_LEVEL_NONE</xsd:documentation>
|
57
|
+
</xsd:annotation>
|
58
|
+
</xsd:enumeration>
|
59
|
+
<xsd:enumeration value="PROVISION_LEVEL_MINIMUM">
|
60
|
+
<xsd:annotation>
|
61
|
+
<xsd:documentation>PROVISION_LEVEL_MINIMUM</xsd:documentation>
|
62
|
+
</xsd:annotation>
|
63
|
+
</xsd:enumeration>
|
64
|
+
<xsd:enumeration value="PROVISION_LEVEL_NOMINAL">
|
65
|
+
<xsd:annotation>
|
66
|
+
<xsd:documentation>PROVISION_LEVEL_NOMINAL</xsd:documentation>
|
67
|
+
</xsd:annotation>
|
68
|
+
</xsd:enumeration>
|
69
|
+
<xsd:enumeration value="PROVISION_LEVEL_DEDICATED">
|
70
|
+
<xsd:annotation>
|
71
|
+
<xsd:documentation>PROVISION_LEVEL_DEDICATED</xsd:documentation>
|
72
|
+
</xsd:annotation>
|
73
|
+
</xsd:enumeration>
|
74
|
+
<xsd:enumeration value="PROVISION_LEVEL_CUSTOM">
|
75
|
+
<xsd:annotation>
|
76
|
+
<xsd:documentation>PROVISION_LEVEL_CUSTOM</xsd:documentation>
|
77
|
+
</xsd:annotation>
|
78
|
+
</xsd:enumeration>
|
79
|
+
<xsd:enumeration value="PROVISION_LEVEL_UNKNOWN">
|
80
|
+
<xsd:annotation>
|
81
|
+
<xsd:documentation>PROVISION_LEVEL_UNKNOWN</xsd:documentation>
|
82
|
+
</xsd:annotation>
|
83
|
+
</xsd:enumeration>
|
84
|
+
</xsd:restriction>
|
85
|
+
</xsd:simpleType>
|
86
|
+
<xsd:simpleType name="Common.TMOSModule">
|
87
|
+
<xsd:restriction base="xsd:string">
|
88
|
+
<xsd:enumeration value="TMOS_MODULE_ASM">
|
89
|
+
<xsd:annotation>
|
90
|
+
<xsd:documentation>TMOS_MODULE_ASM</xsd:documentation>
|
91
|
+
</xsd:annotation>
|
92
|
+
</xsd:enumeration>
|
93
|
+
<xsd:enumeration value="TMOS_MODULE_SAM">
|
94
|
+
<xsd:annotation>
|
95
|
+
<xsd:documentation>TMOS_MODULE_SAM</xsd:documentation>
|
96
|
+
</xsd:annotation>
|
97
|
+
</xsd:enumeration>
|
98
|
+
<xsd:enumeration value="TMOS_MODULE_WAM">
|
99
|
+
<xsd:annotation>
|
100
|
+
<xsd:documentation>TMOS_MODULE_WAM</xsd:documentation>
|
101
|
+
</xsd:annotation>
|
102
|
+
</xsd:enumeration>
|
103
|
+
<xsd:enumeration value="TMOS_MODULE_PSM">
|
104
|
+
<xsd:annotation>
|
105
|
+
<xsd:documentation>TMOS_MODULE_PSM</xsd:documentation>
|
106
|
+
</xsd:annotation>
|
107
|
+
</xsd:enumeration>
|
108
|
+
<xsd:enumeration value="TMOS_MODULE_WOM">
|
109
|
+
<xsd:annotation>
|
110
|
+
<xsd:documentation>TMOS_MODULE_WOM</xsd:documentation>
|
111
|
+
</xsd:annotation>
|
112
|
+
</xsd:enumeration>
|
113
|
+
<xsd:enumeration value="TMOS_MODULE_LC">
|
114
|
+
<xsd:annotation>
|
115
|
+
<xsd:documentation>TMOS_MODULE_LC</xsd:documentation>
|
116
|
+
</xsd:annotation>
|
117
|
+
</xsd:enumeration>
|
118
|
+
<xsd:enumeration value="TMOS_MODULE_LTM">
|
119
|
+
<xsd:annotation>
|
120
|
+
<xsd:documentation>TMOS_MODULE_LTM</xsd:documentation>
|
121
|
+
</xsd:annotation>
|
122
|
+
</xsd:enumeration>
|
123
|
+
<xsd:enumeration value="TMOS_MODULE_GTM">
|
124
|
+
<xsd:annotation>
|
125
|
+
<xsd:documentation>TMOS_MODULE_GTM</xsd:documentation>
|
126
|
+
</xsd:annotation>
|
127
|
+
</xsd:enumeration>
|
128
|
+
<xsd:enumeration value="TMOS_MODULE_UNKNOWN">
|
129
|
+
<xsd:annotation>
|
130
|
+
<xsd:documentation>TMOS_MODULE_UNKNOWN</xsd:documentation>
|
131
|
+
</xsd:annotation>
|
132
|
+
</xsd:enumeration>
|
133
|
+
<xsd:enumeration value="TMOS_MODULE_WOML">
|
134
|
+
<xsd:annotation>
|
135
|
+
<xsd:documentation>TMOS_MODULE_WOML</xsd:documentation>
|
136
|
+
</xsd:annotation>
|
137
|
+
</xsd:enumeration>
|
138
|
+
<xsd:enumeration value="TMOS_MODULE_APML">
|
139
|
+
<xsd:annotation>
|
140
|
+
<xsd:documentation>TMOS_MODULE_APML</xsd:documentation>
|
141
|
+
</xsd:annotation>
|
142
|
+
</xsd:enumeration>
|
143
|
+
<xsd:enumeration value="TMOS_MODULE_EM">
|
144
|
+
<xsd:annotation>
|
145
|
+
<xsd:documentation>TMOS_MODULE_EM</xsd:documentation>
|
146
|
+
</xsd:annotation>
|
147
|
+
</xsd:enumeration>
|
148
|
+
<xsd:enumeration value="TMOS_MODULE_VCMP">
|
149
|
+
<xsd:annotation>
|
150
|
+
<xsd:documentation>TMOS_MODULE_VCMP</xsd:documentation>
|
151
|
+
</xsd:annotation>
|
152
|
+
</xsd:enumeration>
|
153
|
+
<xsd:enumeration value="TMOS_MODULE_TMOS">
|
154
|
+
<xsd:annotation>
|
155
|
+
<xsd:documentation>TMOS_MODULE_TMOS</xsd:documentation>
|
156
|
+
</xsd:annotation>
|
157
|
+
</xsd:enumeration>
|
158
|
+
<xsd:enumeration value="TMOS_MODULE_HOST">
|
159
|
+
<xsd:annotation>
|
160
|
+
<xsd:documentation>TMOS_MODULE_HOST</xsd:documentation>
|
161
|
+
</xsd:annotation>
|
162
|
+
</xsd:enumeration>
|
163
|
+
<xsd:enumeration value="TMOS_MODULE_UI">
|
164
|
+
<xsd:annotation>
|
165
|
+
<xsd:documentation>TMOS_MODULE_UI</xsd:documentation>
|
166
|
+
</xsd:annotation>
|
167
|
+
</xsd:enumeration>
|
168
|
+
<xsd:enumeration value="TMOS_MODULE_MONITORS">
|
169
|
+
<xsd:annotation>
|
170
|
+
<xsd:documentation>TMOS_MODULE_MONITORS</xsd:documentation>
|
171
|
+
</xsd:annotation>
|
172
|
+
</xsd:enumeration>
|
173
|
+
<xsd:enumeration value="TMOS_MODULE_AVR">
|
174
|
+
<xsd:annotation>
|
175
|
+
<xsd:documentation>TMOS_MODULE_AVR</xsd:documentation>
|
176
|
+
</xsd:annotation>
|
177
|
+
</xsd:enumeration>
|
178
|
+
<xsd:enumeration value="TMOS_MODULE_PEM">
|
179
|
+
<xsd:annotation>
|
180
|
+
<xsd:documentation>TMOS_MODULE_PEM</xsd:documentation>
|
181
|
+
</xsd:annotation>
|
182
|
+
</xsd:enumeration>
|
183
|
+
<xsd:enumeration value="TMOS_MODULE_CGNAT">
|
184
|
+
<xsd:annotation>
|
185
|
+
<xsd:documentation>TMOS_MODULE_CGNAT</xsd:documentation>
|
186
|
+
</xsd:annotation>
|
187
|
+
</xsd:enumeration>
|
188
|
+
<xsd:enumeration value="TMOS_MODULE_AFM">
|
189
|
+
<xsd:annotation>
|
190
|
+
<xsd:documentation>TMOS_MODULE_AFM</xsd:documentation>
|
191
|
+
</xsd:annotation>
|
192
|
+
</xsd:enumeration>
|
193
|
+
<xsd:enumeration value="TMOS_MODULE_AM">
|
194
|
+
<xsd:annotation>
|
195
|
+
<xsd:documentation>TMOS_MODULE_AM</xsd:documentation>
|
196
|
+
</xsd:annotation>
|
197
|
+
</xsd:enumeration>
|
198
|
+
</xsd:restriction>
|
199
|
+
</xsd:simpleType>
|
200
|
+
</xsd:schema>
|
201
|
+
</types>
|
202
|
+
|
203
|
+
<!-- message -->
|
204
|
+
|
205
|
+
<message name="Management.Provision.set_levelRequest">
|
206
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
207
|
+
<part name="levels" type="tns:Management.Provision.ProvisionLevelSequence"/>
|
208
|
+
</message>
|
209
|
+
<message name="Management.Provision.set_levelResponse">
|
210
|
+
</message>
|
211
|
+
|
212
|
+
<message name="Management.Provision.get_levelRequest">
|
213
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
214
|
+
</message>
|
215
|
+
<message name="Management.Provision.get_levelResponse">
|
216
|
+
<part name="return" type="tns:Management.Provision.ProvisionLevelSequence"/>
|
217
|
+
</message>
|
218
|
+
|
219
|
+
<message name="Management.Provision.set_custom_cpu_ratioRequest">
|
220
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
221
|
+
<part name="ratios" type="tns:Common.ULongSequence"/>
|
222
|
+
</message>
|
223
|
+
<message name="Management.Provision.set_custom_cpu_ratioResponse">
|
224
|
+
</message>
|
225
|
+
|
226
|
+
<message name="Management.Provision.get_custom_cpu_ratioRequest">
|
227
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
228
|
+
</message>
|
229
|
+
<message name="Management.Provision.get_custom_cpu_ratioResponse">
|
230
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
231
|
+
</message>
|
232
|
+
|
233
|
+
<message name="Management.Provision.set_custom_disk_ratioRequest">
|
234
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
235
|
+
<part name="ratios" type="tns:Common.ULongSequence"/>
|
236
|
+
</message>
|
237
|
+
<message name="Management.Provision.set_custom_disk_ratioResponse">
|
238
|
+
</message>
|
239
|
+
|
240
|
+
<message name="Management.Provision.get_custom_disk_ratioRequest">
|
241
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
242
|
+
</message>
|
243
|
+
<message name="Management.Provision.get_custom_disk_ratioResponse">
|
244
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
245
|
+
</message>
|
246
|
+
|
247
|
+
<message name="Management.Provision.set_custom_memory_ratioRequest">
|
248
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
249
|
+
<part name="ratios" type="tns:Common.ULongSequence"/>
|
250
|
+
</message>
|
251
|
+
<message name="Management.Provision.set_custom_memory_ratioResponse">
|
252
|
+
</message>
|
253
|
+
|
254
|
+
<message name="Management.Provision.get_custom_memory_ratioRequest">
|
255
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
256
|
+
</message>
|
257
|
+
<message name="Management.Provision.get_custom_memory_ratioResponse">
|
258
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
259
|
+
</message>
|
260
|
+
|
261
|
+
<message name="Management.Provision.set_descriptionRequest">
|
262
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
263
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
264
|
+
</message>
|
265
|
+
<message name="Management.Provision.set_descriptionResponse">
|
266
|
+
</message>
|
267
|
+
|
268
|
+
<message name="Management.Provision.get_descriptionRequest">
|
269
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
270
|
+
</message>
|
271
|
+
<message name="Management.Provision.get_descriptionResponse">
|
272
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
273
|
+
</message>
|
274
|
+
|
275
|
+
<message name="Management.Provision.get_listRequest">
|
276
|
+
</message>
|
277
|
+
<message name="Management.Provision.get_listResponse">
|
278
|
+
<part name="return" type="tns:Common.TMOSModuleSequence"/>
|
279
|
+
</message>
|
280
|
+
|
281
|
+
<message name="Management.Provision.get_provisioned_listRequest">
|
282
|
+
</message>
|
283
|
+
<message name="Management.Provision.get_provisioned_listResponse">
|
284
|
+
<part name="return" type="tns:Common.TMOSModuleSequence"/>
|
285
|
+
</message>
|
286
|
+
|
287
|
+
<message name="Management.Provision.get_versionRequest">
|
288
|
+
</message>
|
289
|
+
<message name="Management.Provision.get_versionResponse">
|
290
|
+
<part name="return" type="xsd:string"/>
|
291
|
+
</message>
|
292
|
+
|
293
|
+
<!-- portType -->
|
294
|
+
|
295
|
+
<portType name="Management.ProvisionPortType">
|
296
|
+
<operation name="set_level">
|
297
|
+
<documentation>
|
298
|
+
Sets the provisioning level for the requested modules. Changing
|
299
|
+
the level for one module may require modifying the level of another
|
300
|
+
module. For example, changing one module to "dedicated" requires
|
301
|
+
setting all others to "none", or setting one module to "custom"
|
302
|
+
requires setting all other modules to "custom" or "none". Setting
|
303
|
+
the level of a module to "none" means that the module is not run.
|
304
|
+
|
305
|
+
Note: Beginning with BIG-IP_v11.4.0 if TMOS_MODULE_WAM,
|
306
|
+
TMOS_MODULE_WOM, TMOS_MODULE_WOML, and/or TMOS_MODULE_AM is
|
307
|
+
specified, then TMOS_MODULE_AM will be provisioned internally
|
308
|
+
at the highest provisioning level listed requested or a custom
|
309
|
+
provisisioning level.
|
310
|
+
|
311
|
+
</documentation>
|
312
|
+
<input message="tns:Management.Provision.set_levelRequest"/>
|
313
|
+
<output message="tns:Management.Provision.set_levelResponse"/>
|
314
|
+
</operation>
|
315
|
+
<operation name="get_level">
|
316
|
+
<documentation>
|
317
|
+
Gets the provisioning level for the requested modules.
|
318
|
+
|
319
|
+
</documentation>
|
320
|
+
<input message="tns:Management.Provision.get_levelRequest"/>
|
321
|
+
<output message="tns:Management.Provision.get_levelResponse"/>
|
322
|
+
</operation>
|
323
|
+
<operation name="set_custom_cpu_ratio">
|
324
|
+
<documentation>
|
325
|
+
Sets the ratios of CPU usage above the minimum levels which are
|
326
|
+
allocated to the requested modules. This value is only valid for
|
327
|
+
the "custom" provisioning level.
|
328
|
+
|
329
|
+
</documentation>
|
330
|
+
<input message="tns:Management.Provision.set_custom_cpu_ratioRequest"/>
|
331
|
+
<output message="tns:Management.Provision.set_custom_cpu_ratioResponse"/>
|
332
|
+
</operation>
|
333
|
+
<operation name="get_custom_cpu_ratio">
|
334
|
+
<documentation>
|
335
|
+
Gets the ratios of CPU usage above the minimum which are allocated
|
336
|
+
to the requested modules. This value is only meaningful for the
|
337
|
+
"custom" provisioning level.
|
338
|
+
|
339
|
+
</documentation>
|
340
|
+
<input message="tns:Management.Provision.get_custom_cpu_ratioRequest"/>
|
341
|
+
<output message="tns:Management.Provision.get_custom_cpu_ratioResponse"/>
|
342
|
+
</operation>
|
343
|
+
<operation name="set_custom_disk_ratio">
|
344
|
+
<documentation>
|
345
|
+
Sets the ratios of disk space above the minimum which are allocated
|
346
|
+
to the requested modules. This value is only used for the "custom"
|
347
|
+
provisioning level.
|
348
|
+
|
349
|
+
</documentation>
|
350
|
+
<input message="tns:Management.Provision.set_custom_disk_ratioRequest"/>
|
351
|
+
<output message="tns:Management.Provision.set_custom_disk_ratioResponse"/>
|
352
|
+
</operation>
|
353
|
+
<operation name="get_custom_disk_ratio">
|
354
|
+
<documentation>
|
355
|
+
Gets the ratios of disk space above the minimum which are allocated
|
356
|
+
to the requested modules. This value is only meaningful for the
|
357
|
+
"custom" provisioning level.
|
358
|
+
|
359
|
+
</documentation>
|
360
|
+
<input message="tns:Management.Provision.get_custom_disk_ratioRequest"/>
|
361
|
+
<output message="tns:Management.Provision.get_custom_disk_ratioResponse"/>
|
362
|
+
</operation>
|
363
|
+
<operation name="set_custom_memory_ratio">
|
364
|
+
<documentation>
|
365
|
+
Sets the ratios of system memory above the minimum which are
|
366
|
+
allocated to the requested modules. This value is only valid for
|
367
|
+
the "custom" provisioning level.
|
368
|
+
|
369
|
+
</documentation>
|
370
|
+
<input message="tns:Management.Provision.set_custom_memory_ratioRequest"/>
|
371
|
+
<output message="tns:Management.Provision.set_custom_memory_ratioResponse"/>
|
372
|
+
</operation>
|
373
|
+
<operation name="get_custom_memory_ratio">
|
374
|
+
<documentation>
|
375
|
+
Gets the ratios of system memory which are allocated to the
|
376
|
+
requested modules. This value is only meaningful for the "custom"
|
377
|
+
provisioning level.
|
378
|
+
|
379
|
+
</documentation>
|
380
|
+
<input message="tns:Management.Provision.get_custom_memory_ratioRequest"/>
|
381
|
+
<output message="tns:Management.Provision.get_custom_memory_ratioResponse"/>
|
382
|
+
</operation>
|
383
|
+
<operation name="set_description">
|
384
|
+
<documentation>
|
385
|
+
Sets the description for a set of modules.
|
386
|
+
|
387
|
+
This is an arbitrary field which can be used for any purpose.
|
388
|
+
|
389
|
+
</documentation>
|
390
|
+
<input message="tns:Management.Provision.set_descriptionRequest"/>
|
391
|
+
<output message="tns:Management.Provision.set_descriptionResponse"/>
|
392
|
+
</operation>
|
393
|
+
<operation name="get_description">
|
394
|
+
<documentation>
|
395
|
+
Gets the descriptions for a set of modules.
|
396
|
+
|
397
|
+
</documentation>
|
398
|
+
<input message="tns:Management.Provision.get_descriptionRequest"/>
|
399
|
+
<output message="tns:Management.Provision.get_descriptionResponse"/>
|
400
|
+
</operation>
|
401
|
+
<operation name="get_list">
|
402
|
+
<documentation>
|
403
|
+
Gets all provisionable modules
|
404
|
+
|
405
|
+
</documentation>
|
406
|
+
<input message="tns:Management.Provision.get_listRequest"/>
|
407
|
+
<output message="tns:Management.Provision.get_listResponse"/>
|
408
|
+
</operation>
|
409
|
+
<operation name="get_provisioned_list">
|
410
|
+
<documentation>
|
411
|
+
Gets all provisioned modules, i.e., all modules which have
|
412
|
+
resources to run on the system, i.e., whose provisioning level is
|
413
|
+
not "none".
|
414
|
+
|
415
|
+
</documentation>
|
416
|
+
<input message="tns:Management.Provision.get_provisioned_listRequest"/>
|
417
|
+
<output message="tns:Management.Provision.get_provisioned_listResponse"/>
|
418
|
+
</operation>
|
419
|
+
<operation name="get_version">
|
420
|
+
<documentation>
|
421
|
+
Gets the version for this interface.
|
422
|
+
|
423
|
+
</documentation>
|
424
|
+
<input message="tns:Management.Provision.get_versionRequest"/>
|
425
|
+
<output message="tns:Management.Provision.get_versionResponse"/>
|
426
|
+
</operation>
|
427
|
+
</portType>
|
428
|
+
|
429
|
+
<!-- binding -->
|
430
|
+
|
431
|
+
<binding name="Management.ProvisionBinding" type="tns:Management.ProvisionPortType">
|
432
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
433
|
+
<operation name="set_level">
|
434
|
+
<documentation>
|
435
|
+
Sets the provisioning level for the requested modules. Changing
|
436
|
+
the level for one module may require modifying the level of another
|
437
|
+
module. For example, changing one module to "dedicated" requires
|
438
|
+
setting all others to "none", or setting one module to "custom"
|
439
|
+
requires setting all other modules to "custom" or "none". Setting
|
440
|
+
the level of a module to "none" means that the module is not run.
|
441
|
+
|
442
|
+
Note: Beginning with BIG-IP_v11.4.0 if TMOS_MODULE_WAM,
|
443
|
+
TMOS_MODULE_WOM, TMOS_MODULE_WOML, and/or TMOS_MODULE_AM is
|
444
|
+
specified, then TMOS_MODULE_AM will be provisioned internally
|
445
|
+
at the highest provisioning level listed requested or a custom
|
446
|
+
provisisioning level.
|
447
|
+
|
448
|
+
</documentation>
|
449
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
450
|
+
<input>
|
451
|
+
<soap:body
|
452
|
+
use="encoded"
|
453
|
+
namespace="urn:iControl:Management/Provision"
|
454
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
455
|
+
</input>
|
456
|
+
<output>
|
457
|
+
<soap:body
|
458
|
+
use="encoded"
|
459
|
+
namespace="urn:iControl:Management/Provision"
|
460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
461
|
+
</output>
|
462
|
+
</operation>
|
463
|
+
|
464
|
+
<operation name="get_level">
|
465
|
+
<documentation>
|
466
|
+
Gets the provisioning level for the requested modules.
|
467
|
+
|
468
|
+
</documentation>
|
469
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
470
|
+
<input>
|
471
|
+
<soap:body
|
472
|
+
use="encoded"
|
473
|
+
namespace="urn:iControl:Management/Provision"
|
474
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
475
|
+
</input>
|
476
|
+
<output>
|
477
|
+
<soap:body
|
478
|
+
use="encoded"
|
479
|
+
namespace="urn:iControl:Management/Provision"
|
480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
481
|
+
</output>
|
482
|
+
</operation>
|
483
|
+
|
484
|
+
<operation name="set_custom_cpu_ratio">
|
485
|
+
<documentation>
|
486
|
+
Sets the ratios of CPU usage above the minimum levels which are
|
487
|
+
allocated to the requested modules. This value is only valid for
|
488
|
+
the "custom" provisioning level.
|
489
|
+
|
490
|
+
</documentation>
|
491
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
492
|
+
<input>
|
493
|
+
<soap:body
|
494
|
+
use="encoded"
|
495
|
+
namespace="urn:iControl:Management/Provision"
|
496
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
497
|
+
</input>
|
498
|
+
<output>
|
499
|
+
<soap:body
|
500
|
+
use="encoded"
|
501
|
+
namespace="urn:iControl:Management/Provision"
|
502
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
503
|
+
</output>
|
504
|
+
</operation>
|
505
|
+
|
506
|
+
<operation name="get_custom_cpu_ratio">
|
507
|
+
<documentation>
|
508
|
+
Gets the ratios of CPU usage above the minimum which are allocated
|
509
|
+
to the requested modules. This value is only meaningful for the
|
510
|
+
"custom" provisioning level.
|
511
|
+
|
512
|
+
</documentation>
|
513
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
514
|
+
<input>
|
515
|
+
<soap:body
|
516
|
+
use="encoded"
|
517
|
+
namespace="urn:iControl:Management/Provision"
|
518
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
519
|
+
</input>
|
520
|
+
<output>
|
521
|
+
<soap:body
|
522
|
+
use="encoded"
|
523
|
+
namespace="urn:iControl:Management/Provision"
|
524
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
525
|
+
</output>
|
526
|
+
</operation>
|
527
|
+
|
528
|
+
<operation name="set_custom_disk_ratio">
|
529
|
+
<documentation>
|
530
|
+
Sets the ratios of disk space above the minimum which are allocated
|
531
|
+
to the requested modules. This value is only used for the "custom"
|
532
|
+
provisioning level.
|
533
|
+
|
534
|
+
</documentation>
|
535
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
536
|
+
<input>
|
537
|
+
<soap:body
|
538
|
+
use="encoded"
|
539
|
+
namespace="urn:iControl:Management/Provision"
|
540
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
541
|
+
</input>
|
542
|
+
<output>
|
543
|
+
<soap:body
|
544
|
+
use="encoded"
|
545
|
+
namespace="urn:iControl:Management/Provision"
|
546
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
547
|
+
</output>
|
548
|
+
</operation>
|
549
|
+
|
550
|
+
<operation name="get_custom_disk_ratio">
|
551
|
+
<documentation>
|
552
|
+
Gets the ratios of disk space above the minimum which are allocated
|
553
|
+
to the requested modules. This value is only meaningful for the
|
554
|
+
"custom" provisioning level.
|
555
|
+
|
556
|
+
</documentation>
|
557
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
558
|
+
<input>
|
559
|
+
<soap:body
|
560
|
+
use="encoded"
|
561
|
+
namespace="urn:iControl:Management/Provision"
|
562
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
563
|
+
</input>
|
564
|
+
<output>
|
565
|
+
<soap:body
|
566
|
+
use="encoded"
|
567
|
+
namespace="urn:iControl:Management/Provision"
|
568
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
569
|
+
</output>
|
570
|
+
</operation>
|
571
|
+
|
572
|
+
<operation name="set_custom_memory_ratio">
|
573
|
+
<documentation>
|
574
|
+
Sets the ratios of system memory above the minimum which are
|
575
|
+
allocated to the requested modules. This value is only valid for
|
576
|
+
the "custom" provisioning level.
|
577
|
+
|
578
|
+
</documentation>
|
579
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
580
|
+
<input>
|
581
|
+
<soap:body
|
582
|
+
use="encoded"
|
583
|
+
namespace="urn:iControl:Management/Provision"
|
584
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
585
|
+
</input>
|
586
|
+
<output>
|
587
|
+
<soap:body
|
588
|
+
use="encoded"
|
589
|
+
namespace="urn:iControl:Management/Provision"
|
590
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
591
|
+
</output>
|
592
|
+
</operation>
|
593
|
+
|
594
|
+
<operation name="get_custom_memory_ratio">
|
595
|
+
<documentation>
|
596
|
+
Gets the ratios of system memory which are allocated to the
|
597
|
+
requested modules. This value is only meaningful for the "custom"
|
598
|
+
provisioning level.
|
599
|
+
|
600
|
+
</documentation>
|
601
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
602
|
+
<input>
|
603
|
+
<soap:body
|
604
|
+
use="encoded"
|
605
|
+
namespace="urn:iControl:Management/Provision"
|
606
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
607
|
+
</input>
|
608
|
+
<output>
|
609
|
+
<soap:body
|
610
|
+
use="encoded"
|
611
|
+
namespace="urn:iControl:Management/Provision"
|
612
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
613
|
+
</output>
|
614
|
+
</operation>
|
615
|
+
|
616
|
+
<operation name="set_description">
|
617
|
+
<documentation>
|
618
|
+
Sets the description for a set of modules.
|
619
|
+
|
620
|
+
This is an arbitrary field which can be used for any purpose.
|
621
|
+
|
622
|
+
</documentation>
|
623
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
624
|
+
<input>
|
625
|
+
<soap:body
|
626
|
+
use="encoded"
|
627
|
+
namespace="urn:iControl:Management/Provision"
|
628
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
629
|
+
</input>
|
630
|
+
<output>
|
631
|
+
<soap:body
|
632
|
+
use="encoded"
|
633
|
+
namespace="urn:iControl:Management/Provision"
|
634
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
635
|
+
</output>
|
636
|
+
</operation>
|
637
|
+
|
638
|
+
<operation name="get_description">
|
639
|
+
<documentation>
|
640
|
+
Gets the descriptions for a set of modules.
|
641
|
+
|
642
|
+
</documentation>
|
643
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
644
|
+
<input>
|
645
|
+
<soap:body
|
646
|
+
use="encoded"
|
647
|
+
namespace="urn:iControl:Management/Provision"
|
648
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
649
|
+
</input>
|
650
|
+
<output>
|
651
|
+
<soap:body
|
652
|
+
use="encoded"
|
653
|
+
namespace="urn:iControl:Management/Provision"
|
654
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
655
|
+
</output>
|
656
|
+
</operation>
|
657
|
+
|
658
|
+
<operation name="get_list">
|
659
|
+
<documentation>
|
660
|
+
Gets all provisionable modules
|
661
|
+
|
662
|
+
</documentation>
|
663
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
664
|
+
<input>
|
665
|
+
<soap:body
|
666
|
+
use="encoded"
|
667
|
+
namespace="urn:iControl:Management/Provision"
|
668
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
669
|
+
</input>
|
670
|
+
<output>
|
671
|
+
<soap:body
|
672
|
+
use="encoded"
|
673
|
+
namespace="urn:iControl:Management/Provision"
|
674
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
675
|
+
</output>
|
676
|
+
</operation>
|
677
|
+
|
678
|
+
<operation name="get_provisioned_list">
|
679
|
+
<documentation>
|
680
|
+
Gets all provisioned modules, i.e., all modules which have
|
681
|
+
resources to run on the system, i.e., whose provisioning level is
|
682
|
+
not "none".
|
683
|
+
|
684
|
+
</documentation>
|
685
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
686
|
+
<input>
|
687
|
+
<soap:body
|
688
|
+
use="encoded"
|
689
|
+
namespace="urn:iControl:Management/Provision"
|
690
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
691
|
+
</input>
|
692
|
+
<output>
|
693
|
+
<soap:body
|
694
|
+
use="encoded"
|
695
|
+
namespace="urn:iControl:Management/Provision"
|
696
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
697
|
+
</output>
|
698
|
+
</operation>
|
699
|
+
|
700
|
+
<operation name="get_version">
|
701
|
+
<documentation>
|
702
|
+
Gets the version for this interface.
|
703
|
+
|
704
|
+
</documentation>
|
705
|
+
<soap:operation soapAction="urn:iControl:Management/Provision"/>
|
706
|
+
<input>
|
707
|
+
<soap:body
|
708
|
+
use="encoded"
|
709
|
+
namespace="urn:iControl:Management/Provision"
|
710
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
711
|
+
</input>
|
712
|
+
<output>
|
713
|
+
<soap:body
|
714
|
+
use="encoded"
|
715
|
+
namespace="urn:iControl:Management/Provision"
|
716
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
717
|
+
</output>
|
718
|
+
</operation>
|
719
|
+
</binding>
|
720
|
+
|
721
|
+
<!-- service -->
|
722
|
+
|
723
|
+
<service name="Management.Provision">
|
724
|
+
<documentation>
|
725
|
+
The Provision interface manages the partitioning of system memory, disk
|
726
|
+
space, and CPU usage among the modules (e.g., LTM, GTM, WOM) licensed
|
727
|
+
to run on the system. The modules and the "host" system (everything
|
728
|
+
not dedicated to network traffic processing) are first assigned a
|
729
|
+
minimal set of resources, based on pre-determined values and the
|
730
|
+
available system memory. The remaining resources are distributed among
|
731
|
+
the modules, according to pre-determined rules, which can be modified
|
732
|
+
by values which can be set via this iControl interface. The
|
733
|
+
pre-defined module resource allocation handles a wide variety of
|
734
|
+
circumstances, so this allocation should only need to be changed for
|
735
|
+
unusual circumstances, such as turning modules on or off and large
|
736
|
+
network traffic or configurations.
|
737
|
+
|
738
|
+
</documentation>
|
739
|
+
<port name="Management.ProvisionPort" binding="tns:Management.ProvisionBinding">
|
740
|
+
<soap:address location="https://url_to_service"/>
|
741
|
+
</port>
|
742
|
+
</service>
|
743
|
+
</definitions>
|