class Google::Apis::ComputeV1::ManagedInstanceLastAttempt
Attributes
errors[RW]
- Output Only
-
Encountered errors during the last attempt to create or delete
the instance. Corresponds to the JSON property `errors` @return [Google::Apis::ComputeV1::ManagedInstanceLastAttempt::Errors]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 19378 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 19383 def update!(**args) @errors = args[:errors] if args.key?(:errors) end