JobDefinitionNodePropertiesArgs

data class JobDefinitionNodePropertiesArgs(val mainNode: Output<Int>, val nodeRangeProperties: Output<List<JobDefinitionNodeRangePropertyArgs>>, val numNodes: Output<Int>) : ConvertibleToJava<JobDefinitionNodePropertiesArgs>

Constructors

Link copied to clipboard
constructor(mainNode: Output<Int>, nodeRangeProperties: Output<List<JobDefinitionNodeRangePropertyArgs>>, numNodes: Output<Int>)

Properties

Link copied to clipboard
val mainNode: Output<Int>

Specifies the node index for the main node of a multi-node parallel job. This node index value must be fewer than the number of nodes.

Link copied to clipboard

A list of node ranges and their properties that are associated with a multi-node parallel job.

Link copied to clipboard
val numNodes: Output<Int>

The number of nodes that are associated with a multi-node parallel job.

Functions

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