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

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_LinkAggregation
 3              // ===============================================================
 4              	[Description ( "MSFT_LinkAggregation description." ), 
 5              	Version ( "0.70" )]
 6              class MSFT_LinkAggregation: CIM_EthernetPort
 7              {
 8              
 9                 [Description ( "Channel Group Number." )]
10                 uint16 GroupNumber;
11              
12                 [Description ( 
13                        "An enumeration that describes the attribute that load balancing is performed on" ), 
14                     ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9" }, 
15                     Values { "Unknown", "destination-ip", "destination-mac,","destination-port","source-dest-ip",
16              	             "source-dest-mac", "source-dest-port","source-ip","source-mac", "source-dest" }]
17                 uint16 LoadBalance;
18              
19                 boolean EnableMulticastHardwareHash;
20              };

ViewCVS 0.9.2