Returns the status of one or more volumes.

C# |
public class DescribeVolumeStatusRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeVolumeStatusRequest()()()() | Initializes a new instance of the DescribeVolumeStatusRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Filter |
A list of filters used to specify which volumes to return.
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
|
![]() | IsSetMaxResults()()()() |
Checks if the MaxResults property is set.
|
![]() | IsSetNextToken()()()() |
Checks if the NextToken property is set.
|
![]() | IsSetVolumeId()()()() |
Checks if VolumeId property is set
|
![]() | MaxResults |
The maximum number of paginated volume items per response.
|
![]() | NextToken |
Token specifying the next paginated set of results to return.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VolumeId |
List of volume IDs to retrieve statuses for.
If not specified, all volumes are described.
|
![]() | WithFilter(array<Filter>[]()[][]) | Obsolete.
Sets filters used to specify which volumes to return.
|
![]() | WithMaxResults(Int32) | Obsolete.
Sets the maximum number of paginated volume items per response.
|
![]() | WithNextToken(String) | Obsolete.
Sets the token specifying the next paginated set of results to return.
|
![]() | WithVolumeId(array<String>[]()[][]) | Obsolete.
Sets list of volume IDs to retrieve statuses for.
|

Object | ||
![]() | EC2Request | |
![]() | DescribeVolumeStatusRequest |