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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Metrics / CIM_MetricServiceCapabilities.mof (download)
Revision: 1.1, Tue Jan 24 13:50:18 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::BaseMetrics" ), 
    Description ( 
       "MetricServiceCapabilities describes the capabilities of the "
       "associated CIM_BaseMetricService." )]
class CIM_MetricServiceCapabilities : CIM_EnabledLogicalElementCapabilities {

      [Description ( 
          "ControllableMetrics identifies the instances of "
          "CIM_BaseMetricDefinition that can be controlled by the "
          "associated CIM_MetricService instance. Each string value "
          "shall be formatted as a WBEM URI defined as in "
          "accordance with DSP0207 that identifies an instance of "
          "CIM_BaseMetricDefinition. An instance of "
          "CIM_BaseMetricDefinition shall not be identified by a "
          "value of the ControllableMetrics property unless it is "
          "associated through CIM_ServiceAffectsElement to the "
          "associated instance of CIM_MetricService. If a value "
          "corresponding to an instance of CIM_BaseMetricDefinition "
          "is included in the ControllableMetrics property, the "
          "associated instance of CIM_MetricService shall support "
          "enabling and/or disabling at least one metric defined by "
          "the CIM_BaseMetricDefinition instance." ), 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_MetricServiceCapabilities.MetricControlTypes" }]
   string ControllableMetrics[];

      [Description ( 
          "MetricControlTypes identifies the type of control "
          "supported by the associated CIM_MetricService instance "
          "for the CIM_BaseMetricDefinition identified by the value "
          "at the same array index in the ControllableMetrics "
          "property. A value of 2 \"Discrete\" shall indicate that "
          "individual metrics defined by the instance of "
          "CIM_BaseMetricDefinition identified at the corresponding "
          "array index of ControllableMetrics may be enabled and or "
          "disabled by the associated instance of "
          "CIM_MetricService.A value of 3 \"Bulk\" shall indicate "
          "that all metrics defined by the instance of "
          "CIM_BaseMetricDefinition identified by the value at the "
          "same array index of ControllableMetrics may be enabled "
          "and or disabled with a single operation. A value of 4 "
          "\"Both\" shall indicate that all metrics defined by the "
          "instance of CIM_BaseMetricDefinition identified by the "
          "value at the same array index of ControllableMetrics may "
          "be enabled and or disabled individually or as a single "
          "operation." ), 
       ValueMap { "0", "2", "3", "4", "..", "32768..65535" }, 
       Values { "Unknown", "Discrete", "Bulk", "Both", 
          "DMTF Reserved", "Vendor Specific" }, 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_MetricServiceCapabilities.ControllableMetrics" }]
   uint16 MetricsControlTypes[];

      [Description ( 
          "ControllableManagedElements identifies the instances of "
          "CIM_ManagedElement that can be controlled by the "
          "associated CIM_MetricService instance. Each value shall "
          "be formatted as a WBEM URI defined according to DSP0207 "
          "identifying an instance of CIM_ManagedElement If a value "
          "corresponding to an instance of CIM_ManagedElement is "
          "included in the ControllableManagedElements property, "
          "the associated instance of CIM_MetricService shall "
          "support enabling and/or disabling at least one metric "
          "defined for the CIM_ManagedElement instance." ), 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_MetricServiceCapabilities.ManagedElementControlTypes" }]
   string ControllableManagedElements[];

      [Description ( 
          "ManagedElementControlTypes identifies the type of "
          "control supported by the associated CIM_MetricService "
          "instance for the CIM_ManagedElement identified by the "
          "value at the same array index in the "
          "ControllableManagedElements property. A value of 2 "
          "\"Discrete\" shall indicate that individual metrics "
          "controlled by the associated instance of "
          "CIM_MetricService may be enabled and or disabled for the "
          "instance of CIM_ManagedElement identified at the "
          "corresponding array index of "
          "ControllableManagedElements.A value of 3 \"Bulk\" shall "
          "indicate that all metrics controlled by the associated "
          "instance of CIM_MetricService may be enabled and or "
          "disabled for the instance of CIM_ManagedElement "
          "identified at the corresponding array index of "
          "ControllableManagedElements. A value of 4 \"Both\" shall "
          "indicate that all metrics controlled by the associated "
          "instance of CIM_MetricService may be enabled and or "
          "disabled with a single operation or individually for the "
          "instance of CIM_ManagedElement identified by the value "
          "at the same array index of ControllableManagedElements." ), 
       ValueMap { "0", "2", "3", "4", "..", "32768..65535" }, 
       Values { "Unknown", "Discrete", "Bulk", "Both", 
          "DMTF Reserved", "Vendor Specific" }, 
       ArrayType ( "Indexed" ), 
       ModelCorrespondence { 
          "CIM_MetricServiceCapabilities.ControllableManagedElements" }]
   uint16 ManagedElementControlTypes[];

      [Description ( 
          "Each enumeration corresponds to support for the "
          "like-named method of the MetricService." ), 
       ValueMap { "2", "3", "4", "5", "6", "7", "..", "0x8000.." }, 
       Values { "ControlMetrics", "ControlMetricsByClass", 
          "ShowMetrics", "ShowMetricsByClass", "GetMetricValues", 
          "ControlSampleTimes", "DMTF Reserved", "Vendor Specific" }]
   uint16 SupportedMethods[];


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2