autoscaling Settings
suspend fun autoscalingSettings(value: Output<PrivateCloudManagementClusterAutoscalingSettingsArgs>)
Parameters
value
Configuration of the autoscaling applied to this cluster Private cloud must have a minimum of 3 nodes to add autoscale settings Structure is documented below.
suspend fun autoscalingSettings(argument: suspend PrivateCloudManagementClusterAutoscalingSettingsArgsBuilder.() -> Unit)
Parameters
argument
Configuration of the autoscaling applied to this cluster Private cloud must have a minimum of 3 nodes to add autoscale settings Structure is documented below.