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 a volume.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.Volume

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

Syntax

C#
public class Volume

The Volume type exposes the following members

Constructors

NameDescription
Public Method Volume()

Properties

NameTypeDescription
Public Property Attachments System.Collections.Generic.List<Amazon.EC2.Model.VolumeAttachment>

Gets and sets the property Attachments.

Information about the volume attachments.

Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone for the volume.

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The time stamp when volume creation was initiated.

Public Property Encrypted System.Boolean

Gets and sets the property Encrypted.

Indicates whether the volume is encrypted.

Public Property FastRestored System.Boolean

Gets and sets the property FastRestored.

Indicates whether the volume was created using fast snapshot restore.

Public Property Iops System.Int32

Gets and sets the property Iops.

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the volume.

Public Property MultiAttachEnabled System.Boolean

Gets and sets the property MultiAttachEnabled.

Indicates whether Amazon EBS Multi-Attach is enabled.

Public Property OutpostArn System.String

Gets and sets the property OutpostArn.

The Amazon Resource Name (ARN) of the Outpost.

Public Property Size System.Int32

Gets and sets the property Size.

The size of the volume, in GiBs.

Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

The snapshot from which the volume was created, if applicable.

Public Property SseType Amazon.EC2.SSEType

Gets and sets the property SseType.

Reserved for future use.

Public Property State Amazon.EC2.VolumeState

Gets and sets the property State.

The volume state.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

Any tags assigned to the volume.

Public Property Throughput System.Int32

Gets and sets the property Throughput.

The throughput that the volume supports, in MiB/s.

Public Property VolumeId System.String

Gets and sets the property VolumeId.

The ID of the volume.

Public Property VolumeType Amazon.EC2.VolumeType

Gets and sets the property VolumeType.

The volume type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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