(file) Return to CIM_RelatedSpanningTree.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_RelatedSpanningTree 
 6               // ==================================================================
 7                  [Association, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Network::SwitchingBridging" ), 
 9                   Description ( 
10                      "This association identifies the spanning tree in which a "
11                      "forwarding database (TransparentBridgingService) is nested." )]
12               class CIM_RelatedSpanningTree : CIM_ServiceServiceDependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Description ( 
16                         "The TransparentBridgingService that supports a "
17                         "SpanningTreeService." )]
18                  CIM_TransparentBridgingService REF Antecedent;
19               
20                     [Override ( "Dependent" ), 
21                      Max ( 1 ), 
22 karl  1.1.2.2        Description ( 
23                         "The SpanningTree in which a TransparentBridgingService is nested."
24                          )]
25                  CIM_SpanningTreeService REF Dependent;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2