IntegrationRuntimeSsisPipelineExternalComputeScaleArgs

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

Constructors

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

Properties

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

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

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

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

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

Specifies the time to live (in minutes) setting of integration runtime which will execute copy activity. Possible values are at least 5.

Functions

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