rolloutOrchestrationStrategy property

String? rolloutOrchestrationStrategy
getter/setter pair

The strategy used for executing this Rollout.

This strategy will override whatever strategy is specified in the RolloutKind. If not specified on creation, the strategy from RolloutKind will be used. There are two supported values strategies which are used to control - "Google.Cloud.Simple.AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one of these simple strategies will rollout across all locations defined in the targeted UnitKind's Saas Locations.

Optional.

Implementation

core.String? rolloutOrchestrationStrategy;