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