(file) Return to CIM_BlockStatisticsManifestCollection.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                  [Version ( "2.10.0" ), 
 3                   UMLPackagePath ( "CIM::Device::StorageStatistics" ), 
 4                   Description ( 
 5                      "The BlockStatisticsManifestCollection class aggregates, via "
 6                      "MemberOfCollection, a set of BlockStatisticsManifests. This "
 7                      "collection is associated via "
 8                      "AssociatedBlockStatisticsManifestCollection to exactly one "
 9                      "StatisticsCollection. The BlockStatisticsManifestCollection is "
10                      "used to filter the retrieval of statistics. For example, a "
11                      "BlockStatisticsManifestCollection is specified as part of the "
12                      "StatisticsService.GetStatisticsCollection method to filter the "
13                      "statistics returned by that method." )]
14               class CIM_BlockStatisticsManifestCollection : CIM_SystemSpecificCollection {
15               
16                     [Override ( "ElementName" ), 
17                      Description ( 
18                         "A user-friendly name for the "
19                         "BlockStatisticsManifestCollection. It can be set through "
20                         "the ElementName parameter of the "
21                         "StatisticsService.CreateManifestCollection method." )]
22 karl  1.1.2.2    string ElementName;
23               
24                     [Required, Description ( 
25                         "Denotes whether or not this "
26                         "BlockStatisticsManifestCollection is a provider defined "
27                         "default BlockStatisticsManifestCollection." )]
28                  boolean IsDefault;
29               
30               
31               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2