Enum BackupExecAgentServerType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of Backup Exec agent server.
public enum BackupExecAgentServerType
Fields
DistributedFileSystem = 1The agent server is a distributed file system (DFS) agent,
EnterpriseVault = 2The agent server is an enterprise vault agent,
ExchangeDatabaseAvailabilityGroup = 3The agent server is an Exchange database availability group (DAG) agent,
File = 4The agent server is a file agent,
Linux = 5The agent server is a Linux agent,
Macintosh = 6The agent server is a Macintosh agent,
Ndmp = 7The agent server is an NDMP agent,
Netware = 8The agent server is a Netware agent,
OracleRealApplicationCluster = 9The agent server is an Oracle Real Application Cluster agent,
The agent server is a Microsoft SharePoint Farm agent,
SqlAvailabilityGroup = 11The agent server is a SQL Availability Group agent,
Unknown = 0The agent server type is unknown.
VMware = 12The agent server is a VMware agent,
Windows = 13The agent server is a Windows agent,