TapeInfo class
Describes a virtual tape.
Constructors
Properties
- gatewayARN → String?
-
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and AWS Region.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- poolEntryDate → DateTime?
-
The date that the tape entered the custom tape pool with tape retention lock
enabled.
final
- poolId → String?
-
The ID of the pool that you want to add your tape to for archiving. The tape
in this pool is 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
- retentionStartDate → DateTime?
-
The date that the tape became subject to tape retention lock.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tapeARN → String?
-
The Amazon Resource Name (ARN) of a virtual tape.
final
- tapeBarcode → String?
-
The barcode that identifies a specific virtual tape.
final
- tapeSizeInBytes → int?
-
The size, in bytes, of a virtual tape.
final
- tapeStatus → String?
-
The status of the tape.
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