Initial project's source code check-in.
This commit is contained in:
commit
b03b0b373f
4573 changed files with 981205 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
namespace WebsitePanel.Providers.Virtualization
|
||||
{
|
||||
public class MonitoredObjectAlert
|
||||
{
|
||||
public System.DateTime Created { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string ResolutionState { get; set; }
|
||||
public string Severity { get; set; }
|
||||
public string Source { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue