Class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperation
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperation
- 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
-
#in_progress ⇒ Boolean
(also: #in_progress?)
[Output Only] Informs whether bulk instance operation is in progress.
-
#last_progress_check ⇒ Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
[Output Only] Information from last progress check of bulk instance operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagerStatusBulkInstanceOperation
constructor
A new instance of InstanceGroupManagerStatusBulkInstanceOperation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagerStatusBulkInstanceOperation
Returns a new instance of InstanceGroupManagerStatusBulkInstanceOperation.
20031 20032 20033 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20031 def initialize(**args) update!(**args) end |
Instance Attribute Details
#in_progress ⇒ Boolean Also known as: in_progress?
[Output Only] Informs whether bulk instance operation is in progress.
Corresponds to the JSON property inProgress
20023 20024 20025 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20023 def in_progress @in_progress end |
#last_progress_check ⇒ Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
[Output Only] Information from last progress check of bulk instance operation.
Corresponds to the JSON property lastProgressCheck
20029 20030 20031 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20029 def last_progress_check @last_progress_check end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20036 20037 20038 20039 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20036 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 |