FleetUpdateStage Class

Definition

Contains the groups to be updated by an UpdateRun. Update order:

  • Sequential between stages: Stages run sequentially. The previous stage must complete before the next one starts.
  • Parallel within a stage: Groups within a stage run in parallel.
  • Sequential within a group: Clusters within a group are updated sequentially.
public class FleetUpdateStage
type FleetUpdateStage = class
Public Class FleetUpdateStage
Inheritance
FleetUpdateStage

Constructors

FleetUpdateStage(String)

Initializes a new instance of FleetUpdateStage.

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

A list of group names that compose the stage. The groups will be updated in parallel. Each group name can only appear once in the UpdateRun.

Name

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

Applies to