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, found within the `Google.Cloud.Compute.V1` namespace, represents errors related to instances managed by an instance group manager (IGM)."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `InstanceManagedByIgmError` class has properties like `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, which provide details about the error, such as the specific error content, whether a timestamp is set, information about any related instance actions, and the time of the error."],["The latest version of `InstanceManagedByIgmError` is 3.6.0, however, it also offers a variety of previous versions of this class ranging down to version 1.0.0."],["The class includes two constructors, one that takes no parameters, and another that will take another `InstanceManagedByIgmError` object as the parameter, enabling a copy constructor."]]],[]]