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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Physical / CIM_Rack.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:44 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.1.2.1: +42 -0 lines
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

// Copyright (c) 2009 DMTF.  All rights reserved.
   [Version ( "2.21.0" ), 
    UMLPackagePath ( "CIM::Physical::Package" ), 
    Description ( 
       "A Rack is a PhysicalFrame that represents an enclosure in "
       "which Chassis are placed. Typically a Rack is nothing more "
       "than the enclosure, and all the functioning componentry is "
       "packaged in the Chassis, loaded in the Rack." )]
class CIM_Rack : CIM_PhysicalFrame {

      [Override ( "Height" ), 
       Description ( 
          "The height of the PhysicalPackage in \'U\'s. A \'U\' is "
          "a standard unit of measure for the height of a Rack or "
          "rack-mountable component. It is equal to 1.75 inches or "
          "4.445 cm." ), 
       Units ( "Us" ), 
       PUnit ( "rack unit" )]
   real32 Height;

      [Description ( 
          "Enumeration indicating the type of Rack. Information "
          "such as \"Telco\" rack (value=2) or standard 19 inch "
          "rack (1) can be specified. The country for which the "
          "Rack is manufactured is defined in the the Country "
          "Designation property." ), 
       ValueMap { "0", "1", "2", "3", "4" }, 
       Values { "Unknown", "Standard 19 Inch", "Telco", 
          "Equipment Shelf", "Non-Standard" }, 
       ModelCorrespondence { "CIM_Rack.CountryDesignation" }]
   uint16 TypeOfRack;

      [Description ( 
          "Designation of the country for which the Rack is "
          "designed. Country code strings are as defined by ISO/IEC "
          "3166. The rack type is specified in the TypeOf Rack "
          "property." ), 
       ModelCorrespondence { "CIM_Rack.TypeOfRack" }]
   string CountryDesignation;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2