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,825 @@
|
|
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.DNSSECZone"
|
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.DNSSECZone.HashAlgorithmSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:GlobalLB.DNSSECZone.HashAlgorithm[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.ULong64">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="high" type="xsd:long"/>
|
34
|
+
<xsd:element name="low" type="xsd:long"/>
|
35
|
+
</xsd:sequence>
|
36
|
+
</xsd:complexType>
|
37
|
+
<xsd:simpleType name="Common.EnabledState">
|
38
|
+
<xsd:restriction base="xsd:string">
|
39
|
+
<xsd:enumeration value="STATE_DISABLED">
|
40
|
+
<xsd:annotation>
|
41
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
42
|
+
</xsd:annotation>
|
43
|
+
</xsd:enumeration>
|
44
|
+
<xsd:enumeration value="STATE_ENABLED">
|
45
|
+
<xsd:annotation>
|
46
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
47
|
+
</xsd:annotation>
|
48
|
+
</xsd:enumeration>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:simpleType>
|
51
|
+
<xsd:simpleType name="GlobalLB.DNSSECZone.HashAlgorithm">
|
52
|
+
<xsd:restriction base="xsd:string">
|
53
|
+
<xsd:enumeration value="DNSSECZONE_HASH_ALGORITHM_UNKNOWN">
|
54
|
+
<xsd:annotation>
|
55
|
+
<xsd:documentation>DNSSECZONE_HASH_ALGORITHM_UNKNOWN</xsd:documentation>
|
56
|
+
</xsd:annotation>
|
57
|
+
</xsd:enumeration>
|
58
|
+
<xsd:enumeration value="DNSSECZONE_HASH_ALGORITHM_SHA1">
|
59
|
+
<xsd:annotation>
|
60
|
+
<xsd:documentation>DNSSECZONE_HASH_ALGORITHM_SHA1</xsd:documentation>
|
61
|
+
</xsd:annotation>
|
62
|
+
</xsd:enumeration>
|
63
|
+
<xsd:enumeration value="DNSSECZONE_HASH_ALGORITHM_SHA256">
|
64
|
+
<xsd:annotation>
|
65
|
+
<xsd:documentation>DNSSECZONE_HASH_ALGORITHM_SHA256</xsd:documentation>
|
66
|
+
</xsd:annotation>
|
67
|
+
</xsd:enumeration>
|
68
|
+
</xsd:restriction>
|
69
|
+
</xsd:simpleType>
|
70
|
+
<xsd:complexType name="Common.StringSequence">
|
71
|
+
<xsd:complexContent>
|
72
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
73
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
74
|
+
</xsd:restriction>
|
75
|
+
</xsd:complexContent>
|
76
|
+
</xsd:complexType>
|
77
|
+
<xsd:simpleType name="Common.EnabledStatus">
|
78
|
+
<xsd:restriction base="xsd:string">
|
79
|
+
<xsd:enumeration value="ENABLED_STATUS_NONE">
|
80
|
+
<xsd:annotation>
|
81
|
+
<xsd:documentation>ENABLED_STATUS_NONE</xsd:documentation>
|
82
|
+
</xsd:annotation>
|
83
|
+
</xsd:enumeration>
|
84
|
+
<xsd:enumeration value="ENABLED_STATUS_ENABLED">
|
85
|
+
<xsd:annotation>
|
86
|
+
<xsd:documentation>ENABLED_STATUS_ENABLED</xsd:documentation>
|
87
|
+
</xsd:annotation>
|
88
|
+
</xsd:enumeration>
|
89
|
+
<xsd:enumeration value="ENABLED_STATUS_DISABLED">
|
90
|
+
<xsd:annotation>
|
91
|
+
<xsd:documentation>ENABLED_STATUS_DISABLED</xsd:documentation>
|
92
|
+
</xsd:annotation>
|
93
|
+
</xsd:enumeration>
|
94
|
+
<xsd:enumeration value="ENABLED_STATUS_DISABLED_BY_PARENT">
|
95
|
+
<xsd:annotation>
|
96
|
+
<xsd:documentation>ENABLED_STATUS_DISABLED_BY_PARENT</xsd:documentation>
|
97
|
+
</xsd:annotation>
|
98
|
+
</xsd:enumeration>
|
99
|
+
</xsd:restriction>
|
100
|
+
</xsd:simpleType>
|
101
|
+
<xsd:simpleType name="Common.AvailabilityStatus">
|
102
|
+
<xsd:restriction base="xsd:string">
|
103
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_NONE">
|
104
|
+
<xsd:annotation>
|
105
|
+
<xsd:documentation>AVAILABILITY_STATUS_NONE</xsd:documentation>
|
106
|
+
</xsd:annotation>
|
107
|
+
</xsd:enumeration>
|
108
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_GREEN">
|
109
|
+
<xsd:annotation>
|
110
|
+
<xsd:documentation>AVAILABILITY_STATUS_GREEN</xsd:documentation>
|
111
|
+
</xsd:annotation>
|
112
|
+
</xsd:enumeration>
|
113
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_YELLOW">
|
114
|
+
<xsd:annotation>
|
115
|
+
<xsd:documentation>AVAILABILITY_STATUS_YELLOW</xsd:documentation>
|
116
|
+
</xsd:annotation>
|
117
|
+
</xsd:enumeration>
|
118
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_RED">
|
119
|
+
<xsd:annotation>
|
120
|
+
<xsd:documentation>AVAILABILITY_STATUS_RED</xsd:documentation>
|
121
|
+
</xsd:annotation>
|
122
|
+
</xsd:enumeration>
|
123
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_BLUE">
|
124
|
+
<xsd:annotation>
|
125
|
+
<xsd:documentation>AVAILABILITY_STATUS_BLUE</xsd:documentation>
|
126
|
+
</xsd:annotation>
|
127
|
+
</xsd:enumeration>
|
128
|
+
<xsd:enumeration value="AVAILABILITY_STATUS_GRAY">
|
129
|
+
<xsd:annotation>
|
130
|
+
<xsd:documentation>AVAILABILITY_STATUS_GRAY</xsd:documentation>
|
131
|
+
</xsd:annotation>
|
132
|
+
</xsd:enumeration>
|
133
|
+
</xsd:restriction>
|
134
|
+
</xsd:simpleType>
|
135
|
+
<xsd:complexType name="GlobalLB.DNSSECZone.SecureEntryPoint">
|
136
|
+
<xsd:sequence>
|
137
|
+
<xsd:element name="dnskey_record" type="xsd:string"/>
|
138
|
+
<xsd:element name="ds_record" type="xsd:string"/>
|
139
|
+
<xsd:element name="generation_id" type="tns:Common.ULong64"/>
|
140
|
+
<xsd:element name="key_name" type="xsd:string"/>
|
141
|
+
</xsd:sequence>
|
142
|
+
</xsd:complexType>
|
143
|
+
<xsd:complexType name="GlobalLB.DNSSECZone.SecureEntryPointSequence">
|
144
|
+
<xsd:complexContent>
|
145
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
146
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:GlobalLB.DNSSECZone.SecureEntryPoint[]'/>
|
147
|
+
</xsd:restriction>
|
148
|
+
</xsd:complexContent>
|
149
|
+
</xsd:complexType>
|
150
|
+
<xsd:complexType name="GlobalLB.DNSSECZone.SecureEntryPointSequenceSequence">
|
151
|
+
<xsd:complexContent>
|
152
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
153
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:GlobalLB.DNSSECZone.SecureEntryPointSequence[]'/>
|
154
|
+
</xsd:restriction>
|
155
|
+
</xsd:complexContent>
|
156
|
+
</xsd:complexType>
|
157
|
+
<xsd:complexType name="Common.ObjectStatusSequence">
|
158
|
+
<xsd:complexContent>
|
159
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
160
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ObjectStatus[]'/>
|
161
|
+
</xsd:restriction>
|
162
|
+
</xsd:complexContent>
|
163
|
+
</xsd:complexType>
|
164
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
165
|
+
<xsd:complexContent>
|
166
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
167
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
168
|
+
</xsd:restriction>
|
169
|
+
</xsd:complexContent>
|
170
|
+
</xsd:complexType>
|
171
|
+
<xsd:complexType name="Common.ObjectStatus">
|
172
|
+
<xsd:sequence>
|
173
|
+
<xsd:element name="availability_status" type="tns:Common.AvailabilityStatus"/>
|
174
|
+
<xsd:element name="enabled_status" type="tns:Common.EnabledStatus"/>
|
175
|
+
<xsd:element name="status_description" type="xsd:string"/>
|
176
|
+
</xsd:sequence>
|
177
|
+
</xsd:complexType>
|
178
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
179
|
+
<xsd:complexContent>
|
180
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
181
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
182
|
+
</xsd:restriction>
|
183
|
+
</xsd:complexContent>
|
184
|
+
</xsd:complexType>
|
185
|
+
</xsd:schema>
|
186
|
+
</types>
|
187
|
+
|
188
|
+
<!-- message -->
|
189
|
+
|
190
|
+
<message name="GlobalLB.DNSSECZone.get_listRequest">
|
191
|
+
</message>
|
192
|
+
<message name="GlobalLB.DNSSECZone.get_listResponse">
|
193
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
194
|
+
</message>
|
195
|
+
|
196
|
+
<message name="GlobalLB.DNSSECZone.createRequest">
|
197
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
198
|
+
<part name="keys" type="tns:Common.StringSequenceSequence"/>
|
199
|
+
</message>
|
200
|
+
<message name="GlobalLB.DNSSECZone.createResponse">
|
201
|
+
</message>
|
202
|
+
|
203
|
+
<message name="GlobalLB.DNSSECZone.delete_zoneRequest">
|
204
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
205
|
+
</message>
|
206
|
+
<message name="GlobalLB.DNSSECZone.delete_zoneResponse">
|
207
|
+
</message>
|
208
|
+
|
209
|
+
<message name="GlobalLB.DNSSECZone.delete_all_zonesRequest">
|
210
|
+
</message>
|
211
|
+
<message name="GlobalLB.DNSSECZone.delete_all_zonesResponse">
|
212
|
+
</message>
|
213
|
+
|
214
|
+
<message name="GlobalLB.DNSSECZone.set_enabled_stateRequest">
|
215
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
216
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
217
|
+
</message>
|
218
|
+
<message name="GlobalLB.DNSSECZone.set_enabled_stateResponse">
|
219
|
+
</message>
|
220
|
+
|
221
|
+
<message name="GlobalLB.DNSSECZone.get_enabled_stateRequest">
|
222
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
223
|
+
</message>
|
224
|
+
<message name="GlobalLB.DNSSECZone.get_enabled_stateResponse">
|
225
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
226
|
+
</message>
|
227
|
+
|
228
|
+
<message name="GlobalLB.DNSSECZone.add_keyRequest">
|
229
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
230
|
+
<part name="keys" type="tns:Common.StringSequenceSequence"/>
|
231
|
+
</message>
|
232
|
+
<message name="GlobalLB.DNSSECZone.add_keyResponse">
|
233
|
+
</message>
|
234
|
+
|
235
|
+
<message name="GlobalLB.DNSSECZone.remove_keyRequest">
|
236
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
237
|
+
<part name="keys" type="tns:Common.StringSequenceSequence"/>
|
238
|
+
</message>
|
239
|
+
<message name="GlobalLB.DNSSECZone.remove_keyResponse">
|
240
|
+
</message>
|
241
|
+
|
242
|
+
<message name="GlobalLB.DNSSECZone.remove_all_keysRequest">
|
243
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
244
|
+
</message>
|
245
|
+
<message name="GlobalLB.DNSSECZone.remove_all_keysResponse">
|
246
|
+
</message>
|
247
|
+
|
248
|
+
<message name="GlobalLB.DNSSECZone.get_keyRequest">
|
249
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
250
|
+
</message>
|
251
|
+
<message name="GlobalLB.DNSSECZone.get_keyResponse">
|
252
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
253
|
+
</message>
|
254
|
+
|
255
|
+
<message name="GlobalLB.DNSSECZone.get_object_statusRequest">
|
256
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
257
|
+
</message>
|
258
|
+
<message name="GlobalLB.DNSSECZone.get_object_statusResponse">
|
259
|
+
<part name="return" type="tns:Common.ObjectStatusSequence"/>
|
260
|
+
</message>
|
261
|
+
|
262
|
+
<message name="GlobalLB.DNSSECZone.set_descriptionRequest">
|
263
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
264
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
265
|
+
</message>
|
266
|
+
<message name="GlobalLB.DNSSECZone.set_descriptionResponse">
|
267
|
+
</message>
|
268
|
+
|
269
|
+
<message name="GlobalLB.DNSSECZone.get_descriptionRequest">
|
270
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
271
|
+
</message>
|
272
|
+
<message name="GlobalLB.DNSSECZone.get_descriptionResponse">
|
273
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
274
|
+
</message>
|
275
|
+
|
276
|
+
<message name="GlobalLB.DNSSECZone.get_secure_entry_pointRequest">
|
277
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
278
|
+
</message>
|
279
|
+
<message name="GlobalLB.DNSSECZone.get_secure_entry_pointResponse">
|
280
|
+
<part name="return" type="tns:GlobalLB.DNSSECZone.SecureEntryPointSequenceSequence"/>
|
281
|
+
</message>
|
282
|
+
|
283
|
+
<message name="GlobalLB.DNSSECZone.set_ds_algorithmRequest">
|
284
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
285
|
+
<part name="algorithms" type="tns:GlobalLB.DNSSECZone.HashAlgorithmSequence"/>
|
286
|
+
</message>
|
287
|
+
<message name="GlobalLB.DNSSECZone.set_ds_algorithmResponse">
|
288
|
+
</message>
|
289
|
+
|
290
|
+
<message name="GlobalLB.DNSSECZone.get_ds_algorithmRequest">
|
291
|
+
<part name="zones" type="tns:Common.StringSequence"/>
|
292
|
+
</message>
|
293
|
+
<message name="GlobalLB.DNSSECZone.get_ds_algorithmResponse">
|
294
|
+
<part name="return" type="tns:GlobalLB.DNSSECZone.HashAlgorithmSequence"/>
|
295
|
+
</message>
|
296
|
+
|
297
|
+
<message name="GlobalLB.DNSSECZone.get_versionRequest">
|
298
|
+
</message>
|
299
|
+
<message name="GlobalLB.DNSSECZone.get_versionResponse">
|
300
|
+
<part name="return" type="xsd:string"/>
|
301
|
+
</message>
|
302
|
+
|
303
|
+
<!-- portType -->
|
304
|
+
|
305
|
+
<portType name="GlobalLB.DNSSECZonePortType">
|
306
|
+
<operation name="get_list">
|
307
|
+
<documentation>
|
308
|
+
Gets the names of all DNSSEC zones.
|
309
|
+
|
310
|
+
</documentation>
|
311
|
+
<input message="tns:GlobalLB.DNSSECZone.get_listRequest"/>
|
312
|
+
<output message="tns:GlobalLB.DNSSECZone.get_listResponse"/>
|
313
|
+
</operation>
|
314
|
+
<operation name="create">
|
315
|
+
<documentation>
|
316
|
+
Creates a set of DNSSEC zones.
|
317
|
+
|
318
|
+
</documentation>
|
319
|
+
<input message="tns:GlobalLB.DNSSECZone.createRequest"/>
|
320
|
+
<output message="tns:GlobalLB.DNSSECZone.createResponse"/>
|
321
|
+
</operation>
|
322
|
+
<operation name="delete_zone">
|
323
|
+
<documentation>
|
324
|
+
Deletes a set of DNSSEC zones.
|
325
|
+
|
326
|
+
</documentation>
|
327
|
+
<input message="tns:GlobalLB.DNSSECZone.delete_zoneRequest"/>
|
328
|
+
<output message="tns:GlobalLB.DNSSECZone.delete_zoneResponse"/>
|
329
|
+
</operation>
|
330
|
+
<operation name="delete_all_zones">
|
331
|
+
<documentation>
|
332
|
+
Deletes all DNSSEC zones.
|
333
|
+
|
334
|
+
</documentation>
|
335
|
+
<input message="tns:GlobalLB.DNSSECZone.delete_all_zonesRequest"/>
|
336
|
+
<output message="tns:GlobalLB.DNSSECZone.delete_all_zonesResponse"/>
|
337
|
+
</operation>
|
338
|
+
<operation name="set_enabled_state">
|
339
|
+
<documentation>
|
340
|
+
Sets the enabled state for a set of DNSSEC zones.
|
341
|
+
|
342
|
+
Note that individual keys can also be enabled and disabled. See
|
343
|
+
the DNSSECKey interface for details.
|
344
|
+
|
345
|
+
</documentation>
|
346
|
+
<input message="tns:GlobalLB.DNSSECZone.set_enabled_stateRequest"/>
|
347
|
+
<output message="tns:GlobalLB.DNSSECZone.set_enabled_stateResponse"/>
|
348
|
+
</operation>
|
349
|
+
<operation name="get_enabled_state">
|
350
|
+
<documentation>
|
351
|
+
Gets the enabled state for a set of DNSSEC zones.
|
352
|
+
|
353
|
+
</documentation>
|
354
|
+
<input message="tns:GlobalLB.DNSSECZone.get_enabled_stateRequest"/>
|
355
|
+
<output message="tns:GlobalLB.DNSSECZone.get_enabled_stateResponse"/>
|
356
|
+
</operation>
|
357
|
+
<operation name="add_key">
|
358
|
+
<documentation>
|
359
|
+
Adds DNSSEC keys to a set of DNSSEC zones.
|
360
|
+
|
361
|
+
</documentation>
|
362
|
+
<input message="tns:GlobalLB.DNSSECZone.add_keyRequest"/>
|
363
|
+
<output message="tns:GlobalLB.DNSSECZone.add_keyResponse"/>
|
364
|
+
</operation>
|
365
|
+
<operation name="remove_key">
|
366
|
+
<documentation>
|
367
|
+
Removes DNSSEC keys from a set of DNSSEC zones.
|
368
|
+
|
369
|
+
</documentation>
|
370
|
+
<input message="tns:GlobalLB.DNSSECZone.remove_keyRequest"/>
|
371
|
+
<output message="tns:GlobalLB.DNSSECZone.remove_keyResponse"/>
|
372
|
+
</operation>
|
373
|
+
<operation name="remove_all_keys">
|
374
|
+
<documentation>
|
375
|
+
Removes all DNSSEC keys from a set of DNSSEC zones.
|
376
|
+
|
377
|
+
</documentation>
|
378
|
+
<input message="tns:GlobalLB.DNSSECZone.remove_all_keysRequest"/>
|
379
|
+
<output message="tns:GlobalLB.DNSSECZone.remove_all_keysResponse"/>
|
380
|
+
</operation>
|
381
|
+
<operation name="get_key">
|
382
|
+
<documentation>
|
383
|
+
Gets the DNSSEC keys for a set of DNSSEC zones.
|
384
|
+
|
385
|
+
</documentation>
|
386
|
+
<input message="tns:GlobalLB.DNSSECZone.get_keyRequest"/>
|
387
|
+
<output message="tns:GlobalLB.DNSSECZone.get_keyResponse"/>
|
388
|
+
</operation>
|
389
|
+
<operation name="get_object_status">
|
390
|
+
<documentation>
|
391
|
+
Gets the status of a set of DNSSEC zones.
|
392
|
+
|
393
|
+
</documentation>
|
394
|
+
<input message="tns:GlobalLB.DNSSECZone.get_object_statusRequest"/>
|
395
|
+
<output message="tns:GlobalLB.DNSSECZone.get_object_statusResponse"/>
|
396
|
+
</operation>
|
397
|
+
<operation name="set_description">
|
398
|
+
<documentation>
|
399
|
+
Sets the description for a set of DNSSEC zones.
|
400
|
+
|
401
|
+
This is an arbitrary field which can be used for any purpose.
|
402
|
+
|
403
|
+
</documentation>
|
404
|
+
<input message="tns:GlobalLB.DNSSECZone.set_descriptionRequest"/>
|
405
|
+
<output message="tns:GlobalLB.DNSSECZone.set_descriptionResponse"/>
|
406
|
+
</operation>
|
407
|
+
<operation name="get_description">
|
408
|
+
<documentation>
|
409
|
+
Gets the descriptions for a set of DNSSEC zones.
|
410
|
+
|
411
|
+
</documentation>
|
412
|
+
<input message="tns:GlobalLB.DNSSECZone.get_descriptionRequest"/>
|
413
|
+
<output message="tns:GlobalLB.DNSSECZone.get_descriptionResponse"/>
|
414
|
+
</operation>
|
415
|
+
<operation name="get_secure_entry_point">
|
416
|
+
<documentation>
|
417
|
+
Gets the Secure Entry Points (DS and DNSKEY Resource Records) for a
|
418
|
+
set of DNSSEC Zones.
|
419
|
+
|
420
|
+
</documentation>
|
421
|
+
<input message="tns:GlobalLB.DNSSECZone.get_secure_entry_pointRequest"/>
|
422
|
+
<output message="tns:GlobalLB.DNSSECZone.get_secure_entry_pointResponse"/>
|
423
|
+
</operation>
|
424
|
+
<operation name="set_ds_algorithm">
|
425
|
+
<documentation>
|
426
|
+
Sets the DS Algorithm for a set of DNSSEC zones.
|
427
|
+
|
428
|
+
</documentation>
|
429
|
+
<input message="tns:GlobalLB.DNSSECZone.set_ds_algorithmRequest"/>
|
430
|
+
<output message="tns:GlobalLB.DNSSECZone.set_ds_algorithmResponse"/>
|
431
|
+
</operation>
|
432
|
+
<operation name="get_ds_algorithm">
|
433
|
+
<documentation>
|
434
|
+
Gets the DS hash algorithm used for a set of DNSSEC zones.
|
435
|
+
|
436
|
+
</documentation>
|
437
|
+
<input message="tns:GlobalLB.DNSSECZone.get_ds_algorithmRequest"/>
|
438
|
+
<output message="tns:GlobalLB.DNSSECZone.get_ds_algorithmResponse"/>
|
439
|
+
</operation>
|
440
|
+
<operation name="get_version">
|
441
|
+
<documentation>
|
442
|
+
Get the version information for this interface.
|
443
|
+
|
444
|
+
</documentation>
|
445
|
+
<input message="tns:GlobalLB.DNSSECZone.get_versionRequest"/>
|
446
|
+
<output message="tns:GlobalLB.DNSSECZone.get_versionResponse"/>
|
447
|
+
</operation>
|
448
|
+
</portType>
|
449
|
+
|
450
|
+
<!-- binding -->
|
451
|
+
|
452
|
+
<binding name="GlobalLB.DNSSECZoneBinding" type="tns:GlobalLB.DNSSECZonePortType">
|
453
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
454
|
+
<operation name="get_list">
|
455
|
+
<documentation>
|
456
|
+
Gets the names of all DNSSEC zones.
|
457
|
+
|
458
|
+
</documentation>
|
459
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
460
|
+
<input>
|
461
|
+
<soap:body
|
462
|
+
use="encoded"
|
463
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
464
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
465
|
+
</input>
|
466
|
+
<output>
|
467
|
+
<soap:body
|
468
|
+
use="encoded"
|
469
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
470
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
471
|
+
</output>
|
472
|
+
</operation>
|
473
|
+
|
474
|
+
<operation name="create">
|
475
|
+
<documentation>
|
476
|
+
Creates a set of DNSSEC zones.
|
477
|
+
|
478
|
+
</documentation>
|
479
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
480
|
+
<input>
|
481
|
+
<soap:body
|
482
|
+
use="encoded"
|
483
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
484
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
485
|
+
</input>
|
486
|
+
<output>
|
487
|
+
<soap:body
|
488
|
+
use="encoded"
|
489
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
490
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
491
|
+
</output>
|
492
|
+
</operation>
|
493
|
+
|
494
|
+
<operation name="delete_zone">
|
495
|
+
<documentation>
|
496
|
+
Deletes a set of DNSSEC zones.
|
497
|
+
|
498
|
+
</documentation>
|
499
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
500
|
+
<input>
|
501
|
+
<soap:body
|
502
|
+
use="encoded"
|
503
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
504
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
505
|
+
</input>
|
506
|
+
<output>
|
507
|
+
<soap:body
|
508
|
+
use="encoded"
|
509
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
510
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
511
|
+
</output>
|
512
|
+
</operation>
|
513
|
+
|
514
|
+
<operation name="delete_all_zones">
|
515
|
+
<documentation>
|
516
|
+
Deletes all DNSSEC zones.
|
517
|
+
|
518
|
+
</documentation>
|
519
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
520
|
+
<input>
|
521
|
+
<soap:body
|
522
|
+
use="encoded"
|
523
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
524
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
525
|
+
</input>
|
526
|
+
<output>
|
527
|
+
<soap:body
|
528
|
+
use="encoded"
|
529
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
530
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
531
|
+
</output>
|
532
|
+
</operation>
|
533
|
+
|
534
|
+
<operation name="set_enabled_state">
|
535
|
+
<documentation>
|
536
|
+
Sets the enabled state for a set of DNSSEC zones.
|
537
|
+
|
538
|
+
Note that individual keys can also be enabled and disabled. See
|
539
|
+
the DNSSECKey interface for details.
|
540
|
+
|
541
|
+
</documentation>
|
542
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
543
|
+
<input>
|
544
|
+
<soap:body
|
545
|
+
use="encoded"
|
546
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
547
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
548
|
+
</input>
|
549
|
+
<output>
|
550
|
+
<soap:body
|
551
|
+
use="encoded"
|
552
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
553
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
554
|
+
</output>
|
555
|
+
</operation>
|
556
|
+
|
557
|
+
<operation name="get_enabled_state">
|
558
|
+
<documentation>
|
559
|
+
Gets the enabled state for a set of DNSSEC zones.
|
560
|
+
|
561
|
+
</documentation>
|
562
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
563
|
+
<input>
|
564
|
+
<soap:body
|
565
|
+
use="encoded"
|
566
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
567
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
568
|
+
</input>
|
569
|
+
<output>
|
570
|
+
<soap:body
|
571
|
+
use="encoded"
|
572
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
573
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
574
|
+
</output>
|
575
|
+
</operation>
|
576
|
+
|
577
|
+
<operation name="add_key">
|
578
|
+
<documentation>
|
579
|
+
Adds DNSSEC keys to a set of DNSSEC zones.
|
580
|
+
|
581
|
+
</documentation>
|
582
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
583
|
+
<input>
|
584
|
+
<soap:body
|
585
|
+
use="encoded"
|
586
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
587
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
588
|
+
</input>
|
589
|
+
<output>
|
590
|
+
<soap:body
|
591
|
+
use="encoded"
|
592
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
593
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
594
|
+
</output>
|
595
|
+
</operation>
|
596
|
+
|
597
|
+
<operation name="remove_key">
|
598
|
+
<documentation>
|
599
|
+
Removes DNSSEC keys from a set of DNSSEC zones.
|
600
|
+
|
601
|
+
</documentation>
|
602
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
603
|
+
<input>
|
604
|
+
<soap:body
|
605
|
+
use="encoded"
|
606
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
607
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
608
|
+
</input>
|
609
|
+
<output>
|
610
|
+
<soap:body
|
611
|
+
use="encoded"
|
612
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
613
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
614
|
+
</output>
|
615
|
+
</operation>
|
616
|
+
|
617
|
+
<operation name="remove_all_keys">
|
618
|
+
<documentation>
|
619
|
+
Removes all DNSSEC keys from a set of DNSSEC zones.
|
620
|
+
|
621
|
+
</documentation>
|
622
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
623
|
+
<input>
|
624
|
+
<soap:body
|
625
|
+
use="encoded"
|
626
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
627
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
628
|
+
</input>
|
629
|
+
<output>
|
630
|
+
<soap:body
|
631
|
+
use="encoded"
|
632
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
633
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
634
|
+
</output>
|
635
|
+
</operation>
|
636
|
+
|
637
|
+
<operation name="get_key">
|
638
|
+
<documentation>
|
639
|
+
Gets the DNSSEC keys for a set of DNSSEC zones.
|
640
|
+
|
641
|
+
</documentation>
|
642
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
643
|
+
<input>
|
644
|
+
<soap:body
|
645
|
+
use="encoded"
|
646
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
647
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
648
|
+
</input>
|
649
|
+
<output>
|
650
|
+
<soap:body
|
651
|
+
use="encoded"
|
652
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
653
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
654
|
+
</output>
|
655
|
+
</operation>
|
656
|
+
|
657
|
+
<operation name="get_object_status">
|
658
|
+
<documentation>
|
659
|
+
Gets the status of a set of DNSSEC zones.
|
660
|
+
|
661
|
+
</documentation>
|
662
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
663
|
+
<input>
|
664
|
+
<soap:body
|
665
|
+
use="encoded"
|
666
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
667
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
668
|
+
</input>
|
669
|
+
<output>
|
670
|
+
<soap:body
|
671
|
+
use="encoded"
|
672
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
673
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
674
|
+
</output>
|
675
|
+
</operation>
|
676
|
+
|
677
|
+
<operation name="set_description">
|
678
|
+
<documentation>
|
679
|
+
Sets the description for a set of DNSSEC zones.
|
680
|
+
|
681
|
+
This is an arbitrary field which can be used for any purpose.
|
682
|
+
|
683
|
+
</documentation>
|
684
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
685
|
+
<input>
|
686
|
+
<soap:body
|
687
|
+
use="encoded"
|
688
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
689
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
690
|
+
</input>
|
691
|
+
<output>
|
692
|
+
<soap:body
|
693
|
+
use="encoded"
|
694
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
695
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
696
|
+
</output>
|
697
|
+
</operation>
|
698
|
+
|
699
|
+
<operation name="get_description">
|
700
|
+
<documentation>
|
701
|
+
Gets the descriptions for a set of DNSSEC zones.
|
702
|
+
|
703
|
+
</documentation>
|
704
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
705
|
+
<input>
|
706
|
+
<soap:body
|
707
|
+
use="encoded"
|
708
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
709
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
710
|
+
</input>
|
711
|
+
<output>
|
712
|
+
<soap:body
|
713
|
+
use="encoded"
|
714
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
715
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
716
|
+
</output>
|
717
|
+
</operation>
|
718
|
+
|
719
|
+
<operation name="get_secure_entry_point">
|
720
|
+
<documentation>
|
721
|
+
Gets the Secure Entry Points (DS and DNSKEY Resource Records) for a
|
722
|
+
set of DNSSEC Zones.
|
723
|
+
|
724
|
+
</documentation>
|
725
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
726
|
+
<input>
|
727
|
+
<soap:body
|
728
|
+
use="encoded"
|
729
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
730
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
731
|
+
</input>
|
732
|
+
<output>
|
733
|
+
<soap:body
|
734
|
+
use="encoded"
|
735
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
736
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
737
|
+
</output>
|
738
|
+
</operation>
|
739
|
+
|
740
|
+
<operation name="set_ds_algorithm">
|
741
|
+
<documentation>
|
742
|
+
Sets the DS Algorithm for a set of DNSSEC zones.
|
743
|
+
|
744
|
+
</documentation>
|
745
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
746
|
+
<input>
|
747
|
+
<soap:body
|
748
|
+
use="encoded"
|
749
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
750
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
751
|
+
</input>
|
752
|
+
<output>
|
753
|
+
<soap:body
|
754
|
+
use="encoded"
|
755
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
756
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
757
|
+
</output>
|
758
|
+
</operation>
|
759
|
+
|
760
|
+
<operation name="get_ds_algorithm">
|
761
|
+
<documentation>
|
762
|
+
Gets the DS hash algorithm used for a set of DNSSEC zones.
|
763
|
+
|
764
|
+
</documentation>
|
765
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
766
|
+
<input>
|
767
|
+
<soap:body
|
768
|
+
use="encoded"
|
769
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
770
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
771
|
+
</input>
|
772
|
+
<output>
|
773
|
+
<soap:body
|
774
|
+
use="encoded"
|
775
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
776
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
777
|
+
</output>
|
778
|
+
</operation>
|
779
|
+
|
780
|
+
<operation name="get_version">
|
781
|
+
<documentation>
|
782
|
+
Get the version information for this interface.
|
783
|
+
|
784
|
+
</documentation>
|
785
|
+
<soap:operation soapAction="urn:iControl:GlobalLB/DNSSECZone"/>
|
786
|
+
<input>
|
787
|
+
<soap:body
|
788
|
+
use="encoded"
|
789
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
790
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
791
|
+
</input>
|
792
|
+
<output>
|
793
|
+
<soap:body
|
794
|
+
use="encoded"
|
795
|
+
namespace="urn:iControl:GlobalLB/DNSSECZone"
|
796
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
797
|
+
</output>
|
798
|
+
</operation>
|
799
|
+
</binding>
|
800
|
+
|
801
|
+
<!-- service -->
|
802
|
+
|
803
|
+
<service name="GlobalLB.DNSSECZone">
|
804
|
+
<documentation>
|
805
|
+
The DNSSECZone interface manages the zones in which securing DNS
|
806
|
+
information, i.e., DNSSEC, is active. When a zone is active, its DNS
|
807
|
+
record groups are digitally signed, the DNS record names are hashed,
|
808
|
+
and keys sent to upstream DNS servers are digitally signed.
|
809
|
+
|
810
|
+
A DNSSEC zone can contain any number of DNSSEC keys, and a single
|
811
|
+
DNSSEC key can be used in more than one DNSSEC zone. Note that a large
|
812
|
+
number of DNSSEC keys in a single DNSSEC zone can affect the
|
813
|
+
responsiveness to DNS requests.
|
814
|
+
|
815
|
+
Note that the term "zone" in this interface is not necessarily "zone"
|
816
|
+
in a DNS sense.
|
817
|
+
|
818
|
+
See the DNSSECKey interface for managing the keys themselves.
|
819
|
+
|
820
|
+
</documentation>
|
821
|
+
<port name="GlobalLB.DNSSECZonePort" binding="tns:GlobalLB.DNSSECZoneBinding">
|
822
|
+
<soap:address location="https://url_to_service"/>
|
823
|
+
</port>
|
824
|
+
</service>
|
825
|
+
</definitions>
|