GetDomainEbsOption

data class GetDomainEbsOption(val ebsEnabled: Boolean, val iops: Int, val throughput: Int, val volumeSize: Int, val volumeType: String)

Constructors

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

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

The baseline input/output (I/O) performance of EBS volumes attached to data nodes.

Link copied to clipboard

The throughput (in MiB/s) of the EBS volumes attached to data nodes.

Link copied to clipboard

The size of EBS volumes attached to data nodes (in GB).

Link copied to clipboard

The type of EBS volumes attached to data nodes.