
com.pulumi.gcp.osconfig.kotlin.outputs.PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.osconfig.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property bucket Bucket of the Cloud Storage object.
* @property generationNumber Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
* @property object Name of the Cloud Storage object.
*/
public data class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject(
public val bucket: String,
public val generationNumber: String,
public val `object`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject): PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject =
PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject(
bucket = javaType.bucket(),
generationNumber = javaType.generationNumber(),
`object` = javaType.`object`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy