Class CIM_ListenerDestinationWSManagement
extends CIM_ListenerDestination

CIM_ListenerDestinationWSManagement describes the destination for CIM indications to be delivered via WS-Management.

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


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ListenerDestination
   |
   +--CIM_ListenerDestinationWSManagement

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringCIM_ListenerDestinationWSManagement describes the destination for CIM indications to be delivered via WS-Management.
UMLPackagePathstringCIM::Event
Versionstring2.22.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ContentEncodingstring
DescriptionstringThis block acts as a hint to indicate how the delivered events should be encoded. The two standard tokens defined for this purpose are "UTF-8" or "UTF-16", although other encoding formats may be specified if necessary.
DeliveryAuthstring
DescriptionstringA URI identifying the WS-Management security profile to be used by the service (acting as publisher) when authenticating to the event sink (consumer) at event delivery time.
DeliveryModeuint16
DescriptionstringMethod by which the service is to deliver events to the client. Values are as follows. Push (2): the event is sent to the destination address; depending on the protocol, delivery may not be guaranteed. PushWithAck (3): the service sends the event and waits for a specific acknowledgment message from the subscriber. Events (4): the service collects events into batches and sends the batches to the subscriber. Pull (5): the service collects the events into batches and the subscriber pulls each batch from the service using wxf:Pull.
ValueMapstring2, 3, 4, 5, .., 32787..
ValuesstringPush, PushWithAck, Events, Pull, DMTF Reserved, Vendor Reserved
Destinationstring
DescriptionstringThe destination URL defined in the WS-Eventing Subscribe message. This must match the wsa:Address element in the wse:NotifyTo EPR. The value may be the WS-Addressing anonymous URI if the subscription uses or employs a Pull mode.
OverridestringDestination
Requiredbooleantrue
DestinationEndTostring
DescriptionstringSeparate To address for notice of abnormal subscription termination.
Heartbeatuint64
DescriptionstringSpecifies how often heartbeat events are added to the event stream at the specified interval.
UnitsstringSeconds
Localestring
DescriptionstringIf the events contain localized content, the service should accept a subscription with this Locale block acting as a hint. The language of the event message is encoded in an xml:lang attribute using RFC 3066 language codes. The service should attempt to localize any descriptive content to the specified language when delivering such events.
MaxTimeuint64
DescriptionstringThis element may contain a duration that indicates the maximum amount of time the service should allow to elapse while batching EVENT bodies. That is, this time may not be exceeded between the encoding of the first event in the batch and the dispatching of the batch for delivery.
UnitsstringSeconds
PolyMorphismModeuint16
DescriptionstringSpecifies the treatment of Indication subclasses, whether subclasses are to be included and with what set of properties. Valid values are: None, IncludeSubclassProperties, and ExcludeSubclassProperties. Using None, only instances of the parent class are included in the output (event stream). For other modes, subclass instances are included with the sets of properties stated.
ValueMapstring1, 2, 3, ..
ValuesstringNone, IncludeSubclassProperties, ExcludeSubclassProperties, DMTF Reserved
SendBookmarkboolean
DescriptionstringA property element that instructs the service to send a bookmark with each event. Bookmarks apply to all delivery modes. The bookmark is a token which represents an abstract pointer in the event stream, but whether it points to the last delivered event or the last event plus one (the upcoming event) makes no difference since the token is supplied to the same implementation during a subsequent wse:Subscribe operation. The service may thus attach any service-specific meaning and structure to the bookmark with no change to the client.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CreationClassNamestringCIM_ListenerDestination
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_ListenerDestination
OtherPersistenceTypestringCIM_ListenerDestination
OtherProtocolstringCIM_ListenerDestination
passwordstringCIM_ListenerDestination
PersistenceTypeuint16CIM_ListenerDestination
Protocoluint16CIM_ListenerDestination
SystemCreationClassNamestringCIM_ListenerDestination
SystemNamestringCIM_ListenerDestination
usernamestringCIM_ListenerDestination

Class Methods