Class: Google::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Defined Under Namespace

Classes: Error

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagerResizeRequestStatusLastAttempt

Returns a new instance of InstanceGroupManagerResizeRequestStatusLastAttempt.



23462
23463
23464
# File 'lib/google/apis/compute_v1/classes.rb', line 23462

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#errorGoogle::Apis::ComputeV1::InstanceGroupManagerResizeRequestStatusLastAttempt::Error

Output only. Errors that prevented the ResizeRequest to be fulfilled. Corresponds to the JSON property error



23460
23461
23462
# File 'lib/google/apis/compute_v1/classes.rb', line 23460

def error
  @error
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23467
23468
23469
# File 'lib/google/apis/compute_v1/classes.rb', line 23467

def update!(**args)
  @error = args[:error] if args.key?(:error)
end