Name | Data Type | Qualifiers |
Name | Data Type | Value | Scope | Flavors |
ConformanceLevels | uint16 |
Description | string | An unsigned integer indicating the number of conformance levels supported by the Meter. For example, when only 'in-profile' or 'out of profile' metering is supported. ConformanceLevels is set to 2. | None | TRANSLATABLE= true |
MeterType | uint16 |
Description | string | This property is an enumerated 16-bit unsigned integer that is used to specify the particular type of meter. Defined values of the enumeration are:
1: Other
2: AverageRateMeter
3: EWMAMeter
4: TokenBucketMeter.
Note: The MeterType property and the MeterService subclasses provide similar information. This property is defined for query purposes and for future expansion. It is assumed that not all MeterServices will require a subclass to define them. Therefore, MeterService will be instantiated directly and the Type property is needed. | None | TRANSLATABLE= true |
ModelCorrespondence | string | CIM_MeterService.OtherMeterType | None | None |
ValueMap | string | 1, 2, 3, 4 | None | None |
Values | string | Other, AverageRateMeter, EWMAMeter, TokenBucketMeter | None | TRANSLATABLE= true |
OtherMeterType | string |
Description | string | This property is a string used in conjunction with the MeterType property. When the value of MeterType is 1 (e.g., "Other"), then the name of the conformance level for this meter is defined in this property. | None | TRANSLATABLE= true |
ModelCorrespondence | string | CIM_MeterService.MeterType | None | None |