Class: Google::Apis::ComputeV1::InstanceManagedByIgmError
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstanceManagedByIgmError
- 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
Instance Attribute Summary collapse
-
#error ⇒ Google::Apis::ComputeV1::InstanceManagedByIgmErrorManagedInstanceError
Output only.
-
#instance_action_details ⇒ Google::Apis::ComputeV1::InstanceManagedByIgmErrorInstanceActionDetails
Output only.
-
#timestamp ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceManagedByIgmError
constructor
A new instance of InstanceManagedByIgmError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceManagedByIgmError
Returns a new instance of InstanceManagedByIgmError.
25298 25299 25300 |
# File 'lib/google/apis/compute_v1/classes.rb', line 25298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error ⇒ Google::Apis::ComputeV1::InstanceManagedByIgmErrorManagedInstanceError
Output only. [Output Only] Contents of the error.
Corresponds to the JSON property error
25282 25283 25284 |
# File 'lib/google/apis/compute_v1/classes.rb', line 25282 def error @error end |
#instance_action_details ⇒ Google::Apis::ComputeV1::InstanceManagedByIgmErrorInstanceActionDetails
Output only. [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
25290 25291 25292 |
# File 'lib/google/apis/compute_v1/classes.rb', line 25290 def instance_action_details @instance_action_details end |
#timestamp ⇒ String
Output only. [Output Only] The time that this error occurred.
This value is in RFC3339 text format.
Corresponds to the JSON property timestamp
25296 25297 25298 |
# File 'lib/google/apis/compute_v1/classes.rb', line 25296 def @timestamp end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25303 25304 25305 25306 25307 |
# File 'lib/google/apis/compute_v1/classes.rb', line 25303 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 |