AllNodesArgs

data class AllNodesArgs(val nodesValueType: Output<String>) : ConvertibleToJava<AllNodesArgs>

All nodes means the service will be running on all of the nodes of the job

Constructors

Link copied to clipboard
constructor(nodesValueType: Output<String>)

Properties

Link copied to clipboard
val nodesValueType: Output<String>

The enumerated types for the nodes value Expected value is 'All'.

Functions

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