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

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

ViewCVS 0.9.2