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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class VolumeStatusItem
The VolumeStatusItem type exposes the following members
Name | Description | |
---|---|---|
![]() |
VolumeStatusItem() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
AvailabilityZone | System.String |
Gets and sets the property AvailabilityZone. The Availability Zone of the volume. |
![]() |
AvailabilityZoneId | System.String |
Gets and sets the property AvailabilityZoneId. The ID of the Availability Zone. |
![]() |
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. |
![]() |
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. |
![]() |
OutpostArn | System.String |
Gets and sets the property OutpostArn. The Amazon Resource Name (ARN) of the Outpost. |
![]() |
VolumeId | System.String |
Gets and sets the property VolumeId. The volume ID. |
![]() |
VolumeStatus | Amazon.EC2.Model.VolumeStatusInfo |
Gets and sets the property VolumeStatus. The volume status. |
.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