PipelineExternalComputeScalePropertiesArgs

data class PipelineExternalComputeScalePropertiesArgs(val numberOfExternalNodes: Output<Int>? = null, val numberOfPipelineNodes: Output<Int>? = null, val timeToLive: Output<Int>? = null) : ConvertibleToJava<PipelineExternalComputeScalePropertiesArgs>

PipelineExternalComputeScale properties for managed integration runtime.

Constructors

constructor(numberOfExternalNodes: Output<Int>? = null, numberOfPipelineNodes: Output<Int>? = null, timeToLive: Output<Int>? = null)

Properties

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

Number of the the external nodes, which should be greater than 0 and less than 11.

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

Number of the pipeline nodes, which should be greater than 0 and less than 11.

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

Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.

Functions

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