Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::BulkInsertOperationStatus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#created_vm_count
def created_vm_count() -> ::Integer
Returns
- (::Integer) — [Output Only] Count of VMs successfully created so far.
#created_vm_count=
def created_vm_count=(value) -> ::Integer
Parameter
- value (::Integer) — [Output Only] Count of VMs successfully created so far.
Returns
- (::Integer) — [Output Only] Count of VMs successfully created so far.
#deleted_vm_count
def deleted_vm_count() -> ::Integer
Returns
- (::Integer) — [Output Only] Count of VMs that got deleted during rollback.
#deleted_vm_count=
def deleted_vm_count=(value) -> ::Integer
Parameter
- value (::Integer) — [Output Only] Count of VMs that got deleted during rollback.
Returns
- (::Integer) — [Output Only] Count of VMs that got deleted during rollback.
#failed_to_create_vm_count
def failed_to_create_vm_count() -> ::Integer
Returns
- (::Integer) — [Output Only] Count of VMs that started creating but encountered an error.
#failed_to_create_vm_count=
def failed_to_create_vm_count=(value) -> ::Integer
Parameter
- value (::Integer) — [Output Only] Count of VMs that started creating but encountered an error.
Returns
- (::Integer) — [Output Only] Count of VMs that started creating but encountered an error.
#status
def status() -> ::String
Returns
- (::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.
#status=
def status=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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
def target_vm_count() -> ::Integer
Returns
- (::Integer) — [Output Only] Count of VMs originally planned to be created.
#target_vm_count=
def target_vm_count=(value) -> ::Integer
Parameter
- value (::Integer) — [Output Only] Count of VMs originally planned to be created.
Returns
- (::Integer) — [Output Only] Count of VMs originally planned to be created.