TapeInfo

class TapeInfo

Describes a virtual tape.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Link copied to clipboard

The date that the tape entered the custom tape pool with tape retention lock enabled.

Link copied to clipboard

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.

Link copied to clipboard

The date that the tape became subject to tape retention lock.

Link copied to clipboard

The Amazon Resource Name (ARN) of a virtual tape.

Link copied to clipboard

The barcode that identifies a specific virtual tape.

Link copied to clipboard

The size, in bytes, of a virtual tape.

Link copied to clipboard

The status of the tape.

Functions

Link copied to clipboard
inline fun copy(block: TapeInfo.Builder.() -> Unit = {}): TapeInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String