VolumeModification

Describes the modification status of an EBS volume.

If the volume has never been modified, some element values will be null.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The modification completion or failure time.

Link copied to clipboard

The current modification state. The modification state is null for unmodified volumes.

Link copied to clipboard

The original IOPS rate of the volume.

Link copied to clipboard

The original setting for Amazon EBS Multi-Attach.

Link copied to clipboard

The original size of the volume, in GiB.

Link copied to clipboard

The original throughput of the volume, in MiB/s.

Link copied to clipboard

The original EBS volume type of the volume.

Link copied to clipboard

The modification progress, from 0 to 100 percent complete.

Link copied to clipboard

The modification start time.

Link copied to clipboard

A status message about the modification progress or failure.

Link copied to clipboard

The target IOPS rate of the volume.

Link copied to clipboard

The target setting for Amazon EBS Multi-Attach.

Link copied to clipboard

The target size of the volume, in GiB.

Link copied to clipboard

The target throughput of the volume, in MiB/s.

Link copied to clipboard

The target EBS volume type of the volume.

Link copied to clipboard

The ID of the volume.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String