AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListTapePools operation. Lists custom tape pools. You specify custom tape pools to list by specifying one or more custom tape pool Amazon Resource Names (ARNs). If you don't specify a custom tape pool ARN, the operation lists all custom tape pools.

This operation supports pagination. You can optionally specify the Limit parameter in the body to limit the number of tape pools in the response. If the number of tape pools returned in the response is truncated, the response includes a Marker element that you can use in your subsequent request to retrieve the next set of tape pools.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.StorageGateway.AmazonStorageGatewayRequest
      Amazon.StorageGateway.Model.ListTapePoolsRequest

Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.StorageGateway.dll
Version: 3.x.y.z

Syntax

C#
public class ListTapePoolsRequest : AmazonStorageGatewayRequest
         IAmazonWebServiceRequest

The ListTapePoolsRequest type exposes the following members

Constructors

NameDescription
Public Method ListTapePoolsRequest()

Properties

NameTypeDescription
Public Property Limit System.Int32

Gets and sets the property Limit.

An optional number limit for the tape pools in the list returned by this call.

Public Property Marker System.String

Gets and sets the property Marker.

A string that indicates the position at which to begin the returned list of tape pools.

Public Property PoolARNs System.Collections.Generic.List<System.String>

Gets and sets the property PoolARNs.

The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5