(file) Return to CIM_BGPRoutingPolicy.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_BGPRoutingPolicy 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Network::BGP" ), 
 9               Description ( 
10                  "This is a specialization of the Dependency association, and "
11                  "defines the relationship between a BGPService and the "
12                  "RoutingPolicy that control it." )]
13           class CIM_BGPRoutingPolicy : CIM_Dependency {
14           
15                 [Override ( "Antecedent" ), 
16                  Description ( "The BGP routing policy object." )]
17              CIM_RoutingPolicy REF Antecedent;
18           
19                 [Override ( "Dependent" ), 
20                  Description ( 
21                     "The BGPService that operates according to the routing policy."
22 marek 1.1            )]
23              CIM_BGPService REF Dependent;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2