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

This commit is contained in:
Alexander Trofimov 2015-04-16 13:58:12 -04:00
parent 5af4c5a932
commit cceebc9f24
4 changed files with 108 additions and 4 deletions

View file

@ -99,9 +99,11 @@ namespace WebsitePanel.Providers.Virtualization
// Configuration
int GetProcessorCoresNumber();
// Replication
List<CertificateInfo> GetCertificates(string remoteServer);
void SetReplicaServer(string remoteServer, string thumbprint, string storagePath);
void UnsetReplicaServer(string remoteServer);
bool IsReplicaServer(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);