VolumeAttachment Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Specifies the details of a how an EC2 EBS volume is attached to an instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.VolumeAttachment

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class VolumeAttachment : Object

The VolumeAttachment type exposes the following members

Constructors

  Name Description
Public Method VolumeAttachment()

Properties

  Name Description
Public Property AttachTime Timestamp when this attachment initiated.
Public Property DeleteOnTermination ` Whether this volume will be deleted or not when the associated instance is terminated.
Public Property Device How the device is exposed to the instance (e.g., /dev/sdh).
Public Property InstanceId
Public Property State

Constraints: Allowed Values attaching, attached, detaching, detached

Public Property VolumeId

Version Information

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

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

.NET for Windows Phone:
Supported in: Window Phone 8