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, part of the `Google.Cloud.Compute.V1` namespace, provides error information related to instance management in Google Cloud."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide extended functionality for working with the class, as well as inherits from the Object class."],["The `InstanceManagedByIgmError` class includes properties like `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, offering details about the error, related actions, and when it occurred."],["The latest version of this package is `3.6.0`, but it supports various versions down to `1.0.0`, each with its respective documentation."],["There are two constructors for creating an instance of `InstanceManagedByIgmError`: a parameterless constructor and a constructor that takes another `InstanceManagedByIgmError` instance as a parameter."]]],[]]