Tape

class Tape

Describes a virtual tape object.

Types

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

Properties

Link copied to clipboard

Optional. The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side encryption. Storage Gateway does not support asymmetric CMKs. This value must be set if KMSEncrypted is true, or if EncryptionType is SseKms or DsseKms.

Link copied to clipboard

The date that the tape enters a custom tape pool.

Link copied to clipboard

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.

Link copied to clipboard

For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

Link copied to clipboard

The date that the tape is first archived with tape retention lock enabled.

Link copied to clipboard

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

Link copied to clipboard

The barcode that identifies a specific virtual tape.

Link copied to clipboard

The date the virtual tape was created.

Link copied to clipboard

The size, in bytes, of the virtual tape capacity.

Link copied to clipboard

The current state of the virtual tape.

Link copied to clipboard

The size, in bytes, of data stored on the virtual tape.

Link copied to clipboard

The virtual tape library (VTL) device that the virtual tape is associated with.

Link copied to clipboard

If the tape is archived as write-once-read-many (WORM), this value is true.

Functions

Link copied to clipboard
inline fun copy(block: Tape.Builder.() -> Unit = {}): Tape
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