Updated the GetVirtualMachineInternal to return the correct HDD and RAM usage using the WSP VMconfig service
This commit is contained in:
parent
14b28939bb
commit
9a9ee5ecca
2 changed files with 39 additions and 1 deletions
|
@ -20,5 +20,8 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
|
||||
public const Int64 Size1G = 0x40000000;
|
||||
public const Int64 Size1M = 0x100000;
|
||||
|
||||
public const string KVP_RAM_SUMMARY_KEY = "VM-RAM-Summary";
|
||||
public const string KVP_HDD_SUMMARY_KEY = "VM-HDD-Summary";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue