AWS SDK for .NET Documentation
DescribeTapeRecoveryPointsRequest Class
AmazonAmazon.StorageGateway.ModelDescribeTapeRecoveryPointsRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class DescribeTapeRecoveryPointsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeTapeRecoveryPointsRequest()()()()
Initializes a new instance of the DescribeTapeRecoveryPointsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
50 - 500


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:

Range
1 -


Marker
An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

Constraints:

Length
1 - 1000


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
Object
AmazonWebServiceRequest
 DescribeTapeRecoveryPointsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)