NodePlacementConfigurationResponse

data class NodePlacementConfigurationResponse(val policy: String? = null)

Allocation configuration used by Batch Service to provision the nodes.

Constructors

Link copied to clipboard
constructor(policy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policy: String? = null

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