Class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error
- 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
Overview
Errors encountered during the queueing or provisioning phases of the ResizeRequest.
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
-
#errors ⇒ Array<Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error::Error>
[Output Only] The array of errors encountered while processing this operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Error
constructor
A new instance of Error.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Error
Returns a new instance of Error.
16453 16454 16455 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16453 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Array<Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error::Error>
[Output Only] The array of errors encountered while processing this operation.
Corresponds to the JSON property errors
16451 16452 16453 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16451 def errors @errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16458 16459 16460 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16458 def update!(**args) @errors = args[:errors] if args.key?(:errors) end |