Partial Commit Hyper-V 2012 R2 provider

This commit is contained in:
robvde 2014-09-08 15:01:05 +08:00
parent 70bd6c5172
commit 2b4460eac2
8 changed files with 288 additions and 68 deletions

View file

@ -124,6 +124,9 @@ namespace WebsitePanel.Providers.Virtualization
// for GetVirtualMachineEx used in import method
public VirtualMachineNetworkAdapter[] Adapters { get; set; }
[Persistent]
public VirtualHardDiskInfo[] Disks { get; set; }
[Persistent]
public string Status { get; set; }