class CIM_ListenerDestination : CIM_ManagedElement



Description:

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).

Definition:

Feature Type Class Origin Qualifiers
Caption string CIM_ManagedElement
Description The Caption property is a short textual description (one- line string) of the object.
MaxLen 64
Description string CIM_ManagedElement
Description The Description property provides a textual description of the object.
ElementName string CIM_ManagedElement
Description A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.
SystemCreationClassName string CIM_ListenerDestination
Key TRUE
Description A System's CreationClassName. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.
MaxLen 256
SystemName string CIM_ListenerDestination
Key TRUE
Description A System's Name. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.
MaxLen 256
CreationClassName string CIM_ListenerDestination
Key TRUE
Description Indicates 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.
MaxLen 256
Name string CIM_ListenerDestination
Key TRUE
Description Indicates the name of the CIM Listener destination.
MaxLen 256
Protocol uint16 CIM_ListenerDestination
Experimental TRUE
Description Protocol 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.
ValueMap 1, 2, 3, 4, 5, ..
Values "Other" [1]
"CIM-XML" [2]
"SM CLP" [3]
"WS-Management" [4]
"WSDM" [5]
"DMTF Reserved" [..]
ModelCorrespondence CIM_ListenerDestination.OtherProtocol
OtherProtocol string CIM_ListenerDestination
Experimental TRUE
Description A free-form string providing a description of the supported protocols when 1, "Other", is specified for the Protocol.
ModelCorrespondence CIM_ListenerDestination.Protocol
Destination string CIM_ListenerDestination
Experimental TRUE
Description The destination IETF URI to which Export Messages are to be delivered. The scheme in the URI must be supported by theprotocol selected in the Protocol property.
PersistenceType uint16 CIM_ListenerDestination
Description Describes 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.
ValueMap 1, 2, 3
Values "Other" [1]
"Permanent" [2]
"Transient" [3]
ModelCorrespondence CIM_ListenerDestination.OtherPersistenceType
OtherPersistenceType string CIM_ListenerDestination
Description A 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.
ModelCorrespondence CIM_ListenerDestination.PersistenceType

Typographical Conventions:

  1. Inherited properties are italicized.
  2. Local properties are bolded.
  3. Key properties are highlighted in gold