Port forward fixes
This commit is contained in:
@@ -135,3 +135,12 @@ public class PortForwardingResponse
|
||||
public string? ErrorMessage { get; set; }
|
||||
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;
|
||||
}
|
||||
|
||||
public class PortForward
|
||||
{
|
||||
public string VmName { get; set; } = string.Empty;
|
||||
public int HostPort { get; set; }
|
||||
public int VmPort { get; set; }
|
||||
public string Protocol { get; set; } = "TCP";
|
||||
public DateTime Created { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user