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,1031 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved.
|
4
|
+
|
5
|
+
F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.
|
6
|
+
|
7
|
+
All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.
|
8
|
+
|
9
|
+
-->
|
10
|
+
<definitions name="Management.EventNotification"
|
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="Management.EventNotification.EventDataSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventNotification.EventData[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.TimeStamp">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="year" type="xsd:long"/>
|
34
|
+
<xsd:element name="month" type="xsd:long"/>
|
35
|
+
<xsd:element name="day" type="xsd:long"/>
|
36
|
+
<xsd:element name="hour" type="xsd:long"/>
|
37
|
+
<xsd:element name="minute" type="xsd:long"/>
|
38
|
+
<xsd:element name="second" type="xsd:long"/>
|
39
|
+
</xsd:sequence>
|
40
|
+
</xsd:complexType>
|
41
|
+
<xsd:complexType name="Management.EventNotification.EventSource">
|
42
|
+
<xsd:sequence>
|
43
|
+
<xsd:element name="system_id" type="xsd:string"/>
|
44
|
+
<xsd:element name="url" type="xsd:string"/>
|
45
|
+
</xsd:sequence>
|
46
|
+
</xsd:complexType>
|
47
|
+
<xsd:simpleType name="Management.EventSubscription.EventType">
|
48
|
+
<xsd:restriction base="xsd:string">
|
49
|
+
<xsd:enumeration value="EVENTTYPE_NONE">
|
50
|
+
<xsd:annotation>
|
51
|
+
<xsd:documentation>EVENTTYPE_NONE</xsd:documentation>
|
52
|
+
</xsd:annotation>
|
53
|
+
</xsd:enumeration>
|
54
|
+
<xsd:enumeration value="EVENTTYPE_TEST">
|
55
|
+
<xsd:annotation>
|
56
|
+
<xsd:documentation>EVENTTYPE_TEST</xsd:documentation>
|
57
|
+
</xsd:annotation>
|
58
|
+
</xsd:enumeration>
|
59
|
+
<xsd:enumeration value="EVENTTYPE_ALL">
|
60
|
+
<xsd:annotation>
|
61
|
+
<xsd:documentation>EVENTTYPE_ALL</xsd:documentation>
|
62
|
+
</xsd:annotation>
|
63
|
+
</xsd:enumeration>
|
64
|
+
<xsd:enumeration value="EVENTTYPE_SYSTEM_STARTUP">
|
65
|
+
<xsd:annotation>
|
66
|
+
<xsd:documentation>EVENTTYPE_SYSTEM_STARTUP</xsd:documentation>
|
67
|
+
</xsd:annotation>
|
68
|
+
</xsd:enumeration>
|
69
|
+
<xsd:enumeration value="EVENTTYPE_SYSTEM_SHUTDOWN">
|
70
|
+
<xsd:annotation>
|
71
|
+
<xsd:documentation>EVENTTYPE_SYSTEM_SHUTDOWN</xsd:documentation>
|
72
|
+
</xsd:annotation>
|
73
|
+
</xsd:enumeration>
|
74
|
+
<xsd:enumeration value="EVENTTYPE_SYSTEM_CONFIG_LOAD">
|
75
|
+
<xsd:annotation>
|
76
|
+
<xsd:documentation>EVENTTYPE_SYSTEM_CONFIG_LOAD</xsd:documentation>
|
77
|
+
</xsd:annotation>
|
78
|
+
</xsd:enumeration>
|
79
|
+
<xsd:enumeration value="EVENTTYPE_CREATE">
|
80
|
+
<xsd:annotation>
|
81
|
+
<xsd:documentation>EVENTTYPE_CREATE</xsd:documentation>
|
82
|
+
</xsd:annotation>
|
83
|
+
</xsd:enumeration>
|
84
|
+
<xsd:enumeration value="EVENTTYPE_MODIFY">
|
85
|
+
<xsd:annotation>
|
86
|
+
<xsd:documentation>EVENTTYPE_MODIFY</xsd:documentation>
|
87
|
+
</xsd:annotation>
|
88
|
+
</xsd:enumeration>
|
89
|
+
<xsd:enumeration value="EVENTTYPE_DELETE">
|
90
|
+
<xsd:annotation>
|
91
|
+
<xsd:documentation>EVENTTYPE_DELETE</xsd:documentation>
|
92
|
+
</xsd:annotation>
|
93
|
+
</xsd:enumeration>
|
94
|
+
<xsd:enumeration value="EVENTTYPE_ADMIN_IP">
|
95
|
+
<xsd:annotation>
|
96
|
+
<xsd:documentation>EVENTTYPE_ADMIN_IP</xsd:documentation>
|
97
|
+
</xsd:annotation>
|
98
|
+
</xsd:enumeration>
|
99
|
+
<xsd:enumeration value="EVENTTYPE_ARP_ENTRY">
|
100
|
+
<xsd:annotation>
|
101
|
+
<xsd:documentation>EVENTTYPE_ARP_ENTRY</xsd:documentation>
|
102
|
+
</xsd:annotation>
|
103
|
+
</xsd:enumeration>
|
104
|
+
<xsd:enumeration value="EVENTTYPE_DAEMON_HA">
|
105
|
+
<xsd:annotation>
|
106
|
+
<xsd:documentation>EVENTTYPE_DAEMON_HA</xsd:documentation>
|
107
|
+
</xsd:annotation>
|
108
|
+
</xsd:enumeration>
|
109
|
+
<xsd:enumeration value="EVENTTYPE_DB_VARIABLE">
|
110
|
+
<xsd:annotation>
|
111
|
+
<xsd:documentation>EVENTTYPE_DB_VARIABLE</xsd:documentation>
|
112
|
+
</xsd:annotation>
|
113
|
+
</xsd:enumeration>
|
114
|
+
<xsd:enumeration value="EVENTTYPE_FEATURE_FLAGS">
|
115
|
+
<xsd:annotation>
|
116
|
+
<xsd:documentation>EVENTTYPE_FEATURE_FLAGS</xsd:documentation>
|
117
|
+
</xsd:annotation>
|
118
|
+
</xsd:enumeration>
|
119
|
+
<xsd:enumeration value="EVENTTYPE_FILTER_PROFILE">
|
120
|
+
<xsd:annotation>
|
121
|
+
<xsd:documentation>EVENTTYPE_FILTER_PROFILE</xsd:documentation>
|
122
|
+
</xsd:annotation>
|
123
|
+
</xsd:enumeration>
|
124
|
+
<xsd:enumeration value="EVENTTYPE_GTMD">
|
125
|
+
<xsd:annotation>
|
126
|
+
<xsd:documentation>EVENTTYPE_GTMD</xsd:documentation>
|
127
|
+
</xsd:annotation>
|
128
|
+
</xsd:enumeration>
|
129
|
+
<xsd:enumeration value="EVENTTYPE_INTERFACE">
|
130
|
+
<xsd:annotation>
|
131
|
+
<xsd:documentation>EVENTTYPE_INTERFACE</xsd:documentation>
|
132
|
+
</xsd:annotation>
|
133
|
+
</xsd:enumeration>
|
134
|
+
<xsd:enumeration value="EVENTTYPE_LCDWARN">
|
135
|
+
<xsd:annotation>
|
136
|
+
<xsd:documentation>EVENTTYPE_LCDWARN</xsd:documentation>
|
137
|
+
</xsd:annotation>
|
138
|
+
</xsd:enumeration>
|
139
|
+
<xsd:enumeration value="EVENTTYPE_L2_FORWARD">
|
140
|
+
<xsd:annotation>
|
141
|
+
<xsd:documentation>EVENTTYPE_L2_FORWARD</xsd:documentation>
|
142
|
+
</xsd:annotation>
|
143
|
+
</xsd:enumeration>
|
144
|
+
<xsd:enumeration value="EVENTTYPE_MIRROR_PORT_MEMBER">
|
145
|
+
<xsd:annotation>
|
146
|
+
<xsd:documentation>EVENTTYPE_MIRROR_PORT_MEMBER</xsd:documentation>
|
147
|
+
</xsd:annotation>
|
148
|
+
</xsd:enumeration>
|
149
|
+
<xsd:enumeration value="EVENTTYPE_MIRROR_PORT">
|
150
|
+
<xsd:annotation>
|
151
|
+
<xsd:documentation>EVENTTYPE_MIRROR_PORT</xsd:documentation>
|
152
|
+
</xsd:annotation>
|
153
|
+
</xsd:enumeration>
|
154
|
+
<xsd:enumeration value="EVENTTYPE_MIRROR_VLAN">
|
155
|
+
<xsd:annotation>
|
156
|
+
<xsd:documentation>EVENTTYPE_MIRROR_VLAN</xsd:documentation>
|
157
|
+
</xsd:annotation>
|
158
|
+
</xsd:enumeration>
|
159
|
+
<xsd:enumeration value="EVENTTYPE_MONITOR">
|
160
|
+
<xsd:annotation>
|
161
|
+
<xsd:documentation>EVENTTYPE_MONITOR</xsd:documentation>
|
162
|
+
</xsd:annotation>
|
163
|
+
</xsd:enumeration>
|
164
|
+
<xsd:enumeration value="EVENTTYPE_NAT">
|
165
|
+
<xsd:annotation>
|
166
|
+
<xsd:documentation>EVENTTYPE_NAT</xsd:documentation>
|
167
|
+
</xsd:annotation>
|
168
|
+
</xsd:enumeration>
|
169
|
+
<xsd:enumeration value="EVENTTYPE_NODE_ADDRESS">
|
170
|
+
<xsd:annotation>
|
171
|
+
<xsd:documentation>EVENTTYPE_NODE_ADDRESS</xsd:documentation>
|
172
|
+
</xsd:annotation>
|
173
|
+
</xsd:enumeration>
|
174
|
+
<xsd:enumeration value="EVENTTYPE_PACKET_FILTER">
|
175
|
+
<xsd:annotation>
|
176
|
+
<xsd:documentation>EVENTTYPE_PACKET_FILTER</xsd:documentation>
|
177
|
+
</xsd:annotation>
|
178
|
+
</xsd:enumeration>
|
179
|
+
<xsd:enumeration value="EVENTTYPE_PCI_DEVICE">
|
180
|
+
<xsd:annotation>
|
181
|
+
<xsd:documentation>EVENTTYPE_PCI_DEVICE</xsd:documentation>
|
182
|
+
</xsd:annotation>
|
183
|
+
</xsd:enumeration>
|
184
|
+
<xsd:enumeration value="EVENTTYPE_POOL">
|
185
|
+
<xsd:annotation>
|
186
|
+
<xsd:documentation>EVENTTYPE_POOL</xsd:documentation>
|
187
|
+
</xsd:annotation>
|
188
|
+
</xsd:enumeration>
|
189
|
+
<xsd:enumeration value="EVENTTYPE_POOL_MEMBER">
|
190
|
+
<xsd:annotation>
|
191
|
+
<xsd:documentation>EVENTTYPE_POOL_MEMBER</xsd:documentation>
|
192
|
+
</xsd:annotation>
|
193
|
+
</xsd:enumeration>
|
194
|
+
<xsd:enumeration value="EVENTTYPE_RATE_FILTER">
|
195
|
+
<xsd:annotation>
|
196
|
+
<xsd:documentation>EVENTTYPE_RATE_FILTER</xsd:documentation>
|
197
|
+
</xsd:annotation>
|
198
|
+
</xsd:enumeration>
|
199
|
+
<xsd:enumeration value="EVENTTYPE_ROUTE_MGMT">
|
200
|
+
<xsd:annotation>
|
201
|
+
<xsd:documentation>EVENTTYPE_ROUTE_MGMT</xsd:documentation>
|
202
|
+
</xsd:annotation>
|
203
|
+
</xsd:enumeration>
|
204
|
+
<xsd:enumeration value="EVENTTYPE_ROUTE_UPDATE">
|
205
|
+
<xsd:annotation>
|
206
|
+
<xsd:documentation>EVENTTYPE_ROUTE_UPDATE</xsd:documentation>
|
207
|
+
</xsd:annotation>
|
208
|
+
</xsd:enumeration>
|
209
|
+
<xsd:enumeration value="EVENTTYPE_RULE">
|
210
|
+
<xsd:annotation>
|
211
|
+
<xsd:documentation>EVENTTYPE_RULE</xsd:documentation>
|
212
|
+
</xsd:annotation>
|
213
|
+
</xsd:enumeration>
|
214
|
+
<xsd:enumeration value="EVENTTYPE_SELF_IP">
|
215
|
+
<xsd:annotation>
|
216
|
+
<xsd:documentation>EVENTTYPE_SELF_IP</xsd:documentation>
|
217
|
+
</xsd:annotation>
|
218
|
+
</xsd:enumeration>
|
219
|
+
<xsd:enumeration value="EVENTTYPE_SENSOR">
|
220
|
+
<xsd:annotation>
|
221
|
+
<xsd:documentation>EVENTTYPE_SENSOR</xsd:documentation>
|
222
|
+
</xsd:annotation>
|
223
|
+
</xsd:enumeration>
|
224
|
+
<xsd:enumeration value="EVENTTYPE_SNAT_ADDRESS">
|
225
|
+
<xsd:annotation>
|
226
|
+
<xsd:documentation>EVENTTYPE_SNAT_ADDRESS</xsd:documentation>
|
227
|
+
</xsd:annotation>
|
228
|
+
</xsd:enumeration>
|
229
|
+
<xsd:enumeration value="EVENTTYPE_SNAT_POOL">
|
230
|
+
<xsd:annotation>
|
231
|
+
<xsd:documentation>EVENTTYPE_SNAT_POOL</xsd:documentation>
|
232
|
+
</xsd:annotation>
|
233
|
+
</xsd:enumeration>
|
234
|
+
<xsd:enumeration value="EVENTTYPE_SNAT_POOL_MEMBER">
|
235
|
+
<xsd:annotation>
|
236
|
+
<xsd:documentation>EVENTTYPE_SNAT_POOL_MEMBER</xsd:documentation>
|
237
|
+
</xsd:annotation>
|
238
|
+
</xsd:enumeration>
|
239
|
+
<xsd:enumeration value="EVENTTYPE_STP">
|
240
|
+
<xsd:annotation>
|
241
|
+
<xsd:documentation>EVENTTYPE_STP</xsd:documentation>
|
242
|
+
</xsd:annotation>
|
243
|
+
</xsd:enumeration>
|
244
|
+
<xsd:enumeration value="EVENTTYPE_SWITCH_DOMAIN">
|
245
|
+
<xsd:annotation>
|
246
|
+
<xsd:documentation>EVENTTYPE_SWITCH_DOMAIN</xsd:documentation>
|
247
|
+
</xsd:annotation>
|
248
|
+
</xsd:enumeration>
|
249
|
+
<xsd:enumeration value="EVENTTYPE_SWITCH_EDGE">
|
250
|
+
<xsd:annotation>
|
251
|
+
<xsd:documentation>EVENTTYPE_SWITCH_EDGE</xsd:documentation>
|
252
|
+
</xsd:annotation>
|
253
|
+
</xsd:enumeration>
|
254
|
+
<xsd:enumeration value="EVENTTYPE_TAMD_AUTH">
|
255
|
+
<xsd:annotation>
|
256
|
+
<xsd:documentation>EVENTTYPE_TAMD_AUTH</xsd:documentation>
|
257
|
+
</xsd:annotation>
|
258
|
+
</xsd:enumeration>
|
259
|
+
<xsd:enumeration value="EVENTTYPE_TRUNK">
|
260
|
+
<xsd:annotation>
|
261
|
+
<xsd:documentation>EVENTTYPE_TRUNK</xsd:documentation>
|
262
|
+
</xsd:annotation>
|
263
|
+
</xsd:enumeration>
|
264
|
+
<xsd:enumeration value="EVENTTYPE_TRUNK_CONFIG_MEMBER">
|
265
|
+
<xsd:annotation>
|
266
|
+
<xsd:documentation>EVENTTYPE_TRUNK_CONFIG_MEMBER</xsd:documentation>
|
267
|
+
</xsd:annotation>
|
268
|
+
</xsd:enumeration>
|
269
|
+
<xsd:enumeration value="EVENTTYPE_TRUNK_WORKING_MEMBER">
|
270
|
+
<xsd:annotation>
|
271
|
+
<xsd:documentation>EVENTTYPE_TRUNK_WORKING_MEMBER</xsd:documentation>
|
272
|
+
</xsd:annotation>
|
273
|
+
</xsd:enumeration>
|
274
|
+
<xsd:enumeration value="EVENTTYPE_VALUE_LIST">
|
275
|
+
<xsd:annotation>
|
276
|
+
<xsd:documentation>EVENTTYPE_VALUE_LIST</xsd:documentation>
|
277
|
+
</xsd:annotation>
|
278
|
+
</xsd:enumeration>
|
279
|
+
<xsd:enumeration value="EVENTTYPE_VIRTUAL_ADDRESS">
|
280
|
+
<xsd:annotation>
|
281
|
+
<xsd:documentation>EVENTTYPE_VIRTUAL_ADDRESS</xsd:documentation>
|
282
|
+
</xsd:annotation>
|
283
|
+
</xsd:enumeration>
|
284
|
+
<xsd:enumeration value="EVENTTYPE_VIRTUAL_SERVER">
|
285
|
+
<xsd:annotation>
|
286
|
+
<xsd:documentation>EVENTTYPE_VIRTUAL_SERVER</xsd:documentation>
|
287
|
+
</xsd:annotation>
|
288
|
+
</xsd:enumeration>
|
289
|
+
<xsd:enumeration value="EVENTTYPE_VIRTUAL_SERVER_PROFILE">
|
290
|
+
<xsd:annotation>
|
291
|
+
<xsd:documentation>EVENTTYPE_VIRTUAL_SERVER_PROFILE</xsd:documentation>
|
292
|
+
</xsd:annotation>
|
293
|
+
</xsd:enumeration>
|
294
|
+
<xsd:enumeration value="EVENTTYPE_VLAN">
|
295
|
+
<xsd:annotation>
|
296
|
+
<xsd:documentation>EVENTTYPE_VLAN</xsd:documentation>
|
297
|
+
</xsd:annotation>
|
298
|
+
</xsd:enumeration>
|
299
|
+
<xsd:enumeration value="EVENTTYPE_VLAN_MEMBER">
|
300
|
+
<xsd:annotation>
|
301
|
+
<xsd:documentation>EVENTTYPE_VLAN_MEMBER</xsd:documentation>
|
302
|
+
</xsd:annotation>
|
303
|
+
</xsd:enumeration>
|
304
|
+
<xsd:enumeration value="EVENTTYPE_VLANGROUP">
|
305
|
+
<xsd:annotation>
|
306
|
+
<xsd:documentation>EVENTTYPE_VLANGROUP</xsd:documentation>
|
307
|
+
</xsd:annotation>
|
308
|
+
</xsd:enumeration>
|
309
|
+
</xsd:restriction>
|
310
|
+
</xsd:simpleType>
|
311
|
+
<xsd:complexType name="Management.EventNotification.EventData">
|
312
|
+
<xsd:sequence>
|
313
|
+
<xsd:element name="username" type="xsd:string"/>
|
314
|
+
<xsd:element name="sequence_number" type="xsd:long"/>
|
315
|
+
<xsd:element name="event_type" type="tns:Management.EventSubscription.EventType"/>
|
316
|
+
<xsd:element name="object_type" type="tns:Management.EventSubscription.ObjectType"/>
|
317
|
+
<xsd:element name="event_data_item_list" type="tns:Management.EventNotification.EventDataItemSequence"/>
|
318
|
+
</xsd:sequence>
|
319
|
+
</xsd:complexType>
|
320
|
+
<xsd:complexType name="Management.EventNotification.EventDataItem">
|
321
|
+
<xsd:sequence>
|
322
|
+
<xsd:element name="event_data_name" type="xsd:string"/>
|
323
|
+
<xsd:element name="event_data_type" type="tns:Management.EventNotification.EventDataType"/>
|
324
|
+
<xsd:element name="event_data_value" type="xsd:string"/>
|
325
|
+
</xsd:sequence>
|
326
|
+
</xsd:complexType>
|
327
|
+
<xsd:complexType name="Management.EventNotification.EventDataItemSequence">
|
328
|
+
<xsd:complexContent>
|
329
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
330
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventNotification.EventDataItem[]'/>
|
331
|
+
</xsd:restriction>
|
332
|
+
</xsd:complexContent>
|
333
|
+
</xsd:complexType>
|
334
|
+
<xsd:simpleType name="Management.EventSubscription.ObjectType">
|
335
|
+
<xsd:restriction base="xsd:string">
|
336
|
+
<xsd:enumeration value="OBJECTTYPE_UNKNOWN">
|
337
|
+
<xsd:annotation>
|
338
|
+
<xsd:documentation>OBJECTTYPE_UNKNOWN</xsd:documentation>
|
339
|
+
</xsd:annotation>
|
340
|
+
</xsd:enumeration>
|
341
|
+
<xsd:enumeration value="OBJECTTYPE_ADMIN_IP">
|
342
|
+
<xsd:annotation>
|
343
|
+
<xsd:documentation>OBJECTTYPE_ADMIN_IP</xsd:documentation>
|
344
|
+
</xsd:annotation>
|
345
|
+
</xsd:enumeration>
|
346
|
+
<xsd:enumeration value="OBJECTTYPE_ARP_STATIC_ENTRY">
|
347
|
+
<xsd:annotation>
|
348
|
+
<xsd:documentation>OBJECTTYPE_ARP_STATIC_ENTRY</xsd:documentation>
|
349
|
+
</xsd:annotation>
|
350
|
+
</xsd:enumeration>
|
351
|
+
<xsd:enumeration value="OBJECTTYPE_AUTH_GENERIC_CONFIG">
|
352
|
+
<xsd:annotation>
|
353
|
+
<xsd:documentation>OBJECTTYPE_AUTH_GENERIC_CONFIG</xsd:documentation>
|
354
|
+
</xsd:annotation>
|
355
|
+
</xsd:enumeration>
|
356
|
+
<xsd:enumeration value="OBJECTTYPE_AUTH_LDAP_CONFIG">
|
357
|
+
<xsd:annotation>
|
358
|
+
<xsd:documentation>OBJECTTYPE_AUTH_LDAP_CONFIG</xsd:documentation>
|
359
|
+
</xsd:annotation>
|
360
|
+
</xsd:enumeration>
|
361
|
+
<xsd:enumeration value="OBJECTTYPE_AUTH_RADIUS_CONFIG">
|
362
|
+
<xsd:annotation>
|
363
|
+
<xsd:documentation>OBJECTTYPE_AUTH_RADIUS_CONFIG</xsd:documentation>
|
364
|
+
</xsd:annotation>
|
365
|
+
</xsd:enumeration>
|
366
|
+
<xsd:enumeration value="OBJECTTYPE_AUTH_RADIUS_CONFIG_RADIUS_SERVER">
|
367
|
+
<xsd:annotation>
|
368
|
+
<xsd:documentation>OBJECTTYPE_AUTH_RADIUS_CONFIG_RADIUS_SERVER</xsd:documentation>
|
369
|
+
</xsd:annotation>
|
370
|
+
</xsd:enumeration>
|
371
|
+
<xsd:enumeration value="OBJECTTYPE_AUTH_SSL_CC_LDAP_CONFIG">
|
372
|
+
<xsd:annotation>
|
373
|
+
<xsd:documentation>OBJECTTYPE_AUTH_SSL_CC_LDAP_CONFIG</xsd:documentation>
|
374
|
+
</xsd:annotation>
|
375
|
+
</xsd:enumeration>
|
376
|
+
<xsd:enumeration value="OBJECTTYPE_AUTH_SSL_OCSP_CONFIG">
|
377
|
+
<xsd:annotation>
|
378
|
+
<xsd:documentation>OBJECTTYPE_AUTH_SSL_OCSP_CONFIG</xsd:documentation>
|
379
|
+
</xsd:annotation>
|
380
|
+
</xsd:enumeration>
|
381
|
+
<xsd:enumeration value="OBJECTTYPE_AUTH_TACACS_CONFIG">
|
382
|
+
<xsd:annotation>
|
383
|
+
<xsd:documentation>OBJECTTYPE_AUTH_TACACS_CONFIG</xsd:documentation>
|
384
|
+
</xsd:annotation>
|
385
|
+
</xsd:enumeration>
|
386
|
+
<xsd:enumeration value="OBJECTTYPE_DAEMON_HA">
|
387
|
+
<xsd:annotation>
|
388
|
+
<xsd:documentation>OBJECTTYPE_DAEMON_HA</xsd:documentation>
|
389
|
+
</xsd:annotation>
|
390
|
+
</xsd:enumeration>
|
391
|
+
<xsd:enumeration value="OBJECTTYPE_DAEMON_STATUS">
|
392
|
+
<xsd:annotation>
|
393
|
+
<xsd:documentation>OBJECTTYPE_DAEMON_STATUS</xsd:documentation>
|
394
|
+
</xsd:annotation>
|
395
|
+
</xsd:enumeration>
|
396
|
+
<xsd:enumeration value="OBJECTTYPE_DB_VARIABLE">
|
397
|
+
<xsd:annotation>
|
398
|
+
<xsd:documentation>OBJECTTYPE_DB_VARIABLE</xsd:documentation>
|
399
|
+
</xsd:annotation>
|
400
|
+
</xsd:enumeration>
|
401
|
+
<xsd:enumeration value="OBJECTTYPE_DEFAULT_MONITOR_RULE">
|
402
|
+
<xsd:annotation>
|
403
|
+
<xsd:documentation>OBJECTTYPE_DEFAULT_MONITOR_RULE</xsd:documentation>
|
404
|
+
</xsd:annotation>
|
405
|
+
</xsd:enumeration>
|
406
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_BOX">
|
407
|
+
<xsd:annotation>
|
408
|
+
<xsd:documentation>OBJECTTYPE_GTM_BOX</xsd:documentation>
|
409
|
+
</xsd:annotation>
|
410
|
+
</xsd:enumeration>
|
411
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_DC">
|
412
|
+
<xsd:annotation>
|
413
|
+
<xsd:documentation>OBJECTTYPE_GTM_DC</xsd:documentation>
|
414
|
+
</xsd:annotation>
|
415
|
+
</xsd:enumeration>
|
416
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_ECV">
|
417
|
+
<xsd:annotation>
|
418
|
+
<xsd:documentation>OBJECTTYPE_GTM_ECV</xsd:documentation>
|
419
|
+
</xsd:annotation>
|
420
|
+
</xsd:enumeration>
|
421
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_GLOBALS">
|
422
|
+
<xsd:annotation>
|
423
|
+
<xsd:documentation>OBJECTTYPE_GTM_GLOBALS</xsd:documentation>
|
424
|
+
</xsd:annotation>
|
425
|
+
</xsd:enumeration>
|
426
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_IP">
|
427
|
+
<xsd:annotation>
|
428
|
+
<xsd:documentation>OBJECTTYPE_GTM_IP</xsd:documentation>
|
429
|
+
</xsd:annotation>
|
430
|
+
</xsd:enumeration>
|
431
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_LINK">
|
432
|
+
<xsd:annotation>
|
433
|
+
<xsd:documentation>OBJECTTYPE_GTM_LINK</xsd:documentation>
|
434
|
+
</xsd:annotation>
|
435
|
+
</xsd:enumeration>
|
436
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_POOL">
|
437
|
+
<xsd:annotation>
|
438
|
+
<xsd:documentation>OBJECTTYPE_GTM_POOL</xsd:documentation>
|
439
|
+
</xsd:annotation>
|
440
|
+
</xsd:enumeration>
|
441
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_POOL_MEMBER">
|
442
|
+
<xsd:annotation>
|
443
|
+
<xsd:documentation>OBJECTTYPE_GTM_POOL_MEMBER</xsd:documentation>
|
444
|
+
</xsd:annotation>
|
445
|
+
</xsd:enumeration>
|
446
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_QOS_COEFF">
|
447
|
+
<xsd:annotation>
|
448
|
+
<xsd:documentation>OBJECTTYPE_GTM_QOS_COEFF</xsd:documentation>
|
449
|
+
</xsd:annotation>
|
450
|
+
</xsd:enumeration>
|
451
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_REG_ITEM">
|
452
|
+
<xsd:annotation>
|
453
|
+
<xsd:documentation>OBJECTTYPE_GTM_REG_ITEM</xsd:documentation>
|
454
|
+
</xsd:annotation>
|
455
|
+
</xsd:enumeration>
|
456
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_REGION_ENTRY">
|
457
|
+
<xsd:annotation>
|
458
|
+
<xsd:documentation>OBJECTTYPE_GTM_REGION_ENTRY</xsd:documentation>
|
459
|
+
</xsd:annotation>
|
460
|
+
</xsd:enumeration>
|
461
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_SERVER">
|
462
|
+
<xsd:annotation>
|
463
|
+
<xsd:documentation>OBJECTTYPE_GTM_SERVER</xsd:documentation>
|
464
|
+
</xsd:annotation>
|
465
|
+
</xsd:enumeration>
|
466
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_TOP_ITEM">
|
467
|
+
<xsd:annotation>
|
468
|
+
<xsd:documentation>OBJECTTYPE_GTM_TOP_ITEM</xsd:documentation>
|
469
|
+
</xsd:annotation>
|
470
|
+
</xsd:enumeration>
|
471
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_VS">
|
472
|
+
<xsd:annotation>
|
473
|
+
<xsd:documentation>OBJECTTYPE_GTM_VS</xsd:documentation>
|
474
|
+
</xsd:annotation>
|
475
|
+
</xsd:enumeration>
|
476
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_WIDEIP">
|
477
|
+
<xsd:annotation>
|
478
|
+
<xsd:documentation>OBJECTTYPE_GTM_WIDEIP</xsd:documentation>
|
479
|
+
</xsd:annotation>
|
480
|
+
</xsd:enumeration>
|
481
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_WIDEIP_ALIAS">
|
482
|
+
<xsd:annotation>
|
483
|
+
<xsd:documentation>OBJECTTYPE_GTM_WIDEIP_ALIAS</xsd:documentation>
|
484
|
+
</xsd:annotation>
|
485
|
+
</xsd:enumeration>
|
486
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_WIDEIP_POOL">
|
487
|
+
<xsd:annotation>
|
488
|
+
<xsd:documentation>OBJECTTYPE_GTM_WIDEIP_POOL</xsd:documentation>
|
489
|
+
</xsd:annotation>
|
490
|
+
</xsd:enumeration>
|
491
|
+
<xsd:enumeration value="OBJECTTYPE_INTERFACE">
|
492
|
+
<xsd:annotation>
|
493
|
+
<xsd:documentation>OBJECTTYPE_INTERFACE</xsd:documentation>
|
494
|
+
</xsd:annotation>
|
495
|
+
</xsd:enumeration>
|
496
|
+
<xsd:enumeration value="OBJECTTYPE_JOIN_AUTH_SSL_OCSP_CONFIG_OCSP_RESPONDER">
|
497
|
+
<xsd:annotation>
|
498
|
+
<xsd:documentation>OBJECTTYPE_JOIN_AUTH_SSL_OCSP_CONFIG_OCSP_RESPONDER</xsd:documentation>
|
499
|
+
</xsd:annotation>
|
500
|
+
</xsd:enumeration>
|
501
|
+
<xsd:enumeration value="OBJECTTYPE_L2_FORWARD">
|
502
|
+
<xsd:annotation>
|
503
|
+
<xsd:documentation>OBJECTTYPE_L2_FORWARD</xsd:documentation>
|
504
|
+
</xsd:annotation>
|
505
|
+
</xsd:enumeration>
|
506
|
+
<xsd:enumeration value="OBJECTTYPE_LICENSE_BLOB">
|
507
|
+
<xsd:annotation>
|
508
|
+
<xsd:documentation>OBJECTTYPE_LICENSE_BLOB</xsd:documentation>
|
509
|
+
</xsd:annotation>
|
510
|
+
</xsd:enumeration>
|
511
|
+
<xsd:enumeration value="OBJECTTYPE_MIRROR_PORT">
|
512
|
+
<xsd:annotation>
|
513
|
+
<xsd:documentation>OBJECTTYPE_MIRROR_PORT</xsd:documentation>
|
514
|
+
</xsd:annotation>
|
515
|
+
</xsd:enumeration>
|
516
|
+
<xsd:enumeration value="OBJECTTYPE_MIRROR_PORT_MBR">
|
517
|
+
<xsd:annotation>
|
518
|
+
<xsd:documentation>OBJECTTYPE_MIRROR_PORT_MBR</xsd:documentation>
|
519
|
+
</xsd:annotation>
|
520
|
+
</xsd:enumeration>
|
521
|
+
<xsd:enumeration value="OBJECTTYPE_MIRROR_VLAN">
|
522
|
+
<xsd:annotation>
|
523
|
+
<xsd:documentation>OBJECTTYPE_MIRROR_VLAN</xsd:documentation>
|
524
|
+
</xsd:annotation>
|
525
|
+
</xsd:enumeration>
|
526
|
+
<xsd:enumeration value="OBJECTTYPE_MONITOR">
|
527
|
+
<xsd:annotation>
|
528
|
+
<xsd:documentation>OBJECTTYPE_MONITOR</xsd:documentation>
|
529
|
+
</xsd:annotation>
|
530
|
+
</xsd:enumeration>
|
531
|
+
<xsd:enumeration value="OBJECTTYPE_MONITOR_INSTANCE">
|
532
|
+
<xsd:annotation>
|
533
|
+
<xsd:documentation>OBJECTTYPE_MONITOR_INSTANCE</xsd:documentation>
|
534
|
+
</xsd:annotation>
|
535
|
+
</xsd:enumeration>
|
536
|
+
<xsd:enumeration value="OBJECTTYPE_MONITOR_PARAM">
|
537
|
+
<xsd:annotation>
|
538
|
+
<xsd:documentation>OBJECTTYPE_MONITOR_PARAM</xsd:documentation>
|
539
|
+
</xsd:annotation>
|
540
|
+
</xsd:enumeration>
|
541
|
+
<xsd:enumeration value="OBJECTTYPE_MONITOR_RULE">
|
542
|
+
<xsd:annotation>
|
543
|
+
<xsd:documentation>OBJECTTYPE_MONITOR_RULE</xsd:documentation>
|
544
|
+
</xsd:annotation>
|
545
|
+
</xsd:enumeration>
|
546
|
+
<xsd:enumeration value="OBJECTTYPE_MONITOR_RULE_INSTANCE">
|
547
|
+
<xsd:annotation>
|
548
|
+
<xsd:documentation>OBJECTTYPE_MONITOR_RULE_INSTANCE</xsd:documentation>
|
549
|
+
</xsd:annotation>
|
550
|
+
</xsd:enumeration>
|
551
|
+
<xsd:enumeration value="OBJECTTYPE_NAT">
|
552
|
+
<xsd:annotation>
|
553
|
+
<xsd:documentation>OBJECTTYPE_NAT</xsd:documentation>
|
554
|
+
</xsd:annotation>
|
555
|
+
</xsd:enumeration>
|
556
|
+
<xsd:enumeration value="OBJECTTYPE_NAT_VLAN">
|
557
|
+
<xsd:annotation>
|
558
|
+
<xsd:documentation>OBJECTTYPE_NAT_VLAN</xsd:documentation>
|
559
|
+
</xsd:annotation>
|
560
|
+
</xsd:enumeration>
|
561
|
+
<xsd:enumeration value="OBJECTTYPE_NODE_ADDRESS">
|
562
|
+
<xsd:annotation>
|
563
|
+
<xsd:documentation>OBJECTTYPE_NODE_ADDRESS</xsd:documentation>
|
564
|
+
</xsd:annotation>
|
565
|
+
</xsd:enumeration>
|
566
|
+
<xsd:enumeration value="OBJECTTYPE_NOKIA_ALARM">
|
567
|
+
<xsd:annotation>
|
568
|
+
<xsd:documentation>OBJECTTYPE_NOKIA_ALARM</xsd:documentation>
|
569
|
+
</xsd:annotation>
|
570
|
+
</xsd:enumeration>
|
571
|
+
<xsd:enumeration value="OBJECTTYPE_NOKIA_LOG">
|
572
|
+
<xsd:annotation>
|
573
|
+
<xsd:documentation>OBJECTTYPE_NOKIA_LOG</xsd:documentation>
|
574
|
+
</xsd:annotation>
|
575
|
+
</xsd:enumeration>
|
576
|
+
<xsd:enumeration value="OBJECTTYPE_OCSP_RESPONDER">
|
577
|
+
<xsd:annotation>
|
578
|
+
<xsd:documentation>OBJECTTYPE_OCSP_RESPONDER</xsd:documentation>
|
579
|
+
</xsd:annotation>
|
580
|
+
</xsd:enumeration>
|
581
|
+
<xsd:enumeration value="OBJECTTYPE_PACKET_FILTER_ALLOW_TRUSTED">
|
582
|
+
<xsd:annotation>
|
583
|
+
<xsd:documentation>OBJECTTYPE_PACKET_FILTER_ALLOW_TRUSTED</xsd:documentation>
|
584
|
+
</xsd:annotation>
|
585
|
+
</xsd:enumeration>
|
586
|
+
<xsd:enumeration value="OBJECTTYPE_PACKET_FILTER_RULE">
|
587
|
+
<xsd:annotation>
|
588
|
+
<xsd:documentation>OBJECTTYPE_PACKET_FILTER_RULE</xsd:documentation>
|
589
|
+
</xsd:annotation>
|
590
|
+
</xsd:enumeration>
|
591
|
+
<xsd:enumeration value="OBJECTTYPE_PAM_LINE">
|
592
|
+
<xsd:annotation>
|
593
|
+
<xsd:documentation>OBJECTTYPE_PAM_LINE</xsd:documentation>
|
594
|
+
</xsd:annotation>
|
595
|
+
</xsd:enumeration>
|
596
|
+
<xsd:enumeration value="OBJECTTYPE_PCI_DEVICE">
|
597
|
+
<xsd:annotation>
|
598
|
+
<xsd:documentation>OBJECTTYPE_PCI_DEVICE</xsd:documentation>
|
599
|
+
</xsd:annotation>
|
600
|
+
</xsd:enumeration>
|
601
|
+
<xsd:enumeration value="OBJECTTYPE_PLATFORM">
|
602
|
+
<xsd:annotation>
|
603
|
+
<xsd:documentation>OBJECTTYPE_PLATFORM</xsd:documentation>
|
604
|
+
</xsd:annotation>
|
605
|
+
</xsd:enumeration>
|
606
|
+
<xsd:enumeration value="OBJECTTYPE_POOL">
|
607
|
+
<xsd:annotation>
|
608
|
+
<xsd:documentation>OBJECTTYPE_POOL</xsd:documentation>
|
609
|
+
</xsd:annotation>
|
610
|
+
</xsd:enumeration>
|
611
|
+
<xsd:enumeration value="OBJECTTYPE_POOL_MEMBER">
|
612
|
+
<xsd:annotation>
|
613
|
+
<xsd:documentation>OBJECTTYPE_POOL_MEMBER</xsd:documentation>
|
614
|
+
</xsd:annotation>
|
615
|
+
</xsd:enumeration>
|
616
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_AUTH">
|
617
|
+
<xsd:annotation>
|
618
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_AUTH</xsd:documentation>
|
619
|
+
</xsd:annotation>
|
620
|
+
</xsd:enumeration>
|
621
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_BIGPROTO">
|
622
|
+
<xsd:annotation>
|
623
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_BIGPROTO</xsd:documentation>
|
624
|
+
</xsd:annotation>
|
625
|
+
</xsd:enumeration>
|
626
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_CLIENTSSL">
|
627
|
+
<xsd:annotation>
|
628
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_CLIENTSSL</xsd:documentation>
|
629
|
+
</xsd:annotation>
|
630
|
+
</xsd:enumeration>
|
631
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_CONNPOOL">
|
632
|
+
<xsd:annotation>
|
633
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_CONNPOOL</xsd:documentation>
|
634
|
+
</xsd:annotation>
|
635
|
+
</xsd:enumeration>
|
636
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_FTP">
|
637
|
+
<xsd:annotation>
|
638
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_FTP</xsd:documentation>
|
639
|
+
</xsd:annotation>
|
640
|
+
</xsd:enumeration>
|
641
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_HTTP">
|
642
|
+
<xsd:annotation>
|
643
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_HTTP</xsd:documentation>
|
644
|
+
</xsd:annotation>
|
645
|
+
</xsd:enumeration>
|
646
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_PERSIST">
|
647
|
+
<xsd:annotation>
|
648
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_PERSIST</xsd:documentation>
|
649
|
+
</xsd:annotation>
|
650
|
+
</xsd:enumeration>
|
651
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_SERVERSSL">
|
652
|
+
<xsd:annotation>
|
653
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_SERVERSSL</xsd:documentation>
|
654
|
+
</xsd:annotation>
|
655
|
+
</xsd:enumeration>
|
656
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_STREAM">
|
657
|
+
<xsd:annotation>
|
658
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_STREAM</xsd:documentation>
|
659
|
+
</xsd:annotation>
|
660
|
+
</xsd:enumeration>
|
661
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_TCP">
|
662
|
+
<xsd:annotation>
|
663
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_TCP</xsd:documentation>
|
664
|
+
</xsd:annotation>
|
665
|
+
</xsd:enumeration>
|
666
|
+
<xsd:enumeration value="OBJECTTYPE_PROFILE_UDP">
|
667
|
+
<xsd:annotation>
|
668
|
+
<xsd:documentation>OBJECTTYPE_PROFILE_UDP</xsd:documentation>
|
669
|
+
</xsd:annotation>
|
670
|
+
</xsd:enumeration>
|
671
|
+
<xsd:enumeration value="OBJECTTYPE_PROXY_EXCLUSION">
|
672
|
+
<xsd:annotation>
|
673
|
+
<xsd:documentation>OBJECTTYPE_PROXY_EXCLUSION</xsd:documentation>
|
674
|
+
</xsd:annotation>
|
675
|
+
</xsd:enumeration>
|
676
|
+
<xsd:enumeration value="OBJECTTYPE_RADIUS_SERVER">
|
677
|
+
<xsd:annotation>
|
678
|
+
<xsd:documentation>OBJECTTYPE_RADIUS_SERVER</xsd:documentation>
|
679
|
+
</xsd:annotation>
|
680
|
+
</xsd:enumeration>
|
681
|
+
<xsd:enumeration value="OBJECTTYPE_RATE_FILTER_CLASS">
|
682
|
+
<xsd:annotation>
|
683
|
+
<xsd:documentation>OBJECTTYPE_RATE_FILTER_CLASS</xsd:documentation>
|
684
|
+
</xsd:annotation>
|
685
|
+
</xsd:enumeration>
|
686
|
+
<xsd:enumeration value="OBJECTTYPE_ROUTE_STATIC_ENTRY">
|
687
|
+
<xsd:annotation>
|
688
|
+
<xsd:documentation>OBJECTTYPE_ROUTE_STATIC_ENTRY</xsd:documentation>
|
689
|
+
</xsd:annotation>
|
690
|
+
</xsd:enumeration>
|
691
|
+
<xsd:enumeration value="OBJECTTYPE_ROUTE_MGMT_ENTRY">
|
692
|
+
<xsd:annotation>
|
693
|
+
<xsd:documentation>OBJECTTYPE_ROUTE_MGMT_ENTRY</xsd:documentation>
|
694
|
+
</xsd:annotation>
|
695
|
+
</xsd:enumeration>
|
696
|
+
<xsd:enumeration value="OBJECTTYPE_RULE">
|
697
|
+
<xsd:annotation>
|
698
|
+
<xsd:documentation>OBJECTTYPE_RULE</xsd:documentation>
|
699
|
+
</xsd:annotation>
|
700
|
+
</xsd:enumeration>
|
701
|
+
<xsd:enumeration value="OBJECTTYPE_RULE_EVENT">
|
702
|
+
<xsd:annotation>
|
703
|
+
<xsd:documentation>OBJECTTYPE_RULE_EVENT</xsd:documentation>
|
704
|
+
</xsd:annotation>
|
705
|
+
</xsd:enumeration>
|
706
|
+
<xsd:enumeration value="OBJECTTYPE_SELF_IP">
|
707
|
+
<xsd:annotation>
|
708
|
+
<xsd:documentation>OBJECTTYPE_SELF_IP</xsd:documentation>
|
709
|
+
</xsd:annotation>
|
710
|
+
</xsd:enumeration>
|
711
|
+
<xsd:enumeration value="OBJECTTYPE_SNAT">
|
712
|
+
<xsd:annotation>
|
713
|
+
<xsd:documentation>OBJECTTYPE_SNAT</xsd:documentation>
|
714
|
+
</xsd:annotation>
|
715
|
+
</xsd:enumeration>
|
716
|
+
<xsd:enumeration value="OBJECTTYPE_SNAT_ORIG_ADDR">
|
717
|
+
<xsd:annotation>
|
718
|
+
<xsd:documentation>OBJECTTYPE_SNAT_ORIG_ADDR</xsd:documentation>
|
719
|
+
</xsd:annotation>
|
720
|
+
</xsd:enumeration>
|
721
|
+
<xsd:enumeration value="OBJECTTYPE_SNAT_VLAN">
|
722
|
+
<xsd:annotation>
|
723
|
+
<xsd:documentation>OBJECTTYPE_SNAT_VLAN</xsd:documentation>
|
724
|
+
</xsd:annotation>
|
725
|
+
</xsd:enumeration>
|
726
|
+
<xsd:enumeration value="OBJECTTYPE_SNATPOOL">
|
727
|
+
<xsd:annotation>
|
728
|
+
<xsd:documentation>OBJECTTYPE_SNATPOOL</xsd:documentation>
|
729
|
+
</xsd:annotation>
|
730
|
+
</xsd:enumeration>
|
731
|
+
<xsd:enumeration value="OBJECTTYPE_SNATPOOL_TRANS_ADDR">
|
732
|
+
<xsd:annotation>
|
733
|
+
<xsd:documentation>OBJECTTYPE_SNATPOOL_TRANS_ADDR</xsd:documentation>
|
734
|
+
</xsd:annotation>
|
735
|
+
</xsd:enumeration>
|
736
|
+
<xsd:enumeration value="OBJECTTYPE_STP">
|
737
|
+
<xsd:annotation>
|
738
|
+
<xsd:documentation>OBJECTTYPE_STP</xsd:documentation>
|
739
|
+
</xsd:annotation>
|
740
|
+
</xsd:enumeration>
|
741
|
+
<xsd:enumeration value="OBJECTTYPE_STP_GLOBALS">
|
742
|
+
<xsd:annotation>
|
743
|
+
<xsd:documentation>OBJECTTYPE_STP_GLOBALS</xsd:documentation>
|
744
|
+
</xsd:annotation>
|
745
|
+
</xsd:enumeration>
|
746
|
+
<xsd:enumeration value="OBJECTTYPE_STP_INTERFACE_MBR">
|
747
|
+
<xsd:annotation>
|
748
|
+
<xsd:documentation>OBJECTTYPE_STP_INTERFACE_MBR</xsd:documentation>
|
749
|
+
</xsd:annotation>
|
750
|
+
</xsd:enumeration>
|
751
|
+
<xsd:enumeration value="OBJECTTYPE_STP_VLAN_MBR">
|
752
|
+
<xsd:annotation>
|
753
|
+
<xsd:documentation>OBJECTTYPE_STP_VLAN_MBR</xsd:documentation>
|
754
|
+
</xsd:annotation>
|
755
|
+
</xsd:enumeration>
|
756
|
+
<xsd:enumeration value="OBJECTTYPE_SWITCH_DOMAIN">
|
757
|
+
<xsd:annotation>
|
758
|
+
<xsd:documentation>OBJECTTYPE_SWITCH_DOMAIN</xsd:documentation>
|
759
|
+
</xsd:annotation>
|
760
|
+
</xsd:enumeration>
|
761
|
+
<xsd:enumeration value="OBJECTTYPE_SWITCH_EDGE">
|
762
|
+
<xsd:annotation>
|
763
|
+
<xsd:documentation>OBJECTTYPE_SWITCH_EDGE</xsd:documentation>
|
764
|
+
</xsd:annotation>
|
765
|
+
</xsd:enumeration>
|
766
|
+
<xsd:enumeration value="OBJECTTYPE_SYSTEM_INFORMATION">
|
767
|
+
<xsd:annotation>
|
768
|
+
<xsd:documentation>OBJECTTYPE_SYSTEM_INFORMATION</xsd:documentation>
|
769
|
+
</xsd:annotation>
|
770
|
+
</xsd:enumeration>
|
771
|
+
<xsd:enumeration value="OBJECTTYPE_TRANS_ADDR">
|
772
|
+
<xsd:annotation>
|
773
|
+
<xsd:documentation>OBJECTTYPE_TRANS_ADDR</xsd:documentation>
|
774
|
+
</xsd:annotation>
|
775
|
+
</xsd:enumeration>
|
776
|
+
<xsd:enumeration value="OBJECTTYPE_TRUNK">
|
777
|
+
<xsd:annotation>
|
778
|
+
<xsd:documentation>OBJECTTYPE_TRUNK</xsd:documentation>
|
779
|
+
</xsd:annotation>
|
780
|
+
</xsd:enumeration>
|
781
|
+
<xsd:enumeration value="OBJECTTYPE_TRUNK_CFG_MBR">
|
782
|
+
<xsd:annotation>
|
783
|
+
<xsd:documentation>OBJECTTYPE_TRUNK_CFG_MBR</xsd:documentation>
|
784
|
+
</xsd:annotation>
|
785
|
+
</xsd:enumeration>
|
786
|
+
<xsd:enumeration value="OBJECTTYPE_TRUNK_WRKNG_MBR">
|
787
|
+
<xsd:annotation>
|
788
|
+
<xsd:documentation>OBJECTTYPE_TRUNK_WRKNG_MBR</xsd:documentation>
|
789
|
+
</xsd:annotation>
|
790
|
+
</xsd:enumeration>
|
791
|
+
<xsd:enumeration value="OBJECTTYPE_USERDB_ENTRY">
|
792
|
+
<xsd:annotation>
|
793
|
+
<xsd:documentation>OBJECTTYPE_USERDB_ENTRY</xsd:documentation>
|
794
|
+
</xsd:annotation>
|
795
|
+
</xsd:enumeration>
|
796
|
+
<xsd:enumeration value="OBJECTTYPE_VALUE_LIST">
|
797
|
+
<xsd:annotation>
|
798
|
+
<xsd:documentation>OBJECTTYPE_VALUE_LIST</xsd:documentation>
|
799
|
+
</xsd:annotation>
|
800
|
+
</xsd:enumeration>
|
801
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_ADDRESS">
|
802
|
+
<xsd:annotation>
|
803
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_ADDRESS</xsd:documentation>
|
804
|
+
</xsd:annotation>
|
805
|
+
</xsd:enumeration>
|
806
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_SERVER">
|
807
|
+
<xsd:annotation>
|
808
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_SERVER</xsd:documentation>
|
809
|
+
</xsd:annotation>
|
810
|
+
</xsd:enumeration>
|
811
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_SERVER_AUTH">
|
812
|
+
<xsd:annotation>
|
813
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_SERVER_AUTH</xsd:documentation>
|
814
|
+
</xsd:annotation>
|
815
|
+
</xsd:enumeration>
|
816
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_SERVER_CLONE_POOL">
|
817
|
+
<xsd:annotation>
|
818
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_SERVER_CLONE_POOL</xsd:documentation>
|
819
|
+
</xsd:annotation>
|
820
|
+
</xsd:enumeration>
|
821
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_SERVER_PERSIST">
|
822
|
+
<xsd:annotation>
|
823
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_SERVER_PERSIST</xsd:documentation>
|
824
|
+
</xsd:annotation>
|
825
|
+
</xsd:enumeration>
|
826
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_SERVER_POOL">
|
827
|
+
<xsd:annotation>
|
828
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_SERVER_POOL</xsd:documentation>
|
829
|
+
</xsd:annotation>
|
830
|
+
</xsd:enumeration>
|
831
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_SERVER_PROFILE">
|
832
|
+
<xsd:annotation>
|
833
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_SERVER_PROFILE</xsd:documentation>
|
834
|
+
</xsd:annotation>
|
835
|
+
</xsd:enumeration>
|
836
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_SERVER_RULE">
|
837
|
+
<xsd:annotation>
|
838
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_SERVER_RULE</xsd:documentation>
|
839
|
+
</xsd:annotation>
|
840
|
+
</xsd:enumeration>
|
841
|
+
<xsd:enumeration value="OBJECTTYPE_VIRTUAL_SERVER_VLAN">
|
842
|
+
<xsd:annotation>
|
843
|
+
<xsd:documentation>OBJECTTYPE_VIRTUAL_SERVER_VLAN</xsd:documentation>
|
844
|
+
</xsd:annotation>
|
845
|
+
</xsd:enumeration>
|
846
|
+
<xsd:enumeration value="OBJECTTYPE_VLAN">
|
847
|
+
<xsd:annotation>
|
848
|
+
<xsd:documentation>OBJECTTYPE_VLAN</xsd:documentation>
|
849
|
+
</xsd:annotation>
|
850
|
+
</xsd:enumeration>
|
851
|
+
<xsd:enumeration value="OBJECTTYPE_VLAN_ID_CONTAINER">
|
852
|
+
<xsd:annotation>
|
853
|
+
<xsd:documentation>OBJECTTYPE_VLAN_ID_CONTAINER</xsd:documentation>
|
854
|
+
</xsd:annotation>
|
855
|
+
</xsd:enumeration>
|
856
|
+
<xsd:enumeration value="OBJECTTYPE_VLAN_MEMBER">
|
857
|
+
<xsd:annotation>
|
858
|
+
<xsd:documentation>OBJECTTYPE_VLAN_MEMBER</xsd:documentation>
|
859
|
+
</xsd:annotation>
|
860
|
+
</xsd:enumeration>
|
861
|
+
<xsd:enumeration value="OBJECTTYPE_VLANGROUP">
|
862
|
+
<xsd:annotation>
|
863
|
+
<xsd:documentation>OBJECTTYPE_VLANGROUP</xsd:documentation>
|
864
|
+
</xsd:annotation>
|
865
|
+
</xsd:enumeration>
|
866
|
+
<xsd:enumeration value="OBJECTTYPE_VLANGROUP_MBR">
|
867
|
+
<xsd:annotation>
|
868
|
+
<xsd:documentation>OBJECTTYPE_VLANGROUP_MBR</xsd:documentation>
|
869
|
+
</xsd:annotation>
|
870
|
+
</xsd:enumeration>
|
871
|
+
<xsd:enumeration value="OBJECTTYPE_GTM_APPLICATION">
|
872
|
+
<xsd:annotation>
|
873
|
+
<xsd:documentation>OBJECTTYPE_GTM_APPLICATION</xsd:documentation>
|
874
|
+
</xsd:annotation>
|
875
|
+
</xsd:enumeration>
|
876
|
+
</xsd:restriction>
|
877
|
+
</xsd:simpleType>
|
878
|
+
<xsd:simpleType name="Management.EventNotification.EventDataType">
|
879
|
+
<xsd:restriction base="xsd:string">
|
880
|
+
<xsd:enumeration value="DATATYPE_BITS">
|
881
|
+
<xsd:annotation>
|
882
|
+
<xsd:documentation>DATATYPE_BITS</xsd:documentation>
|
883
|
+
</xsd:annotation>
|
884
|
+
</xsd:enumeration>
|
885
|
+
<xsd:enumeration value="DATATYPE_BLOB">
|
886
|
+
<xsd:annotation>
|
887
|
+
<xsd:documentation>DATATYPE_BLOB</xsd:documentation>
|
888
|
+
</xsd:annotation>
|
889
|
+
</xsd:enumeration>
|
890
|
+
<xsd:enumeration value="DATATYPE_BOOL">
|
891
|
+
<xsd:annotation>
|
892
|
+
<xsd:documentation>DATATYPE_BOOL</xsd:documentation>
|
893
|
+
</xsd:annotation>
|
894
|
+
</xsd:enumeration>
|
895
|
+
<xsd:enumeration value="DATATYPE_BYTE">
|
896
|
+
<xsd:annotation>
|
897
|
+
<xsd:documentation>DATATYPE_BYTE</xsd:documentation>
|
898
|
+
</xsd:annotation>
|
899
|
+
</xsd:enumeration>
|
900
|
+
<xsd:enumeration value="DATATYPE_DATE">
|
901
|
+
<xsd:annotation>
|
902
|
+
<xsd:documentation>DATATYPE_DATE</xsd:documentation>
|
903
|
+
</xsd:annotation>
|
904
|
+
</xsd:enumeration>
|
905
|
+
<xsd:enumeration value="DATATYPE_IP_ADDRESS">
|
906
|
+
<xsd:annotation>
|
907
|
+
<xsd:documentation>DATATYPE_IP_ADDRESS</xsd:documentation>
|
908
|
+
</xsd:annotation>
|
909
|
+
</xsd:enumeration>
|
910
|
+
<xsd:enumeration value="DATATYPE_LONG">
|
911
|
+
<xsd:annotation>
|
912
|
+
<xsd:documentation>DATATYPE_LONG</xsd:documentation>
|
913
|
+
</xsd:annotation>
|
914
|
+
</xsd:enumeration>
|
915
|
+
<xsd:enumeration value="DATATYPE_MAC">
|
916
|
+
<xsd:annotation>
|
917
|
+
<xsd:documentation>DATATYPE_MAC</xsd:documentation>
|
918
|
+
</xsd:annotation>
|
919
|
+
</xsd:enumeration>
|
920
|
+
<xsd:enumeration value="DATATYPE_PTR">
|
921
|
+
<xsd:annotation>
|
922
|
+
<xsd:documentation>DATATYPE_PTR</xsd:documentation>
|
923
|
+
</xsd:annotation>
|
924
|
+
</xsd:enumeration>
|
925
|
+
<xsd:enumeration value="DATATYPE_SERVICE">
|
926
|
+
<xsd:annotation>
|
927
|
+
<xsd:documentation>DATATYPE_SERVICE</xsd:documentation>
|
928
|
+
</xsd:annotation>
|
929
|
+
</xsd:enumeration>
|
930
|
+
<xsd:enumeration value="DATATYPE_STRING">
|
931
|
+
<xsd:annotation>
|
932
|
+
<xsd:documentation>DATATYPE_STRING</xsd:documentation>
|
933
|
+
</xsd:annotation>
|
934
|
+
</xsd:enumeration>
|
935
|
+
<xsd:enumeration value="DATATYPE_TAG">
|
936
|
+
<xsd:annotation>
|
937
|
+
<xsd:documentation>DATATYPE_TAG</xsd:documentation>
|
938
|
+
</xsd:annotation>
|
939
|
+
</xsd:enumeration>
|
940
|
+
<xsd:enumeration value="DATATYPE_TIME">
|
941
|
+
<xsd:annotation>
|
942
|
+
<xsd:documentation>DATATYPE_TIME</xsd:documentation>
|
943
|
+
</xsd:annotation>
|
944
|
+
</xsd:enumeration>
|
945
|
+
<xsd:enumeration value="DATATYPE_ULONG">
|
946
|
+
<xsd:annotation>
|
947
|
+
<xsd:documentation>DATATYPE_ULONG</xsd:documentation>
|
948
|
+
</xsd:annotation>
|
949
|
+
</xsd:enumeration>
|
950
|
+
<xsd:enumeration value="DATATYPE_UWORD">
|
951
|
+
<xsd:annotation>
|
952
|
+
<xsd:documentation>DATATYPE_UWORD</xsd:documentation>
|
953
|
+
</xsd:annotation>
|
954
|
+
</xsd:enumeration>
|
955
|
+
<xsd:enumeration value="DATATYPE_UQUAD">
|
956
|
+
<xsd:annotation>
|
957
|
+
<xsd:documentation>DATATYPE_UQUAD</xsd:documentation>
|
958
|
+
</xsd:annotation>
|
959
|
+
</xsd:enumeration>
|
960
|
+
</xsd:restriction>
|
961
|
+
</xsd:simpleType>
|
962
|
+
</xsd:schema>
|
963
|
+
</types>
|
964
|
+
|
965
|
+
<!-- message -->
|
966
|
+
|
967
|
+
<message name="Management.EventNotification.events_occurredRequest">
|
968
|
+
<part name="event_source" type="tns:Management.EventNotification.EventSource"/>
|
969
|
+
<part name="subscription_id" type="xsd:string"/>
|
970
|
+
<part name="event_data_list" type="tns:Management.EventNotification.EventDataSequence"/>
|
971
|
+
<part name="time_stamp" type="tns:Common.TimeStamp"/>
|
972
|
+
</message>
|
973
|
+
<message name="Management.EventNotification.events_occurredResponse">
|
974
|
+
</message>
|
975
|
+
|
976
|
+
<!-- portType -->
|
977
|
+
|
978
|
+
<portType name="Management.EventNotificationPortType">
|
979
|
+
<operation name="events_occurred">
|
980
|
+
<documentation>
|
981
|
+
The notification mechanism used to send event notification messages.
|
982
|
+
Clients must implement this interface to act as an endpoint of event
|
983
|
+
notifications.
|
984
|
+
|
985
|
+
</documentation>
|
986
|
+
<input message="tns:Management.EventNotification.events_occurredRequest"/>
|
987
|
+
<output message="tns:Management.EventNotification.events_occurredResponse"/>
|
988
|
+
</operation>
|
989
|
+
</portType>
|
990
|
+
|
991
|
+
<!-- binding -->
|
992
|
+
|
993
|
+
<binding name="Management.EventNotificationBinding" type="tns:Management.EventNotificationPortType">
|
994
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
995
|
+
<operation name="events_occurred">
|
996
|
+
<documentation>
|
997
|
+
The notification mechanism used to send event notification messages.
|
998
|
+
Clients must implement this interface to act as an endpoint of event
|
999
|
+
notifications.
|
1000
|
+
|
1001
|
+
</documentation>
|
1002
|
+
<soap:operation soapAction="urn:iControl:Management/EventNotification"/>
|
1003
|
+
<input>
|
1004
|
+
<soap:body
|
1005
|
+
use="encoded"
|
1006
|
+
namespace="urn:iControl:Management/EventNotification"
|
1007
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1008
|
+
</input>
|
1009
|
+
<output>
|
1010
|
+
<soap:body
|
1011
|
+
use="encoded"
|
1012
|
+
namespace="urn:iControl:Management/EventNotification"
|
1013
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1014
|
+
</output>
|
1015
|
+
</operation>
|
1016
|
+
</binding>
|
1017
|
+
|
1018
|
+
<!-- service -->
|
1019
|
+
|
1020
|
+
<service name="Management.EventNotification">
|
1021
|
+
<documentation>
|
1022
|
+
The EventNotification interface is used for system configuration change events that are configured with the EventSubscriptions interface.
|
1023
|
+
|
1024
|
+
This interface does not support transactions.
|
1025
|
+
|
1026
|
+
</documentation>
|
1027
|
+
<port name="Management.EventNotificationPort" binding="tns:Management.EventNotificationBinding">
|
1028
|
+
<soap:address location="https://url_to_service"/>
|
1029
|
+
</port>
|
1030
|
+
</service>
|
1031
|
+
</definitions>
|