Class CIM_OperationalPowerManifest
extends CIM_ManagedElement

Instances of this class define a list of supported or desired properties of OperationalPowerStatisticalData instances. In the case where a OperationalPowerManafest instance is a member of a OperationalPowerManafestCollection used in a OperationalPowerStatisticsService.GetStatisticsCollection request, for each of the boolean "include" properties set to true in that OperationalPowerManafest, the corresponding OperationalPowerStatisticalData property will be included, if available, in the statistics returned for OperationalPowerStatisticalData instances whose ElementType matches the ElementType of the OperationalPowerManafest.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_OperationalPowerManifest

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringInstances of this class define a list of supported or desired properties of OperationalPowerStatisticalData instances. In the case where a OperationalPowerManafest instance is a member of a OperationalPowerManafestCollection used in a OperationalPowerStatisticsService.GetStatisticsCollection request, for each of the boolean "include" properties set to true in that OperationalPowerManafest, the corresponding OperationalPowerStatisticalData property will be included, if available, in the statistics returned for OperationalPowerStatisticalData instances whose ElementType matches the ElementType of the OperationalPowerManafest.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::Power
Versionstring2.42.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ElementTypeuint16
DescriptionstringDetermines the type of elements that this OperationalPowerManifest can be applied to (e.g. during a GetStatisticsCollection request). This is used when the same set of statistical metrics is calculated for several types of devices. In this way, a single OperationalPowerManafest instance can be used to filter all the StatsiticalData instances that contain metrics for the same type of element in a StatisticsCollection. If used, a subclass should override this property to specify the element types supported by that class, preferably through ValueMap and Values qualifiers to allow clients to programmatically retrieve those supported types.
ModelCorrespondencestringCIM_OperationalPowerStatisticalData.ElementType
ValueMapstring2, 10, 201, 202, 203, 204, 205, 206, 207, .., 0x8000..
ValuesstringComputer System, Disk Drive, PDU, Power Supply, Fan, CPU, RAID Group, Disk Tray, Controller, DMTF Reserved, Vendor Specific
IncludeMilliwattsbooleantrue
DescriptionstringWhether to include in a filter for a metered element the Milliwatts for that element.
ModelCorrespondencestringCIM_OperationalPowerStatisticalData.StatisticTime
IncludePrecisionbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the precision of the Milliwatts attribute for that element.
ModelCorrespondencestringCIM_OperationalPowerStatisticalData.Milliwatts
IncludeStatisticTimebooleanfalse
DescriptionstringIndicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time when statistics for this OperationalPowerManafest were last captured.
ModelCorrespondencestringCIM_OperationalPowerStatisticalData.StatisticTime
InstanceIDstring
DescriptionstringWithin the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm: : Where and are separated by a colon (:), and where must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the _ structure of Schema class names.) In addition, to ensure uniqueness, must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between and . is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. For DMTF-defined instances, the "preferred" algorithm must be used with the set to CIM.
Keybooleantrue
OverridestringInstanceID
CSVSequencestring[]
DescriptionstringThe sequence of OperationalPowerStatisticalData property names for properties that will be returned are encoded in the CSVSequence array. Properties that are not included will not be returned with GetStatisticsCollection. Properties that are included in CSVSequence will be returned in the order they appear in CSVSequence.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement

Class Methods