wsp-10329 Adding hyper-v replica to HyperV Provider. Server Part 4.
This commit is contained in:
parent
5af4c5a932
commit
cceebc9f24
4 changed files with 108 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue