Class CIM_ListenerDestination
extends CIM_ManagedElement

The description of a CIM Listener destination. A CIM_Listener is an entity capable of receiving CIM Export Messages (e.g., Indications or responses to an asynchronous CIM Operation).

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ListenerDestination

Direct Known Subclasses

CIM_IndicationHandler
CIM_ListenerDestinationCIMXML
CIM_ListenerDestinationWSManagement

Class Qualifiers

NameData TypeValue
Abstractbooleantrue
DescriptionstringThe description of a CIM Listener destination. A CIM_Listener is an entity capable of receiving CIM Export Messages (e.g., Indications or responses to an asynchronous CIM Operation).
UMLPackagePathstringCIM::Event
Versionstring2.45.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
CreationClassNamestring
DescriptionstringIndicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, it allows all instances of this class and its subclasses to be uniquely identified.
Keybooleantrue
MaxLenuint32256
Destinationstring
DescriptionstringThe destination IETF URI to which Export Messages are to be delivered. The scheme in the URI must be supported by the protocol selected in the Protocol property.
Namestring
DescriptionstringIndicates the name of the CIM Listener destination.
Keybooleantrue
MaxLenuint32256
OtherPersistenceTypestring
DescriptionstringA string describing ("Other") values for PersistenceType. This value MUST be set to a non NULL value when the PersistenceType is 1 ("Other"). For all other values of PersistenceType, the value of OtherPersistenceType MUST be NULL.
ModelCorrespondencestringCIM_ListenerDestination.PersistenceType
OtherProtocolstring
DescriptionstringA free-form string providing a description of the supported protocols when 1, "Other", is specified for the Protocol.
ModelCorrespondencestringCIM_ListenerDestination.Protocol
passwordstring
DescriptionstringThe password required for connecting to the destination. If no password is required, this property may be left null. If this property is not null, the password shall be used when connecting to the destination.
Readbooleanfalse
PersistenceTypeuint16
DescriptionstringDescribes the Persistence Type of the destination defined by this instance. If the value of PersistenceType is not specified, the value of PersistenceType MUST be treated as 2 ("Permanent"). A value of 2 ("Permanent") declares that the destination is always expected to be available (e.g., system log file). Inability to access this destination MUST be treated as an error condition. A value of 3 ("Transient") indicates that the destination is short-lived. Inability to access the destination MAY be treated as a normal termination condition. Subscriptions with "Transient" destinations MAY be deleted when the destination terminates or is no longer available.
ModelCorrespondencestringCIM_ListenerDestination.OtherPersistenceType
ValueMapstring1, 2, 3
ValuesstringOther, Permanent, Transient
Protocoluint162
DescriptionstringProtocol describes an encoding and protocol which will be used to deliver the indication. If Other is used, the value for OtherProtocol must not be null. If a protocol is not specified, 2 "CIM-XML" must be assumed.
ModelCorrespondencestringCIM_ListenerDestination.OtherProtocol
ValueMapstring1, 2, 3, 4, 5, 6, ..
ValuesstringOther, CIM-XML, SM CLP, WS-Management, WSDM, SMTP, DMTF Reserved
SystemCreationClassNamestring
DescriptionstringA System's CreationClassName. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.
Keybooleantrue
MaxLenuint32256
SystemNamestring
DescriptionstringA System's Name. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.
Keybooleantrue
MaxLenuint32256
usernamestring
DescriptionstringThe username to use when connecting to the destination. If a username is not required this value may be null.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_ManagedElement

Class Methods