FleetUpdateRunStageArgs

data class FleetUpdateRunStageArgs(val afterStageWaitInSeconds: Output<Int>? = null, val groups: Output<List<FleetUpdateRunStageGroupArgs>>, val name: Output<String>) : ConvertibleToJava<FleetUpdateRunStageArgs>

Constructors

Link copied to clipboard
fun FleetUpdateRunStageArgs(afterStageWaitInSeconds: Output<Int>? = null, groups: Output<List<FleetUpdateRunStageGroupArgs>>, name: Output<String>)

Functions

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

Properties

Link copied to clipboard
val afterStageWaitInSeconds: Output<Int>? = null

Specifies the time in seconds to wait at the end of this stage before starting the next one.

Link copied to clipboard

One or more group blocks as defined below.

Link copied to clipboard
val name: Output<String>

The name which should be used for this stage.