Container for the parameters to the RetrieveTapeArchive operation.
            
Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL. Virtual tapes archived in the VTS are not associated with any gateway. However after a tape is retrieved, it is associated with a gateway, even though it is also listed in the VTS.
Once a tape is successfully retrieved to a gateway, it cannot be retrieved again to another gateway. You must archive the tape again before you can retrieve it to another gateway.
 Declaration Syntax
 Declaration Syntax| C# | 
public class RetrieveTapeArchiveRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RetrieveTapeArchiveRequest()()()() | Initializes a new instance of the RetrieveTapeArchiveRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayARN | 
            The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a
            list of gateways for your account and region. You retrieve archived virtual tapes to only one gateway and the gateway must be a gateway-VTL.
             
             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 you want to retrieve from the virtual tape shelf (VTS).
             
             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 | |
|  | RetrieveTapeArchiveRequest | |