cim_replacementset.mof

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

MOF
22
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_ReplacementSet// ==================================================================   [UMLPackagePath ( "CIM::Physical::Misc" ), Version ( "2.8.0" ),     Description (       "The ReplacementSet class aggregates PhysicalElements that must "       "be 'replaced' or 'FRUed' together. For example, when replacing "       "a memory card, the component memory chips could be removed and "       "replaced as well. Or, a set of memory chips may be specified "       "to be replaced or upgraded together using this association.")]class CIM_ReplacementSet : CIM_Collection {      [Key, Description (          "Name is a free-form string defining a label for the "          "ReplacementSet. It is the key for the object."),        MaxLen ( 256 )]   string Name;};

⌨️ 快捷键说明

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