AWS SDK Version 3 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.

Describes an Amazon EBS volume configuration.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.VolumeConfiguration

Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.OpsWorks.dll
Version: 3.x.y.z

Syntax

C#
public class VolumeConfiguration

The VolumeConfiguration type exposes the following members

Constructors

NameDescription
Public Method VolumeConfiguration()

Properties

NameTypeDescription
Public Property Encrypted System.Boolean

Gets and sets the property Encrypted.

Specifies whether an Amazon EBS volume is encrypted. For more information, see Amazon EBS Encryption.

Public Property Iops System.Int32

Gets and sets the property Iops.

For PIOPS volumes, the IOPS per disk.

Public Property MountPoint System.String

Gets and sets the property MountPoint.

The volume mount point. For example "/dev/sdh".

Public Property NumberOfDisks System.Int32

Gets and sets the property NumberOfDisks.

The number of disks in the volume.

Public Property RaidLevel System.Int32

Gets and sets the property RaidLevel.

The volume RAID level.

Public Property Size System.Int32

Gets and sets the property Size.

The volume size.

Public Property VolumeType System.String

Gets and sets the property VolumeType.

The volume type. For more information, see Amazon EBS Volume Types.

  • standard - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB.

  • io1 - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB.

  • gp2 - General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a maximum size of 16384 GiB.

  • st1 - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.

  • sc1 - Cold HDD. Cold HDD volumes must have a minimum size of 125 GiB and a maximum size of 16384 GiB.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5