AWS SDK for .NET Documentation
DescribeVolumesRequest Class
AmazonAmazon.EC2.ModelDescribeVolumesRequest Did this page help you?   Yes   No    Tell us about it...
Describes the specified Amazon EBS volumes that you own.
Declaration Syntax
C#
public class DescribeVolumesRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeVolumesRequest()()()()
Initializes a new instance of the DescribeVolumesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
One or more filters.
  • attachment.attach-time - The time stamp when the attachment initiated.
  • attachment.delete-on-termination - Whether the volume is deleted on instance termination.
  • attachment.device - The device name that is exposed to the instance (for example, /dev/sda1).
  • attachment.instance-id - The ID of the instance the volume is attached to.
  • attachment.status - The attachment state (attaching | attached | detaching | detached).
  • availability-zone - The Availability Zone in which the volume was created.
  • create-time - The time stamp when the volume was created.
  • encrypted - The encryption status of the volume.
  • size - The size of the volume, in GiB.
  • snapshot-id - The snapshot from which the volume was created.
  • status - The status of the volume (creating | available | in-use | deleting | deleted | error).
  • tag:key=value - The key/value combination of a tag assigned to the resource.
  • tag-key - The key of a tag assigned to the resource. This filter is independent of the tag-value filter. For example, if you use both the filter "tag-key=Purpose" and the filter "tag-value=X", you get any resources assigned both the tag key Purpose (regardless of what the tag's value is), and the tag value X (regardless of what the tag's key is). If you want to list only resources where Purpose is X, see the tag:key=value filter.
  • tag-value - The value of a tag assigned to the resource. This filter is independent of the tag-key filter.
  • volume-id - The volume ID.
  • volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, or standard for Magnetic volumes.

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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeId
One or more volume IDs.

WithFilter(array<Filter>[]()[][]) Obsolete.
Sets filters used to match system-defined properties and user-defined tags associated with the specified Volumes.

WithVolumeId(array<String>[]()[][]) Obsolete.
Sets volume IDs.

Remarks
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.
Inheritance Hierarchy
Object
EC2Request
 DescribeVolumesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)