Class: Aws::StorageGateway::Types::TapeArchive
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::TapeArchive
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
The time that the archiving of the virtual tape was completed.
-
#kms_key ⇒ String
Optional.
-
#pool_entry_date ⇒ Time
The time that the tape entered the custom tape pool.
-
#pool_id ⇒ String
The ID of the pool that was used to archive the tape.
-
#retention_start_date ⇒ Time
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
-
#retrieved_to ⇒ String
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
-
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of an archived virtual tape.
-
#tape_barcode ⇒ String
The barcode that identifies the archived virtual tape.
-
#tape_created_date ⇒ Time
The date the virtual tape was created.
-
#tape_size_in_bytes ⇒ Integer
The size, in bytes, of the archived virtual tape.
-
#tape_status ⇒ String
The current state of the archived virtual tape.
-
#tape_used_in_bytes ⇒ Integer
The size, in bytes, of data stored on the virtual tape.
-
#worm ⇒ Boolean
Set to
true
if the archived tape is stored as write-once-read-many (WORM).
Instance Attribute Details
#completion_time ⇒ Time
The time that the archiving of the virtual tape was completed.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#kms_key ⇒ String
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
.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#pool_entry_date ⇒ Time
The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#pool_id ⇒ String
The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#retention_start_date ⇒ Time
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#retrieved_to ⇒ String
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#tape_arn ⇒ String
The Amazon Resource Name (ARN) of an archived virtual tape.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#tape_barcode ⇒ String
The barcode that identifies the archived virtual tape.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#tape_created_date ⇒ Time
The date the virtual tape was created.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#tape_size_in_bytes ⇒ Integer
The size, in bytes, of the archived virtual tape.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#tape_status ⇒ String
The current state of the archived virtual tape.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#tape_used_in_bytes ⇒ Integer
The size, in bytes, of data stored on the virtual tape.
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |
#worm ⇒ Boolean
Set to true
if the archived tape is stored as write-once-read-many
(WORM).
6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6841 class TapeArchive < Struct.new( :tape_arn, :tape_barcode, :tape_created_date, :tape_size_in_bytes, :completion_time, :retrieved_to, :tape_status, :tape_used_in_bytes, :kms_key, :pool_id, :worm, :retention_start_date, :pool_entry_date) SENSITIVE = [] include Aws::Structure end |