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

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_LinkAggragationSettingData
 3              // ===============================================================
 4              	[Description ( "MSFT_LinkAggragationSettingData description." ), 
 5              	Version ( "0.7" )]
 6              class MSFT_LinkAggregationSettingData : CIM_SettingData
 7              {
 8              [Description ( "Port Priority." )]
 9                 uint16 PortPriority;
10              
11                  [Description ( "Channel Group Number." )]
12                 uint16 GroupNumber;
13              
14              
15                 [Description ( 
16                        "An enumeration that describes the attribute that load balancing is performed on" ), 
17                     ValueMap { "0", "1", "2", "3" }, 
18                     Values {"off", "on", "active", "passive"  }]
19                 uint16 Mode;
20              
21                 boolean RateFastEnable;
22 krisbash 1.1 
23               
24              
25              };

ViewCVS 0.9.2