BulkInsertOperationStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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.