Q-Logic 3000 Switch User Manual


 
5–Indication Support Classes
CIM_IndicationSubscription
5-2 59223-03 E
Destination
Property must contain a valid URI indicating the TCP address and port
number of the listener. Host name lookup is not supported. The
scheme must be either “http” or “https”.
Format: <scheme>_://<ipaddr or hostname_>:<portno>[/<extension>]
Examples:
_http://10.0.0.1:12000 <http://10.0.0.1:12000/>_
_https://10.0.0.1:12001/switchNotifications_
_http://mylistener:12000 <http://mylistener:12000/>_
_http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:12000_
Associations
CIM_IndicationSubscription — 1to1 relationship to
CIM_IndicationFilter
Supported WBEM Operations
getClass
getInstance
enumerateInstances
enumerateInstanceNames
createInstance
deleteInstance
CIM_IndicationSubscription
The CIM_IndicationSubscription association is used to link an indication filter to an
indication listener. If either of the filter and listener objects are deleted, all
dependent subscription objects will also be deleted.
An indication subscription will only be active if the SubscriptionState is 2 (enabled)
and it has not expired as a result of the SubscriptionDuration property. An inactive
subscription will not pass filtered indications to the listeners.
Supported Properties and Methods
Filter
Property must contain a reference to an existing CIM_IndicationFilter
object within the same local namespace.
Handler
Property must contain a reference to an existing
CIM_ListenerDestinationCIMXML object within the same local
namespace.