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

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_SpanningTree
 3              // ===============================================================
 4              	[Description ( "MSFT_SpanningTree describes the spanning tree properties for an associated port." ), 
 5              	Version ( "0.70" )]
 6              class MSFT_SpanningTree : CIM_ProtocolEndpoint 
 7              {
 8              
 9              
10                 [Description ( 
11                        "An enumeration indicating the spanningtree modes of the associated ports. "
12                       ), 
13                     ValueMap {   "2", "3", "4" }, 
14                     Values { "Edge", "Trunk", "Normal" } 
15                 ]
16                 uint16 PortType[];
17              
18              
19              };

ViewCVS 0.9.2