AWS SDK for .NET Documentation
AttachVolumeRequest Class
AmazonAmazon.EC2.ModelAttachVolumeRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AttachVolume operation.

Attaches an Amazon EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.

Encrypted Amazon EBS volumes may only be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide .

For a list of supported device names, see Attaching an Amazon EBS Volume to an Instance . Any device names that aren't reserved for instance store volumes can be used for Amazon EBS volumes. For more information, see Amazon EC2 Instance Store in the Amazon Elastic Compute Cloud User Guide .

If a volume has an AWS Marketplace product code:

For an overview of the AWS Marketplace, see https://aws.amazon.com/marketplace/help/200900000 . For more information about how to use the AWS Marketplace, see AWS Marketplace .

For more information about Amazon EBS volumes, see Attaching Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide .

Declaration Syntax
C#
public class AttachVolumeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

Device
The device name as exposed to the instance (e.g., /dev/sdh, or xvdh).

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.)
InstanceId
The ID of the instance to which the volume attaches. The volume and instance must be within the same Availability Zone and the instance must be running.

IsSetDevice()()()()
Checks if Device property is set

IsSetInstanceId()()()()
Checks if InstanceId property is set

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

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeId
The ID of the Amazon EBS volume. The volume and instance must be within the same Availability Zone and the instance must be running.

WithDevice(String) Obsolete.
Sets the device name as exposed to the instance (e.g., /dev/sdh, or xvdh).

WithInstanceId(String) Obsolete.
Sets the ID of the instance to which the volume attaches.

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

Inheritance Hierarchy
Object
EC2Request
 AttachVolumeRequest

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