wsp-10329 Adding hyper-v replica to HyperV Provider. Server Part 6.

This commit is contained in:
Alexander Trofimov 2015-04-22 03:38:44 -04:00
parent e8495ac0c6
commit 3a8e9e8355
7 changed files with 37 additions and 86 deletions

View file

@ -14,6 +14,7 @@ namespace WebsitePanel.Providers.Virtualization
FailedOver,
NotApplicable,
ReadyForInitialReplication,
InitialReplicationInProgress,
Replicating,
Resynchronizing,
ResynchronizeSuspended,

View file

@ -7,7 +7,7 @@
public string Thumbprint { get; set; }
[Persistent]
public string VhdToReplicate { get; set; }
public string[] VhdToReplicate { get; set; }
[Persistent]
public ReplicaFrequency ReplicaFrequency { get; set; }