BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / Network / CIM_ListsInRoutingPolicy.mof
1 // Copyright (c) 2005 DMTF.  All rights reserved.
2 // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
3 // qualifier values to CIM Schema.</change>
4 // ==================================================================
5 //  CIM_ListsInRoutingPolicy 
6 // ==================================================================
7    [Association, Aggregation, Version ( "2.6.0" ), 
8     UMLPackagePath ( "CIM::Network::RoutingForwarding" ), 
9     Description ( 
10        "This is a specialization of the CIM_Component aggregation "
11        "which is used to define a set of FilterLists that are "
12        "aggregated by a particular RoutingPolicy." )]
13 class CIM_ListsInRoutingPolicy : CIM_Component {
14
15       [Aggregate, Override ( "GroupComponent" ), 
16        Description ( 
17           "The RoutingPolicy, which aggregates the set of FilterLists."
18            )]
19    CIM_RoutingPolicy REF GroupComponent;
20
21       [Override ( "PartComponent" ), 
22        Description ( 
23           "A FilterList, which is part-of the RoutingPolicy." )]
24    CIM_FilterList REF PartComponent;
25
26       [Description ( 
27           "The position of the FilterList relative to all other "
28           "entries in the RoutingPolicy." )]
29    uint16 ListSequence;
30
31
32 };