CIM2.17.1 Class Declaration
CIM_ListenerDestinationWSManagement

Table of Contents:
Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary

Class Hierarchy

CIM_ListenerDestinationWSManagement --> CIM_ListenerDestination --> CIM_ManagedElement --> [top]

Class Attributes

Class Declaration Attributes
NameValue
SUPERCLASSCIM_ListenerDestination
NAMECIM_ListenerDestinationWSManagement

Class Qualifiers

Class CIM_ListenerDestinationWSManagement Qualifiers
NameTypeValueFrom Class
ExperimentalbooleantrueCIM_ListenerDestinationWSManagement
Versionstring2.16.0CIM_ListenerDestinationWSManagement
UMLPackagePathstringCIM::EventCIM_ListenerDestinationWSManagement
DescriptionstringCIM_ListenerDestinationWSManagement describes the destination for CIM indications to be delivered via WS-Management.CIM_ListenerDestinationWSManagement
UMLPackagePathstringCIM::EventCIM_ListenerDestination
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).CIM_ListenerDestination
UMLPackagePathstringCIM::Core::CoreElementsCIM_ManagedElement
DescriptionstringManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema.CIM_ManagedElement

Properties

Properties
NameTypeValueQualifiersClassOrigin
Destinationstring Required
Override
Description
CIM_ListenerDestinationWSManagement
DestinationEndTostring Description CIM_ListenerDestinationWSManagement
Localestring Description CIM_ListenerDestinationWSManagement
ContentEncodingstring Description CIM_ListenerDestinationWSManagement
DeliveryModeuint16 Description
ValueMap
Values
CIM_ListenerDestinationWSManagement
Heartbeatuint64 Description
Units
CIM_ListenerDestinationWSManagement
SendBookmarkboolean Description CIM_ListenerDestinationWSManagement
MaxTimeuint64 Description
Units
CIM_ListenerDestinationWSManagement
DeliveryAuthstring Description CIM_ListenerDestinationWSManagement
PolyMorphismModeuint16 Description
ValueMap
Values
CIM_ListenerDestinationWSManagement
SystemCreationClassNamestring Key
Description
MaxLen
CIM_ListenerDestination
SystemNamestring Key
Description
MaxLen
CIM_ListenerDestination
CreationClassNamestring Key
Description
MaxLen
CIM_ListenerDestination
Namestring Key
Description
MaxLen
CIM_ListenerDestination
Protocoluint162Experimental
Description
ValueMap
Values
ModelCorrespondence
CIM_ListenerDestination
OtherProtocolstring Experimental
Description
ModelCorrespondence
CIM_ListenerDestination
PersistenceTypeuint16 Description
ValueMap
Values
ModelCorrespondence
CIM_ListenerDestination
OtherPersistenceTypestring Description
ModelCorrespondence
CIM_ListenerDestination
Captionstring Description
MaxLen
CIM_ManagedElement
Descriptionstring Description CIM_ManagedElement
ElementNamestring Description CIM_ManagedElement

Property Qualifiers

Property Destination Qualifiers
NameTypeValueFrom Class
RequiredbooleantrueCIM_ListenerDestinationWSManagement
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.CIM_ListenerDestinationWSManagement

Property DestinationEndTo Qualifiers
NameTypeValueFrom Class
DescriptionstringSeparate To address for notice of abnormal subscription termination.CIM_ListenerDestinationWSManagement

Property Locale Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestinationWSManagement

Property ContentEncoding Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestinationWSManagement

Property DeliveryMode Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestinationWSManagement
ValueMapstring
[See below.]
CIM_ListenerDestinationWSManagement
ValuesstringPush
PushWithAck
Events
Pull
DMTF Reserved
Vendor Reserved
CIM_ListenerDestinationWSManagement

NameValue
2Push
3PushWithAck
4Events
5Pull
..DMTF Reserved
32787..Vendor Reserved
Property Heartbeat Qualifiers
NameTypeValueFrom Class
DescriptionstringSpecifies how often heartbeat events are added to the event stream at the specified interval.CIM_ListenerDestinationWSManagement
UnitsstringSecondsCIM_ListenerDestinationWSManagement

Property SendBookmark Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestinationWSManagement

Property MaxTime Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestinationWSManagement
UnitsstringSecondsCIM_ListenerDestinationWSManagement

Property DeliveryAuth Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestinationWSManagement

