AdditionalStorageVolumeOutput

Contains information about an additional storage volume for a DB instance.

Types

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

Properties

Link copied to clipboard

The amount of storage allocated for the additional storage volume, in gibibytes (GiB). The minimum is 20 GiB. The maximum is 65,536 GiB (64 TiB).

Link copied to clipboard
val iops: Int?

The number of I/O operations per second (IOPS) provisioned for the additional storage volume.

Link copied to clipboard

The upper limit in gibibytes (GiB) to which RDS can automatically scale the storage of the additional storage volume.

Link copied to clipboard

The storage throughput value for the additional storage volume, in mebibytes per second (MiBps).

Link copied to clipboard

The storage type for the additional storage volume.

Link copied to clipboard

The status of the additional storage volume.

Link copied to clipboard

The name of the additional storage 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