Database Update + Local Storage Start
This commit is contained in:
18
watcher-monitoring/Models/ServerHardware.cs
Normal file
18
watcher-monitoring/Models/ServerHardware.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace watcher_monitoring.Models
|
||||
{
|
||||
public class ServerHardware
|
||||
{
|
||||
// CPU
|
||||
public required string CpuType { get; set; }
|
||||
public required int CpuCores { get; set; }
|
||||
|
||||
// RAM
|
||||
public required double RamSize { get; set; }
|
||||
|
||||
// GPU
|
||||
|
||||
// Disks
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user