wsp-10329 Adding hyper-v replica to HyperV Provider. Enterprise Part 2.

This commit is contained in:
Alexander Trofimov 2015-04-16 22:21:20 +03:00
parent 9685e61e7e
commit 27155ddc5e
8 changed files with 508 additions and 29 deletions

View file

@ -113,6 +113,9 @@
public const string INSERT_DVD_DISK_ERROR = "VPS_INSERT_DVD_DISK_ERROR";
public const string EJECT_DVD_DISK_ERROR = "VPS_EJECT_DVD_DISK_ERROR";
// Replication
public const string SET_REPLICA_SERVER_ERROR = "SET_REPLICA_SERVER_ERROR";
public const string HOST_NAMER_IS_ALREADY_USED = "HOST_NAMER_IS_ALREADY_USED";
public const string CANNOT_CHECK_HOST_EXISTS = "CANNOT_CHECK_HOST_EXISTS";