Table of Contents

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 = 1

The connection is a local connection - for example "D:\Data\Backup".

Ndmp = 3

The connection is an NDMP connection.

NdmpScsi = 4

The connection is an NDMP SCSI connection.

Network = 2

The connection is a network (UNC path) connection.

Scsi = 5

The connection is an SCSI connection.

Unknown = 0

The connection type is unknown.