ComputeBindingArgs

data class ComputeBindingArgs(val computeId: Output<String>? = null, val nodeCount: Output<Int>? = null) : ConvertibleToJava<ComputeBindingArgs>

Compute binding definition.

Constructors

Link copied to clipboard
constructor(computeId: Output<String>? = null, nodeCount: Output<Int>? = null)

Properties

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

ID of the compute resource.

Link copied to clipboard
val nodeCount: Output<Int>? = null

Number of nodes.

Functions

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