Volume Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Represents an Amazon Elastic Block Storage (EBS) volume.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.Volume

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class Volume : Object

The Volume type exposes the following members

Constructors

  Name Description
Public Method Volume()

Properties

  Name Description
Public Property Attachments Information on what this volume is attached to.
Public Property AvailabilityZone Availability zone in which this volume was created.
Public Property CreateTime Timestamp when volume creation was initiated.
Public Property Iops
Public Property Size The size of this volume, in gigabytes.
Public Property SnapshotId Optional snapshot from which this volume was created.
Public Property State State of this volume (e.g., creating, available).

Constraints:Allowed Valuescreating, available, in-use, deleting, error

Public Property Tags A list of tags for the Volume.
Public Property VolumeId The unique ID of this volume.
Public Property VolumeType

Version Information

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

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

.NET for Windows Phone:
Supported in: Window Phone 8