All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.compute.beta.kotlin.outputs.InstanceGroupManagerInstanceLifecyclePolicyResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.compute.beta.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property forceUpdateOnRepair A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
 */
public data class InstanceGroupManagerInstanceLifecyclePolicyResponse(
    public val forceUpdateOnRepair: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.compute.beta.outputs.InstanceGroupManagerInstanceLifecyclePolicyResponse): InstanceGroupManagerInstanceLifecyclePolicyResponse =
            InstanceGroupManagerInstanceLifecyclePolicyResponse(
                forceUpdateOnRepair = javaType.forceUpdateOnRepair(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy