Class CIM_InstIndication


CIM_Indication


Description

CIM_InstIndication is an abstract superclass describing changes to instances. Subclasses represent specific types of change notifications, such as instance creation, deletion and modification.

Subclasses

CIM_InstCreation CIM_InstDeletion CIM_InstModification IBMTSDS_InstCreation IBMTSDS_InstDeletion IBMTSDS_InstModification

Referenced By


Properties

IdTypeRangeDescription
Key
Read Only
SourceInstance string
A copy of the instance that changed to generate the Indication. SourceInstance contains the current values of the properties selected by the Indication Filter's Query. In the case of CIM_InstDeletion, the property values are copied before the instance is deleted.
SourceInstanceHost string
The host name or IP address of the SourceInstance.
SourceInstanceModelPath string
The Model Path of the SourceInstance. The following format MUST be used to encode the Model Path:<NamespacePath>:<ClassName>.<Prop1>="<Value1>",<Prop2>="<Value2>", ...
Read Write
 
Inherited from class CIM_Indication
CorrelatedIndications, IndicationIdentifier, IndicationTime, OtherSeverity, PerceivedSeverity
 

Method Summary

NameDescription
 

Method Detail