Scaling Schedule Response
data class ScalingScheduleResponse(val daysOfWeek: List<String>? = null, val name: String? = null, val offPeakLoadBalancingAlgorithm: String? = null, val offPeakStartTime: TimeResponse? = null, val peakLoadBalancingAlgorithm: String? = null, val peakStartTime: TimeResponse? = null, val rampDownCapacityThresholdPct: Int? = null, val rampDownForceLogoffUsers: Boolean? = null, val rampDownLoadBalancingAlgorithm: String? = null, val rampDownMinimumHostsPct: Int? = null, val rampDownNotificationMessage: String? = null, val rampDownStartTime: TimeResponse? = null, val rampDownStopHostsWhen: String? = null, val rampDownWaitTimeMinutes: Int? = null, val rampUpCapacityThresholdPct: Int? = null, val rampUpLoadBalancingAlgorithm: String? = null, val rampUpMinimumHostsPct: Int? = null, val rampUpStartTime: TimeResponse? = null)
A ScalingPlanPooledSchedule.
Constructors
Link copied to clipboard
fun ScalingScheduleResponse(daysOfWeek: List<String>? = null, name: String? = null, offPeakLoadBalancingAlgorithm: String? = null, offPeakStartTime: TimeResponse? = null, peakLoadBalancingAlgorithm: String? = null, peakStartTime: TimeResponse? = null, rampDownCapacityThresholdPct: Int? = null, rampDownForceLogoffUsers: Boolean? = null, rampDownLoadBalancingAlgorithm: String? = null, rampDownMinimumHostsPct: Int? = null, rampDownNotificationMessage: String? = null, rampDownStartTime: TimeResponse? = null, rampDownStopHostsWhen: String? = null, rampDownWaitTimeMinutes: Int? = null, rampUpCapacityThresholdPct: Int? = null, rampUpLoadBalancingAlgorithm: String? = null, rampUpMinimumHostsPct: Int? = null, rampUpStartTime: TimeResponse? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard