Class: Aws::StorageGateway::Types::TapeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::TapeInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Describes a virtual tape.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#pool_entry_date ⇒ Time
The date that the tape entered the custom tape pool with tape retention lock enabled.
-
#pool_id ⇒ String
The ID of the pool that you want to add your tape to for archiving.
-
#retention_start_date ⇒ Time
The date that the tape became subject to tape retention lock.
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of a virtual tape.
-
#tape_barcode ⇒ String
The barcode that identifies a specific virtual tape.
-
#tape_size_in_bytes ⇒ Integer
The size, in bytes, of a virtual tape.
-
#tape_status ⇒ String
The status of the tape.
Instance Attribute Details
#gateway_arn ⇒ String
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.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6527 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_date ⇒ Time
The date that the tape entered the custom tape pool with tape retention lock enabled.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6527 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_id ⇒ 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.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6527 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_date ⇒ Time
The date that the tape became subject to tape retention lock.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6527 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_arn ⇒ String
The Amazon Resource Name (ARN) of a virtual tape.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6527 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_barcode ⇒ String
The barcode that identifies a specific virtual tape.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6527 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_bytes ⇒ Integer
The size, in bytes, of a virtual tape.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6527 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_status ⇒ String
The status of the tape.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6527 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 |