Property PolyMorphismMode Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestinationWSManagement
ValueMapstring
[See below.]
CIM_ListenerDestinationWSManagement
ValuesstringNone
IncludeSubclassProperties
ExcludeSubclassProperties
DMTF Reserved
CIM_ListenerDestinationWSManagement

NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
NameValue
1None
2IncludeSubclassProperties
3ExcludeSubclassProperties
..DMTF Reserved
Property SystemCreationClassName Qualifiers
NameTypeValueFrom Class
KeybooleantrueCIM_ListenerDestination
DescriptionstringA System's CreationClassName. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.CIM_ListenerDestination
MaxLenuint32256CIM_ListenerDestination

Property SystemName Qualifiers
NameTypeValueFrom Class
KeybooleantrueCIM_ListenerDestination
DescriptionstringA System's Name. A CIM Listener destination is defined in context of a CIM_System (e.g., the sending system.CIM_ListenerDestination
MaxLenuint32256CIM_ListenerDestination

Property CreationClassName Qualifiers
NameTypeValueFrom Class
KeybooleantrueCIM_ListenerDestination
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.CIM_ListenerDestination
MaxLenuint32256CIM_ListenerDestination

Property Name Qualifiers
NameTypeValueFrom Class
KeybooleantrueCIM_ListenerDestination
DescriptionstringIndicates the name of the CIM Listener destination.CIM_ListenerDestination
MaxLenuint32256CIM_ListenerDestination

Property Protocol Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestination
ValueMapstring
[See below.]
CIM_ListenerDestination
ValuesstringOther
CIM-XML
SM CLP
WS-Management
WSDM
DMTF Reserved
CIM_ListenerDestination
ModelCorrespondencestringCIM_ListenerDestination.OtherProtocolCIM_ListenerDestination

NameValue
1Other
2CIM-XML
3SM CLP
4WS-Management
5WSDM
..DMTF Reserved
Property OtherProtocol Qualifiers
NameTypeValueFrom Class
DescriptionstringA free-form string providing a description of the supported protocols when 1, "Other", is specified for the Protocol.CIM_ListenerDestination
ModelCorrespondencestringCIM_ListenerDestination.ProtocolCIM_ListenerDestination

Property Destination Qualifiers
NameTypeValueFrom Class
DescriptionstringThe 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.CIM_ListenerDestination

Property PersistenceType Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestination
ValueMapstring
[See below.]
CIM_ListenerDestination
ValuesstringOther
Permanent
Transient
CIM_ListenerDestination
ModelCorrespondencestringCIM_ListenerDestination.OtherPersistenceTypeCIM_ListenerDestination

NameValue
1Other
2Permanent
3Transient
Property OtherPersistenceType Qualifiers
NameTypeValueFrom Class
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.CIM_ListenerDestination
ModelCorrespondencestringCIM_ListenerDestination.PersistenceTypeCIM_ListenerDestination

Property Caption Qualifiers
NameTypeValueFrom Class
DescriptionstringThe Caption property is a short textual description (one- line string) of the object.CIM_ManagedElement
MaxLenuint3264CIM_ManagedElement

Property Description Qualifiers
NameTypeValueFrom Class
DescriptionstringThe Description property provides a textual description of the object.CIM_ManagedElement

Property ElementName Qualifiers
NameTypeValueFrom Class
DescriptionstringA 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.CIM_ManagedElement

Methods

Method Qualifiers

Parameters

Parameter Qualifiers

Associations this class can participate in

