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."],[[["This page details the `InstanceManagedByIgmError` class within the `Google.Cloud.Compute.V1` namespace, showing it's a part of the Google Cloud .NET library."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class features constructors for creating new instances and properties such as `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, which are designed to manage and provide details about errors related to instances."],["This page lists the different versions of the `InstanceManagedByIgmError` class, starting with the latest version [3.6.0] and displaying various older versions, all the way to version [1.0.0]."],["The object inherits members such as `GetHashCode`, `GetType` and `ToString`, that are standard methods in the base object."]]],[]]