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,645 @@
|
|
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="Networking.ProfileGRE"
|
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.ProfileEnabledState">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="value" type="tns:Common.EnabledState"/>
|
27
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
28
|
+
</xsd:sequence>
|
29
|
+
</xsd:complexType>
|
30
|
+
<xsd:simpleType name="Common.EnabledState">
|
31
|
+
<xsd:restriction base="xsd:string">
|
32
|
+
<xsd:enumeration value="STATE_DISABLED">
|
33
|
+
<xsd:annotation>
|
34
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
35
|
+
</xsd:annotation>
|
36
|
+
</xsd:enumeration>
|
37
|
+
<xsd:enumeration value="STATE_ENABLED">
|
38
|
+
<xsd:annotation>
|
39
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
40
|
+
</xsd:annotation>
|
41
|
+
</xsd:enumeration>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:simpleType>
|
44
|
+
<xsd:complexType name="Common.StringSequence">
|
45
|
+
<xsd:complexContent>
|
46
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
47
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
48
|
+
</xsd:restriction>
|
49
|
+
</xsd:complexContent>
|
50
|
+
</xsd:complexType>
|
51
|
+
<xsd:complexType name="Common.BooleanSequence">
|
52
|
+
<xsd:complexContent>
|
53
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
54
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
55
|
+
</xsd:restriction>
|
56
|
+
</xsd:complexContent>
|
57
|
+
</xsd:complexType>
|
58
|
+
<xsd:complexType name="Common.ProfileEnabledStateSequence">
|
59
|
+
<xsd:complexContent>
|
60
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
61
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ProfileEnabledState[]'/>
|
62
|
+
</xsd:restriction>
|
63
|
+
</xsd:complexContent>
|
64
|
+
</xsd:complexType>
|
65
|
+
</xsd:schema>
|
66
|
+
</types>
|
67
|
+
|
68
|
+
<!-- message -->
|
69
|
+
|
70
|
+
<message name="Networking.ProfileGRE.get_listRequest">
|
71
|
+
</message>
|
72
|
+
<message name="Networking.ProfileGRE.get_listResponse">
|
73
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
74
|
+
</message>
|
75
|
+
|
76
|
+
<message name="Networking.ProfileGRE.createRequest">
|
77
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
78
|
+
</message>
|
79
|
+
<message name="Networking.ProfileGRE.createResponse">
|
80
|
+
</message>
|
81
|
+
|
82
|
+
<message name="Networking.ProfileGRE.delete_profileRequest">
|
83
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
84
|
+
</message>
|
85
|
+
<message name="Networking.ProfileGRE.delete_profileResponse">
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Networking.ProfileGRE.delete_all_profilesRequest">
|
89
|
+
</message>
|
90
|
+
<message name="Networking.ProfileGRE.delete_all_profilesResponse">
|
91
|
+
</message>
|
92
|
+
|
93
|
+
<message name="Networking.ProfileGRE.is_base_profileRequest">
|
94
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
95
|
+
</message>
|
96
|
+
<message name="Networking.ProfileGRE.is_base_profileResponse">
|
97
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
98
|
+
</message>
|
99
|
+
|
100
|
+
<message name="Networking.ProfileGRE.is_system_profileRequest">
|
101
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
102
|
+
</message>
|
103
|
+
<message name="Networking.ProfileGRE.is_system_profileResponse">
|
104
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
105
|
+
</message>
|
106
|
+
|
107
|
+
<message name="Networking.ProfileGRE.set_default_profileRequest">
|
108
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
109
|
+
<part name="defaults" type="tns:Common.StringSequence"/>
|
110
|
+
</message>
|
111
|
+
<message name="Networking.ProfileGRE.set_default_profileResponse">
|
112
|
+
</message>
|
113
|
+
|
114
|
+
<message name="Networking.ProfileGRE.get_default_profileRequest">
|
115
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
116
|
+
</message>
|
117
|
+
<message name="Networking.ProfileGRE.get_default_profileResponse">
|
118
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
119
|
+
</message>
|
120
|
+
|
121
|
+
<message name="Networking.ProfileGRE.set_include_checksum_stateRequest">
|
122
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
123
|
+
<part name="states" type="tns:Common.ProfileEnabledStateSequence"/>
|
124
|
+
</message>
|
125
|
+
<message name="Networking.ProfileGRE.set_include_checksum_stateResponse">
|
126
|
+
</message>
|
127
|
+
|
128
|
+
<message name="Networking.ProfileGRE.get_include_checksum_stateRequest">
|
129
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
130
|
+
</message>
|
131
|
+
<message name="Networking.ProfileGRE.get_include_checksum_stateResponse">
|
132
|
+
<part name="return" type="tns:Common.ProfileEnabledStateSequence"/>
|
133
|
+
</message>
|
134
|
+
|
135
|
+
<message name="Networking.ProfileGRE.set_validate_checksum_stateRequest">
|
136
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
137
|
+
<part name="states" type="tns:Common.ProfileEnabledStateSequence"/>
|
138
|
+
</message>
|
139
|
+
<message name="Networking.ProfileGRE.set_validate_checksum_stateResponse">
|
140
|
+
</message>
|
141
|
+
|
142
|
+
<message name="Networking.ProfileGRE.get_validate_checksum_stateRequest">
|
143
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
144
|
+
</message>
|
145
|
+
<message name="Networking.ProfileGRE.get_validate_checksum_stateResponse">
|
146
|
+
<part name="return" type="tns:Common.ProfileEnabledStateSequence"/>
|
147
|
+
</message>
|
148
|
+
|
149
|
+
<message name="Networking.ProfileGRE.set_descriptionRequest">
|
150
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
151
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
152
|
+
</message>
|
153
|
+
<message name="Networking.ProfileGRE.set_descriptionResponse">
|
154
|
+
</message>
|
155
|
+
|
156
|
+
<message name="Networking.ProfileGRE.get_descriptionRequest">
|
157
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
158
|
+
</message>
|
159
|
+
<message name="Networking.ProfileGRE.get_descriptionResponse">
|
160
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
161
|
+
</message>
|
162
|
+
|
163
|
+
<message name="Networking.ProfileGRE.get_versionRequest">
|
164
|
+
</message>
|
165
|
+
<message name="Networking.ProfileGRE.get_versionResponse">
|
166
|
+
<part name="return" type="xsd:string"/>
|
167
|
+
</message>
|
168
|
+
|
169
|
+
<!-- portType -->
|
170
|
+
|
171
|
+
<portType name="Networking.ProfileGREPortType">
|
172
|
+
<operation name="get_list">
|
173
|
+
<documentation>
|
174
|
+
Gets the names for all GRE tunnel profiles.
|
175
|
+
|
176
|
+
</documentation>
|
177
|
+
<input message="tns:Networking.ProfileGRE.get_listRequest"/>
|
178
|
+
<output message="tns:Networking.ProfileGRE.get_listResponse"/>
|
179
|
+
</operation>
|
180
|
+
<operation name="create">
|
181
|
+
<documentation>
|
182
|
+
Creates a set of GRE tunnel profiles.
|
183
|
+
|
184
|
+
</documentation>
|
185
|
+
<input message="tns:Networking.ProfileGRE.createRequest"/>
|
186
|
+
<output message="tns:Networking.ProfileGRE.createResponse"/>
|
187
|
+
</operation>
|
188
|
+
<operation name="delete_profile">
|
189
|
+
<documentation>
|
190
|
+
Deletes a set of GRE tunnel profiles.
|
191
|
+
|
192
|
+
</documentation>
|
193
|
+
<input message="tns:Networking.ProfileGRE.delete_profileRequest"/>
|
194
|
+
<output message="tns:Networking.ProfileGRE.delete_profileResponse"/>
|
195
|
+
</operation>
|
196
|
+
<operation name="delete_all_profiles">
|
197
|
+
<documentation>
|
198
|
+
Deletes all non-system GRE tunnel profiles.
|
199
|
+
|
200
|
+
</documentation>
|
201
|
+
<input message="tns:Networking.ProfileGRE.delete_all_profilesRequest"/>
|
202
|
+
<output message="tns:Networking.ProfileGRE.delete_all_profilesResponse"/>
|
203
|
+
</operation>
|
204
|
+
<operation name="is_base_profile">
|
205
|
+
<documentation>
|
206
|
+
Determines whether the specified GRE tunnel profiles are base
|
207
|
+
profiles. A base profile sits at the base of the profile's
|
208
|
+
inheritance tree, supplying the defaults for every profile derived
|
209
|
+
from it. (See also is_system_profile).
|
210
|
+
|
211
|
+
</documentation>
|
212
|
+
<input message="tns:Networking.ProfileGRE.is_base_profileRequest"/>
|
213
|
+
<output message="tns:Networking.ProfileGRE.is_base_profileResponse"/>
|
214
|
+
</operation>
|
215
|
+
<operation name="is_system_profile">
|
216
|
+
<documentation>
|
217
|
+
Determines whether the specified GRE tunnel profiles are system
|
218
|
+
profiles. A system profile is a profile pre-configured on the
|
219
|
+
system, ready for use. Non-system profiles are profiles created or
|
220
|
+
modified by a user. Note that if a system profile is modified, it
|
221
|
+
is no longer considered a system profile. (See also
|
222
|
+
is_base_profile).
|
223
|
+
|
224
|
+
</documentation>
|
225
|
+
<input message="tns:Networking.ProfileGRE.is_system_profileRequest"/>
|
226
|
+
<output message="tns:Networking.ProfileGRE.is_system_profileResponse"/>
|
227
|
+
</operation>
|
228
|
+
<operation name="set_default_profile">
|
229
|
+
<documentation>
|
230
|
+
Sets the existing GRE tunnel profile from which this set of GRE
|
231
|
+
tunnel profiles inherits their unspecified attribute values.
|
232
|
+
|
233
|
+
</documentation>
|
234
|
+
<input message="tns:Networking.ProfileGRE.set_default_profileRequest"/>
|
235
|
+
<output message="tns:Networking.ProfileGRE.set_default_profileResponse"/>
|
236
|
+
</operation>
|
237
|
+
<operation name="get_default_profile">
|
238
|
+
<documentation>
|
239
|
+
Gets the existing GRE tunnel profile from which this set of GRE
|
240
|
+
profiles inherits its unspecified attribute values.
|
241
|
+
|
242
|
+
</documentation>
|
243
|
+
<input message="tns:Networking.ProfileGRE.get_default_profileRequest"/>
|
244
|
+
<output message="tns:Networking.ProfileGRE.get_default_profileResponse"/>
|
245
|
+
</operation>
|
246
|
+
<operation name="set_include_checksum_state">
|
247
|
+
<documentation>
|
248
|
+
Sets whether the checksum should be included in the transmitted
|
249
|
+
packets for a set of GRE tunnel profiles.
|
250
|
+
|
251
|
+
</documentation>
|
252
|
+
<input message="tns:Networking.ProfileGRE.set_include_checksum_stateRequest"/>
|
253
|
+
<output message="tns:Networking.ProfileGRE.set_include_checksum_stateResponse"/>
|
254
|
+
</operation>
|
255
|
+
<operation name="get_include_checksum_state">
|
256
|
+
<documentation>
|
257
|
+
Gets whether the checksum should be included in the transmitted
|
258
|
+
packets for a set of GRE tunnel profiles.
|
259
|
+
|
260
|
+
</documentation>
|
261
|
+
<input message="tns:Networking.ProfileGRE.get_include_checksum_stateRequest"/>
|
262
|
+
<output message="tns:Networking.ProfileGRE.get_include_checksum_stateResponse"/>
|
263
|
+
</operation>
|
264
|
+
<operation name="set_validate_checksum_state">
|
265
|
+
<documentation>
|
266
|
+
Sets whether the checksum should be validated on the received
|
267
|
+
packets for a set of GRE tunnel profiles.
|
268
|
+
|
269
|
+
</documentation>
|
270
|
+
<input message="tns:Networking.ProfileGRE.set_validate_checksum_stateRequest"/>
|
271
|
+
<output message="tns:Networking.ProfileGRE.set_validate_checksum_stateResponse"/>
|
272
|
+
</operation>
|
273
|
+
<operation name="get_validate_checksum_state">
|
274
|
+
<documentation>
|
275
|
+
Gets whether the checksum should be validated on the received
|
276
|
+
packets for a set of GRE tunnel profiles.
|
277
|
+
|
278
|
+
</documentation>
|
279
|
+
<input message="tns:Networking.ProfileGRE.get_validate_checksum_stateRequest"/>
|
280
|
+
<output message="tns:Networking.ProfileGRE.get_validate_checksum_stateResponse"/>
|
281
|
+
</operation>
|
282
|
+
<operation name="set_description">
|
283
|
+
<documentation>
|
284
|
+
Sets the description for a set of GRE tunnel profiles.
|
285
|
+
|
286
|
+
This is an arbitrary field which can be used for any purpose.
|
287
|
+
|
288
|
+
</documentation>
|
289
|
+
<input message="tns:Networking.ProfileGRE.set_descriptionRequest"/>
|
290
|
+
<output message="tns:Networking.ProfileGRE.set_descriptionResponse"/>
|
291
|
+
</operation>
|
292
|
+
<operation name="get_description">
|
293
|
+
<documentation>
|
294
|
+
Gets the descriptions for a set of GRE tunnel profiles.
|
295
|
+
|
296
|
+
</documentation>
|
297
|
+
<input message="tns:Networking.ProfileGRE.get_descriptionRequest"/>
|
298
|
+
<output message="tns:Networking.ProfileGRE.get_descriptionResponse"/>
|
299
|
+
</operation>
|
300
|
+
<operation name="get_version">
|
301
|
+
<documentation>
|
302
|
+
Gets the version information for this interface.
|
303
|
+
|
304
|
+
</documentation>
|
305
|
+
<input message="tns:Networking.ProfileGRE.get_versionRequest"/>
|
306
|
+
<output message="tns:Networking.ProfileGRE.get_versionResponse"/>
|
307
|
+
</operation>
|
308
|
+
</portType>
|
309
|
+
|
310
|
+
<!-- binding -->
|
311
|
+
|
312
|
+
<binding name="Networking.ProfileGREBinding" type="tns:Networking.ProfileGREPortType">
|
313
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
314
|
+
<operation name="get_list">
|
315
|
+
<documentation>
|
316
|
+
Gets the names for all GRE tunnel profiles.
|
317
|
+
|
318
|
+
</documentation>
|
319
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
320
|
+
<input>
|
321
|
+
<soap:body
|
322
|
+
use="encoded"
|
323
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
324
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
325
|
+
</input>
|
326
|
+
<output>
|
327
|
+
<soap:body
|
328
|
+
use="encoded"
|
329
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
330
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
331
|
+
</output>
|
332
|
+
</operation>
|
333
|
+
|
334
|
+
<operation name="create">
|
335
|
+
<documentation>
|
336
|
+
Creates a set of GRE tunnel profiles.
|
337
|
+
|
338
|
+
</documentation>
|
339
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
340
|
+
<input>
|
341
|
+
<soap:body
|
342
|
+
use="encoded"
|
343
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
344
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
345
|
+
</input>
|
346
|
+
<output>
|
347
|
+
<soap:body
|
348
|
+
use="encoded"
|
349
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
350
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
351
|
+
</output>
|
352
|
+
</operation>
|
353
|
+
|
354
|
+
<operation name="delete_profile">
|
355
|
+
<documentation>
|
356
|
+
Deletes a set of GRE tunnel profiles.
|
357
|
+
|
358
|
+
</documentation>
|
359
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
360
|
+
<input>
|
361
|
+
<soap:body
|
362
|
+
use="encoded"
|
363
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
364
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
365
|
+
</input>
|
366
|
+
<output>
|
367
|
+
<soap:body
|
368
|
+
use="encoded"
|
369
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
370
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
371
|
+
</output>
|
372
|
+
</operation>
|
373
|
+
|
374
|
+
<operation name="delete_all_profiles">
|
375
|
+
<documentation>
|
376
|
+
Deletes all non-system GRE tunnel profiles.
|
377
|
+
|
378
|
+
</documentation>
|
379
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
380
|
+
<input>
|
381
|
+
<soap:body
|
382
|
+
use="encoded"
|
383
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
384
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
385
|
+
</input>
|
386
|
+
<output>
|
387
|
+
<soap:body
|
388
|
+
use="encoded"
|
389
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
390
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
391
|
+
</output>
|
392
|
+
</operation>
|
393
|
+
|
394
|
+
<operation name="is_base_profile">
|
395
|
+
<documentation>
|
396
|
+
Determines whether the specified GRE tunnel profiles are base
|
397
|
+
profiles. A base profile sits at the base of the profile's
|
398
|
+
inheritance tree, supplying the defaults for every profile derived
|
399
|
+
from it. (See also is_system_profile).
|
400
|
+
|
401
|
+
</documentation>
|
402
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
403
|
+
<input>
|
404
|
+
<soap:body
|
405
|
+
use="encoded"
|
406
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
407
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
408
|
+
</input>
|
409
|
+
<output>
|
410
|
+
<soap:body
|
411
|
+
use="encoded"
|
412
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
413
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
414
|
+
</output>
|
415
|
+
</operation>
|
416
|
+
|
417
|
+
<operation name="is_system_profile">
|
418
|
+
<documentation>
|
419
|
+
Determines whether the specified GRE tunnel profiles are system
|
420
|
+
profiles. A system profile is a profile pre-configured on the
|
421
|
+
system, ready for use. Non-system profiles are profiles created or
|
422
|
+
modified by a user. Note that if a system profile is modified, it
|
423
|
+
is no longer considered a system profile. (See also
|
424
|
+
is_base_profile).
|
425
|
+
|
426
|
+
</documentation>
|
427
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
428
|
+
<input>
|
429
|
+
<soap:body
|
430
|
+
use="encoded"
|
431
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
432
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
433
|
+
</input>
|
434
|
+
<output>
|
435
|
+
<soap:body
|
436
|
+
use="encoded"
|
437
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
438
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
439
|
+
</output>
|
440
|
+
</operation>
|
441
|
+
|
442
|
+
<operation name="set_default_profile">
|
443
|
+
<documentation>
|
444
|
+
Sets the existing GRE tunnel profile from which this set of GRE
|
445
|
+
tunnel profiles inherits their unspecified attribute values.
|
446
|
+
|
447
|
+
</documentation>
|
448
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
449
|
+
<input>
|
450
|
+
<soap:body
|
451
|
+
use="encoded"
|
452
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
453
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
454
|
+
</input>
|
455
|
+
<output>
|
456
|
+
<soap:body
|
457
|
+
use="encoded"
|
458
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
459
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
460
|
+
</output>
|
461
|
+
</operation>
|
462
|
+
|
463
|
+
<operation name="get_default_profile">
|
464
|
+
<documentation>
|
465
|
+
Gets the existing GRE tunnel profile from which this set of GRE
|
466
|
+
profiles inherits its unspecified attribute values.
|
467
|
+
|
468
|
+
</documentation>
|
469
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
470
|
+
<input>
|
471
|
+
<soap:body
|
472
|
+
use="encoded"
|
473
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
474
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
475
|
+
</input>
|
476
|
+
<output>
|
477
|
+
<soap:body
|
478
|
+
use="encoded"
|
479
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
481
|
+
</output>
|
482
|
+
</operation>
|
483
|
+
|
484
|
+
<operation name="set_include_checksum_state">
|
485
|
+
<documentation>
|
486
|
+
Sets whether the checksum should be included in the transmitted
|
487
|
+
packets for a set of GRE tunnel profiles.
|
488
|
+
|
489
|
+
</documentation>
|
490
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
491
|
+
<input>
|
492
|
+
<soap:body
|
493
|
+
use="encoded"
|
494
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
495
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
496
|
+
</input>
|
497
|
+
<output>
|
498
|
+
<soap:body
|
499
|
+
use="encoded"
|
500
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
501
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
502
|
+
</output>
|
503
|
+
</operation>
|
504
|
+
|
505
|
+
<operation name="get_include_checksum_state">
|
506
|
+
<documentation>
|
507
|
+
Gets whether the checksum should be included in the transmitted
|
508
|
+
packets for a set of GRE tunnel profiles.
|
509
|
+
|
510
|
+
</documentation>
|
511
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
512
|
+
<input>
|
513
|
+
<soap:body
|
514
|
+
use="encoded"
|
515
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
516
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
517
|
+
</input>
|
518
|
+
<output>
|
519
|
+
<soap:body
|
520
|
+
use="encoded"
|
521
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
522
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
523
|
+
</output>
|
524
|
+
</operation>
|
525
|
+
|
526
|
+
<operation name="set_validate_checksum_state">
|
527
|
+
<documentation>
|
528
|
+
Sets whether the checksum should be validated on the received
|
529
|
+
packets for a set of GRE tunnel profiles.
|
530
|
+
|
531
|
+
</documentation>
|
532
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
533
|
+
<input>
|
534
|
+
<soap:body
|
535
|
+
use="encoded"
|
536
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
537
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
538
|
+
</input>
|
539
|
+
<output>
|
540
|
+
<soap:body
|
541
|
+
use="encoded"
|
542
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
543
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
544
|
+
</output>
|
545
|
+
</operation>
|
546
|
+
|
547
|
+
<operation name="get_validate_checksum_state">
|
548
|
+
<documentation>
|
549
|
+
Gets whether the checksum should be validated on the received
|
550
|
+
packets for a set of GRE tunnel profiles.
|
551
|
+
|
552
|
+
</documentation>
|
553
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
554
|
+
<input>
|
555
|
+
<soap:body
|
556
|
+
use="encoded"
|
557
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
558
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
559
|
+
</input>
|
560
|
+
<output>
|
561
|
+
<soap:body
|
562
|
+
use="encoded"
|
563
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
564
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
565
|
+
</output>
|
566
|
+
</operation>
|
567
|
+
|
568
|
+
<operation name="set_description">
|
569
|
+
<documentation>
|
570
|
+
Sets the description for a set of GRE tunnel profiles.
|
571
|
+
|
572
|
+
This is an arbitrary field which can be used for any purpose.
|
573
|
+
|
574
|
+
</documentation>
|
575
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
576
|
+
<input>
|
577
|
+
<soap:body
|
578
|
+
use="encoded"
|
579
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
580
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
581
|
+
</input>
|
582
|
+
<output>
|
583
|
+
<soap:body
|
584
|
+
use="encoded"
|
585
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
586
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
587
|
+
</output>
|
588
|
+
</operation>
|
589
|
+
|
590
|
+
<operation name="get_description">
|
591
|
+
<documentation>
|
592
|
+
Gets the descriptions for a set of GRE tunnel profiles.
|
593
|
+
|
594
|
+
</documentation>
|
595
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
596
|
+
<input>
|
597
|
+
<soap:body
|
598
|
+
use="encoded"
|
599
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
600
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
601
|
+
</input>
|
602
|
+
<output>
|
603
|
+
<soap:body
|
604
|
+
use="encoded"
|
605
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
606
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
607
|
+
</output>
|
608
|
+
</operation>
|
609
|
+
|
610
|
+
<operation name="get_version">
|
611
|
+
<documentation>
|
612
|
+
Gets the version information for this interface.
|
613
|
+
|
614
|
+
</documentation>
|
615
|
+
<soap:operation soapAction="urn:iControl:Networking/ProfileGRE"/>
|
616
|
+
<input>
|
617
|
+
<soap:body
|
618
|
+
use="encoded"
|
619
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
620
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
621
|
+
</input>
|
622
|
+
<output>
|
623
|
+
<soap:body
|
624
|
+
use="encoded"
|
625
|
+
namespace="urn:iControl:Networking/ProfileGRE"
|
626
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
627
|
+
</output>
|
628
|
+
</operation>
|
629
|
+
</binding>
|
630
|
+
|
631
|
+
<!-- service -->
|
632
|
+
|
633
|
+
<service name="Networking.ProfileGRE">
|
634
|
+
<documentation>
|
635
|
+
The ProfileGRE interface allows you to manipulate a GRE tunnel profile
|
636
|
+
to configure the General Routing Encapsulation tunneling protocol. The
|
637
|
+
General Routing Encapsulation supports RFC2784, allowing the packets of
|
638
|
+
any L3 protocol to be carried inside encapsulating IP packets.
|
639
|
+
|
640
|
+
</documentation>
|
641
|
+
<port name="Networking.ProfileGREPort" binding="tns:Networking.ProfileGREBinding">
|
642
|
+
<soap:address location="https://url_to_service"/>
|
643
|
+
</port>
|
644
|
+
</service>
|
645
|
+
</definitions>
|