NAME
Paws::StorageGateway::TapeArchive
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::StorageGateway::TapeArchive object:
$service_obj->Method(Att1 => { CompletionTime => $value, ..., Worm => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::StorageGateway::TapeArchive object:
$result = $service_obj->Method(...);
$result->Att1->CompletionTime
DESCRIPTION
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
ATTRIBUTES
CompletionTime => Str
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.
KMSKey => Str
PoolEntryDate => Str
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.
PoolId => Str
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.
Valid Values: GLACIER
| DEEP_ARCHIVE
RetentionStartDate => Str
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
RetrievedTo => Str
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).
TapeARN => Str
The Amazon Resource Name (ARN) of an archived virtual tape.
TapeBarcode => Str
The barcode that identifies the archived virtual tape.
TapeCreatedDate => Str
The date the virtual tape was created.
TapeSizeInBytes => Int
The size, in bytes, of the archived virtual tape.
TapeStatus => Str
The current state of the archived virtual tape.
TapeUsedInBytes => Int
The size, in bytes, of data stored on the virtual tape.
This value is not available for tapes created prior to May 13, 2015.
Worm => Bool
Set to true
if the archived tape is stored as write-once-read-many (WORM).
SEE ALSO
This class forms part of Paws, describing an object used in Paws::StorageGateway
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues