AWS SDK for .NET Documentation
DescribeTapesRequest Class
AmazonAmazon.StorageGateway.ModelDescribeTapesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeTapes operation.

Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a TapeARN is not specified, returns a description of all virtual tapes associated with the specified gateway.

Declaration Syntax
C#
public class DescribeTapesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeTapesRequest()()()()
Initializes a new instance of the DescribeTapesRequest 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 tapes described be limited to the specified number.
Note:
Amazon Web Services may impose its own limit, if this field is not set.

Constraints:

Range
1 -


Marker
A marker value, obtained in a previous call to DescribeTapes. This marker indicates which page of results to retrieve. If not specified, the first page of results is retrieved.

Constraints:

Length
1 - 1000


TapeARNs
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.

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

WithTapeARNs(array<String>[]()[][]) Obsolete.
Adds elements to the TapeARNs collection

WithTapeARNs(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the TapeARNs collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeTapesRequest
See Also

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