Reference documentation and code samples for the Compute V1 Client class InstanceGroupManagerStatusVersionTarget.
Generated from protobuf message google.cloud.compute.v1.InstanceGroupManagerStatusVersionTarget
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ is_reached |
bool
[Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager. |
getIsReached
[Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
Generated from protobuf field optional bool is_reached = 433209149;
Returns | |
---|---|
Type | Description |
bool |
hasIsReached
clearIsReached
setIsReached
[Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
Generated from protobuf field optional bool is_reached = 433209149;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |