
com.pulumi.googlenative.compute.alpha.kotlin.outputs.ResourcePolicyVmMaintenancePolicyConcurrencyControlResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-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.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.compute.alpha.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
* A concurrency control configuration. Defines a group config that, when attached to an instance, recognizes that instance as part of a group of instances where only up the concurrency_limit of instances in that group can undergo simultaneous maintenance. For more information: go/concurrency-control-design-doc
* @property concurrencyLimit
*/
public data class ResourcePolicyVmMaintenancePolicyConcurrencyControlResponse(
public val concurrencyLimit: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.compute.alpha.outputs.ResourcePolicyVmMaintenancePolicyConcurrencyControlResponse): ResourcePolicyVmMaintenancePolicyConcurrencyControlResponse =
ResourcePolicyVmMaintenancePolicyConcurrencyControlResponse(
concurrencyLimit = javaType.concurrencyLimit(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy