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 ListLocalDisks operation. Returns a list of the gateway's local disks. To specify which gateway to describe, you use the Amazon Resource Name (ARN) of the gateway in the body of the request.
The request returns a list of all disks, specifying which are configured as working
storage, cache storage, or stored volume or not configured at all. The response includes
a DiskStatus
field. This field can have a value of present (the disk is available
to use), missing (the disk is no longer connected to the gateway), or mismatch (the
disk node is occupied by a disk that has incorrect metadata or the disk content is
corrupted).
Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.StorageGateway.dll
Version: 3.x.y.z
public class ListLocalDisksRequest : AmazonStorageGatewayRequest IAmazonWebServiceRequest
The ListLocalDisksRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListLocalDisksRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
GatewayARN | System.String |
Gets and sets the property GatewayARN. |
The request returns a list of all disks, specifying which are configured as working storage, cache storage, or stored volume or not configured at all.
var client = new AmazonStorageGatewayClient(); var response = client.ListLocalDisks(new ListLocalDisksRequest { GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B" }); List<Disk> disks = response.Disks; string gatewayARN = response.GatewayARN;
.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