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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Describes a virtual tape.

Constant Summary collapse

SENSITIVE =
[]

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 Amazon Web Services Region.

Returns:

  • (String)


6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6265

class TapeInfo < Struct.new(
  :tape_arn,
  :tape_barcode,
  :tape_size_in_bytes,
  :tape_status,
  :gateway_arn,
  :pool_id,
  :retention_start_date,
  :pool_entry_date)
  SENSITIVE = []
  include Aws::Structure
end

#pool_entry_dateTime

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

Returns:

  • (Time)


6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6265

class TapeInfo < Struct.new(
  :tape_arn,
  :tape_barcode,
  :tape_size_in_bytes,
  :tape_status,
  :gateway_arn,
  :pool_id,
  :retention_start_date,
  :pool_entry_date)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (String)


6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6265

class TapeInfo < Struct.new(
  :tape_arn,
  :tape_barcode,
  :tape_size_in_bytes,
  :tape_status,
  :gateway_arn,
  :pool_id,
  :retention_start_date,
  :pool_entry_date)
  SENSITIVE = []
  include Aws::Structure
end

#retention_start_dateTime

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

Returns:

  • (Time)


6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6265

class TapeInfo < Struct.new(
  :tape_arn,
  :tape_barcode,
  :tape_size_in_bytes,
  :tape_status,
  :gateway_arn,
  :pool_id,
  :retention_start_date,
  :pool_entry_date)
  SENSITIVE = []
  include Aws::Structure
end

#tape_arnString

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

Returns:

  • (String)


6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6265

class TapeInfo < Struct.new(
  :tape_arn,
  :tape_barcode,
  :tape_size_in_bytes,
  :tape_status,
  :gateway_arn,
  :pool_id,
  :retention_start_date,
  :pool_entry_date)
  SENSITIVE = []
  include Aws::Structure
end

#tape_barcodeString

The barcode that identifies a specific virtual tape.

Returns:

  • (String)


6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6265

class TapeInfo < Struct.new(
  :tape_arn,
  :tape_barcode,
  :tape_size_in_bytes,
  :tape_status,
  :gateway_arn,
  :pool_id,
  :retention_start_date,
  :pool_entry_date)
  SENSITIVE = []
  include Aws::Structure
end

#tape_size_in_bytesInteger

The size, in bytes, of a virtual tape.

Returns:

  • (Integer)


6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6265

class TapeInfo < Struct.new(
  :tape_arn,
  :tape_barcode,
  :tape_size_in_bytes,
  :tape_status,
  :gateway_arn,
  :pool_id,
  :retention_start_date,
  :pool_entry_date)
  SENSITIVE = []
  include Aws::Structure
end

#tape_statusString

The status of the tape.

Returns:

  • (String)


6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6265

class TapeInfo < Struct.new(
  :tape_arn,
  :tape_barcode,
  :tape_size_in_bytes,
  :tape_status,
  :gateway_arn,
  :pool_id,
  :retention_start_date,
  :pool_entry_date)
  SENSITIVE = []
  include Aws::Structure
end