📄 cim_rack.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_Rack// ================================================================== [UMLPackagePath ( "CIM::Physical::Package" ), Version ( "2.6.0" ), 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" )] 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;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -