Updated the GetVirtualMachineInternal to return the correct HDD and RAM usage using the WSP VMconfig service

This commit is contained in:
Christopher York 2015-03-30 14:30:44 -06:00
parent 14b28939bb
commit 9a9ee5ecca
2 changed files with 39 additions and 1 deletions

View file

@ -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";
}
}