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
 
Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice data type.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.EbsBlockDevice

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

Syntax

C#
public class EbsBlockDevice : Object

The EbsBlockDevice type exposes the following members

Constructors

NameDescription
Public Method EbsBlockDevice()

Properties

NameTypeDescription
Public Property DeleteOnTermination System.Boolean Gets and sets the property DeleteOnTermination.

Whether the volume is deleted on instance termination.

Public Property Iops System.Int32 Gets and sets the property Iops.

The number of I/O operations per second (IOPS) that the volume supports. For more information, see EbsBlockDevice.

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

The snapshot ID.

Public Property VolumeSize System.Int32 Gets and sets the property VolumeSize.

The volume size, in GiB. For more information, see EbsBlockDevice.

Public Property VolumeType Amazon.OpsWorks.VolumeType Gets and sets the property VolumeType.

The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, and standard for Magnetic volumes.

Version Information

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

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