Table of Contents

Class DescribeVolumesRequest

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Container for the parameters to the DescribeVolumes operation. Describes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.

public class DescribeVolumesRequest : AmazonFSxRequest
Inheritance
DescribeVolumesRequest

Constructors

DescribeVolumesRequest()

public DescribeVolumesRequest()

Properties

Filters

Gets and sets the property Filters.

Enter a filter Name and Values pair to view a select set of volumes.

public List<VolumeFilter> Filters { get; set; }

Property Value

List<VolumeFilter>

MaxResults

Gets and sets the property MaxResults.

public int MaxResults { get; set; }

Property Value

int

NextToken

Gets and sets the property NextToken.

public string NextToken { get; set; }

Property Value

string

VolumeIds

Gets and sets the property VolumeIds.

The IDs of the volumes whose descriptions you want to retrieve.

public List<string> VolumeIds { get; set; }

Property Value

List<string>