Class BackupExecRoboticLibraryDevice
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec robotic library storage device.
public class BackupExecRoboticLibraryDevice : BackupExecStorageDevice, IComparable<BackupExecStorageDevice>
- Inheritance
-
BackupExecRoboticLibraryDevice
- Implements
- Inherited Members
Constructors
BackupExecRoboticLibraryDevice()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecRoboticLibraryDevice class.
public BackupExecRoboticLibraryDevice()
Properties
BarcodeRulesEnabled
Gets or sets whether barcode rules are enabled for this library.
public BooleanOption BarcodeRulesEnabled { get; set; }
Property Value
Firmware
Gets or sets the firmware of the library - for example "3.00".
public string Firmware { get; set; }
Property Value
LibraryType
Gets or sets the type of library device.
public string LibraryType { get; set; }
Property Value
ProductId
Gets or sets the product identifier of the library.
public string ProductId { get; set; }
Property Value
SerialNumber
Gets or sets the serial number of the library device.
public string SerialNumber { get; set; }
Property Value
ServerConnections
Gets or sets the names of the servers to which the device is connected.
public SerializableStringCollection ServerConnections { get; set; }
Property Value
- SerializableStringCollection
SlotCount
Gets or sets the number of media slots in the library.
public int SlotCount { get; set; }
Property Value
Vendor
Gets or sets the vendor name of the library.
public string Vendor { get; set; }