wsp-10327 Add Dynamic Memory to VPS - Enterprise Part.
This commit is contained in:
parent
53f6190981
commit
88681f444e
19 changed files with 364 additions and 178 deletions
|
@ -31,16 +31,22 @@
|
|||
|
||||
namespace WebsitePanel.Providers.Virtualization
|
||||
{
|
||||
[Persistent]
|
||||
public class DynamicMemory
|
||||
{
|
||||
[Persistent]
|
||||
public bool Enabled { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int Minimum { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int Maximum { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int Buffer { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int Priority { get; set; } // Weight
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue