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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_AssociatedSupplyCurrentSensor.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:20 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: +41 -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) 2005 DMTF.  All rights reserved.
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_AssociatedSupplyCurrentSensor 
// ==================================================================
   [Association, Deprecated { "CIM_AssociatedSensor" }, 
    Version ( "2.8.0" ), 
    UMLPackagePath ( "CIM::Device::Sensors" ), 
    Description ( 
       "The use of this association is being deprecated in lieu of "
       "using AssociatedSensor, since the use of the referenced class "
       "CurrentSensor is deprecated. \n"
       "A PowerSupply may have an associated CurrentSensor, monitoring "
       "its input frequency. This is described by this association." )]
class CIM_AssociatedSupplyCurrentSensor : CIM_AssociatedSensor {

      [Deprecated { "CIM_AssociatedSensor.Antecedent" }, 
       Override ( "Antecedent" ), 
       Description ( "The CurrentSensor." )]
   CIM_CurrentSensor REF Antecedent;

      [Deprecated { "CIM_AssociatedSensor.Dependent" }, 
       Override ( "Dependent" ), 
       Description ( 
          "The PowerSupply associated with the CurrentSensor." )]
   CIM_PowerSupply REF Dependent;

      [Deprecated { "No Value" }, 
       Description ( 
          "Indicates the PowerSupply\'s input frequency range "
          "measured by the associated sensor. Range 1, 2 or both "
          "can be specified using the values 2, 3 or 4, "
          "respectively." ), 
       ValueMap { "0", "1", "2", "3", "4" }, 
       Values { "Unknown", "Other", "Range 1", "Range 2", 
          "Both Range 1 and 2" }]
   uint16 MonitoringRange;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2