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

 1 karl  1.1.2.2 // 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_HostedBGPRouteMap 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Network::BGP" ), 
 9                   Description ( 
10                      "A BGPRouteMap is weak to the AutonomousSystem that contains "
11                      "it. This association formalizes that relationship." )]
12               class CIM_HostedBGPRouteMap : CIM_HostedDependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Min ( 1 ), 
16                      Max ( 1 ), 
17                      Description ( 
18                         "The AutonomousSystem that scopes the BGPRouteMap." )]
19                  CIM_AutonomousSystem REF Antecedent;
20               
21                     [Override ( "Dependent" ), 
22 karl  1.1.2.2        Weak, Description ( 
23                         "The BGPRouteMap defined in the context of the AutonomousSystem."
24                          )]
25                  CIM_BGPRouteMap REF Dependent;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2