Enum BackupExecStorageDeviceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of storage device.
public enum BackupExecStorageDeviceType
Fields
CloudStorageDevice = 1The storage device is a cloud storage device.
DeduplicationDiskStorageDevice = 2The storage device is a deduplication disk storage device.
DiskCartridgeDevice = 6The storage device is a disk cartridge device.
DiskCartridgeStorageDevicePool = 3The storage device is a disk cartridge storage device pool.
DiskStorageDevice = 4The storage device is a disk storage device.
DiskStorageDevicePool = 5The storage device is a disk storage device pool.
LegacyBackupToDiskFolderDevice = 7The storage device is a legacy backup to disk folder device.
NdmpServer = 8The storage device is an NDMP Server.
OpenStorageDevice = 9The storage device is an open storage device.
RemoteMediaAgentForLinux = 10The storage device is a remote media agent for Linux.
RoboticLibraryDevice = 11The storage device is a robotic library device.
RoboticLibraryPartition = 12The storage device is a robotic library partition.
RoboticLibrarySlot = 13The storage device is a robotic library slot.
StorageArrayDevice = 14The storage device is a storage array device.
TapeDriveDevice = 15The storage device is a tape drive.
TapeStorageDevicePool = 16The storage device is a tape storage device pool.
Unknown = 0The storage device type is unknown.
VirtualDiskDevice = 17The storage device is a virtual disk device.