Class CIM_FormattedIndicationSubscription
extends CIM_IndicationSubscription

A subclass of IndicationSubscription that defines the text formatting of Indication information. The TextFormatOwningEntity, TextFormatID, TextFormat, and TextFormatParameters properties are used to describe a human-readable representation of the Indication as defined by the referenced CIM_IndicationFilter. This representation MAY be used by the CIM_ListenerDestination when the intended consumer of the Indication is human. For example, this format could be used when writing the Indication to a system log or sending an e-mail notification to a system administrator.

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


Class Hierarchy

CIM_AbstractIndicationSubscription
   |
   +--CIM_IndicationSubscription
   |
   +--CIM_FormattedIndicationSubscription

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DescriptionstringA subclass of IndicationSubscription that defines the text formatting of Indication information. The TextFormatOwningEntity, TextFormatID, TextFormat, and TextFormatParameters properties are used to describe a human-readable representation of the Indication as defined by the referenced CIM_IndicationFilter. This representation MAY be used by the CIM_ListenerDestination when the intended consumer of the Indication is human. For example, this format could be used when writing the Indication to a system log or sending an e-mail notification to a system administrator.
UMLPackagePathstringCIM::Event
Versionstring2.10.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
TextFormatstring
DescriptionstringA string describing the human-readable format for representing the Indications described by this Subscription. The actual text is constructed by applying the dynamic content, defined in the Indication, to the string specified in this property. /n /n The dynamic content is specified by embedding the following syntax in the appropriate places in the format string: "{" <index>["["[<index>]"]"],<type>"}" - the first occurrence of <index> defines the element of TextFormatParameters that contains the name of the Indication property to be used to populate the text message. - if the Indication property defined by the first <index> is an array property, then the first index MUST be followed by either empty brackets (i.e., []) or an index value enclosed in brackets (e.g., [1]). If empty brackets are specified (e.g., {4[], string}), then the dynamic content of the text message is populated with a list of the array elements. If an index is specified (e.g., {4[1], string}, then only the specified array element is used to populate the message. If the value of the dynamic content is not defined in the Indication, then the string "UNKNOWN" is used to populate the text message. - <type> defines the type of the dynamic content. Valid values for <type> are: 'boolean', 'string', 'char16', 'uint8', 'sint8', 'uint16', 'sint16', 'uint32', 'sint32', 'uint64', 'sint64', 'datetime', 'real32', 'real64' or 'ref'. The string encoding for the dynamic content MUST conform to the MOF Syntax Grammar described in the CIM Infrastructure Specification. The string encoding for a list of array elements MUST conform to the definition of the arrayInitializer element. As an example, a format string for a UPS AlertIndication could be defined as follows: "A {4,string} UPS Alert of type {5,uint16} was detected on the device {6,string} on the system {2,string} at {1,datetime}. The following actions have been recommended to resolve the alert: {3[],string}".
TextFormatIDstring
DescriptionstringAn opaque string that uniquely identifies, within the scope of the TextFormatOwningEntity, a human-readable format for representing the Indications described by this Subscription.
ModelCorrespondencestringCIM_FormattedIndicationSubscription.TextFormatOwningEntity, CIM_FormattedIndicationSubscription.TextFormat, CIM_FormattedIndicationSubscription.TextFormatParameters
TextFormatOwningEntitystring
DescriptionstringThe TextFormatOwningEntity is a string that uniquely identifies the entity that owns the definition of the human-readable format described in this instance. OwningEntity MUST include a copyrighted, trademarked or otherwise unique name that is owned by the business entity or standards body defining the format.
ModelCorrespondencestringCIM_FormattedIndicationSubscription.TextFormatID, CIM_FormattedIndicationSubscription.TextFormat, CIM_FormattedIndicationSubscription.TextFormatParameters
TextFormatParametersstring[]
ArrayTypestringIndexed
DescriptionstringAn indexed array containing the names of properties defined in the select clause of the associated CIM_IndicationFilter Query. The values of these Indication properties are used to populate the dynamic content of the text message.
ModelCorrespondencestringCIM_FormattedIndicationSubscription.TextFormatOwningEntity, CIM_FormattedIndicationSubscription.TextFormatID, CIM_FormattedIndicationSubscription.TextFormat

Association References

NameClass OriginReference Class

Propagated Association References

NameClass OriginReference Class

Inherited Properties

NameData TypeClass Origin
FailureTriggerTimeIntervaluint64CIM_AbstractIndicationSubscription
OnFatalErrorPolicyuint16CIM_AbstractIndicationSubscription
OtherOnFatalErrorPolicystringCIM_AbstractIndicationSubscription
OtherRepeatNotificationPolicystringCIM_AbstractIndicationSubscription
OtherSubscriptionStatestringCIM_AbstractIndicationSubscription
RepeatNotificationCountuint16CIM_AbstractIndicationSubscription
RepeatNotificationGapuint64CIM_AbstractIndicationSubscription
RepeatNotificationIntervaluint64CIM_AbstractIndicationSubscription
RepeatNotificationPolicyuint16CIM_AbstractIndicationSubscription
SubscriptionDurationuint64CIM_AbstractIndicationSubscription
SubscriptionInfostringCIM_AbstractIndicationSubscription
SubscriptionStartTimedatetimeCIM_AbstractIndicationSubscription
SubscriptionStateuint16CIM_AbstractIndicationSubscription
SubscriptionTimeRemaininguint64CIM_AbstractIndicationSubscription
TimeOfLastStateChangedatetimeCIM_AbstractIndicationSubscription

Class Methods