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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_AssociatedSupplyVoltageSensor 
 6           // ==================================================================
 7              [Association, Deprecated { "CIM_AssociatedSensor" }, 
 8               Version ( "2.8.0" ), 
 9               UMLPackagePath ( "CIM::Device::Sensors" ), 
10               Description ( 
11                  "The use of this association is being deprecated in lieu of "
12                  "using AssociatedSensor, since the use of the referenced class "
13                  "VoltageSensor is deprecated. \n"
14                  "A PowerSupply may have an associated VoltageSensor, monitoring "
15                  "its input voltage. This is described by this association." )]
16           class CIM_AssociatedSupplyVoltageSensor : CIM_AssociatedSensor {
17           
18                 [Deprecated { "CIM_AssociatedSensor.Antecedent" }, 
19                  Override ( "Antecedent" ), 
20                  Description ( "The VoltageSensor." )]
21              CIM_VoltageSensor REF Antecedent;
22 marek 1.1 
23                 [Deprecated { "CIM_AssociatedSensor.Dependent" }, 
24                  Override ( "Dependent" ), 
25                  Description ( 
26                     "The PowerSupply associated with the VoltageSensor." )]
27              CIM_PowerSupply REF Dependent;
28           
29                 [Deprecated { "No Value" }, 
30                  Description ( 
31                     "Indicates the PowerSupply\'s input voltage range "
32                     "measured by the associated sensor. Range 1, 2 or both "
33                     "can be specified using the values 2, 3 or 4, "
34                     "respectively." ), 
35                  ValueMap { "0", "1", "2", "3", "4" }, 
36                  Values { "Unknown", "Other", "Range 1", "Range 2", 
37                     "Both Range 1 and 2" }]
38              uint16 MonitoringRange;
39           
40           
41           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2