Integration Runtime Compute Properties Args
data class IntegrationRuntimeComputePropertiesArgs(val dataFlowProperties: Output<IntegrationRuntimeDataFlowPropertiesArgs>? = null, val location: Output<String>? = null, val maxParallelExecutionsPerNode: Output<Int>? = null, val nodeSize: Output<String>? = null, val numberOfNodes: Output<Int>? = null, val vNetProperties: Output<IntegrationRuntimeVNetPropertiesArgs>? = null) : ConvertibleToJava<IntegrationRuntimeComputePropertiesArgs>
The compute resource properties for managed integration runtime.
Constructors
Link copied to clipboard
fun IntegrationRuntimeComputePropertiesArgs(dataFlowProperties: Output<IntegrationRuntimeDataFlowPropertiesArgs>? = null, location: Output<String>? = null, maxParallelExecutionsPerNode: Output<Int>? = null, nodeSize: Output<String>? = null, numberOfNodes: Output<Int>? = null, vNetProperties: Output<IntegrationRuntimeVNetPropertiesArgs>? = null)