JobDefinitionNodeProperties

data class JobDefinitionNodeProperties(val mainNode: Int, val nodeRangeProperties: List<JobDefinitionNodeRangeProperty>, val numNodes: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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