AWS SDK for .NET Documentation
ListVolumesResult Class
AmazonAmazon.StorageGateway.ModelListVolumesResult Did this page help you?   Yes   No    Tell us about it...

A JSON object containing the following fields:

Declaration Syntax
C#
public class ListVolumesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListVolumesResult()()()()
Initializes a new instance of the ListVolumesResult 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.)
Marker
Use the marker in your next request to continue pagination of iSCSI volumes. If there are no more volumes to list, this field does not appear in the response body.

Constraints:

Length
1 - 1000


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeInfos
An array of VolumeInfo objects, where each object describes an iSCSI volume. If no volumes are defined for the gateway, then VolumeInfos is an empty array "[]".

WithGatewayARN(String)
Sets the GatewayARN property

WithMarker(String)
Sets the Marker property

WithVolumeInfos(array<VolumeInfo>[]()[][])
Adds elements to the VolumeInfos collection

WithVolumeInfos(IEnumerable<(Of <<'(VolumeInfo>)>>))
Adds elements to the VolumeInfos collection

Inheritance Hierarchy
Object
ListVolumesResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)