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

 1 marek 1.1 // Copyright (c) 2009 DMTF.  All rights reserved.
 2              [Version ( "2.22.0" ), 
 3               UMLPackagePath ( "CIM::Device::Ports" ), 
 4               Description ( 
 5                  "LogicalModule is the logical device that corresponds to a "
 6                  "component part (such as a card or blade) in a device. For "
 7                  "example, a line card in a switch is an instance of "
 8                  "LogicalModule, that is associated with the the switch itself. "
 9                  "A logical module is not necessarily independently managed." )]
10           class CIM_LogicalModule : CIM_LogicalDevice {
11           
12                 [Description ( 
13                     "Logical modules are often named by the physical or "
14                     "logical slot that they occupy within the containing "
15                     "device. ModuleNumber is the number assigned to the "
16                     "module by its parent." )]
17              uint16 ModuleNumber;
18           
19                 [Description ( 
20                     "Type identifies the type of LogicalModule this instance "
21                     "represents. \n"
22 marek 1.1           "A value of \"Unknown\" indicates that the "
23                     "LogicalModuleType is unknown. \n"
24                     "A value of \"Other\" indicates that the value is not one "
25                     "of the enumerated values. "
26                     "OtherLogicalModuleTypeDescription should contain "
27                     "additional information. \n"
28                     "A value of \"Device Tray\" indicates that the device is "
29                     "a device or media tray, for example in a modular system. \n"
30                     "A value of \"Line Card\" indicates that the module is a "
31                     "line card in a switch. \n"
32                     "A value of \"Blade\" indicates the module is a blade "
33                     "inserted into a switch. \n"
34                     "The ranges expressed by \"DMTF Reserved\" and \"Vendor "
35                     "Reserved\" are reserved for DMTF and Vendor "
36                     "extensibility, respectively." ), 
37                  ValueMap { "0", "1", "2", "3", "4", "5..32767", "32768..65535" }, 
38                  Values { "Unknown", "Other", "Device Tray", "Line Card", 
39                     "Blade", "DMTF Reserved", "Vendor Reserved" }, 
40                  ModelCorrespondence { 
41                     "CIM_LogicalModule.OtherLogicalModuleTypeDescription" }]
42              uint16 LogicalModuleType = 0;
43 marek 1.1 
44                 [Description ( 
45                     "OtherLogicalModuleTypeDescription provides additional "
46                     "information about the type of LogicalModule represented "
47                     "by this instance when the value of LogicalModuleType is "
48                     "1 (\"Other\")." ), 
49                  ModelCorrespondence { "CIM_LogicalModule.LogicalModuleType" }]
50              string OtherLogicalModuleTypeDescription;
51           
52           
53           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2