AWS SDK for .NET Documentation
Volume Class
AmazonAmazon.EC2.ModelVolume Did this page help you?   Yes   No    Tell us about it...
Volume description
Declaration Syntax
C#
public class Volume
Members
All MembersConstructorsMethodsProperties



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

Attachment
List of attachments

AvailabilityZone
Availability Zone in which the volume was created.

CreateTime
Time stamp when volume creation was initiated.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IOPS
Quantity of desired throughput in IOPS.

IsSetAttachment()()()()
Checks if Attachment property is set

IsSetAvailabilityZone()()()()
Checks if AvailabilityZone property is set

IsSetCreateTime()()()()
Checks if CreateTime property is set

IsSetIOPS()()()()
Checks if IOPS property is set

IsSetSize()()()()
Checks if Size property is set

IsSetSnapshotId()()()()
Checks if SnapshotId property is set

IsSetStatus()()()()
Checks if Status property is set

IsSetTag()()()()
Checks if Tag property is set

IsSetVolumeId()()()()
Checks if VolumeId property is set

IsSetVolumeType()()()()
Checks if VolumeType property is set

Size
The size of the volume, in GiBs.

SnapshotId
Snapshot from which the volume was created.

Status
Volume state

Tag
A list of tags for the Volume.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeId
The ID of the volume.

VolumeType
The volume type. This can be gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, or standard for Magnetic volumes.

Constraints:

Allowed Values
standard, io1, gp2


WithAttachment(array<Attachment>[]()[][]) Obsolete.
Sets the list of attachments

WithAvailabilityZone(String) Obsolete.
Sets the Availability Zone in which the volume was created.

WithCreateTime(String) Obsolete.
Sets the time stamp when volume creation was initiated.

WithIOPS(String) Obsolete.
Sets the quantity of desired throughput in IOPS.

WithSize(String) Obsolete.
Sets the size of the volume, in GiBs.

WithSnapshotId(String) Obsolete.
Sets the snapshot from which the volume was created.

WithStatus(String) Obsolete.
Sets the volume state

WithTag(array<Tag>[]()[][]) Obsolete.
Sets a list of tags for the Volume.

WithVolumeId(String) Obsolete.
Sets the ID of the volume.

WithVolumeType(String) Obsolete.
Sets the volume type.

Inheritance Hierarchy
Object
Volume

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