cim_spared.mof

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

MOF
29
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="SysDevCR00717.001" type ="add">Remove// Experimental</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_Spared// ==================================================================   [Association, UMLPackagePath ( "CIM::Core::Redundancy" ),       Version ( "2.10.0" ), Description (       "The Spared association indicates an element that is acting as "       "a replacement for another element. If the Dependent references "       "a Collection, this indicates that 'spared' element is a member "       "of that collection and the actual mapping between the spare "       "and the spared is un-important.")]class CIM_Spared : CIM_Dependency {      [Override ( "Antecedent" ), Description (          "A ManagedElement that has replaced/spared another the "          "reference Dependent element.")]   CIM_ManagedElement REF Antecedent;      [Override ( "Dependent" ), Description (          "The Element or Elements (in the case of a collection) that "          "have been replaced/spared.")]   CIM_ManagedElement REF Dependent;};

⌨️ 快捷键说明

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