JobPlacementArgs

data class JobPlacementArgs(val clusterName: Output<String>, val clusterUuid: Output<String>? = null) : ConvertibleToJava<JobPlacementArgs>

Constructors

Link copied to clipboard
constructor(clusterName: Output<String>, clusterUuid: Output<String>? = null)

Properties

Link copied to clipboard
val clusterName: Output<String>

The name of the cluster where the job will be submitted

Link copied to clipboard
val clusterUuid: Output<String>? = null

Output-only. A cluster UUID generated by the Cloud Dataproc service when the job is submitted

Functions

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