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 3.5
 
Describes an Amazon EBS volume.

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.Ebs

Namespace: Amazon.AutoScaling.Model
Assembly: AWSSDK.dll
Version: 0.0.3.0

Syntax

C#
public class Ebs : Object

The Ebs type exposes the following members

Constructors

  Name Description
Public Method Ebs()

Properties

  Name Description
Public Property DeleteOnTermination Gets and sets the property DeleteOnTermination.

Indicates whether to delete the volume on instance termination.

Default:

true

Public Property Iops Gets and sets the property Iops.

For Provisioned IOPS (SSD) volumes only. The number of I/O operations per second (IOPS) to provision for the volume.

Valid values: Range is 100 to 4000.

Default: None

Public Property SnapshotId Gets and sets the property SnapshotId.

The ID of the snapshot.

Public Property VolumeSize Gets and sets the property VolumeSize.

The volume size, in gigabytes.

Valid values: If the volume type is

io1
, the minimum size of the volume is 10 GiB. If you specify
SnapshotId
and
VolumeSize
,
VolumeSize
must be equal to or larger than the size of the snapshot.

Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the size of the snapshot.

Required: Required when the volume type is

io1
.

Public Property VolumeType Gets and sets the property VolumeType.

The volume type.

Valid values:

standard | io1 | gp2

Default:

standard

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