TapeArchive class

Represents a virtual tape that is archived in the virtual tape shelf (VTS).

Constructors

TapeArchive({DateTime? completionTime, String? kMSKey, DateTime? poolEntryDate, String? poolId, DateTime? retentionStartDate, String? retrievedTo, String? tapeARN, String? tapeBarcode, DateTime? tapeCreatedDate, int? tapeSizeInBytes, String? tapeStatus, int? tapeUsedInBytes, bool? worm})
TapeArchive.fromJson(Map<String, dynamic> json)
factory

Properties

completionTime DateTime?
The time that the archiving of the virtual tape was completed.
final
hashCode int
The hash code for this object.
no setterinherited
kMSKey String?
final
poolEntryDate DateTime?
The time that the tape entered the custom tape pool.
final
poolId String?
The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.
final
retentionStartDate DateTime?
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
final
retrievedTo String?
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapeARN String?
The Amazon Resource Name (ARN) of an archived virtual tape.
final
tapeBarcode String?
The barcode that identifies the archived virtual tape.
final
tapeCreatedDate DateTime?
The date the virtual tape was created.
final
tapeSizeInBytes int?
The size, in bytes, of the archived virtual tape.
final
tapeStatus String?
The current state of the archived virtual tape.
final
tapeUsedInBytes int?
The size, in bytes, of data stored on the virtual tape.
final
worm bool?
Set to true if the archived tape is stored as write-once-read-many (WORM).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited