autoscalingConfig

@JvmName(name = "qeujpumkkcgxseaq")
suspend fun autoscalingConfig(value: Output<InstanceAutoscalingConfigArgs>)
@JvmName(name = "kkqpcowkbjmfvrih")
suspend fun autoscalingConfig(value: InstanceAutoscalingConfigArgs?)

Parameters

value

The autoscaling configuration. Autoscaling is enabled if this field is set. When autoscaling is enabled, num_nodes and processing_units are treated as, OUTPUT_ONLY fields and reflect the current compute capacity allocated to the instance. Structure is documented below.


@JvmName(name = "xynwdubrvedjysbr")
suspend fun autoscalingConfig(argument: suspend InstanceAutoscalingConfigArgsBuilder.() -> Unit)

Parameters

argument

The autoscaling configuration. Autoscaling is enabled if this field is set. When autoscaling is enabled, num_nodes and processing_units are treated as, OUTPUT_ONLY fields and reflect the current compute capacity allocated to the instance. Structure is documented below.