Reference documentation and code samples for the Compute V1 Client class InstanceGroupManagerStatusStatefulPerInstanceConfigs.
Generated from protobuf message google.cloud.compute.v1.InstanceGroupManagerStatusStatefulPerInstanceConfigs
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ all_effective |
bool
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs. |
getAllEffective
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
Returns | |
---|---|
Type | Description |
bool |
hasAllEffective
clearAllEffective
setAllEffective
A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |