Required Deprecated { "CIM_ListenerDestinationCIMXML.Destination" } string Destination ; The destination URL to which CIM-XML Indication messages are to be delivered. The scheme prefix MUST be consistent with the DMTF CIM-XML Specifications. If a scheme prefix is not specified, the scheme 'http:' MUST be assumed. |
Deprecated { "No value" } string Owner ; The name of the entity that created and/or maintains this Handler. |
MaxLen ( 256 ) Key string SystemName ; A System's Name. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system. |
ModelCorrespondence { "CIM_ListenerDestination.PersistenceType" } string OtherPersistenceType ; 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. |
MaxLen ( 256 ) Key string Name ; Indicates the name of the CIM Listener destination. |
MaxLen ( 256 ) Key string SystemCreationClassName ; A System's CreationClassName. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system. |
Values { "Other" , "Permanent" , "Transient" } ModelCorrespondence { "CIM_ListenerDestination.OtherPersistenceType" } ValueMap { "1" , "2" , "3" } uint16 PersistenceType ; 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. |
MaxLen ( 256 ) Key string CreationClassName ; 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 ( 64 ) string Caption ; The Caption property is a short textual description (one- line string) of the object. |
string Description ; The Description property provides a textual description of the object. |
string ElementName ; 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. |