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 instance's Amazon EBS volume.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.Volume

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

Syntax

C#
public class Volume : Object

The Volume type exposes the following members

Constructors

NameDescription
Public Method Volume()

Properties

NameTypeDescription
Public Property AvailabilityZone System.String Gets and sets the property AvailabilityZone.

The volume Availability Zone. For more information, see Regions and Endpoints.

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

The device name.

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

The Amazon EC2 volume ID.

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

The instance ID.

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 Name System.String Gets and sets the property Name.

The volume name.

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

The RAID array ID.

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

The AWS region. For more information about AWS regions, see Regions and Endpoints.

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

The volume size.

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

The value returned by DescribeVolumes.

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

The volume ID.

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

The volume type, standard or PIOPS.

Version Information

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

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