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

File: [OMI] / omi / share / networkschema / MSFT_LinkAggregationSettingData.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_LinkAggragationSettingData
// ===============================================================
	[Description ( "MSFT_LinkAggragationSettingData description." ), 
	Version ( "0.7" )]
class MSFT_LinkAggregationSettingData : CIM_SettingData
{
[Description ( "Port Priority." )]
   uint16 PortPriority;

    [Description ( "Channel Group Number." )]
   uint16 GroupNumber;


   [Description ( 
          "An enumeration that describes the attribute that load balancing is performed on" ), 
       ValueMap { "0", "1", "2", "3" }, 
       Values {"off", "on", "active", "passive"  }]
   uint16 Mode;

   boolean RateFastEnable;

 

};

ViewCVS 0.9.2