Key |
Read Only |
IndicationIdentifier
|
string
|
|
An identifier for the Indication. This property is similar to a key value in that it can be used for identification, when correlating Indications (see the CorrelatedIndications array). Its value SHOULD be unique as long as Alert correlations are reported, but MAY be reused or left NULL if no future Indications will reference it in their CorrelatedIndications array. Will be of the form'<Object><Identifier>Modified<IndicationTime>'.For example,'Volume<ESSID>-100a Modified 19980525133015.0000000-300'. The time will be omitted if it is unknown |
IndicationTime
|
datetime
|
|
The time and date of creation of the Indication. The property may be set to NULL if the entity creating the Indication is not capable of determining this information. Note that IndicationTime may be the same for two Indications that are generated in rapid succession. |
PreviousInstance
|
string
|
|
A copy of the'previous'instance whose change generated the Indication. PreviousInstance contains'older'values of an instance's properties (as compared to SourceInstance), selected by the IndicationFilter's Query. |
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. |
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 |