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

  1 karl  1.1 // ===================================================================
  2           // Title:  Physical Connectors
  3           // $State: Preliminary $
  4           // $Date: 2004/06/25 16:11:06 $
  5           // $Source: /home/dmtf2/dotorg/var/cvs/repositories/dev/Schema/MOF/Physical_Connector.mof,v $
  6           // $Revision: 1.4 $
  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 Physical Model defines modeling concepts related
 47           //              to actual boxes and packaging. This file defines the
 48           //              concepts related to connectors.
 49           // 
 50           //              The object classes below 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
 55           // CR1324 - Add PCI-E link width information (Slot.MaxLinkWidth)
 56           // 
 57           // Change Log for v2.8
 58           // CR1093 - Add text regarding PhysicalConnector class defintion
 59           // 
 60           // Change Log for v2.7
 61           // CR623 - Fix the DMI mapping string to include the attribute number
 62           //         PhysicalConnector.ConnectorType and .OtherTypeDescription.
 63           // CR676 - Deprecate Slot.Powered
 64 karl  1.1 // CR877 - Add AGP8X enumeration to PhysicalConnector.ConnectorType
 65           // ==================================================================
 66           
 67           #pragma locale ("en_US")
 68           
 69           // ==================================================================
 70           // CIM_PhysicalConnector --- Is located in Physicalxx_Package.mof
 71           //    to avoid the ConnectorPower method in CIM_Card having a
 72           //    forward reference.
 73           // ==================================================================
 74           
 75           
 76           
 77           // ===================================================================
 78           // ConnectedTo
 79           // ===================================================================
 80              [Association, Version ( "2.6.0" ), Description (
 81                  "The ConnectedTo association indicates that two or more "
 82                  "PhysicalConnectors are connected together.")]
 83           class CIM_ConnectedTo : CIM_Dependency {
 84           
 85 karl  1.1       [Override ( "Antecedent" ), Description (
 86                     "The Antecedent represents a PhysicalConnector that serves "
 87                     "as one end of the connection.")]
 88              CIM_PhysicalConnector REF Antecedent;
 89           
 90                 [Override ( "Dependent" ), Description (
 91                     "The Dependent represents another PhysicalConnector that "
 92                     "serves as the other end of the connection.")]
 93              CIM_PhysicalConnector REF Dependent;
 94           };
 95           
 96           
 97           // ===================================================================
 98           // Slot
 99           // ===================================================================
