/// <summary>
 /// Deprecated Method for adding a new object to the ServerIPs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToServerIPs(ServerIP serverIP)
 {
     base.AddObject("ServerIPs", serverIP);
 }
 /// <summary>
 /// Create a new ServerIP object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="virtualizationId">Initial value of the VirtualizationId property.</param>
 public static ServerIP CreateServerIP(global::System.Int32 id, global::System.Int32 virtualizationId)
 {
     ServerIP serverIP = new ServerIP();
     serverIP.Id = id;
     serverIP.VirtualizationId = virtualizationId;
     return serverIP;
 }