(file) Return to CIM_AlertInstIndication.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Event

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Indication, Version ( "2.6.0" ), 
 3                   UMLPackagePath ( "CIM::Event" ), 
 4                   Description ( 
 5                      "A subclass of CIM_AlertIndication that embeds a CIM_Inst "
 6                      "Indication. It is used when adding AlertIndication data to a "
 7                      "LifeCycle Indication." )]
 8               class CIM_AlertInstIndication : CIM_AlertIndication {
 9               
10                     [Override ( "AlertType" ), 
11                      Description ( 
12                         "The primary classification of the Indication, defaulted "
13                         "to 7, \"Model Change\", for this class. This is done "
14                         "because: 1) the primary purpose of AlertInstIndication "
15                         "is to add Alert data to a LifeCycle Indication; and 2) "
16                         "LifeCycle Indications deal with \'model changes\'." )]
17                  uint16 AlertType = 7;
18               
19                     [Required, Description ( 
20                         "Embeds the InstIndication that is part of this Alert "
21                         "Indication. Only the properties selected by the "
22 karl  1.1.2.2           "Indication Filter\'s Query are included." ), 
23                      EmbeddedObject]
24                  string IndObject;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2