MappingStrings { "MIF.DMTF|Operational State|006.8" } Counter uint64 MajorErrorCount ; Count of the major errors. |
Propagated ( "CIM_LogicalDevice.CreationClassName" ) MaxLen ( 256 ) Key string DeviceCreationClassName ; The CreationClassName of the scoping Device. |
Counter uint64 MinorErrorCount ; Count of the minor errors. |
MappingStrings { "MIF.DMTF|Operational State|006.7" } Counter uint64 CriticalErrorCount ; Count of the critical errors. |
MappingStrings { "MIF.DMTF|Operational State|006.9" } Counter uint64 WarningCount ; Count of the warnings. |
Propagated ( "CIM_LogicalDevice.SystemCreationClassName" ) MaxLen ( 256 ) Key string SystemCreationClassName ; The CreationClassName of the scoping System. |
MaxLen ( 256 ) Override ( "Name" ) Key string Name ; The inherited Name serves as part of the key for the DeviceErrorCounts instance. The object is scoped by the LogicalDevice to which the statistics apply. |
uint32ResetCounter( | | The counter to reset. Qualifiers:Values { "All" , "Indeterminate Error Counter" , "Critical Error Counter" , "Major Error Counter" , "Minor Error Counter" , "Warning Counter" }
IN
ValueMap { "0" , "1" , "2" , "3" , "4" , "5" }
| | uint16 SelectedCounter | ) Method to reset the error and warning counters. The method takes one parameter as input, an integer that indicates which counter to reset. For this input parameter, 0 indicates all, 1 indicates a reset of the indeterminate error counter, 2 the critical error counter, 3 the major error counter, 4 the minor error counter, and 5 the warning counter. 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 instrumentation of the LogicalDevice, which tabulates the errors and warnings, can also reset its internal processing and counters. In a subclass, the set of possible return codes could be specified, using a ValueMap qualifier on the method. The strings to which the ValueMap contents are 'translated' can also be specified in the subclass as a Values array qualifier. |
Propagated ( "CIM_LogicalDevice.DeviceID" ) MaxLen ( 64 ) Key string DeviceID ; The ID of the scoping Device. |
Propagated ( "CIM_LogicalDevice.SystemName" ) MaxLen ( 256 ) Key string SystemName ; The Name of the scoping System. |
Counter uint64 IndeterminateErrorCount ; Count of the indeterminate errors. |
MaxLen ( 64 ) string Caption ; The Caption property is a short textual description (one- line string) of the object. |
string Description ; The Description property provides a textual description of the object. |
string ElementName ; 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. |