Container for the parameters to the DescribeTapeRecoveryPoints operation.
            
Returns a list of virtual tape recovery points that are available for the specified gateway-VTL.
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.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeTapeRecoveryPointsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeTapeRecoveryPointsRequest()()()() | Initializes a new instance of the DescribeTapeRecoveryPointsRequest 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.) | 
|  | Limit | 
            Specifies that the number of virtual tape recovery points that are described be limited to the specified number.
             
             Constraints: | 
|  | Marker | 
            An opaque string that indicates the position at which to begin describing the virtual tape recovery points.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | 
|  | WithLimit(Int32) | Obsolete. 
            Sets the Limit property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeTapeRecoveryPointsRequest | |