Get Scaling Plan Personal Schedule Result
data class GetScalingPlanPersonalScheduleResult(val daysOfWeek: List<String>? = null, val id: String, val name: String, val offPeakActionOnDisconnect: String? = null, val offPeakActionOnLogoff: String? = null, val offPeakMinutesToWaitOnDisconnect: Int? = null, val offPeakMinutesToWaitOnLogoff: Int? = null, val offPeakStartTime: TimeResponse? = null, val offPeakStartVMOnConnect: String? = null, val peakActionOnDisconnect: String? = null, val peakActionOnLogoff: String? = null, val peakMinutesToWaitOnDisconnect: Int? = null, val peakMinutesToWaitOnLogoff: Int? = null, val peakStartTime: TimeResponse? = null, val peakStartVMOnConnect: String? = null, val rampDownActionOnDisconnect: String? = null, val rampDownActionOnLogoff: String? = null, val rampDownMinutesToWaitOnDisconnect: Int? = null, val rampDownMinutesToWaitOnLogoff: Int? = null, val rampDownStartTime: TimeResponse? = null, val rampDownStartVMOnConnect: String? = null, val rampUpActionOnDisconnect: String? = null, val rampUpActionOnLogoff: String? = null, val rampUpAutoStartHosts: String? = null, val rampUpMinutesToWaitOnDisconnect: Int? = null, val rampUpMinutesToWaitOnLogoff: Int? = null, val rampUpStartTime: TimeResponse? = null, val rampUpStartVMOnConnect: String? = null, val systemData: SystemDataResponse, val type: String)
Represents a ScalingPlanPersonalSchedule definition.
Constructors
Link copied to clipboard
fun GetScalingPlanPersonalScheduleResult(daysOfWeek: List<String>? = null, id: String, name: String, offPeakActionOnDisconnect: String? = null, offPeakActionOnLogoff: String? = null, offPeakMinutesToWaitOnDisconnect: Int? = null, offPeakMinutesToWaitOnLogoff: Int? = null, offPeakStartTime: TimeResponse? = null, offPeakStartVMOnConnect: String? = null, peakActionOnDisconnect: String? = null, peakActionOnLogoff: String? = null, peakMinutesToWaitOnDisconnect: Int? = null, peakMinutesToWaitOnLogoff: Int? = null, peakStartTime: TimeResponse? = null, peakStartVMOnConnect: String? = null, rampDownActionOnDisconnect: String? = null, rampDownActionOnLogoff: String? = null, rampDownMinutesToWaitOnDisconnect: Int? = null, rampDownMinutesToWaitOnLogoff: Int? = null, rampDownStartTime: TimeResponse? = null, rampDownStartVMOnConnect: String? = null, rampUpActionOnDisconnect: String? = null, rampUpActionOnLogoff: String? = null, rampUpAutoStartHosts: String? = null, rampUpMinutesToWaitOnDisconnect: Int? = null, rampUpMinutesToWaitOnLogoff: Int? = null, rampUpStartTime: TimeResponse? = null, rampUpStartVMOnConnect: String? = 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