(file) Return to CIM_Network.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIMPrelim29

  1 karl  1.1 // ===================================================================
  2           // Title:  Network
  3           // $State: Preliminary $
  4           // $Date: 2004/07/15 20:28:51 $
  5           // $Source: /home/dmtf2/dotorg/var/cvs/repositories/dev/Schema/MOF/CIM_Network.mof,v $
  6           // $Revision: 1.7 $
  7           // ===================================================================
  8           //#pragma inLine ("Includes/copyright.inc")
  9           // Copyright 1998-2004 Distributed Management Task Force, Inc. (DMTF).
 10           // All rights reserved.
 11           // DMTF is a not-for-profit association of industry members dedicated
 12           // to promoting enterprise and systems management and interoperability.
 13           // DMTF specifications and documents may be reproduced for uses
 14           // consistent with this purpose by members and non-members,
 15           // provided that correct attribution is given.
 16           // As DMTF specifications may be revised from time to time,
 17           // the particular version and release date should always be noted.
 18           // 
 19           // Implementation of certain elements of this standard or proposed
 20           // standard may be subject to third party patent rights, including
 21           // provisional patent rights (herein "patent rights"). DMTF makes
 22 karl  1.1 // no representations to users of the standard as to the existence
 23           // of such rights, and is not responsible to recognize, disclose, or
 24           // identify any or all such third party patent right, owners or
 25           // claimants, nor for any incomplete or inaccurate identification or
 26           // disclosure of such rights, owners or claimants. DMTF shall have no
 27           // liability to any party, in any manner or circumstance, under any
 28           // legal theory whatsoever, for failure to recognize, disclose, or
 29           // identify any such third party patent rights, or for such party's
 30           // reliance on the standard or incorporation thereof in its product,
 31           // protocols or testing procedures. DMTF shall have no liability to
 32           // any party implementing such standard, whether such implementation
 33           // is foreseeable or not, nor to any patent owner or claimant, and shall
 34           // have no liability or responsibility for costs or losses incurred if
 35           // a standard is withdrawn or modified after publication, and shall be
 36           // indemnified and held harmless by any party implementing the
 37           // standard from any and all claims of infringement by a patent owner
 38           // for such implementations.
 39           // 
 40           // For information about patents held by third-parties which have
 41           // notified the DMTF that, in their opinion, such patent may relate to
 42           // or impact implementations of DMTF standards, visit
 43 karl  1.1 // http://www.dmtf.org/about/policies/disclosures.php.
 44           //#pragma inLine
 45           // ===================================================================
 46           // Description: The Network Model defines both general and specific
 47           //              networking concepts. This is the primary include file
 48           //              for the basic segments of the DMTF Network Model.
 49           // 
 50           //              The includes are listed in an order that
 51           //              avoids forward references. Required objects, defined
 52           //              by other working groups, are omitted.
 53           // ==================================================================
 54           // Change Log for v2.9 Preliminary Company Review
 55           // CR1465 - Corrected compile errors and warnings.  Network_iSCSI.mof
 56           //          was moved CIM_Schema.mof to resolve compile order issues.
 57           //
 58           // ==================================================================
 59           
 60           #pragma locale ("en_US")
 61           
 62           
 63           // ==================================================================
 64 karl  1.1 // Compile prerequisite for all includes:  Core and System MOFs
 65           // System MOF needed in Network_Systems - System_SystemElements
 66           //    is needed
 67           // ==================================================================
 68           
 69           
 70           // ==================================================================
 71           // Network Systems and Services
 72           // ==================================================================
 73           #pragma include ("Network_Systems.mof")
 74           
 75           // ==================================================================
 76           // Network Collections (LogicalNetwork, RangeOfIPAddresses, etc.)
 77           // ==================================================================
 78           #pragma include ("Network_Collections.mof")
 79           
 80           // ==================================================================
 81           // Protocol Endpoints
 82           // ==================================================================
 83           #pragma include ("Network_ProtocolEndpoints.mof")
 84           
 85 karl  1.1 // ==================================================================
 86           // FilterLists and FilterEntryBases
 87           // ==================================================================
 88           #pragma include ("Network_Filtering.mof")
 89           
 90           // ==================================================================
 91           // Routing and Forwarding Network Services
 92           // ==================================================================
 93           #pragma include ("Network_RoutingForwarding.mof")
 94           
 95           // ==================================================================
 96           // Network Routes
 97           // ==================================================================
 98           #pragma include ("Network_Routes.mof")
 99           
100           // ==================================================================
101           // Network Pipes
102           // ==================================================================
103           #pragma include ("Network_Pipes.mof")
104           
105           // ==================================================================
106 karl  1.1 // Network Buffers
107           // ==================================================================
108           #pragma include ("Network_Buffers.mof")
109           
110           // ==================================================================
111           // SNMP Management
112           // ==================================================================
113           #pragma include ("Network_SNMP.mof")
114           
115           // ==================================================================
116           // OSPF Model
117           // ==================================================================
118           #pragma include ("Network_OSPF.mof")
119           
120           // ==================================================================
121           // MPLS Model
122           // ==================================================================
123           #pragma include ("Network_MPLS.mof")
124           
125           // ==================================================================
126           // BGP Model
127 karl  1.1 // ==================================================================
128           #pragma include ("Network_BGP.mof")
129           
130           // ==================================================================
131           // Spanning Tree Model
132           // ==================================================================
133           #pragma include ("Network_SwitchingBridging.mof")
134           
135           // ==================================================================
136           // QoS Model
137           // ==================================================================
138           #pragma include ("Network_QoS.mof")
139           
140           // ==================================================================
141           // IPsec Security Associations
142           // ==================================================================
143           #pragma include ("Network_IPsec.mof")
144           
145           // ==================================================================
146           // VLAN Model
147           // ==================================================================
148 karl  1.1 #pragma include ("Network_VLAN.mof")
149           
150           // ==================================================================
151           // Topology Model
152           // ==================================================================
153           #pragma include ("Network_Topology.mof")
154           
155           
156           // ==================================================================
157           // 802.3ad Link Aggregation Model
158           // ==================================================================
159           #pragma include ("Network_8023LAG.mof")
160           
161           // ==================================================================
162           // Network Address Translation (NAT) Model
163           // ==================================================================
164           #pragma include ("Network_NAT.mof")
165           
166           
167           // ==================================================================
168           // Channel Extender Model
169 karl  1.1 // ==================================================================
170           #pragma include ("Network_ChannelExtender.mof")
171           
172           // ==================================================================
173           // iSCSI Model
174           // ==================================================================
175           // #pragma include ("Network_iSCSI.mof")
176           
177           
178           
179           // ===================================================================
180           // end of file
181           // ===================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2