Class BulkInsertOperationStatus (1.19.0)

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

Attributes

Name Description
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.