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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_LogicalModule.mof (download)
Revision: 1.1, Tue Jan 24 13:50:08 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2009 DMTF.  All rights reserved.
   [Version ( "2.22.0" ), 
    UMLPackagePath ( "CIM::Device::Ports" ), 
    Description ( 
       "LogicalModule is the logical device that corresponds to a "
       "component part (such as a card or blade) in a device. For "
       "example, a line card in a switch is an instance of "
       "LogicalModule, that is associated with the the switch itself. "
       "A logical module is not necessarily independently managed." )]
class CIM_LogicalModule : CIM_LogicalDevice {

      [Description ( 
          "Logical modules are often named by the physical or "
          "logical slot that they occupy within the containing "
          "device. ModuleNumber is the number assigned to the "
          "module by its parent." )]
   uint16 ModuleNumber;

      [Description ( 
          "Type identifies the type of LogicalModule this instance "
          "represents. \n"
          "A value of \"Unknown\" indicates that the "
          "LogicalModuleType is unknown. \n"
          "A value of \"Other\" indicates that the value is not one "
          "of the enumerated values. "
          "OtherLogicalModuleTypeDescription should contain "
          "additional information. \n"
          "A value of \"Device Tray\" indicates that the device is "
          "a device or media tray, for example in a modular system. \n"
          "A value of \"Line Card\" indicates that the module is a "
          "line card in a switch. \n"
          "A value of \"Blade\" indicates the module is a blade "
          "inserted into a switch. \n"
          "The ranges expressed by \"DMTF Reserved\" and \"Vendor "
          "Reserved\" are reserved for DMTF and Vendor "
          "extensibility, respectively." ), 
       ValueMap { "0", "1", "2", "3", "4", "5..32767", "32768..65535" }, 
       Values { "Unknown", "Other", "Device Tray", "Line Card", 
          "Blade", "DMTF Reserved", "Vendor Reserved" }, 
       ModelCorrespondence { 
          "CIM_LogicalModule.OtherLogicalModuleTypeDescription" }]
   uint16 LogicalModuleType = 0;

      [Description ( 
          "OtherLogicalModuleTypeDescription provides additional "
          "information about the type of LogicalModule represented "
          "by this instance when the value of LogicalModuleType is "
          "1 (\"Other\")." ), 
       ModelCorrespondence { "CIM_LogicalModule.LogicalModuleType" }]
   string OtherLogicalModuleTypeDescription;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2