Tape class

Describes a virtual tape object.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
kMSKey String?
final
poolEntryDate DateTime?
The date that the tape enters a custom tape pool.
final
poolId String?
The ID of the pool that contains tapes that will be archived. The tapes in this pool are archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
final
progress double?
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
final
retentionStartDate DateTime?
The date that the tape is first archived with tape retention lock enabled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapeARN String?
The Amazon Resource Name (ARN) of the virtual tape.
final
tapeBarcode String?
The barcode that identifies a specific virtual tape.
final
tapeCreatedDate DateTime?
The date the virtual tape was created.
final
tapeSizeInBytes int?
The size, in bytes, of the virtual tape capacity.
final
tapeStatus String?
The current state of the virtual tape.
final
tapeUsedInBytes int?
The size, in bytes, of data stored on the virtual tape.
final
vTLDevice String?
The virtual tape library (VTL) device that the virtual tape is associated with.
final
worm bool?
If the tape is archived as write-once-read-many (WORM), this value is true.
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