(file) Return to MSFT_SpanningTree.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

File: [OMI] / omi / share / networkschema / MSFT_SpanningTree.mof (download)
Revision: 1.1, Mon Apr 20 17:20:15 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

// ===============================================================
//  MSFT_SpanningTree
// ===============================================================
	[Description ( "MSFT_SpanningTree describes the spanning tree properties for an associated port." ), 
	Version ( "0.70" )]
class MSFT_SpanningTree : CIM_ProtocolEndpoint 
{


   [Description ( 
          "An enumeration indicating the spanningtree modes of the associated ports. "
         ), 
       ValueMap {   "2", "3", "4" }, 
       Values { "Edge", "Trunk", "Normal" } 
   ]
   uint16 PortType[];


};

ViewCVS 0.9.2