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

This commit is contained in:
Alexander Trofimov 2015-04-17 15:35:12 -04:00
parent 9685e61e7e
commit bbd165fdbd
6 changed files with 57 additions and 32 deletions

View file

@ -103,7 +103,7 @@ namespace WebsitePanel.Providers.Virtualization
List<CertificateInfo> GetCertificates(string remoteServer);
void SetReplicaServer(string remoteServer, string thumbprint, string storagePath);
void UnsetReplicaServer(string remoteServer);
bool IsReplicaServer(string remoteServer);
ReplicationServerInfo GetReplicaServer(string remoteServer);
void EnableVmReplication(string vmId, string replicaServer, VmReplication replication);
void SetVmReplication(string vmId, string replicaServer, VmReplication replication);
void TestReplicationServer(string vmId, string replicaServer, string localThumbprint);