
com.pulumi.gcp.container.kotlin.outputs.AzureNodePoolMaxPodsConstraint.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.container.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property maxPodsPerNode The maximum number of pods to schedule on a single node.
* - - -
*/
public data class AzureNodePoolMaxPodsConstraint(
public val maxPodsPerNode: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.container.outputs.AzureNodePoolMaxPodsConstraint): AzureNodePoolMaxPodsConstraint = AzureNodePoolMaxPodsConstraint(
maxPodsPerNode = javaType.maxPodsPerNode(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy