Compute V1 Client - Class BulkInsertOperationStatus (1.14.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

hasCreatedVmCount

clearCreatedVmCount

setCreatedVmCount

[Output Only] Count of VMs successfully created so far.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDeletedVmCount

[Output Only] Count of VMs that got deleted during rollback.

Returns
TypeDescription
int

hasDeletedVmCount

clearDeletedVmCount

setDeletedVmCount

[Output Only] Count of VMs that got deleted during rollback.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFailedToCreateVmCount

[Output Only] Count of VMs that started creating but encountered an error.

Returns
TypeDescription
int

hasFailedToCreateVmCount

clearFailedToCreateVmCount

setFailedToCreateVmCount

[Output Only] Count of VMs that started creating but encountered an error.

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getTargetVmCount

[Output Only] Count of VMs originally planned to be created.

Returns
TypeDescription
int

hasTargetVmCount

clearTargetVmCount

setTargetVmCount

[Output Only] Count of VMs originally planned to be created.

Parameter
NameDescription
var int
Returns
TypeDescription
$this