com.pulumi.gcp.compute.kotlin.outputs.GetReservationShareSettingProjectMap.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-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.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.compute.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property id
* @property projectId The project id/number, should be same as the key of this project config in the project map.
*/
public data class GetReservationShareSettingProjectMap(
public val id: String,
public val projectId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.compute.outputs.GetReservationShareSettingProjectMap): GetReservationShareSettingProjectMap = GetReservationShareSettingProjectMap(
id = javaType.id(),
projectId = javaType.projectId(),
)
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy