IntegrationRuntimeDataFlowPropertiesResponse

data class IntegrationRuntimeDataFlowPropertiesResponse(val computeType: String? = null, val coreCount: Int? = null, val timeToLive: Int? = null)

Data flow properties for managed integration runtime.

Constructors

constructor(computeType: String? = null, coreCount: Int? = null, timeToLive: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computeType: String? = null

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

Link copied to clipboard
val coreCount: 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: Int? = null

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