
com.pulumi.gcp.oracledatabase.kotlin.outputs.GetCloudVmClustersCloudVmClusterPropertyTimeZone.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.oracledatabase.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property id IANA Time Zone Database time zone, e.g. "America/New_York".
*/
public data class GetCloudVmClustersCloudVmClusterPropertyTimeZone(
public val id: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.oracledatabase.outputs.GetCloudVmClustersCloudVmClusterPropertyTimeZone): GetCloudVmClustersCloudVmClusterPropertyTimeZone =
GetCloudVmClustersCloudVmClusterPropertyTimeZone(
id = javaType.id(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy