Database Update - ServerHardwareInfo
This commit is contained in:
@@ -19,5 +19,13 @@ public class Server
|
||||
|
||||
public string? Description { get; set; }
|
||||
|
||||
// Hardware Infos
|
||||
public string? CpuType { get; set; } = string.Empty;
|
||||
public int CpuCores { get; set; }
|
||||
public string? GpuType { get; set; } = string.Empty;
|
||||
public double RamSize { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user