Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1.84 KB

CIM_InstIndication.rst

File metadata and controls

67 lines (38 loc) · 1.84 KB

CIM_InstIndication

Class reference

Subclass of CIM_Indication <CIM-Indication>

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

Key properties

Local properties

string SourceInstanceHost

The host name or IP address of the SourceInstance.

string SourceInstance

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.

string SourceInstanceModelPath

The Model Path of the SourceInstance. The following format MUST be used to encode the Model Path:

<NamespacePath>:<ClassName>.<Prop1>="<Value1>",

<Prop2>="<Value2>", ...

Local methods

None

Inherited properties

string IndicationFilterName <CIM-Indication-IndicationFilterName>
string OtherSeverity <CIM-Indication-OtherSeverity>
sint64 SequenceNumber <CIM-Indication-SequenceNumber>
datetime IndicationTime <CIM-Indication-IndicationTime>
string IndicationIdentifier <CIM-Indication-IndicationIdentifier>
string SequenceContext <CIM-Indication-SequenceContext>
string[] CorrelatedIndications <CIM-Indication-CorrelatedIndications>
uint16 PerceivedSeverity <CIM-Indication-PerceivedSeverity>

Inherited methods

None