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. |
Related Commands