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

 1 karl  1.1.2.2 // Copyright (c) 2009 DMTF.  All rights reserved.
 2                  [Version ( "2.21.0" ), 
 3                   UMLPackagePath ( "CIM::Physical::Package" ), 
 4                   Description ( 
 5                      "A Rack is a PhysicalFrame that represents an enclosure in "
 6                      "which Chassis are placed. Typically a Rack is nothing more "
 7                      "than the enclosure, and all the functioning componentry is "
 8                      "packaged in the Chassis, loaded in the Rack." )]
 9               class CIM_Rack : CIM_PhysicalFrame {
10               
11                     [Override ( "Height" ), 
12                      Description ( 
13                         "The height of the PhysicalPackage in \'U\'s. A \'U\' is "
14                         "a standard unit of measure for the height of a Rack or "
15                         "rack-mountable component. It is equal to 1.75 inches or "
16                         "4.445 cm." ), 
17                      Units ( "Us" ), 
18                      PUnit ( "rack unit" )]
19                  real32 Height;
20               
21                     [Description ( 
22 karl  1.1.2.2           "Enumeration indicating the type of Rack. Information "
23                         "such as \"Telco\" rack (value=2) or standard 19 inch "
24                         "rack (1) can be specified. The country for which the "
25                         "Rack is manufactured is defined in the the Country "
26                         "Designation property." ), 
27                      ValueMap { "0", "1", "2", "3", "4" }, 
28                      Values { "Unknown", "Standard 19 Inch", "Telco", 
29                         "Equipment Shelf", "Non-Standard" }, 
30                      ModelCorrespondence { "CIM_Rack.CountryDesignation" }]
31                  uint16 TypeOfRack;
32               
33                     [Description ( 
34                         "Designation of the country for which the Rack is "
35                         "designed. Country code strings are as defined by ISO/IEC "
36                         "3166. The rack type is specified in the TypeOf Rack "
37                         "property." ), 
38                      ModelCorrespondence { "CIM_Rack.TypeOfRack" }]
39                  string CountryDesignation;
40               
41               
42               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2