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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Version ( "2.10.0" ), 
 3               UMLPackagePath ( "CIM::Device::StorageStatistics" ), 
 4               Description ( 
 5                  "An instance of this class defines the specific support for the "
 6                  "metered elements and methods for retrieving that statistical "
 7                  "data from a StatisticsService." )]
 8           class CIM_StatisticsCapabilities : CIM_Capabilities {
 9           
10                 [Description ( 
11                     "The list of element types for which statistical data is "
12                     "available. This property may not be meaningful if the "
13                     "StatisticsService these capabilities describe does not "
14                     "support StatisticalData instances for different types of "
15                     "elements." )]
16              uint16 ElementTypesSupported[];
17           
18                 [Description ( 
19                     "The synchronous mechanisms supported for retrieving "
20                     "statistics and defining and modifying filters for "
21                     "statistics retrieval." ), 
22 marek 1.1        ValueMap { "..", "0x8000.." }, 
23                  Values { "DMTF Reserved", "Vendor Specific" }]
24              uint16 SynchronousMethodsSupported[];
25           
26                 [Description ( 
27                     "The asychronous mechanisms supported for retrieving statistics."
28                      ), 
29                  ValueMap { "..", "0x8000.." }, 
30                  Values { "DMTF Reserved", "Vendor Specific" }]
31              uint16 AsynchronousMethodsSupported[];
32           
33           
34           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2