
com.pulumi.azure.batch.kotlin.outputs.GetPoolNodePlacement.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.batch.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property policy The placement policy for allocating nodes in the pool.
*/
public data class GetPoolNodePlacement(
public val policy: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.batch.outputs.GetPoolNodePlacement): GetPoolNodePlacement = GetPoolNodePlacement(
policy = javaType.policy(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy