Partial Check on Hyper-V 2012 R2 VPS provider

This commit is contained in:
robvde 2014-08-31 09:28:14 +08:00
parent 41bc61dd4a
commit 84df04ae84
13 changed files with 3156 additions and 8 deletions

View file

@ -123,5 +123,15 @@ namespace WebsitePanel.Providers.Virtualization
// for GetVirtualMachineEx used in import method
public VirtualMachineNetworkAdapter[] Adapters { get; set; }
[Persistent]
public string Status { get; set; }
[Persistent]
public string ReplicationState { get; set; }
[Persistent]
public int Generation { get; set; }
}
}