FleetUpdateRunStage

data class FleetUpdateRunStage(val afterStageWaitInSeconds: Int? = null, val groups: List<FleetUpdateRunStageGroup>, val name: String)

Constructors

Link copied to clipboard
constructor(afterStageWaitInSeconds: Int? = null, groups: List<FleetUpdateRunStageGroup>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The name which should be used for this stage.