paws.storage (version 0.1.0)

storagegateway_retrieve_tape_recovery_point: Retrieves the recovery point for the specified virtual tape

Description

Retrieves the recovery point for the specified virtual tape. This operation is only supported in the tape gateway type.

Usage

storagegateway_retrieve_tape_recovery_point(TapeARN, GatewayARN)

Arguments

TapeARN

[required] The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.

GatewayARN

[required]

Request syntax

svc$retrieve_tape_recovery_point(
  TapeARN = "string",
  GatewayARN = "string"
)

Details

A recovery point is a point in time view of a virtual tape at which all the data on the tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.

The virtual tape can be retrieved to only one gateway. The retrieved tape is read-only. The virtual tape can be retrieved to only a tape gateway. There is no charge for retrieving recovery points.

Examples

Run this code
# NOT RUN {
# Retrieves the recovery point for the specified virtual tape.
# }
# NOT RUN {
svc$retrieve_tape_recovery_point(
  GatewayARN = "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
  TapeARN = "arn:aws:storagegateway:us-east-1:999999999999:tape/TEST0AA2AF"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab