--- title: "VBRTapeDrive" description: "Contains tape library drive. Property Type Description int Number of slot where the drive is connected. string Tape library to which the drive belongs. bool Indicates if the drive is enabled (TRUE) or not (FALSE)." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrtapedrive.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRTapeDrive" dateModified: "2026-08-19" --- # VBRTapeDrive Contains tape library drive. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Address |
int |
Number of slot where the drive is connected. |
|
Device |
string |
Tape library to which the drive belongs. |
|
Enabled |
bool |
Indicates if the drive is enabled (TRUE) or not (FALSE). |
|
IsLocked |
bool |
Indicates if the drive is locked by read/write operations (TRUE) or not (FALSE). |
|
LibraryId |
GUID |
The ID of the tape library to which the drive belongs. |
|
Medium |
The name of the tape currently located in the drive. |
|
|
Model |
string |
The drive model name. |
|
SerialNumber |
string |
The drive serial number. |
|
State |
Drive state. |
|
|
Id |
GUID |
The drive ID. |
|
Name |
string |
The drive name. |
|
Description |
string |
The drive description. |