AWS SDK Version 4 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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The Availability Zone of the volume.

Public Property AvailabilityZoneId System.String

Gets and sets the property AvailabilityZoneId.

The ID of the Availability Zone.

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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property InitializationStatusDetails Amazon.EC2.Model.InitializationStatusDetails

Gets and sets the property InitializationStatusDetails.

Information about the volume initialization. It can take up to 5 minutes for the volume initialization information to be updated.

Only available for volumes created from snapshots. Not available for empty volumes created without a snapshot.

For more information, see Initialize Amazon EBS volumes.

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:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer