Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class RolloutStrategy.
RolloutStrategy defines different ways to rollout a resource bundle across a set of clusters.
Generated from protobuf message google.cloud.configdelivery.v1.RolloutStrategy
Namespace
Google \ Cloud \ ConfigDelivery \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ all_at_once
↳ rolling
RollingStrategy
RollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated.
getAllAtOnce
AllAtOnceStrategy causes all clusters to be updated concurrently.
hasAllAtOnce
setAllAtOnce
AllAtOnceStrategy causes all clusters to be updated concurrently.
$this
getRolling
RollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated.
hasRolling
setRolling
RollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated.
$this
getStrategy
string