InstanceGroupEbsConfigArgs

data class InstanceGroupEbsConfigArgs(val iops: Output<Int>? = null, val size: Output<Int>, val type: Output<String>, val volumesPerInstance: Output<Int>? = null) : ConvertibleToJava<InstanceGroupEbsConfigArgs>

Constructors

Link copied to clipboard
constructor(iops: Output<Int>? = null, size: Output<Int>, type: Output<String>, volumesPerInstance: Output<Int>? = null)

Properties

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

The number of I/O operations per second (IOPS) that the volume supports.

Link copied to clipboard
val size: Output<Int>

The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.

Link copied to clipboard
val type: Output<String>

The volume type. Valid options are 'gp2', 'io1' and 'standard'.

Link copied to clipboard
val volumesPerInstance: Output<Int>? = null

The number of EBS Volumes to attach per instance.

Functions

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