Get Scaling Plan Pooled Schedule Result
    data class GetScalingPlanPooledScheduleResult(val daysOfWeek: List<String>? = null, val id: String, val name: String, 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, val systemData: SystemDataResponse, val type: String)
Represents a ScalingPlanPooledSchedule definition.
Constructors
Link copied to clipboard
                fun GetScalingPlanPooledScheduleResult(daysOfWeek: List<String>? = null, id: String, name: String, 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, systemData: SystemDataResponse, type: String)
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