You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::TapeInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a virtual tape.

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.

#pool_entry_dateTime

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

Returns:

  • (Time)

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

#pool_idString

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.

Valid Values: GLACIER | DEEP_ARCHIVE

Returns:

  • (String)

    The ID of the pool that you want to add your tape to for archiving.

#retention_start_dateTime

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

Returns:

  • (Time)

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

#tape_arnString

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

Returns:

  • (String)

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

#tape_barcodeString

The barcode that identifies a specific virtual tape.

Returns:

  • (String)

    The barcode that identifies a specific virtual tape.

#tape_size_in_bytesInteger

The size, in bytes, of a virtual tape.

Returns:

  • (Integer)

    The size, in bytes, of a virtual tape.

#tape_statusString

The status of the tape.

Returns:

  • (String)

    The status of the tape.