(file) Return to CIM_ErrorCountersForDevice.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="CIMCoreCR00735.001" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_ErrorCountersForDevice
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Device::DeviceElements" ), 
11                   Description ( 
12                      "ErrorCountersForDevice relates the DeviceErrorCounts class to "
13                      "the LogicalDevice to which it applies." )]
14               class CIM_ErrorCountersForDevice : CIM_Statistics {
15               
16                     [Override ( "Stats" ), 
17                      Weak, Description ( 
18                         "The statistical object, in this case, the error counter class."
19                          )]
20                  CIM_DeviceErrorCounts REF Stats;
21               
22 karl  1.1.2.2       [Override ( "Element" ), 
23                      Min ( 1 ), 
24                      Max ( 1 ), 
25                      Description ( "The Device to which the error counters apply." )]
26                  CIM_LogicalDevice REF Element;
27               
28               
29               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2