JavaAppLayerEbsVolume

data class JavaAppLayerEbsVolume(val encrypted: Boolean? = null, val iops: Int? = null, val mountPoint: String, val numberOfDisks: Int, val raidLevel: String? = null, val size: Int, val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

For PIOPS volumes, the IOPS per disk.

Link copied to clipboard

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

Link copied to clipboard

The number of disks to use for the EBS volume.

Link copied to clipboard
val raidLevel: String? = null

The RAID level to use for the volume.

Link copied to clipboard
val size: Int

The size of the volume in gigabytes.

Link copied to clipboard
val type: String? = null

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