IntegrationRuntimeDataFlowPropertiesArgs

data class IntegrationRuntimeDataFlowPropertiesArgs(val computeType: Output<Either<String, DataFlowComputeType>>? = null, val coreCount: Output<Int>? = null, val timeToLive: Output<Int>? = null) : ConvertibleToJava<IntegrationRuntimeDataFlowPropertiesArgs>

Data flow properties for managed integration runtime.

Constructors

Link copied to clipboard
constructor(computeType: Output<Either<String, DataFlowComputeType>>? = null, coreCount: Output<Int>? = null, timeToLive: Output<Int>? = null)

Properties

Link copied to clipboard
val computeType: Output<Either<String, DataFlowComputeType>>? = null

Compute type of the cluster which will execute data flow job.

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

Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.

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

Time to live (in minutes) setting of the cluster which will execute data flow job.

Functions

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