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 modification status of an EBS volume.
If the volume has never been modified, some element values will be null.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class VolumeModification
The VolumeModification type exposes the following members
Name | Description | |
---|---|---|
![]() |
VolumeModification() |
Name | Type | Description | |
---|---|---|---|
![]() |
EndTime | System.DateTime |
Gets and sets the property EndTime. The modification completion or failure time. |
![]() |
ModificationState | Amazon.EC2.VolumeModificationState |
Gets and sets the property ModificationState. The current modification state. The modification state is null for unmodified volumes. |
![]() |
OriginalIops | System.Int32 |
Gets and sets the property OriginalIops. The original IOPS rate of the volume. |
![]() |
OriginalMultiAttachEnabled | System.Boolean |
Gets and sets the property OriginalMultiAttachEnabled. The original setting for Amazon EBS Multi-Attach. |
![]() |
OriginalSize | System.Int32 |
Gets and sets the property OriginalSize. The original size of the volume, in GiB. |
![]() |
OriginalThroughput | System.Int32 |
Gets and sets the property OriginalThroughput. The original throughput of the volume, in MiB/s. |
![]() |
OriginalVolumeType | Amazon.EC2.VolumeType |
Gets and sets the property OriginalVolumeType. The original EBS volume type of the volume. |
![]() |
Progress | System.Int64 |
Gets and sets the property Progress. The modification progress, from 0 to 100 percent complete. |
![]() |
StartTime | System.DateTime |
Gets and sets the property StartTime. The modification start time. |
![]() |
StatusMessage | System.String |
Gets and sets the property StatusMessage. A status message about the modification progress or failure. |
![]() |
TargetIops | System.Int32 |
Gets and sets the property TargetIops. The target IOPS rate of the volume. |
![]() |
TargetMultiAttachEnabled | System.Boolean |
Gets and sets the property TargetMultiAttachEnabled. The target setting for Amazon EBS Multi-Attach. |
![]() |
TargetSize | System.Int32 |
Gets and sets the property TargetSize. The target size of the volume, in GiB. |
![]() |
TargetThroughput | System.Int32 |
Gets and sets the property TargetThroughput. The target throughput of the volume, in MiB/s. |
![]() |
TargetVolumeType | Amazon.EC2.VolumeType |
Gets and sets the property TargetVolumeType. The target EBS volume type of the volume. |
![]() |
VolumeId | System.String |
Gets and sets the property VolumeId. The ID of the volume. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5