Partial Commit Hyper-V 2012 R2 provider
This commit is contained in:
parent
70bd6c5172
commit
2b4460eac2
8 changed files with 288 additions and 68 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue