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 configuration.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.VolumeConfiguration

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

Syntax

C#
public class VolumeConfiguration : Object

The VolumeConfiguration type exposes the following members

Constructors

NameDescription
Public Method VolumeConfiguration()

Properties

NameTypeDescription
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:

  • standard - Magnetic
  • io1 - Provisioned IOPS (SSD)
  • gp2 - General Purpose (SSD)

Version Information

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

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