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 provides details about errors related to instances managed by an Instance Group Manager (IGM) in Google Cloud Compute, with version 3.6.0 being the latest available release."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The class has two constructors: a default one and another that accepts an existing `InstanceManagedByIgmError` object for copying its properties."],["The `InstanceManagedByIgmError` class includes properties such as `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp` to store and retrieve information about the error, whether a timestamp is set, details about actions that caused the error and the time the error occured, respectively."],["The `InstanceManagedByIgmError` class has a namespace of `Google.Cloud.Compute.V1` and comes from the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]