(file) Return to CIM_ReflectorNonClientService.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_ReflectorNonClientService 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Network::BGP" ), 
 9                   Description ( 
10                      "This association will serve as the base class for handling BGP "
11                      "routing information for the non-clients of the reflector of "
12                      "this Cluster." )]
13               class CIM_ReflectorNonClientService : CIM_Dependency {
14               
15                     [Override ( "Antecedent" ), 
16                      Max ( 1 ), 
17                      Description ( 
18                         "The Cluster for which this Service is being defined." )]
19                  CIM_BGPCluster REF Antecedent;
20               
21                     [Override ( "Dependent" ), 
22 karl  1.1.2.2        Description ( 
23                         "The BGPService which handles routing information as a "
24                         "non-client of the Cluster." )]
25                  CIM_BGPService REF Dependent;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2