
com.pulumi.googlenative.compute.alpha.kotlin.outputs.AllocationAggregateReservationReservedResourceInfoResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.compute.alpha.kotlin.outputs
import kotlin.Suppress
/**
*
* @property accelerator Properties of accelerator resources in this reservation.
*/
public data class AllocationAggregateReservationReservedResourceInfoResponse(
public val accelerator: AllocationAggregateReservationReservedResourceInfoAcceleratorResponse,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.compute.alpha.outputs.AllocationAggregateReservationReservedResourceInfoResponse): AllocationAggregateReservationReservedResourceInfoResponse =
AllocationAggregateReservationReservedResourceInfoResponse(
accelerator = javaType.accelerator().let({ args0 ->
com.pulumi.googlenative.compute.alpha.kotlin.outputs.AllocationAggregateReservationReservedResourceInfoAcceleratorResponse.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy