Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstanceGroupManagerStatusBulkInstanceOperation.
Bulk instance operation is the creation of VMs in a MIG when the targetSizePolicy.mode is set to BULK.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#in_progress
def in_progress() -> ::Boolean
Returns
- (::Boolean) — Output only. [Output Only] Informs whether bulk instance operation is in progress.
#in_progress=
def in_progress=(value) -> ::Boolean
Parameter
- value (::Boolean) — Output only. [Output Only] Informs whether bulk instance operation is in progress.
Returns
- (::Boolean) — Output only. [Output Only] Informs whether bulk instance operation is in progress.
#last_progress_check
def last_progress_check() -> ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
Returns
- (::Google::Cloud::Compute::V1::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck) — Output only. [Output Only] Information from the last progress check of bulk instance operation.
#last_progress_check=
def last_progress_check=(value) -> ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
Parameter
- value (::Google::Cloud::Compute::V1::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck) — Output only. [Output Only] Information from the last progress check of bulk instance operation.
Returns
- (::Google::Cloud::Compute::V1::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck) — Output only. [Output Only] Information from the last progress check of bulk instance operation.