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