100              [Version ( "2.8.1000" ), Description (
101                  "The Slot class represents Connectors into which Packages are "
102                  "inserted. For example, a PhysicalPackage that is a DiskDrive "
103                  "may be inserted into an SCA 'Slot'. As another example, a Card "
104                  "(subclass of PhysicalPackage) may be inserted into a 16-, 32-, "
105                  "or 64-bit expansion 'Slot' on a HostingBoard. PCI or PCMCIA "
106 karl  1.1        "Type III Slots are examples of the latter.")]
107           class CIM_Slot : CIM_PhysicalConnector {
108           
109                 [Override ( "ConnectorType" ), 
110                  MappingStrings { "MIF.DMTF|System Slot|005.2" }]
111              uint16 ConnectorType[];
112           
113                 [Override ( "PoweredOn" ), 
114                  MappingStrings { "MIF.DMTF|System Slot|005.13" }]
115              boolean PoweredOn;
116           
117                 [Description (
118                     "Boolean indicating whether the Slot supports hot-plug of "
119                     "adapter Cards.")]
120              boolean SupportsHotPlug;
121           
122                 [Description (
123                     "Maximum height of an adapter Card that can be inserted into "
124                     "the Slot, in inches."), 
125                  Units ( "Inches" )]
126              real32 HeightAllowed;
127 karl  1.1 
128                 [Description (
129                     "Maximum length of an adapter Card that can be inserted into "
130                     "the Slot, in inches."), 
131                  Units ( "Inches" )]
132              real32 LengthAllowed;
133           
134                 [Description (
135                     "Maximum bus width of adapter Cards that can be inserted "
136                     "into this Slot, in bits. If the value is 'unknown', enter "
137                     "0. If the value is other than 8, 16, 32, 64 or 128, enter "
138                     "1."), 
139                  Units ( "Bits" ), 
140                  ValueMap { "0", "1", "8", "16", "32", "64", "128" }, 
141                  MappingStrings { "MIF.DMTF|System Slot|005.3" }]
142              uint16 MaxDataWidth;
143           
144                 [Description (
145                     "An array of enumerated integers indicating the Vcc voltage "
146                     "supported by this Slot."), 
147                  ValueMap { "0", "1", "2", "3" }, 
148 karl  1.1        Values { "Unknown", "Other", "3.3V", "5V" }, 
149                  MappingStrings { "MIF.DMTF|System Slot|005.9" }]
150              uint16 VccMixedVoltageSupport[];
151           
152                 [Description (
153                     "An array of enumerated integers indicating the Vpp voltage "
154                     "supported by this Slot."), 
155                  ValueMap { "0", "1", "2", "3", "4" }, 
156                  Values { "Unknown", "Other", "3.3V", "5V", "12V" }, 
157                  MappingStrings { "MIF.DMTF|System Slot|005.10" }]
158              uint16 VppMixedVoltageSupport[];
159           
160                 [Description (
161                     "Maximum thermal dissipation of the Slot in milliwatts."), 
162                  Units ( "MilliWatts" ), 
163                  MappingStrings { "MIF.DMTF|System Slot|005.11" }]
164              uint32 ThermalRating;
165           
166                 [Description (
167                     "Boolean indicating that this Slot is physically unique and "
168                     "may hold special types of hardware, e.g. a graphics "
169 karl  1.1           "processor slot. If set to TRUE, then the property, Special "
170                     "PurposeDescription (a string), should specify the nature of "
171                     "the uniqueness or purpose of the Slot."), 
172                  ModelCorrespondence { "CIM_Slot.PurposeDescription" }]
173              boolean SpecialPurpose;
174           
175                 [Description (
176                     "A free-form string describing that this Slot is physically "
177                     "unique and may hold special types of hardware. This "
178                     "property only has meaning when the corresponding boolean "
179                     "property, SpecialPurpose, is set to TRUE."), 
180                  ModelCorrespondence { "CIM_Slot.SpecialPurpose" }]
181              string PurposeDescription;
182           
183                 [Description (
184                     "The Number property indicates the physical slot number, "
185                     "which can be used as an index into a system slot table, "
186                     "whether or not that slot is physically occupied."), 
187                  MappingStrings { "MIF.DMTF|System Slot|005.1" }]
188              uint16 Number;
189           
190 karl  1.1       [Deprecated { "CIM_PhysicalElement.PoweredOn" }, Description (
191                     "A boolean indicating whether the Slot is currently powered "
192                     "(TRUE) or not (FALSE)."), 
193                  MappingStrings { "MIF.DMTF|System Slot|005.13" }]
194              boolean Powered;
195           
196                 [Description (
197                     "A boolean indicating whether the switch state of the Slot "
198                     "is currently open (TRUE) or closed (FALSE). This switch "
199                     "state determines whether the contents of the Slot can be "
200                     "hot-plugged."), 
201                  MappingStrings { "MIF.DMTF|System Slot|005.15" }]
202              boolean OpenSwitch;
203           
204                 [Experimental, Description (
205                     "Maximum link width of a switching bus type, such as "
206                     "Infiniband and PCI Express. The width is expressed in "
207                     "number of communication lines, or lanes, between port and "
208                     "devices. This property dictates the maximum link width, in "
209                     "lanes, of adapter Cards that can be inserted into this "
210                     "Slot. If the value is 'unknown', enter 0."), 
211 karl  1.1        ValueMap { "0", "2", "3", "4", "5", "6", "7", "8", "9.." }, 
212                  Values { "Unknown", "x1","x2","x4","x8","x12","x16","x32",
213                    "DMTF Reserved" }]
214              uint16 MaxLinkWidth;
215           };
216           
217           
218           // ==================================================================
219           // SlotInSlot
220           // ==================================================================
221              [Association, Version ( "2.6.0" ), Description (
222                  "Slots are special types of Connectors into which adapter Cards "
223                  "are typically inserted. The SlotInSlot relationship represents "
224                  "the ability of a special adapter to extend the existing Slot "
225                  "structure to enable otherwise incompatible Cards to be plugged "
226                  "into a Frame or Hosting Board. The adapter effectively creates "
227                  "a new Slot and can be thought of (conceptually) as a Slot in a "
228                  "Slot. This enables Cards that would otherwise be physically "
229                  "and/or electrically incompatible with the existing Slots to be "
230                  "supported, by interfacing to the Slot provided by the adapter. "
231                  "This has many practical uses. For example, networking boards "
232 karl  1.1        "are very expensive. As new hardware becomes available, Chassis "
233                  "and even Card configurations change. To protect the investment "
234                  "of their customers, networking vendors will manufacture "
235                  "special adapters that enable old Cards to fit into new Chassis "
236                  "or Hosting Boards and/or new Cards to fit into old. This is "
237                  "done using a special adapter that fits over one or more "
238                  "existing Slots and presents a new Slot into which the Card can "
239                  "plug.")]
240           class CIM_SlotInSlot : CIM_ConnectedTo {
241           
242                 [Override ( "Antecedent" ), Description (
243                     "The Antecedent represents the existing Slot(s) of the "
244                     "HostingBoard, or Frame that are being adapted to "
245                     "accommodate a Card that would otherwise not be physically "
246                     "and/or electrically compatible with it.")]
247              CIM_Slot REF Antecedent;
248           
249                 [Override ( "Dependent" ), Max ( 1 ), Description (
250                     "The new Slot provided by the adapter board.")]
251              CIM_Slot REF Dependent;
252           };
253 karl  1.1 
254           
255           // ==================================================================
256           // AdjacentSlots
257           // ==================================================================
258              [Association, Version ( "2.6.0" ), Description (
259                  "AdjacentSlots describes the layout of Slots on a HostingBoard "
260                  "or adapter Card. Information like the distance between the "
261                  "Slots and whether they are 'shared' (if one is populated, then "
262                  "the other Slot can not be used), is conveyed as properties of "
263                  "the association.")]
264           class CIM_AdjacentSlots {
265           
266                 [Key, Description (
267                     "One of the adjacent Slots.")]
268              CIM_Slot REF SlotA;
269           
270                 [Key, Description (
271                     "The 'other' adjacent Slot.")]
272              CIM_Slot REF SlotB;
273           
274 karl  1.1       [Description (
275                     "The distance, in inches, between adjacent Slots."), 
276                  Units ( "Inches" )]
277              real32 DistanceBetweenSlots;
278           
279                 [Description (
280                     "Slots can be located in close proximity on Hosting Boards "
281                     "or other Cards, such that if one of these Slots is "
282                     "populated by an adapter Card, the other Slot must be left "
283                     "empty. This relationship is indicated by the SharedSlots "
284                     "boolean set to TRUE.")]
285              boolean SharedSlots;
286           };
287           
288           // ==================================================================
289           // PackageInConnector
290           // ==================================================================
291              [Association, Version ( "2.6.0" ), Description (
292                  "Adapter cards and other 'packaging' are plugged into System "
293                  "Connectors for power and/or to transfer data. This "
294                  "relationship is defined by PackageInConnector. For example, it "
295 karl  1.1        "would be used to describe the insertion of a daughtercard onto "
296                  "another Card. Various subclasses of PackageInConnector are "
297                  "also defined. PackageInSlot and its subclass, CardInSlot, are "
298                  "two examples of subclasses.")]
299           class CIM_PackageInConnector : CIM_Dependency {
300           
301                 [Override ( "Antecedent" ), Description (
302                     "The Connector into which the Package is inserted.")]
303              CIM_PhysicalConnector REF Antecedent;
304           
305                 [Override ( "Dependent" ), Max ( 1 ), Description (
306                     "The Package in the Connector.")]
307              CIM_PhysicalPackage REF Dependent;
308           };
309           
310           
311           // ==================================================================
312           // PackageInSlot
313           // ==================================================================
314              [Association, Version ( "2.6.0" ), Description (
315                  "Complex networking devices often are Chassis-based. These "
316 karl  1.1        "Chassis allow for enhancement and/or augmentation of their "
317                  "base functionality by accepting additional Chassis devices, "
318                  "similar to accepting functionality in the form of adding "
319                  "Cards. This association models this capability.")]
320           class CIM_PackageInSlot : CIM_PackageInConnector {
321           
322                 [Override ( "Antecedent" ), Description (
323                     "The Slot into which the PhysicalPackage is inserted.")]
324              CIM_Slot REF Antecedent;
325           
326                 [Override ( "Dependent" ), Max ( 1 ), Description (
327                     "The Package in the Slot.")]
328              CIM_PhysicalPackage REF Dependent;
329           };
330           
331           
332           // ==================================================================
333           // CardInSlot
334           // ==================================================================
335              [Association, Version ( "2.6.0" ), Description (
336                  "Slots are special types of Connectors into which adapter Cards "
337 karl  1.1        "are inserted. This relationship of a Card in a Slot is made "
338                  "explicit using the CardInSlot association."), 
339               MappingStrings { "MIF.DMTF|System Slot|005.4" }]
340           class CIM_CardInSlot : CIM_PackageInSlot {
341           
342                 [Override ( "Antecedent" ), Description (
343                     "The Slot into which the Card is inserted.")]
344              CIM_Slot REF Antecedent;
345           
346                 [Override ( "Dependent" ), Max ( 1 ), Description (
347                     "The Card in the Slot.")]
348              CIM_Card REF Dependent;
349           };
350           
351           
352           // ==================================================================
353           // ConnectorOnPackage
354           // ==================================================================
355              [Association, Aggregation, Version ( "2.6.0" ), Description (
356                  "PhysicalPackages contain Connectors as well as other "
357                  "PhysicalElements. The ConnectorOnPackage association makes "
358 karl  1.1        "explicit the containment relationship between Connectors and "
359                  "Packages.")]
360           class CIM_ConnectorOnPackage : CIM_Container {
361           
362                 [Aggregate, Override ( "GroupComponent" ), Max ( 1 ), 
363                  Description (
364                     "The PhysicalPackage that has a Connector.")]
365              CIM_PhysicalPackage REF GroupComponent;
366           
367                 [Override ( "PartComponent" ), Description (
368                     "The PhysicalConnector.")]
369              CIM_PhysicalConnector REF PartComponent;
370           };
371           
372           
373           // ===================================================================
374           // end of file
375           // ===================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2