AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the AttachVolume operation. Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.

Encrypted 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 EBS Volume to an Instance. Any device names that aren't reserved for instance store volumes can be used for 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 Introducing AWS Marketplace.

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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.AttachVolumeRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AttachVolumeRequest : AmazonEC2Request
         IRequestEvents

The AttachVolumeRequest type exposes the following members

Constructors

NameDescription
Public Method AttachVolumeRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method AttachVolumeRequest(string, string, string) Instantiates AttachVolumeRequest with the parameterized properties

Properties

NameTypeDescription
Public Property Device System.String Gets and sets the property Device.

The device name to expose to the instance (for example, /dev/sdh or xvdh).

Public Property InstanceId System.String Gets and sets the property InstanceId.

The ID of the instance.

Public Property VolumeId System.String Gets and sets the property VolumeId.

The ID of the EBS volume. The volume and instance must be within the same Availability Zone.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8