ScheduleBaseArgs

data class ScheduleBaseArgs(val id: Output<String>? = null, val provisioningStatus: Output<Either<String, ScheduleProvisioningState>>? = null, val status: Output<Either<String, ScheduleStatus>>? = null) : ConvertibleToJava<ScheduleBaseArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, provisioningStatus: Output<Either<String, ScheduleProvisioningState>>? = null, status: Output<Either<String, ScheduleStatus>>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

A system assigned id for the schedule.

Link copied to clipboard

The current deployment state of schedule.

Link copied to clipboard
val status: Output<Either<String, ScheduleStatus>>? = null

Is the schedule enabled or disabled?

Functions

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