![]() |
![]()
| ![]() |
![]()
NAMEPaws::StorageGateway::TapeArchive USAGEThis 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 DESCRIPTIONRepresents a virtual tape that is archived in the virtual tape shelf (VTS). ATTRIBUTESCompletionTime => StrThe 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 => StrPoolEntryDate => StrThe 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 => StrThe 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 => StrIf the archived tape is subject to tape retention lock, the date that the archived tape started being retained. RetrievedTo => StrThe 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 => StrThe Amazon Resource Name (ARN) of an archived virtual tape. TapeBarcode => StrThe barcode that identifies the archived virtual tape. TapeCreatedDate => StrThe date the virtual tape was created. TapeSizeInBytes => IntThe size, in bytes, of the archived virtual tape. TapeStatus => StrThe current state of the archived virtual tape. TapeUsedInBytes => IntThe size, in bytes, of data stored on the virtual tape. This value is not available for tapes created prior to May 13, 2015. Worm => BoolSet to "true" if the archived tape is stored as write-once-read-many (WORM). SEE ALSOThis class forms part of Paws, describing an object used in Paws::StorageGateway BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|