FleetEc2EbsVolume

data class FleetEc2EbsVolume(val iops: Int? = null, val sizeGiB: Int? = null, val throughputMiB: Int? = null)

Constructors

Link copied to clipboard
constructor(iops: Int? = null, sizeGiB: Int? = null, throughputMiB: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val iops: Int? = null
Link copied to clipboard
val sizeGiB: Int? = null
Link copied to clipboard
val throughputMiB: Int? = null