Class DescribeVolumesRequest
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
MaxResults
Gets and sets the property MaxResults.
public int MaxResults { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
public string NextToken { get; set; }
Property Value
VolumeIds
Gets and sets the property VolumeIds.
The IDs of the volumes whose descriptions you want to retrieve.
public List<string> VolumeIds { get; set; }