Table of Contents

Class BackupExecTapeDriveDevice

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a Backup Exec tape drive device.

public class BackupExecTapeDriveDevice : BackupExecStorageDevice, IComparable<BackupExecStorageDevice>
Inheritance
BackupExecTapeDriveDevice
Implements
Inherited Members

Constructors

BackupExecTapeDriveDevice()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecTapeDriveDevice class.

public BackupExecTapeDriveDevice()

Properties

CompressionEnabled

Gets or sets whether hardware compression is enabled for the drive.

public BooleanOption CompressionEnabled { get; set; }

Property Value

BooleanOption

DateInService

Gets or sets the date when the tape drive came into service.

public DateTime DateInService { get; set; }

Property Value

DateTime

DriveType

Gets or sets the type of tape drive device.

public string DriveType { get; set; }

Property Value

string

Firmware

Gets or sets the firmware of the library - for example "3.00".

public string Firmware { get; set; }

Property Value

string

MediaType

Gets or sets the media type used by the drive - for example "LTO".

public string MediaType { get; set; }

Property Value

string

ProductId

Gets or sets the product identifier of the tape drive.

public string ProductId { get; set; }

Property Value

string

RoboticLibraryDeviceName

Gets or sets the name of the robotic library device to which the tape drive is connected.

public string RoboticLibraryDeviceName { get; set; }

Property Value

string

SerialNumber

Gets or sets the serial number of the drive.

public string SerialNumber { get; set; }

Property Value

string

ServerConnections

Gets or sets the names of the servers to which the tape drive is connected.

public SerializableStringCollection ServerConnections { get; set; }

Property Value

SerializableStringCollection

Vendor

Gets or sets the vendor name of the tape drive.

public string Vendor { get; set; }

Property Value

string