cim_blockstatisticsmanifestcollection.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 36 行

MOF
36
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="CIMCoreCR00630" type ="create">Add// CIM_BlockStatisticsManifestCollection.</change>// <change cr="CIMCoreCR00820.003" type ="change">Remove Experimental// from class.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_BlockStatisticsManifestCollection// ==================================================================   [UMLPackagePath ( "CIM::Device::StorageStatistics" ),       Version ( "2.10.0" ), Description (       "The BlockStatisticsManifestCollection class aggregates, via "       "MemberOfCollection, a set of BlockStatisticsManifests. This "       "collection is associated via "       "AssociatedBlockStatisticsManifestCollection to exactly one "       "StatisticsCollection. The BlockStatisticsManifestCollection is "       "used to filter the retrieval of statistics. For example, a "       "BlockStatisticsManifestCollection is specified as part of the "       "StatisticsService.GetStatisticsCollection method to filter the "       "statistics returned by that method.")]class CIM_BlockStatisticsManifestCollection : CIM_SystemSpecificCollection {      [Override ( "ElementName" ), Description (          "A user-friendly name for the "          "BlockStatisticsManifestCollection. It can be set through "          "the ElementName parameter of the "          "StatisticsService.CreateManifestCollection method.")]   string ElementName;      [Required, Description (          "Denotes whether or not this "          "BlockStatisticsManifestCollection is a provider defined "          "default BlockStatisticsManifestCollection.")]   boolean IsDefault;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?