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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Indication, Version ( "2.6.0" ), 
 3               UMLPackagePath ( "CIM::Event" ), 
 4               Description ( 
 5                  "A subclass of CIM_AlertIndications carrying additional "
 6                  "threshold information related to the notification. This "
 7                  "subclass is used when one of the ProbableCauses is set to 53, "
 8                  "\"Threshold Crossed\"." )]
 9           class CIM_ThresholdIndication : CIM_AlertIndication {
10           
11                 [Description ( 
12                     "A string describing the threshold or naming the property "
13                     "that represents the threshold, if modeled in the CIM "
14                     "hierarchy. In the latter case, the value should be "
15                     "written as <schema name>_ <class name>.<property name>." ), 
16                  MappingStrings { 
17                     "Recommendation.ITU|X733.Threshold information" }]
18              string ThresholdIdentifier;
19           
20                 [Description ( 
21                     "A string holding the current value of the threshold. "
22 marek 1.1           "This is modeled as a string for universal mapping, "
23                     "similar to the CIM_Sensor properties in the Device "
24                     "Model." ), 
25                  MappingStrings { 
26                     "Recommendation.ITU|X733.Threshold information" }]
27              string ThresholdValue;
28           
29                 [Description ( 
30                     "A string holding the current reading value that exceeds "
31                     "the threshold. This is modeled as a string for universal "
32                     "mapping, similar to the CIM_Sensor properties in the "
33                     "Device Model." ), 
34                  MappingStrings { 
35                     "Recommendation.ITU|X733.Threshold information" }]
36              string ObservedValue;
37           
38           
39           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2