Reference documentation and code samples for the Compute V1 Client class RolloutPlanWaveSelectorLocationSelector.
Roll out to resources by location.
Generated from protobuf message google.cloud.compute.v1.RolloutPlanWaveSelectorLocationSelector
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ included_locations |
string[]
Optional. Example: "us-central1-a" |
getIncludedLocations
Optional. Example: "us-central1-a"
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setIncludedLocations
Optional. Example: "us-central1-a"
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|