📄 cim_alertinstindication.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_AlertInstIndication// ================================================================== [Indication, UMLPackagePath ( "CIM::Event" ), Version ( "2.6.0" ), Description ( "A subclass of CIM_AlertIndication that embeds a CIM_Inst " "Indication. It is used when adding AlertIndication data to a " "LifeCycle Indication.")]class CIM_AlertInstIndication : CIM_AlertIndication { [Override ( "AlertType" ), Description ( "The primary classification of the Indication, defaulted to " "7, \"Model Change\", for this class. This is done because: " "1) the primary purpose of AlertInstIndication is to add " "Alert data to a LifeCycle Indication; and 2) LifeCycle " "Indications deal with 'model changes'.")] uint16 AlertType = 7; [Required, Description ( "Embeds the InstIndication that is part of this Alert " "Indication. Only the properties selected by the Indication " "Filter's Query are included."), EmbeddedObject] string IndObject;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -