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.
Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.StorageGateway.dll
Version: 3.x.y.z
public class ListTapePoolsRequest : AmazonStorageGatewayRequest IAmazonWebServiceRequest
The ListTapePoolsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListTapePoolsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Limit | System.Int32 |
Gets and sets the property Limit. An optional number limit for the tape pools in the list returned by this call. |
![]() |
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. |
![]() |
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. |
.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