Last chance! 50% off unlimited learning
Sale ends in
Returns a list of virtual tape recovery points that are available for the specified tape gateway.
storagegateway_describe_tape_recovery_points(GatewayARN, Marker, Limit)
[required]
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
svc$describe_tape_recovery_points( GatewayARN = "string", Marker = "string", Limit = 123 )
A recovery point is a point-in-time view of a virtual tape at which all the data on the virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway. This operation is only supported in the tape gateway type.
# NOT RUN {
# Returns a list of virtual tape recovery points that are available for
# the specified gateway-VTL.
# }
# NOT RUN {
svc$describe_tape_recovery_points(
GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B",
Limit = 1L,
Marker = "1"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab