ScalingScheduleResponse

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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val daysOfWeek: List<String>? = null

Set of days of the week on which this schedule is active.

Link copied to clipboard
val name: String? = null

Name of the ScalingPlanPooledSchedule.

Link copied to clipboard

Load balancing algorithm for off-peak period.

Link copied to clipboard

Starting time for off-peak period.

Link copied to clipboard

Load balancing algorithm for peak period.

Link copied to clipboard

Starting time for peak period.

Link copied to clipboard

Capacity threshold for ramp down period.

Link copied to clipboard

Should users be logged off forcefully from hosts.

Link copied to clipboard

Load balancing algorithm for ramp down period.

Link copied to clipboard

Minimum host percentage for ramp down period.

Link copied to clipboard

Notification message for users during ramp down period.

Link copied to clipboard

Starting time for ramp down period.

Link copied to clipboard

Specifies when to stop hosts during ramp down period.

Link copied to clipboard

Number of minutes to wait to stop hosts during ramp down period.

Link copied to clipboard

Capacity threshold for ramp up period.

Link copied to clipboard

Load balancing algorithm for ramp up period.

Link copied to clipboard

Minimum host percentage for ramp up period.

Link copied to clipboard

Starting time for ramp up period.