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.
Properties
Link copied to clipboard
Number of the the external nodes, which should be greater than 0 and less than 11.
Link copied to clipboard
Number of the pipeline nodes, which should be greater than 0 and less than 11.
Link copied to clipboard
Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.