cim_alertinstindication.mof

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

MOF
29
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?