(file) Return to CIM_BGPClustersInAS.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_BGPClustersInAS 
 6           // ==================================================================
 7              [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8               UMLPackagePath ( "CIM::Network::BGP" ), 
 9               Description ( 
10                  "This aggregation establishes \'whole-part\' relationships "
11                  "between an AutonomousSystem and the BGPClusters that it "
12                  "contains." )]
13           class CIM_BGPClustersInAS {
14           
15                 [Key, Aggregate, Max ( 1 ), 
16                  Description ( 
17                     "The AutonomousSystem that aggregates the Clusters "
18                     "belonging to it and administers them." )]
19              CIM_AutonomousSystem REF GroupAS;
20           
21                 [Key, Description ( 
22 marek 1.1           "The Clusters that are contained in the AS." )]
23              CIM_BGPCluster REF PartAS;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2