Class keys/properties, Class associations, Cim_indicationfilter – HP SAN Virtualization Services Platform User Manual

Page 275: Class introduction, 275 class associations

Advertising
background image

Class keys/properties

Comments

Description

Property Name

The label by which the object is
known. This value may be specified
by the SMI client. If the value is not
specified when the CreateInstance
operation is performed, or if the
value specified is not unique, a
unique value will be generated by
the provider. The value of the
property will be reflected in the in-
stance name returned by this oper-
ation.

The provider may use what the client
passes, as long as the name is unique
among ListenerDestinationCIMXML in-
stances in the CIM agent's Interop and the
vendor namespace. Alternatively, the pro-
vider may ignore this key, and choose its
own a unique ID.

Name

The CreationClassName of the
scoping system.

Same value as the server profile's
CIM_ComputerSystem.CreationClassName

SystemCreationClassName

The name of the class used in the
creation of this instance.

Set the value to CIM_ListenerDestina-
tionCIMXML

CreationClassName

The name of the scoping system.

Same value as the server profile's
CIM_ComputerSystem.Name

SystemName

The destination URL to which CIM-
XML export messages are to be
delivered.

The destination IP and port to which indic-
ations are sent (for example: ht-
tp://192.168.1.100:1123)

Destination

For SMI-S, this shall be 2|3 ('per-
manent' | 'transient')

Client specifies either 2 (Permanent) or 3
(Transient). If client does not specify, de-
fault to 2.

PersistenceType

Class associations

Property

To

Association Name

Handler

CIM_IndicationFilter

CIM_IndicationSubscription

CIM_IndicationFilter

Class introduction

Instances of IndicationFilter represent a pass-through filter the indications clients are interested in
receiving from an SMI agent. The filter identifies the desired type of indications (determined by a
query and query language) and the desired origin (namespace from which they originate).

Depending on the CIMOM chosen for the implementation, a provider capable of creating instances
may already be present in the CIMOM. Clients may be able to create additional IndicationFilter
instances in either the SMI agent Interop or vendor namespace. CIM clients are expected to check
for an existing IndicationFilter that satisfies its needs before creating a new one.

SAN Virtualization Services Platform SMI-S User Guide

275

Advertising