Class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus
- 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::InstanceGroupManagerResizeRequestStatus::Error
[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupManagerResizeRequestStatus
constructor
A new instance of InstanceGroupManagerResizeRequestStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupManagerResizeRequestStatus
Returns a new instance of InstanceGroupManagerResizeRequestStatus.
16557 16558 16559 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16557 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error ⇒ Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error
[Output only] Fatal errors encountered during the queueing or provisioning
phases of the ResizeRequest that caused the transition to the FAILED state. As
a contrary to the last_attempt errors, this field is final and errors are
never removed from here, as the RR is not going to retry.
Corresponds to the JSON property error
16555 16556 16557 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16555 def error @error end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16562 16563 16564 |
# File 'lib/google/apis/compute_beta/classes.rb', line 16562 def update!(**args) @error = args[:error] if args.key?(:error) end |