models.tape_media_information module¶
-
class
models.tape_media_information.
TapeMediaInformation
(barcode=None, location=None, online=None)[source]¶ Bases:
object
Implementation of the ‘TapeMediaInformation’ model.
Provides information about a single tape media in a QStar Archive Vault.
- Attributes:
barcode (string): Specifies a unique identifier for the media. location (string): Specifies the location of the offline media as
recorded by the backup administrator using media management software.
- online (bool): Specifies a flag that indicates if the media is online
or offline. Offline media must be manually loaded into the media library before a recovery can occur.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.