Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class RollingStrategy.
RollingStrategy causes a specified number of clusters to be updated concurrently until all clusters are updated.
Generated from protobuf message google.cloud.configdelivery.v1.RollingStrategy
Namespace
Google \ Cloud \ ConfigDelivery \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ max_concurrent |
int
Optional. Maximum number of clusters to update the resource bundle on concurrently. |
getMaxConcurrent
Optional. Maximum number of clusters to update the resource bundle on concurrently.
| Returns | |
|---|---|
| Type | Description |
int |
|
setMaxConcurrent
Optional. Maximum number of clusters to update the resource bundle on concurrently.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|