
com.pulumi.gcp.compute.kotlin.outputs.ResourcePolicyInstanceSchedulePolicyVmStopSchedule.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.compute.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property schedule Specifies the frequency for the operation, using the unix-cron format.
*/
public data class ResourcePolicyInstanceSchedulePolicyVmStopSchedule(
public val schedule: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.compute.outputs.ResourcePolicyInstanceSchedulePolicyVmStopSchedule): ResourcePolicyInstanceSchedulePolicyVmStopSchedule =
ResourcePolicyInstanceSchedulePolicyVmStopSchedule(
schedule = javaType.schedule(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy