(file) Return to CIM_BGPAdminDistance.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_BGPAdminDistance 
 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                  "AdministrativeDistances that it uses to control the (BGP) "
13                  "routing decisions that it makes." )]
14           class CIM_BGPAdminDistance : CIM_Dependency {
15           
16                 [Override ( "Antecedent" ), 
17                  Min ( 1 ), 
18                  Max ( 1 ), 
19                  Description ( 
20                     "The table of (global) administrative distances that are "
21                     "used by the BGPService." )]
22 marek 1.1    CIM_AdministrativeDistance REF Antecedent;
23           
24                 [Override ( "Dependent" ), 
25                  Description ( 
26                     "The BGPService object that makes BGP routing decisions." )]
27              CIM_BGPService REF Dependent;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2