Class: Google::Apis::ComputeBeta::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
-
#error ⇒ Google::Apis::ComputeBeta::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error
Output only.
-
#timestamp ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
constructor
A new instance of InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
Returns a new instance of InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.
23743 23744 23745 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23743 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error ⇒ Google::Apis::ComputeBeta::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error
Output only. [Output Only] Errors encountered during bulk instance operation.
Corresponds to the JSON property error
23734 23735 23736 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23734 def error @error end |
#timestamp ⇒ String
Output only. [Output Only] Timestamp of the last progress check of bulk
instance
operation. Timestamp is in RFC3339 text format.
Corresponds to the JSON property timestamp
23741 23742 23743 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23741 def @timestamp end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23748 23749 23750 23751 |
# File 'lib/google/apis/compute_beta/classes.rb', line 23748 def update!(**args) @error = args[:error] if args.key?(:error) @timestamp = args[:timestamp] if args.key?(:timestamp) end |