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,25 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace WebsitePanel.Providers.Virtualization
|
||||
{
|
||||
public enum ReplicationState
|
||||
{
|
||||
Disabled,
|
||||
Error,
|
||||
FailOverWaitingCompletion,
|
||||
FailedOver,
|
||||
NotApplicable,
|
||||
ReadyForInitialReplication,
|
||||
Replicating,
|
||||
Resynchronizing,
|
||||
ResynchronizeSuspended,
|
||||
Suspended,
|
||||
SyncedReplicationComplete,
|
||||
WaitingForInitialReplication,
|
||||
WaitingForStartResynchronize,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue