Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class AllAtOnceStrategyInfo.
AllAtOnceStrategyInfo represents the status of execution of AllAtOnce rollout strategy.
Generated from protobuf message google.cloud.configdelivery.v1.AllAtOnceStrategyInfo
Namespace
Google \ Cloud \ ConfigDelivery \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ clusters |
array<ClusterInfo>
Unordered list. resource bundle's deployment status for all targeted clusters. |
getClusters
Unordered list. resource bundle's deployment status for all targeted clusters.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setClusters
Unordered list. resource bundle's deployment status for all targeted clusters.
Parameter | |
---|---|
Name | Description |
var |
array<ClusterInfo>
|
Returns | |
---|---|
Type | Description |
$this |