Reference documentation and code samples for the Compute V1 Client class BulkInsertOperationStatus.
Generated from protobuf message google.cloud.compute.v1.BulkInsertOperationStatus
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ created_vm_count |
int
[Output Only] Count of VMs successfully created so far. |
↳ deleted_vm_count |
int
[Output Only] Count of VMs that got deleted during rollback. |
↳ failed_to_create_vm_count |
int
[Output Only] Count of VMs that started creating but encountered an error. |
↳ status |
string
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. Check the Status enum for the list of possible values. |
↳ target_vm_count |
int
[Output Only] Count of VMs originally planned to be created. |
getCreatedVmCount
[Output Only] Count of VMs successfully created so far.
Returns | |
---|---|
Type | Description |
int |
hasCreatedVmCount
clearCreatedVmCount
setCreatedVmCount
[Output Only] Count of VMs successfully created so far.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDeletedVmCount
[Output Only] Count of VMs that got deleted during rollback.
Returns | |
---|---|
Type | Description |
int |
hasDeletedVmCount
clearDeletedVmCount
setDeletedVmCount
[Output Only] Count of VMs that got deleted during rollback.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getFailedToCreateVmCount
[Output Only] Count of VMs that started creating but encountered an error.
Returns | |
---|---|
Type | Description |
int |
hasFailedToCreateVmCount
clearFailedToCreateVmCount
setFailedToCreateVmCount
[Output Only] Count of VMs that started creating but encountered an error.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
Check the Status enum for the list of possible values.
Returns | |
---|---|
Type | Description |
string |
hasStatus
clearStatus
setStatus
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
Check the Status enum for the list of possible values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTargetVmCount
[Output Only] Count of VMs originally planned to be created.
Returns | |
---|---|
Type | Description |
int |
hasTargetVmCount
clearTargetVmCount
setTargetVmCount
[Output Only] Count of VMs originally planned to be created.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |