public sealed class InstanceManagedByIgmError : IMessage<InstanceManagedByIgmError>, IEquatable<InstanceManagedByIgmError>, IDeepCloneable<InstanceManagedByIgmError>, IBufferMessage, IMessage
public InstanceManagedByIgmErrorInstanceActionDetails InstanceActionDetails { get; set; }
[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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `InstanceManagedByIgmError` class is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["This class, `InstanceManagedByIgmError`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `InstanceManagedByIgmError` class includes properties such as `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, offering details on the error content, timestamp presence, instance action details, and the error's timestamp, respectively."],["The `InstanceManagedByIgmError` class has two constructors, one default and one that takes another `InstanceManagedByIgmError` object as a parameter, enabling both basic object creation and copying of existing objects."],["The `InstanceManagedByIgmError` class is part of the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud` hierarchy, and is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]