AvailableAdditionalStorageVolumesOption

Contains the available options for additional storage volumes for a DB instance class.

Types

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

Properties

Link copied to clipboard
val maxIops: Int?

The maximum number of I/O operations per second (IOPS) that the additional storage volume supports.

Link copied to clipboard

The maximum ratio of I/O operations per second (IOPS) to gibibytes (GiB) of storage for the additional storage volume.

Link copied to clipboard

The maximum amount of storage that you can allocate for the additional storage volume, in gibibytes (GiB).

Link copied to clipboard

The maximum storage throughput that the additional storage volume supports, in mebibytes per second (MiBps).

Link copied to clipboard
val minIops: Int?

The minimum number of I/O operations per second (IOPS) that the additional storage volume supports.

Link copied to clipboard

The minimum ratio of I/O operations per second (IOPS) to gibibytes (GiB) of storage for the additional storage volume.

Link copied to clipboard

The minimum amount of storage that you can allocate for the additional storage volume, in gibibytes (GiB).

Link copied to clipboard

The minimum storage throughput that the additional storage volume supports, in mebibytes per second (MiBps).

Link copied to clipboard

The storage type for the additional storage volume.

Link copied to clipboard

Indicates whether the additional storage volume supports provisioned IOPS.

Link copied to clipboard

Indicates whether the additional storage volume supports storage autoscaling.

Link copied to clipboard

Indicates whether the additional storage volume supports configurable storage throughput.

Functions

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