Association
Class
Reference
Class
Role
CIM_AbstractIndicationSubscriptionCIM_ListenerDestinationHandler
CIM_FilterCollectionSubscriptionCIM_ListenerDestinationHandler
CIM_IndicationSubscriptionCIM_ListenerDestinationHandler
CIM_FormattedIndicationSubscriptionCIM_ListenerDestinationHandler
CIM_ParametersForMethodCIM_ManagedElementTheMethod
CIM_ParameterValueSourcesCIM_ManagedElementValueSource
CIM_SettingsDefineStateCIM_ManagedElementManagedElement
CIM_StatisticsCIM_ManagedElementElement
CIM_SynchronizedCIM_ManagedElementSystemElement
CIM_SynchronizedCIM_ManagedElementSyncedElement
CIM_StorageSynchronizedCIM_ManagedElementSystemElement
CIM_StorageSynchronizedCIM_ManagedElementSyncedElement
CIM_PolicySetAppliesToElementCIM_ManagedElementManagedElement
CIM_AuthorizationRuleAppliesToTargetCIM_ManagedElementManagedElement
CIM_CredentialContextCIM_ManagedElementElementProvidingContext
CIM_IdentityContextCIM_ManagedElementElementProvidingContext
CIM_ComponentCIM_ManagedElementGroupComponent
CIM_ComponentCIM_ManagedElementPartComponent
CIM_ConcreteComponentCIM_ManagedElementGroupComponent
CIM_ConcreteComponentCIM_ManagedElementPartComponent
CIM_OrderedComponentCIM_ManagedElementGroupComponent
CIM_OrderedComponentCIM_ManagedElementPartComponent
CIM_ProductElementComponentCIM_ManagedElementPartComponent
CIM_DependencyCIM_ManagedElementAntecedent
CIM_DependencyCIM_ManagedElementDependent
CIM_HostedDependencyCIM_ManagedElementAntecedent
CIM_HostedDependencyCIM_ManagedElementDependent
CIM_ScopedSettingCIM_ManagedElementAntecedent
CIM_OrderedDependencyCIM_ManagedElementAntecedent
CIM_OrderedDependencyCIM_ManagedElementDependent
CIM_RelatedElementCausingErrorCIM_ManagedElementDependent
CIM_RelatedElementCausingErrorCIM_ManagedElementAntecedent
CIM_SparedCIM_ManagedElementAntecedent
CIM_SparedCIM_ManagedElementDependent
CIM_MetricDefForMECIM_ManagedElementAntecedent
CIM_MetricForMECIM_ManagedElementAntecedent
CIM_RecordAppliesToElementCIM_ManagedElementDependent
CIM_AuthenticationTargetCIM_ManagedElementDependent
CIM_AuthorizationSubjectCIM_ManagedElementDependent
CIM_AuthorizationTargetCIM_ManagedElementDependent
CIM_ElementAsUserCIM_ManagedElementAntecedent
CIM_ConcreteDependencyCIM_ManagedElementAntecedent
CIM_ConcreteDependencyCIM_ManagedElementDependent
CIM_ElementSoftwareIdentityCIM_ManagedElementDependent
CIM_IsSpareCIM_ManagedElementAntecedent
CIM_ProvidesServiceToElementCIM_ManagedElementDependent
CIM_ElementCapabilitiesCIM_ManagedElementManagedElement
CIM_ElementSettingDataCIM_ManagedElementManagedElement
CIM_ElementStatisticalDataCIM_ManagedElementManagedElement
CIM_LogicalIdentityCIM_ManagedElementSystemElement
CIM_LogicalIdentityCIM_ManagedElementSameElement
CIM_ConcreteIdentityCIM_ManagedElementSystemElement
CIM_ConcreteIdentityCIM_ManagedElementSameElement
CIM_SWRManageableAspectCIM_ManagedElementSystemElement
CIM_MemberOfCollectionCIM_ManagedElementMember
CIM_OrderedMemberOfCollectionCIM_ManagedElementMember
CIM_MemberPrincipalCIM_ManagedElementMember
CIM_MemberOfStatusCollectionCIM_ManagedElementMember
CIM_ElementInPolicyRoleCollectionCIM_ManagedElementMember
CIM_OwningCollectionElementCIM_ManagedElementOwningElement
CIM_AbstractIndicationSubscriptionCIM_ManagedElementFilter
CIM_ElementConformsToProfileCIM_ManagedElementManagedElement
CIM_DefaultElementCapabilitiesCIM_ManagedElementManagedElement
CIM_AssignedIdentityCIM_ManagedElementManagedElement
CIM_AuthorizedSubjectCIM_ManagedElementPrivilegedElement
CIM_AuthorizedTargetCIM_ManagedElementTargetElement
CIM_ElementSecuritySensitivityCIM_ManagedElementManagedElement
CIM_RoleLimitedToTargetCIM_ManagedElementTargetElement
CIM_ElementLocationCIM_ManagedElementElement
CIM_ElementProfileCIM_ManagedElementManagedElement
CIM_AffectedJobElementCIM_ManagedElementAffectedElement
CIM_OwningJobElementCIM_ManagedElementOwningElement
CIM_ServiceAffectsElementCIM_ManagedElementAffectedElement
CIM_ServiceAvailableToElementCIM_ManagedElementUserOfService
CIM_AvailableDiagnosticServiceCIM_ManagedElementUserOfService
CIM_AssociatedPowerManagementServiceCIM_ManagedElementUserOfService
CIM_SAPAvailableForElementCIM_ManagedElementManagedElement
CIM_ManagementSAPCIM_ManagedElementManagedElement