Class CIM_MediaPhysicalStatInfo
extends CIM_PhysicalStatisticalInformation

Statistics related to reading physical labels and picks/puts at a specific StorageMediaLocation, or for a specific piece of PhysicalMedia. Although the same class is used to represent this data, at the instance level the object holds information for the Location (independent of the Media), OR for the Media (independent of its StorageMediaLocation). This class is deprecated in lieu of MediaPhysicalStatData, to take advantage of the simplified key structure defined there.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalInformation
   |
   +--CIM_PhysicalStatisticalInformation
   |
   +--CIM_MediaPhysicalStatInfo

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DeprecatedstringCIM_MediaPhysicalStatData
DescriptionstringStatistics related to reading physical labels and picks/puts at a specific StorageMediaLocation, or for a specific piece of PhysicalMedia. Although the same class is used to represent this data, at the instance level the object holds information for the Location (independent of the Media), OR for the Media (independent of its StorageMediaLocation). This class is deprecated in lieu of MediaPhysicalStatData, to take advantage of the simplified key structure defined there.
UMLPackagePathstringCIM::Physical::StoragePackage
Versionstring2.7.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
PickFailuresuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.PickFailures
DescriptionstringThe number of failed picks.
PickRetriesuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.PickRetries
DescriptionstringThe number of retried picks.
PickSuccessesuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.PickSuccesses
DescriptionstringThe number of successful picks.
PutFailuresuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.PutFailures
DescriptionstringThe number of failed puts.
PutRetriesuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.PutRetries
DescriptionstringThe number of retried puts.
PutSuccessesuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.PutSuccesses
DescriptionstringThe number of successful puts.
ScanFailuresuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.ScanFailures
DescriptionstringThe number of failed physical label scans.
ScanRetriesuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.ScanRetries
DescriptionstringThe number of retried physical label scans.
ScanSuccessesuint64
Counterbooleantrue
DeprecatedstringCIM_MediaPhysicalStatData.ScanSuccesses
DescriptionstringThe number of successful physical label scans.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CreationClassNamestringCIM_PhysicalStatisticalInformation
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_PhysicalStatisticalInformation
PhysicalCreationClassNamestringCIM_PhysicalStatisticalInformation
TagstringCIM_PhysicalStatisticalInformation

Class Methods

Local Class Methods

ResetCounter (uint32)

Method Qualifiers (ResetCounter)

NameData TypeValue
DeprecatedstringCIM_StatisticalData.ResetSelectedStats
DescriptionstringMethod to reset the statistical counters. The method takes one parameter as input - an integer indicating which counter to reset. For this input parameter, 0 indicates all, 1-3 reset the scan-related counters, 4-6 reset the 'pick'-related counters, and 7-9 reset the 'put'-related counters. The method returns 0 if successful, 1 if not supported, and any other value if an error occurred. A method is specified so that the Element's instrumentation can also reset its internal processing and counters. The set of possible return codes should be specified in a ValueMap qualifier on the method. The strings to which the ValueMap contents are 'translated' should be specified as a Values array qualifier on the method.

Method Parameters (ResetCounter)

NameTypeQualifiers
NameData TypeValue
SelectedCounteruint16
DescriptionstringThe counter to reset.
INbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6, 7, 8, 9
ValuesstringAll, Scan Successes, Scan Failures, Scan Retries, Pick Successes, Pick Failures, Pick Retries, Put Successes, Put Failures, Put Retries