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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_IndicatorLEDCapabilities.mof (download)
Revision: 1.1, Tue Jan 24 13:50:07 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::LED" ), 
    Description ( 
       "LEDCapabilities describes the capabilities supported for "
       "managing the associated LED." )]
class CIM_IndicatorLEDCapabilities : CIM_EnabledLogicalElementCapabilities {

      [Description ( 
          "The conditions that may be indicated by the LED.See "
          "CIM_IndicatorLED.IndicatedCondition for a description of "
          "the values." ), 
       ValueMap { "1", "3", "4", "5", "6", "7", "..", "32768..65535" }, 
       Values { "Other", "Location", "Attention", "Activity", 
          "Powered On", "Fault", "DMTF Reserved", "Vendor Reserved" }]
   uint16 SupportedIndicatedConditions[];

      [Description ( 
          "An array index of this property shall have a value if "
          "the corresponding array index of "
          "SupportedIndicatedConditions contains the value 1 "
          "\"Other\"." ), 
       ModelCorrespondence { 
          "CIM_IndicatorLEDCapabilities.SupportedIndicatedConditions", 
          "CIM_IndicatorLED.OtherIndicatedConditionDescription" }]
   string OtherSupportedIndicatedConditionDescriptions[];

      [Description ( 
          "SupportedControlModes indicates the control modes "
          "supported for the LED.See "
          "CIM_IndicatorLED.CurrentControlMode for more "
          "information." ), 
       ValueMap { "2", "3", "4", "..", "32768..65535" }, 
       Values { "Automatic", "Manual", "Test", "DMTF Reserved", 
          "Vendor Reserved" }, 
       ModelCorrespondence { "CIM_IndicatorLED.ControlMode" }]
   uint16 SupportedControlModes[];

      [Description ( 
          "This property indicates the colors supported by the "
          "associated instance of CIM_IndicatorLED." ), 
       ValueMap { "1", "3", "4", "5", "6", "7", "8", "9", "..", 
          "32768..65535" }, 
       Values { "Other", "White", "Red", "Green", "Blue", "Orange", 
          "Yellow", "Black", "DMTF Reserved", "Vendor Reserved" }, 
       ModelCorrespondence { "CIM_IndicatorLED.Color", 
          "CIM_IndicatorLEDCapabilities.OtherSupportedColorDescriptions" }]
   uint16 SupportedColors[];

      [Description ( 
          "An array index of this property shall have a value if "
          "the corresponding array index of SupportedColors "
          "contains the value 1 \"Other\"." ), 
       ModelCorrespondence { 
          "CIM_IndicatorLEDCapabilities.SupportedColors", 
          "CIM_IndicatorLED.OtherColorDescription" }]
   string OtherSupportedColorDescriptions[];

      [Description ( 
          "SupportedControlPatterns describes the control patterns "
          "supported by the associated LED. The values of "
          "SupportedControlPatterns may be an exact match for "
          "values allowed for CIM_IndicatorLED.ControlPatterns or "
          "may indicate general categories of behavior. The "
          "interpretation of value is specific to the business "
          "entity identified by <OrgID>. \n"
          "Each value of SupportedControlPatterns shall be "
          "constructed using the following \"preferred\" algorithm: "
          "<OrgID>::<Pattern> \n"
          "Where <OrgID> and < Pattern> are separated by two colons "
          "(::), and where <OrgID> shall include a copyrighted, "
          "trademarked, or otherwise unique name that is owned by "
          "the business entity that is creating or defining the "
          "ControlPattern or that is a registered ID assigned to "
          "the business entity by a recognized global authority. "
          "<Pattern> is chosen by the business entity and shall not "
          "be reused to identify different underlying (real-world) "
          "behaviors. If the behavior specified for the LED adheres "
          "to a standard or proprietary specification, <Pattern> "
          "shall be a uniquely assigned value identifying the "
          "behavior. If the behavior for the LED is described using "
          "a standard or proprietary grammar, <Pattern> shall be "
          "prefixed with a uniquely assigned identifier for the "
          "grammar." ), 
       ModelCorrespondence { "CIM_IndicatorLED.ControlPattern" }]
   string SupportedControlPatterns[];

      [Description ( 
          "SupportedActivationStates indicates the supported "
          "activation states for the associated IndicatorLED. See "
          "CIM_IndicatorLED.ActivationState for descriptions of the "
          "values." ), 
       ValueMap { "2", "3", "4", "5", "..", "32768..65535" }, 
       Values { "Lit", "Blinking", "Off", "Control Pattern", 
          "DMTF Reserved", "Vendor Reserved" }, 
       ModelCorrespondence { "CIM_IndicatorLED.ActivationState" }]
   uint16 SupportedActivationStates[];


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2