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 the volume status.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.VolumeStatusItem

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

Syntax

C#
public class VolumeStatusItem

The VolumeStatusItem type exposes the following members

Constructors

NameDescription
Public Method VolumeStatusItem()

Properties

NameTypeDescription
Public Property Actions System.Collections.Generic.List<Amazon.EC2.Model.VolumeStatusAction>

Gets and sets the property Actions.

The details of the operation.

Public Property AttachmentStatuses System.Collections.Generic.List<Amazon.EC2.Model.VolumeStatusAttachmentStatus>

Gets and sets the property AttachmentStatuses.

Information about the instances to which the volume is attached.

Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone of the volume.

Public Property Events System.Collections.Generic.List<Amazon.EC2.Model.VolumeStatusEvent>

Gets and sets the property Events.

A list of events associated with the volume.

Public Property OutpostArn System.String

Gets and sets the property OutpostArn.

The Amazon Resource Name (ARN) of the Outpost.

Public Property VolumeId System.String

Gets and sets the property VolumeId.

The volume ID.

Public Property VolumeStatus Amazon.EC2.Model.VolumeStatusInfo

Gets and sets the property VolumeStatus.

The volume status.

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