Autoscaler Autoscaling Policy Scaling Schedule Args
data class AutoscalerAutoscalingPolicyScalingScheduleArgs(val description: Output<String>? = null, val disabled: Output<Boolean>? = null, val durationSec: Output<Int>, val minRequiredReplicas: Output<Int>, val name: Output<String>, val schedule: Output<String>, val timeZone: Output<String>? = null) : ConvertibleToJava<AutoscalerAutoscalingPolicyScalingScheduleArgs>
Constructors
Properties
Link copied to clipboard
An optional description of this resource.
Link copied to clipboard
The duration of time intervals (in seconds) for which this scaling schedule will be running. The minimum allowed value is 300.
Link copied to clipboard
Minimum number of VM instances that autoscaler will recommend in time intervals starting according to schedule.