![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.deadline.kotlin.outputs.FleetEc2EbsVolume.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.deadline.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property iops
* @property sizeGiB
* @property throughputMiB
*/
public data class FleetEc2EbsVolume(
public val iops: Int? = null,
public val sizeGiB: Int? = null,
public val throughputMiB: Int? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.deadline.outputs.FleetEc2EbsVolume): FleetEc2EbsVolume = FleetEc2EbsVolume(
iops = javaType.iops().map({ args0 -> args0 }).orElse(null),
sizeGiB = javaType.sizeGiB().map({ args0 -> args0 }).orElse(null),
throughputMiB = javaType.throughputMiB().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy