(file) Return to CIM_BGPPeerUsesRouteMap.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Network

 1 marek 1.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_BGPPeerUsesRouteMap 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Network::BGP" ), 
 9               Description ( 
10                  "This association defines the RouteMaps that are aggregated and "
11                  "used by a particular BGPPeerGroup object. Multiple instances "
12                  "of the same RouteMap may be aggregated into the same "
13                  "BGPPeerGroup. If this is desired, then the MapSequence "
14                  "attribute of the association can be used to disambiguate them." )]
15           class CIM_BGPPeerUsesRouteMap : CIM_CollectedMSEs {
16           
17                 [Aggregate, Override ( "Collection" ), 
18                  Description ( 
19                     "The BGPPeerGroup that aggregates the RouteMaps." )]
20              CIM_BGPPeerGroup REF Collection;
21           
22 marek 1.1       [Override ( "Member" ), 
23                  Description ( 
24                     "The RouteMaps that are used by the BGPPeerGroup." )]
25              CIM_BGPRouteMap REF Member;
26           
27                 [Description ( 
28                     "This defines the position of this RouteMap instance "
29                     "relative to all other instances of the same RouteMap." )]
30              uint16 MapSequence;
31           
32           
33           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2