Class: Google::Cloud::Compute::V1::InstanceGroupManagerStatusBulkInstanceOperation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Bulk instance operation is the creation of VMs in a MIG when the targetSizePolicy.mode is set to BULK.

Instance Attribute Summary collapse

Instance Attribute Details

#in_progress::Boolean

Returns Output only. Informs whether bulk instance operation is in progress.

Returns:

  • (::Boolean)

    Output only. Informs whether bulk instance operation is in progress.



32258
32259
32260
32261
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32258

class InstanceGroupManagerStatusBulkInstanceOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#last_progress_check::Google::Cloud::Compute::V1::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

Returns Output only. Information from the last progress check of bulk instance operation.

Returns:



32258
32259
32260
32261
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32258

class InstanceGroupManagerStatusBulkInstanceOperation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end