Class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperation

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagerStatusBulkInstanceOperation

Returns a new instance of InstanceGroupManagerStatusBulkInstanceOperation.



19540
19541
19542
# File 'lib/google/apis/compute_alpha/classes.rb', line 19540

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#in_progressBoolean Also known as: in_progress?

[Output Only] Informs whether bulk instance operation is in progress. Corresponds to the JSON property inProgress

Returns:

  • (Boolean)


19532
19533
19534
# File 'lib/google/apis/compute_alpha/classes.rb', line 19532

def in_progress
  @in_progress
end

#last_progress_checkGoogle::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck

[Output Only] Information from last progress check of bulk instance operation. Corresponds to the JSON property lastProgressCheck



19538
19539
19540
# File 'lib/google/apis/compute_alpha/classes.rb', line 19538

def last_progress_check
  @last_progress_check
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19545
19546
19547
19548
# File 'lib/google/apis/compute_alpha/classes.rb', line 19545

def update!(**args)
  @in_progress = args[:in_progress] if args.key?(:in_progress)
  @last_progress_check = args[:last_progress_check] if args.key?(:last_progress_check)
end