wsp-10329 Adding hyper-v replica to HyperV Provider. WebPortal Part 3.

This commit is contained in:
Alexander Trofimov 2015-04-22 22:05:13 +03:00
parent 3a8e9e8355
commit bb40f0b887
12 changed files with 692 additions and 62 deletions

View file

@ -17,6 +17,7 @@ namespace WebsitePanel.Providers.Virtualization
public TimeSpan AverageLatency { get; set; }
public int Errors { get; set; }
public int SuccessfulReplications { get; set; }
public int MissedReplicationCount { get; set; }
public string PendingSize { get; set; }
public DateTime LastSynhronizedAt { get; set; }
}