Class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
- 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
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
-
#error ⇒ Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error
[Output Only] Contains errors encountered during bulk instance operation.
-
#timestamp ⇒ String
[Output Only] Timestamp of the last progress check of bulk instance operation.
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.
20057 20058 20059 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20057 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error ⇒ Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error
[Output Only] Contains errors encountered during bulk instance operation.
Corresponds to the JSON property error
20049 20050 20051 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20049 def error @error end |
#timestamp ⇒ String
[Output Only] Timestamp of the last progress check of bulk instance operation.
Timestamp is in RFC3339 text format.
Corresponds to the JSON property timestamp
20055 20056 20057 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20055 def @timestamp end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20062 20063 20064 20065 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 20062 def update!(**args) @error = args[:error] if args.key?(:error) @timestamp = args[:timestamp] if args.key?(:timestamp) end |