Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary
CIM_PickerStatInfo --> CIM_DeviceStatisticalInformation --> CIM_StatisticalInformation --> CIM_ManagedElement --> [top]
Class Declaration Attributes Name Value SUPERCLASS CIM_DeviceStatisticalInformation NAME CIM_PickerStatInfo
Class CIM_PickerStatInfo Qualifiers Name Type Value From Class Version string 2.6.0 CIM_PickerStatInfo Description string Statistics for a PickerElement, related to pick/put successes, retries and failures. CIM_PickerStatInfo Description string Statistical information associated with a LogicalDevice or one of its subclasses. CIM_DeviceStatisticalInformation Description string CIM_StatisticalInformation is a root class for any arbitrary collection of statistical data and/or metrics applicable to one or more ManagedSystemElements. Note that the CIM_ StatisticalData class uses a simplified naming/identity algorithm as compared to this class. StatisticalInformation is not deprecated since its naming algorithm is still in use in various implementations. CIM_StatisticalInformation Description string ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. CIM_ManagedElement
Property Qualifiers
Property PickSuccesses Qualifiers Name Type Value From Class Description string The number of successful picks. CIM_PickerStatInfo Counter boolean true CIM_PickerStatInfo
Property PickFailures Qualifiers Name Type Value From Class Description string The number of failed picks. CIM_PickerStatInfo Counter boolean true CIM_PickerStatInfo
Property PickRetries Qualifiers Name Type Value From Class Description string The number of retried picks. CIM_PickerStatInfo Counter boolean true CIM_PickerStatInfo
Property PutSuccesses Qualifiers Name Type Value From Class Description string The number of successful puts. CIM_PickerStatInfo Counter boolean true CIM_PickerStatInfo
Property PutFailures Qualifiers Name Type Value From Class Description string The number of failed puts. CIM_PickerStatInfo Counter boolean true CIM_PickerStatInfo
Property PutRetries Qualifiers Name Type Value From Class Description string The number of retried puts. CIM_PickerStatInfo Counter boolean true CIM_PickerStatInfo
Property SystemCreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Propagated string CIM_LogicalDevice.SystemCreationClassName CIM_DeviceStatisticalInformation Description string The scoping System ’ s CreationClassName. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property SystemName Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Propagated string CIM_LogicalDevice.SystemName CIM_DeviceStatisticalInformation Description string The scoping System ’ s Name. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property DeviceCreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Propagated string CIM_LogicalDevice.CreationClassName CIM_DeviceStatisticalInformation Description string The scoping Device ’ s CreationClassName. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property DeviceID Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Propagated string CIM_LogicalDevice.DeviceID CIM_DeviceStatisticalInformation Description string The scoping Device ’ s ID. CIM_DeviceStatisticalInformation MaxLen uint32 64 CIM_DeviceStatisticalInformation
Property CreationClassName Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Description string CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property Name Qualifiers Name Type Value From Class Key boolean true CIM_DeviceStatisticalInformation Override string Name CIM_DeviceStatisticalInformation Description string The Name property, inherited from StatisticalInformation, serves as part of the object key. CIM_DeviceStatisticalInformation MaxLen uint32 256 CIM_DeviceStatisticalInformation
Property Name Qualifiers Name Type Value From Class Description string The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. CIM_StatisticalInformation MaxLen uint32 256 CIM_StatisticalInformation
Property Caption Qualifiers Name Type Value From Class Description string The Caption property is a short textual description (one- line string) of the object. CIM_ManagedElement MaxLen uint32 64 CIM_ManagedElement
Property Description Qualifiers Name Type Value From Class Description string The Description property provides a textual description of the object. CIM_ManagedElement
Property ElementName Qualifiers Name Type Value From Class 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 the Name property of ManagedSystemElement 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 can be present in both the Name and ElementName properties. CIM_ManagedElement
Name Type Value Qualifiers Parameters ClassOrigin ResetCounter uint32 Description SelectedCounter CIM_PickerStatInfo Method Qualifiers
Method ResetCounter Qualifiers Name Type Value From Class Description string Method 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 ’ pick ’ -related counters, and 4-6 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 Device ’ s instrumentation can also reset its internal pocessing and counters. In a subclass, 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 ’ can be specified as a Values array qualifier. CIM_PickerStatInfo Parameters
Method ResetCounter Parameters Name Type Qualifiers SelectedCounter uint16 IN
Description
ValueMap
ValuesParameter Qualifiers
Parameter SelectedCounter Qualifiers Name Type Value From Class IN boolean true CIM_PickerStatInfo Description string This parameter indicates the counter to reset. CIM_PickerStatInfo ValueMap string [See below.] CIM_PickerStatInfo Values string All
Pick Successes
Pick Failures
Pick Retries
Put Successes
Put Failures
Put RetriesCIM_PickerStatInfo