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, ComputeTriggerType>>? = null) : ConvertibleToJava<ComputeStartStopScheduleArgs>
Compute start stop schedule properties
Constructors
Link copied to clipboard
constructor(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, ComputeTriggerType>>? = null)
Properties
Link copied to clipboard
Required The compute power action.
Link copied to clipboard
Required if triggerType is Recurrence.
Link copied to clipboard
Deprecated Not used any more.
Link copied to clipboard
Is the schedule enabled or disabled?
Link copied to clipboard
Required The schedule trigger type.