class Google::Apis::ComputeBeta::InstanceManagedByIgmError

Attributes

error[RW]
Output Only

Contents of the error.

Corresponds to the JSON property `error` @return [Google::Apis::ComputeBeta::InstanceManagedByIgmErrorManagedInstanceError]

instance_action_details[RW]
Output Only

Details of the instance action that triggered this error. May be

null, if the error was not caused by an action on an instance. This field is optional. Corresponds to the JSON property `instanceActionDetails` @return [Google::Apis::ComputeBeta::InstanceManagedByIgmErrorInstanceActionDetails]

timestamp[RW]
Output Only

The time that this error occurred. This value is in RFC3339 text

format. Corresponds to the JSON property `timestamp` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 15136
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_beta/classes.rb, line 15141
def update!(**args)
  @error = args[:error] if args.key?(:error)
  @instance_action_details = args[:instance_action_details] if args.key?(:instance_action_details)
  @timestamp = args[:timestamp] if args.key?(:timestamp)
end