(file) Return to CIM_ChassisInRack.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Physical

 1 marek 1.1 // Copyright (c) 2009 DMTF.  All rights reserved.
 2              [Association, Aggregation, Version ( "2.21.0" ), 
 3               UMLPackagePath ( "CIM::Physical::Package" ), 
 4               Description ( 
 5                  "Racks, as simple enclosures, contain Chassis that provide the "
 6                  "physical componentry realizing processing nodes, storage "
 7                  "devices, UPSs, etc. The ChassisInRack association makes "
 8                  "explicit the \'containing\' relationship between the Rack and "
 9                  "the Chassis." )]
10           class CIM_ChassisInRack : CIM_Container {
11           
12                 [Aggregate, Override ( "GroupComponent" ), 
13                  Max ( 1 ), 
14                  Description ( "The Rack that contains the Chassis." )]
15              CIM_Rack REF GroupComponent;
16           
17                 [Override ( "PartComponent" ), 
18                  Description ( "The Chassis which is mounted in the Rack." )]
19              CIM_Chassis REF PartComponent;
20           
21                 [Description ( 
22 marek 1.1           "An integer indicating the lowest or \'bottom\' U in "
23                     "which the Chassis is mounted. A \'U\' is a standard unit "
24                     "of measure for the height of a Rack or rack-mountable "
25                     "component. It is equal to 1.75 inches or 4.445 cm." ), 
26                  Units ( "Us" ), 
27                  PUnit ( "rack unit" )]
28              uint16 BottomU;
29           
30           
31           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2