Enum BackupExecDiskStorageDeviceServerConnectionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of connection between a server and a disk storage device.
public enum BackupExecDiskStorageDeviceServerConnectionType
Fields
Local = 1The connection is a local connection - for example "D:\Data\Backup".
Ndmp = 3The connection is an NDMP connection.
NdmpScsi = 4The connection is an NDMP SCSI connection.
Network = 2The connection is a network (UNC path) connection.
Scsi = 5The connection is an SCSI connection.
Unknown = 0The connection type is unknown.