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

 1 krisbash 1.1 // ===============================================================
 2              //  MSFT_NeighborTemplate
 3              // ===============================================================
 4              	[Description ( "MSFT_NeighborTemplate description." ), 
 5              	Version ( "0.70" )]
 6              class MSFT_NeighborTemplate: MSFT_AutonomousSystemSettingData
 7              {
 8              
 9              String RouteMap;
10              String Password;
11              
12              [Description (""),
13                     ValueMap { "1", "2", "3"}, 
14                     Values {"Unencrypted", "ThreeDes", "CiscoType7" }]
15              uint32 KeyEncriptionMethod;
16              
17              };

ViewCVS 0.9.2