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