wsp-10323 Convert the VSP provider into one utilizing PowerShell. Step 1.
This commit is contained in:
parent
eb50917965
commit
3fd05f6851
17 changed files with 3621 additions and 10 deletions
|
@ -35,9 +35,10 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
public enum OperationalStatus
|
||||
{
|
||||
None = 0,
|
||||
OK = 2,
|
||||
Ok = 2,
|
||||
Error = 6,
|
||||
NoContact = 12,
|
||||
LostCommunication = 13
|
||||
LostCommunication = 13,
|
||||
Paused = 15
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue