wsp-10327 Add Dynamic Memory to VPS - Server Part.
This commit is contained in:
parent
1c48c3d230
commit
8fa9792b83
12 changed files with 171 additions and 92 deletions
|
@ -71,6 +71,10 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
[Persistent]
|
||||
public int RamSize { get; set; }
|
||||
public int RamUsage { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public DynamicMemory DynamicMemory { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int HddSize { get; set; }
|
||||
public LogicalDisk[] HddLogicalDisks { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue