CopyComputeScalePropertiesArgs

data class CopyComputeScalePropertiesArgs(val dataIntegrationUnit: Output<Int>? = null, val timeToLive: Output<Int>? = null) : ConvertibleToJava<CopyComputeScalePropertiesArgs>

CopyComputeScale properties for managed integration runtime.

Constructors

Link copied to clipboard
constructor(dataIntegrationUnit: Output<Int>? = null, timeToLive: Output<Int>? = null)

Properties

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

DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.

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

Time to live (in minutes) setting of integration runtime which will execute copy activity.

Functions

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