Step Args
data class StepArgs(val description: Output<String>? = null, val endTimeUtc: Output<String>? = null, val errorMessage: Output<String>? = null, val expectedExecutionTime: Output<String>? = null, val lastUpdatedTimeUtc: Output<String>? = null, val name: Output<String>? = null, val startTimeUtc: Output<String>? = null, val status: Output<String>? = null, val steps: Output<List<StepArgs>>? = null) : ConvertibleToJava<StepArgs>
Progress representation of the update run steps.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, endTimeUtc: Output<String>? = null, errorMessage: Output<String>? = null, expectedExecutionTime: Output<String>? = null, lastUpdatedTimeUtc: Output<String>? = null, name: Output<String>? = null, startTimeUtc: Output<String>? = null, status: Output<String>? = null, steps: Output<List<StepArgs>>? = null)
Properties
Link copied to clipboard
More detailed description of the step.
Link copied to clipboard
When the step reached a terminal state.
Link copied to clipboard
Error message, specified if the step is in a failed state.
Link copied to clipboard
Expected execution time of a given step. This is optionally authored in the update action plan and can be empty.
Link copied to clipboard
Completion time of this step or the last completed sub-step.
Link copied to clipboard
When the step started, or empty if it has not started executing.