ComputeSchedulesArgs

data class ComputeSchedulesArgs(val computeStartStop: Output<List<ComputeStartStopScheduleArgs>>? = null) : ConvertibleToJava<ComputeSchedulesArgs>

The list of schedules to be applied on the computes

Constructors

Link copied to clipboard
constructor(computeStartStop: Output<List<ComputeStartStopScheduleArgs>>? = null)

Properties

Link copied to clipboard

The list of compute start stop schedules to be applied.

Functions

Link copied to clipboard
open override fun toJava(): ComputeSchedulesArgs