BUG#: 8782
[tpot/pegasus/.git] / Schemas / CIM225 / DMTF / Network / CIM_TransparentBridgingStaticForwarding.mof
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_TransparentBridgingStaticForwarding 
6 // ==================================================================
7    [Association, Version ( "2.6.0" ), 
8     UMLPackagePath ( "CIM::Network::SwitchingBridging" ), 
9     Description ( 
10        "This association links an instance of the Transparent "
11        "BridgingService to the entries of its static "
12        "(destination-address filtering) database." )]
13 class CIM_TransparentBridgingStaticForwarding : CIM_Dependency {
14
15       [Override ( "Antecedent" ), 
16        Min ( 1 ), 
17        Max ( 1 ), 
18        Description ( "The TransparentBridgingService." )]
19    CIM_TransparentBridgingService REF Antecedent;
20
21       [Override ( "Dependent" ), 
22        Weak, Description ( 
23           "StaticForwardingEntry of the forwarding database." )]
24    CIM_StaticForwardingEntry REF Dependent;
25
26
27 };