Integration Runtime Ssis Pipeline External Compute Scale Args
data class IntegrationRuntimeSsisPipelineExternalComputeScaleArgs(val numberOfExternalNodes: Output<Int>? = null, val numberOfPipelineNodes: Output<Int>? = null, val timeToLive: Output<Int>? = null) : ConvertibleToJava<IntegrationRuntimeSsisPipelineExternalComputeScaleArgs>
Properties
Link copied to clipboard
Specifies the number of the external nodes, which should be greater than 0
and less than 11
.
Link copied to clipboard
Specifies the number of the pipeline nodes, which should be greater than 0
and less than 11
.
Link copied to clipboard
Specifies the time to live (in minutes) setting of integration runtime which will execute copy activity. Possible values are at least 5
.