Compute Start Stop Schedule Args
data class ComputeStartStopScheduleArgs(val action: Output<Either<String, ComputePowerAction>>? = null, val cron: Output<CronArgs>? = null, val recurrence: Output<RecurrenceArgs>? = null, val schedule: Output<ScheduleBaseArgs>? = null, val status: Output<Either<String, ScheduleStatus>>? = null, val triggerType: Output<Either<String, TriggerType>>? = null) : ConvertibleToJava<ComputeStartStopScheduleArgs>
Compute start stop schedule properties
Constructors
Link copied to clipboard
fun ComputeStartStopScheduleArgs(action: Output<Either<String, ComputePowerAction>>? = null, cron: Output<CronArgs>? = null, recurrence: Output<RecurrenceArgs>? = null, schedule: Output<ScheduleBaseArgs>? = null, status: Output<Either<String, ScheduleStatus>>? = null, triggerType: Output<Either<String, TriggerType>>? = null)