Container for the parameters to the RetrieveTapeRecoveryPoint operation.
            
Retrieves the recovery point for the specified virtual tape.
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.
NOTE: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 gateway-VTL. There is no charge for retrieving recovery points.
 Declaration Syntax
 Declaration Syntax| C# | 
public class RetrieveTapeRecoveryPointRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RetrieveTapeRecoveryPointRequest()()()() | Initializes a new instance of the RetrieveTapeRecoveryPointRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayARN | 
            The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
            region.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | TapeARN | 
            The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | 
|  | WithTapeARN(String) | Obsolete. 
            Sets the TapeARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | RetrieveTapeRecoveryPointRequest | |