NodePlacementConfigurationArgs

data class NodePlacementConfigurationArgs(val policy: Output<NodePlacementPolicyType>? = null) : ConvertibleToJava<NodePlacementConfigurationArgs>

Allocation configuration used by Batch Service to provision the nodes.

Constructors

Link copied to clipboard
constructor(policy: Output<NodePlacementPolicyType>? = null)

Properties

Link copied to clipboard
val policy: Output<NodePlacementPolicyType>? = null

Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy.

Functions

Link copied to clipboard
open override fun toJava(): NodePlacementConfigurationArgs