📄 cim_spared.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -