class Google::Apis::ComputeV1::InstanceManagedByIgmError

Attributes

error[RW]
Output Only

Contents of the error.

Corresponds to the JSON property `error` @return [Google::Apis::ComputeV1::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::ComputeV1::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_v1/classes.rb, line 14282
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 14287
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