Class BulkInsertOperationStatus (1.18.0)

BulkInsertOperationStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
created_vm_count int
[Output Only] Count of VMs successfully created so far. This field is a member of oneof_ _created_vm_count.
deleted_vm_count int
[Output Only] Count of VMs that got deleted during rollback. This field is a member of oneof_ _deleted_vm_count.
failed_to_create_vm_count int
[Output Only] Count of VMs that started creating but encountered an error. This field is a member of oneof_ _failed_to_create_vm_count.
status str
[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. This field is a member of oneof_ _status.
target_vm_count int
[Output Only] Count of VMs originally planned to be created. This field is a member of oneof_ _target_vm_count.

Classes

Status

Status(value)

[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.

Values: UNDEFINED_STATUS (0): A value indicating that the enum field is not set. CREATING (455564985): Rolling forward - creating VMs. DONE (2104194): Done ROLLING_BACK (259411649): Rolling back - cleaning up after an error. STATUS_UNSPECIFIED (42133066): No description available.