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

This operation returns a list of the local disks of a gateway. 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 all disks, specifying which are configured as working storage, stored volume or not configured at all.

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



IconMemberDescription
ListLocalDisksRequest()()()()
Initializes a new instance of the ListLocalDisksRequest 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.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithGatewayARN(String) Obsolete.
Sets the GatewayARN property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ListLocalDisksRequest
See Also

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