Describes the specified Amazon EBS volumes that
you own. If you do not
specify one or
more volume IDs, Amazon EBS
describes all volumes that you own. For
more information about
Amazon EBS, go to the Amazon Elastic Compute Cloud Developer
Guide.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeVolumesRequest
Public Class DescribeVolumesRequest
public ref class DescribeVolumesRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeVolumesRequest()()()() | Initializes a new instance of the DescribeVolumesRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| Filter |
Gets and sets the Filter property.
A list of filters used to match system-defined properties and user-defined tags associated
with the specified Volumes.
For a complete reference to the available filter keys for this operation, see the
Amazon EC2 API reference.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetFilter()()()() |
Checks if Filter property is set
| |
| IsSetVolumeId()()()() |
Checks if VolumeId property is set
| |
| ToString()()()() | (Inherited from Object.) | |
| VolumeId |
Gets and sets the VolumeId property.
The ID of the volume to list.
| |
| WithFilter(array<Filter>[]()[][]) |
Sets the Filter property
| |
| WithVolumeId(array<String>[]()[][]) |
Sets the VolumeId property
|