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 `InstanceManagedByIgmError` class in the `Google.Cloud.Compute.V1` namespace provides detailed information about errors related to instances managed by an Instance Group Manager (IGM)."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality checks, deep cloning, and buffer-based operations."],["The `InstanceManagedByIgmError` class has properties like `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, which provide details about the error, whether a timestamp is set, action details, and the time the error occurred."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, with each linked to its corresponding documentation."],["The class documentation provides two constructor overloads, one that is a default constructor and one that accepts another InstanceManagedByIgmError instance as a parameter."]]],[]]