Reference documentation and code samples for the Compute V1 Client class InstanceGroupManagerStatusBulkInstanceOperation.
Bulk instance operation is the creation of VMs in a MIG when the targetSizePolicy.mode is set to BULK.
Generated from protobuf message google.cloud.compute.v1.InstanceGroupManagerStatusBulkInstanceOperation
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ in_progress |
bool
Output only. [Output Only] Informs whether bulk instance operation is in progress. |
↳ last_progress_check |
InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
Output only. [Output Only] Information from the last progress check of bulk instance operation. |
getInProgress
Output only. [Output Only] Informs whether bulk instance operation is in progress.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasInProgress
clearInProgress
setInProgress
Output only. [Output Only] Informs whether bulk instance operation is in progress.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLastProgressCheck
Output only. [Output Only] Information from the last progress check of bulk instance operation.
| Returns | |
|---|---|
| Type | Description |
InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck|null |
|
hasLastProgressCheck
clearLastProgressCheck
setLastProgressCheck
Output only. [Output Only] Information from the last progress check of bulk instance operation.
| Parameter | |
|---|---|
| Name | Description |
var |
InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
|
| Returns | |
|---|---|
| Type | Description |
$this |
|