wsp-10323 Convert the VSP provider into one utilizing PowerShell. Step 2

This commit is contained in:
AlexanderTr 2015-03-06 15:03:07 +03:00
parent a96931786c
commit 5b09a543f8
10 changed files with 699 additions and 493 deletions

View file

@ -36,5 +36,6 @@ namespace WebsitePanel.Providers.Virtualization
{
public string Name { get; set; }
public string MacAddress { get; set; }
public string SwitchName { get; set; }
}
}