(file) Return to CIM_SwitchPortStaticForwarding.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_SwitchPortStaticForwarding 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Network::SwitchingBridging" ), 
 9               Description ( 
10                  "This association links a static database entry and the "
11                  "SwitchPort to which the entry applies." )]
12           class CIM_SwitchPortStaticForwarding : CIM_Dependency {
13           
14                 [Override ( "Antecedent" ), 
15                  Min ( 1 ), 
16                  Description ( "The SwitchPort." )]
17              CIM_SwitchPort REF Antecedent;
18           
19                 [Override ( "Dependent" ), 
20                  Description ( "StaticForwardingEntry of static database." )]
21              CIM_StaticForwardingEntry REF Dependent;
22 marek 1.1 
23           
24           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2