Pipeline External Compute Scale Properties Args
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
Link copied to clipboard
fun PipelineExternalComputeScalePropertiesArgs(numberOfExternalNodes: Output<Int>? = null, numberOfPipelineNodes: Output<Int>? = null, timeToLive: Output<Int>? = null)