DomainEbsOptions

data class DomainEbsOptions(val ebsEnabled: Boolean, val iops: Int? = null, val throughput: Int? = null, val volumeSize: Int? = null, val volumeType: String? = null)

Constructors

Link copied to clipboard
constructor(ebsEnabled: Boolean, iops: Int? = null, throughput: Int? = null, volumeSize: Int? = null, volumeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether EBS volumes are attached to data nodes in the domain.

Link copied to clipboard
val iops: Int? = null

Baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the GP3 and Provisioned IOPS EBS volume types.

Link copied to clipboard
val throughput: Int? = null

Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.

Link copied to clipboard
val volumeSize: Int? = null

Size of EBS volumes attached to data nodes (in GiB).

Link copied to clipboard
val volumeType: String? = null

Type of EBS volumes attached to data nodes.