com.pulumi.gcp.compute.kotlin.outputs.NodeGroupMaintenanceWindow.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 startTime instances.start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
*/
public data class NodeGroupMaintenanceWindow(
public val startTime: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.compute.outputs.NodeGroupMaintenanceWindow): NodeGroupMaintenanceWindow = NodeGroupMaintenanceWindow(
startTime = javaType.startTime(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy