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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Metrics / CIM_AggregationMetricDefinition.mof (download)
Revision: 1.1, Tue Jan 24 13:50:17 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::Metrics::BaseMetric" ), 
    Description ( 
       "CIM_AggregationMetricDefinition represents the definitional "
       "aspects of a metric that is derived from another metric value. "
       "The CIM_AggregationMetricDefinition should be associated with "
       "the CIM_ManagedElement(s) to which it applies." )]
class CIM_AggregationMetricDefinition : CIM_BaseMetricDefinition {

      [Override ( "ChangeType" ), 
       Description ( 
          "ChangeType indicates how the metric value changes, in "
          "the form of typical combinations of finer grain "
          "attributes such as direction change, minimum and maximum "
          "values, and wrapping semantics. \n"
          "5=\"Simple Function\": indicates that the derived metric "
          "value is calculated by applying the basic mathematical "
          "function identified by the SimpleFunction property to "
          "the underlying metric values." ), 
       ValueMap { "5", "..", "32768..65535" }, 
       Values { "Simple Function", "DMTF Reserved", "Vendor Reserved" }, 
       ModelCorrespondence { 
          "CIM_AggregationMetricDefinition.IsContinuous" }]
   uint16 ChangeType = 5;

      [Description ( 
          "The SimpleFunction property identifies the basic "
          "computation performed on an underlying metric to arrive "
          "at the value of this derived metric. This property shall "
          "be NULL when the ChangeType property has a value other "
          "than 5 \"Simple Function\". \n"
          "2=\"Minimum\" indicates that the metric reports the "
          "lowest value detected for the associated monitored "
          "entity. This is also known as a low watermark.\n"
          ".3=\"Maximum\" indicates that the metric reports the "
          "maximum value detected for the associated monitored "
          "entity. This is also known as a high watermark.\n"
          "4=\"Average\" indicates the metric reports the average "
          "value of the underlying metric values.\n"
          "5=\"Median\" indicates the metric reports the median "
          "value of the underlying metric values.\n"
          "6=\"Mode\" indicates the metric reports the modal value "
          "of the underlying metric values." ), 
       ValueMap { "..", "2", "3", "4", "5", "6", "32768..65535" }, 
       Values { "DMTF Reserved", "Minimum", "Maximum", "Average", 
          "Median", "Mode", "Vendor Reserved" }]
   uint16 SimpleFunction;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2