UpdateStage interface

Defines a stage which contains the groups to update and the steps to take (e.g., wait for a time period) before starting the next stage.

Properties

afterStageWaitInSeconds

The time in seconds to wait at the end of this stage before starting the next one. Defaults to 0 seconds if unspecified.

groups

Defines the groups to be executed in parallel in this stage. Duplicate groups are not allowed. Min size: 1.

name

The name of the stage. Must be unique within the UpdateRun.

Property Details

afterStageWaitInSeconds

The time in seconds to wait at the end of this stage before starting the next one. Defaults to 0 seconds if unspecified.

afterStageWaitInSeconds?: number

Property Value

number

groups

Defines the groups to be executed in parallel in this stage. Duplicate groups are not allowed. Min size: 1.

groups?: UpdateGroup[]

Property Value

name

The name of the stage. Must be unique within the UpdateRun.

name: string

Property Value

string