cim_diagnosticsettingfortest.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 28 行
MOF
28 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_DiagnosticSettingForTest// ================================================================== [Association, Deprecated { "CIM_ElementSetting" }, UMLPackagePath ( "CIM::System::Diagnostics" ), Version ( "2.9.0" ), Description ( "This class is no longer required and is being deprecated. Use " "ElementSetting (its parent) instead if the association is " "needed. \n" "This is an association class to relate test settings with " "diagnostic tests.")]class CIM_DiagnosticSettingForTest : CIM_ElementSetting { [Deprecated { "CIM_ElementSetting.Element" }, Override ( "Element" ), Description ( "The Test that can use the Setting object.")] CIM_DiagnosticTest REF Element; [Deprecated { "CIM_ElementSetting.Setting" }, Override ( "Setting" ), Description ( "The Setting that can be applied to the execution of the " "DiagnosticTest.")] CIM_DiagnosticSetting REF Setting;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?