Name | Data Type | Qualifiers |
Name | Data Type | Value | Scope | Flavors |
BreakdownDimension | string |
Description | string | If present, specifies one BreakdownDimension from the BreakdownDimensions array defined in the associated CIM_ BaseMetricDefinition. This is the dimension along which this set of metric values is broken down. For a description of the concept, see the class CIM_BaseMetricDefinition. | None | TRANSLATABLE= true |
BreakdownValue | string |
Description | string | Defines a value of the BreakdownDimension property defined for this metric value instance. For instance, if the BreakdownDimension is "TransactionName", this property could name the actual transaction to which this particular metric value applies. | None | TRANSLATABLE= true |
Caption | string |
Description | string | The Caption property is a short textual description (one- line string) of the object. | None | TRANSLATABLE= true |
MaxLen | uint32 | 64 | None | None |
Description | string |
Description | string | The Description property provides a textual description of the object. | None | TRANSLATABLE= true |
Duration | datetime |
Description | string | Property that represents the time duration over which this metric value is valid. This property should not exist for timestamps that apply only to a point in time but should be defined for values that are considered valid for a certain time period (ex. sampling). If the "Duration" property exists and is nonNull, the TimeStamp is to be considered the end of the interval. | None | TRANSLATABLE= true |
ElementName | string |
Description | string | A user-friendly name for the object. This property allows each instance to define a user-friendly name IN ADDITION TO its key properties/identity data, and description information.
Note that ManagedSystemElement's Name property is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information MAY be present in both the Name and ElementName properties. | None | TRANSLATABLE= true |
InstanceId | string |
Description | string | A unique identifier of this instance of the metric value. This must be a globally unique identifier. | None | TRANSLATABLE= true |
Key | boolean | true | None | OVERRIDABLE= false
|
MeasuredElementName | string |
Description | string | A descriptive name for the element to which the metric value belongs (i.e., the measured element). This property is required by behavior if there is no association defined to a ManagedElement, but may be used in other cases to provide supplemental information. This allows metrics to be captured independently of any ManagedElement. An example is where a metric value belongs to a combination of elements, such as the input and output ports of the traffic in a switch. If there are multiple ManagedElements associated with the metric value, then usually there is one that naturally belongs to the metric value and that one should be used to create the supplemental information. The property is not meant to be used as a foreign key to search on the measured element. Instead, the association to the ManagedElement should be used. | None | TRANSLATABLE= true |
MetricDefinitionId | string |
Description | string | The key of the BaseMetricDefinition instance for this CIM_BaseMetricValue instance value. | None | TRANSLATABLE= true |
ModelCorrespondence | string | CIM_BaseMetricDefinition.Id | None | None |
Required | boolean | true | None | OVERRIDABLE= false
|
MetricValue | string |
Description | string | The value of the metric represented as a string. Its original data type is specified in CIM_BaseMetricDefinition. | None | TRANSLATABLE= true |
Required | boolean | true | None | OVERRIDABLE= false
|
TimeStamp | datetime |
Description | string | Identifies the time when the value of a metric instance is computed. Note that this is different from the time when the instance is created. For a given CIM_BaseMetricValue instance, the TimeStamp changes whenever a new measurement snapshot is taken if Volatile is true. A managmenet application may establish a time series of metric data by retrieving the instances of CIM_BaseMetricValue and sorting them according to their TimeStamp. | None | TRANSLATABLE= true |
Volatile | boolean |
Description | string | If true, Volatile indicates that the value for the next point in time may use the same object and just change its properties (such as the value or timestamp). If false, the existing objects remain unchanged and a new object is created for the new point in time. | None | TRANSLATABLE= true |