websitepanel/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VMForPCSettingsName.cs
2011-07-13 16:07:32 -07:00

22 lines
496 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WebsitePanel.Providers.Virtualization
{
public enum VMForPCSettingsName
{
SCVMMServer = 0
, SCOMServer = 1
, SCDPMServer = 2
, SCCMServer = 3
, SCVMMPrincipalName = 4
, SCOMPrincipalName = 5
, SCDPMEndPoint = 6
, SCCMEndPoint = 7
, StorageEndPoint = 8
, CoreSvcEndpoint = 9
, VPServer = 10
}
}