Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
IndicationSubscriptionStateChange | uint16 | |
Description | string | The type of state change affecting the Indication Subscription. Possible values include:
(0) "Unknown" - the type of state change is unknown;
(1) "Other" - another type of state change as specified in the OtherIndicationSubscriptionStateChange;
(2) "Indication Service Shutdown" - the Indication Service is shutting down;
(3) "Subcomponent Missing" - a subcomponent of the Indication Service (e.g. a provider) is missing;
(4) "Subcomponent Disabled" - a subcomponent of the Indication Service has been disabled;
(5) "Subcomponent Enabled" - a subcomponent of the Indication Service been enabled (re-enabled). |
ModelCorrespondence | string | CIM_IndicationSubscriptionAlert.OtherIndicationSubscriptionStateChange |
ValueMap | string | 0, 1, 2, 3, 4, 5 |
Values | string | Unknown, Other, Indication Service Shutdown, Subcomponent Missing, Subcomponent Disabled, Subcomponent Enabled |
OtherIndicationSubscriptionStateChange | string | |
Description | string | A string defining "Other" values for IndicationSubscriptionStateChange. This value MUST be set to a non NULL value when IndicationSubscriptionStateChange is set to a value of 1 ("Other"). For all other values of IndicationSubscriptionStateChange, the value of this string MUST be set to NULL. |
ModelCorrespondence | string | CIM_IndicationSubscriptionAlert.IndicationSubscriptionStateChange |
IndicationSubscriptions | string[] | |
Description | string | An IndicationSubscriptionAlert potentially affects one or more IndicationSubscriptions. This property lists the IndicationSubscriptions as an array of CIMObjectPaths with format <NamespacePath>:<ClassName>.Filter="<Value1>", Handler="<Value2>". Value1 and Value2 are in turn the CIMObjectPaths of the IndicationFilter and ListenerDestination, thus each having the format <NamespacePath>:<ClassName>.SystemCreationClassName="<ValueA>", SystemName="<ValueB>",CreationClassName="<ValueC>", Name="<ValueD>".
This array MUST contain only the subscriptions applicable to the Listener to receive the IndicationSubscriptionAlert. |
ModelCorrespondence | string | CIM_IndicationSubscription.Filter, CIM_IndicationSubscription.Handler |