wsp-10329 Adding hyper-v replica to HyperV Provider. Server Part.
This commit is contained in:
parent
414414b11d
commit
41fd1230bf
23 changed files with 5194 additions and 37 deletions
|
@ -0,0 +1,21 @@
|
|||
namespace WebsitePanel.Providers.Virtualization
|
||||
{
|
||||
[Persistent]
|
||||
public class VmReplication
|
||||
{
|
||||
[Persistent]
|
||||
public string Thumbprint { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public string VhdToReplicate { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public ReplicaFrequency ReplicaFrequency { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int AdditionalRecoveryPoints { get; set; }
|
||||
|
||||
[Persistent]
|
||||
public int VSSSnapshotFrequencyHour { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue