Scaling Schedule Args
data class ScalingScheduleArgs(val daysOfWeek: Output<List<String>>? = null, val name: Output<String>? = null, val offPeakLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, val offPeakStartTime: Output<String>? = null, val peakLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, val peakStartTime: Output<String>? = null, val rampDownCapacityThresholdPct: Output<Int>? = null, val rampDownForceLogoffUsers: Output<Boolean>? = null, val rampDownLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, val rampDownMinimumHostsPct: Output<Int>? = null, val rampDownNotificationMessage: Output<String>? = null, val rampDownStartTime: Output<String>? = null, val rampDownStopHostsWhen: Output<Either<String, StopHostsWhen>>? = null, val rampDownWaitTimeMinutes: Output<Int>? = null, val rampUpCapacityThresholdPct: Output<Int>? = null, val rampUpLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, val rampUpMinimumHostsPct: Output<Int>? = null, val rampUpStartTime: Output<String>? = null) : ConvertibleToJava<ScalingScheduleArgs>
Scaling plan schedule.
Constructors
Link copied to clipboard
fun ScalingScheduleArgs(daysOfWeek: Output<List<String>>? = null, name: Output<String>? = null, offPeakLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, offPeakStartTime: Output<String>? = null, peakLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, peakStartTime: Output<String>? = null, rampDownCapacityThresholdPct: Output<Int>? = null, rampDownForceLogoffUsers: Output<Boolean>? = null, rampDownLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, rampDownMinimumHostsPct: Output<Int>? = null, rampDownNotificationMessage: Output<String>? = null, rampDownStartTime: Output<String>? = null, rampDownStopHostsWhen: Output<Either<String, StopHostsWhen>>? = null, rampDownWaitTimeMinutes: Output<Int>? = null, rampUpCapacityThresholdPct: Output<Int>? = null, rampUpLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, rampUpMinimumHostsPct: Output<Int>? = null, rampUpStartTime: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val offPeakLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rampDownLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard