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.
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.
int
hasCreatedVmCount
clearCreatedVmCount
setCreatedVmCount
[Output Only] Count of VMs successfully created so far.
var
int
$this
getDeletedVmCount
[Output Only] Count of VMs that got deleted during rollback.
int
hasDeletedVmCount
clearDeletedVmCount
setDeletedVmCount
[Output Only] Count of VMs that got deleted during rollback.
var
int
$this
getFailedToCreateVmCount
[Output Only] Count of VMs that started creating but encountered an error.
int
hasFailedToCreateVmCount
clearFailedToCreateVmCount
setFailedToCreateVmCount
[Output Only] Count of VMs that started creating but encountered an error.
var
int
$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.
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.
var
string
$this
getTargetVmCount
[Output Only] Count of VMs originally planned to be created.
int
hasTargetVmCount
clearTargetVmCount
setTargetVmCount
[Output Only] Count of VMs originally planned to be created.
var
int
$this