Network\CIM_EntriesInFilterList.mof.mof (HTML version)

Return to index
CIM_EntriesInFilterList Superclass: CIM_Component
This is a specialization of the CIM_Component aggregation which is used to define a set of filter entries (subclasses of FilterEntryBase) that are aggregated by a particular FilterList.
Qualifiers:Version ( "2.7.0" ) Aggregation Association
Parameters (local in grey)
Override ( "PartComponent" )
CIM_FilterEntryBase REF PartComponent ;
Any subclass of FilterEntryBase which is a part of the FilterList.
Max ( 1 )
Override ( "GroupComponent" )
Aggregate
CIM_FilterList REF GroupComponent ;
The FilterList, which aggregates the set of FilterEntries.
ValueMap { "0" }
uint16 EntrySequence = 0 ;
The order of the Entry relative to all others in the FilterList. The only permissible value is zero - indicating that all the Entries are ANDed together.