Class CIM_InstIndication
extends 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.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_Indication
   |
   +--CIM_InstIndication

Direct Known Subclasses

CIM_InstCreation
CIM_InstDeletion
CIM_InstMethodCall
CIM_InstModification
CIM_InstRead

Class Qualifiers

NameData TypeValue
Abstractbooleantrue
DescriptionstringCIM_InstIndication is an abstract superclass describing changes to instances. Subclasses represent specific types of change notifications, such as instance creation, deletion and modification.
Indicationbooleantrue
UMLPackagePathstringCIM::Event
Versionstring2.29.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
SourceInstancestring
DescriptionstringA 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.
EmbeddedObjectbooleantrue
Requiredbooleantrue
SourceInstanceHoststring
DescriptionstringThe host name or IP address of the SourceInstance.
ModelCorrespondencestringCIM_InstIndication.SourceInstance
SourceInstanceModelPathstring
DescriptionstringThe Model Path of the SourceInstance. The following format MUST be used to encode the Model Path: <NamespacePath>:<ClassName>.<Prop1>="<Value1>", <Prop2>="<Value2>", ...
ModelCorrespondencestringCIM_InstIndication.SourceInstance

Inherited Properties

NameData TypeClass Origin
IndicationFilterNamestringCIM_Indication
IndicationIdentifierstringCIM_Indication
IndicationTimedatetimeCIM_Indication
OtherSeveritystringCIM_Indication
PerceivedSeverityuint16CIM_Indication
SequenceContextstringCIM_Indication
SequenceNumbersint64CIM_Indication
CorrelatedIndicationsstring[]CIM_Indication

Class Methods