MysqlLayerEbsVolumeArgs

data class MysqlLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<MysqlLayerEbsVolumeArgs>

Constructors

Link copied to clipboard
constructor(encrypted: Output<Boolean>? = null, iops: Output<Int>? = null, mountPoint: Output<String>, numberOfDisks: Output<Int>, raidLevel: Output<String>? = null, size: Output<Int>, type: Output<String>? = null)

Properties

Link copied to clipboard
val encrypted: Output<Boolean>? = null
Link copied to clipboard
val iops: Output<Int>? = null

For PIOPS volumes, the IOPS per disk.

Link copied to clipboard
val mountPoint: Output<String>

The path to mount the EBS volume on the layer's instances.

Link copied to clipboard
val numberOfDisks: Output<Int>

The number of disks to use for the EBS volume.

Link copied to clipboard
val raidLevel: Output<String>? = null

The RAID level to use for the volume.

Link copied to clipboard
val size: Output<Int>

The size of the volume in gigabytes.

Link copied to clipboard
val type: Output<String>? = null

The type of volume to create. This may be standard (the default), io1 or gp2.

Functions

Link copied to clipboard
open override fun toJava(): MysqlLayerEbsVolumeArgs