(file) Return to CIM_BGPServiceAttributes.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_BGPServiceAttributes 
 6           // ==================================================================
 7              [Association, Deprecated { "No value" }, 
 8               Aggregation, Version ( "2.7.0" ), 
 9               UMLPackagePath ( "CIM::Network::BGP" ), 
10               Description ( 
11                  "This is a specialization of the Component aggregation. This "
12                  "aggregation defines the set of BGPPathAttributes that are "
13                  "transmitted in per-path UPDATE messages. The association is "
14                  "deprecated since it is incorrectly defined as a Component "
15                  "relationship, and since the properties of BGPPathAttribute are "
16                  "path/endpoint-specific (not defined at the level of the "
17                  "Service)." )]
18           class CIM_BGPServiceAttributes : CIM_Component {
19           
20                 [Deprecated { "No value" }, 
21                  Aggregate, Override ( "GroupComponent" ), 
22 marek 1.1        Max ( 1 ), 
23                  Description ( 
24                     "The BGPService that aggregates BGPPathAttributes as part "
25                     "of its routing information." )]
26              CIM_BGPService REF GroupComponent;
27           
28                 [Deprecated { "No value" }, 
29                  Override ( "PartComponent" ), 
30                  Max ( 1 ), 
31                  Description ( 
32                     "The BGP attribute, which are part-of the BGP UPDATE message."
33                      )]
34              CIM_BGPPathAttributes REF PartComponent;
35           
36           
37           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2