Class CIM_FilterCollection

Used in features: WS-Eventing
Compatible with the following Intel AMT Releases: 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_ManagedElement
   extended by CIM_Collection
      extended by CIM_FilterCollection


class CIM_FilterCollection
extends CIM_Collection

General Information:
A FilterCollection is a subclass of CIM_Collection which aggregates instances of CIM_IndicationFilter.

Qualifiers:
-------------
Version=2.20.0
UMLPackagePath=CIM::Event


Supported Fields Summary
 string InstanceID Key
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class . . .
 string CollectionName
The Collection Name is to be specified by a profile or owning organization such that it can be used to identify a particular collection of indication filters . . .

Methods Summary
  Get(Instance)
Gets the representation of the instance
  Enumerate()
Enumerates the instances of this class
  Subscribe()
Subscribes to this resource (WS-Eventing)

Field Detail

InstanceID Key

public string InstanceID
General Information:
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. In order to ensure uniqueness within the NameSpace, the value of InstanceID shall be constructed using the following 'preferred' algorithm:
<OrgID>:<LocalID>
Where <OrgID> and <LocalID> are separated by a colon ':', and where <OrgID> MUST include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority (This is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness <OrgID> MUST NOT contain a colon (':'). When using this algorithm, the first colon to appear in InstanceID MUST appear between <OrgID> and <LocalID>.
<LocalID> is chosen by the business entity and SHOULD not be re-used to identify different underlying (real-world) elements. If the above 'preferred' algorithm is not used, the defining entity MUST assure that the resultant InstanceID is not re-used across any InstanceIDs produced by this or other providers for this instance's NameSpace.
For DMTF defined instances, the 'preferred' algorithm MUST be used with the <OrgID> set to 'CIM'.

Qualifiers:
-------------
Key
Override=InstanceID
MaxLen=256


CollectionName

public string CollectionName
General Information:
The Collection Name is to be specified by a profile or owning organization such that it can be used to identify a particular collection of indication filters. The value of CollectionName shall be constructed using the following algorithm:
<OrgID>:<CollectionID>
Where <OrgID> and <CollectionID> are separated by a colon ':', and where <OrgID> shall include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the CollectionName. In addition, to ensure uniqueness <OrgID> shall not contain a colon (':').
<CollectionID> is the string label defined in the specification defining the collection.

Qualifiers:
-------------
MaxLen=256


Method Detail

Get

public  Get([OUT]CIM_FilterCollection Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_EVENT_MANAGER_REALM, ADMIN_SECURITY_GENERAL_INFO_REALM

General Information:
Gets the representation of the instance

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Subscribe

public  Subscribe()
Permission Information:
Permitted realms: ADMIN_SECURITY_EVENT_MANAGER_REALM

General Information:
Subscribes to this resource (WS-Eventing)

Product Specific Usage:
Additional notes:
1) ME supports the "Push" and "Push with ACK" delivery modes.
2) The delivery address is a URI and must begin with "http://".
3) FW supports up to 9 subscribers (but only 6 in 4.x and 5.x).


Copyright © 2006-2022, Intel Corporation. All rights reserved.