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 webpage details the `InstanceManagedByIgmError` class within the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly, for various versions."],["The latest version of `InstanceManagedByIgmError` is 3.6.0, while the current page focuses on version 2.12.0, which was released alongside several other versions dating from 1.0.0 to 3.5.0."],["`InstanceManagedByIgmError` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstanceManagedByIgmError` class includes properties such as `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp` with details given about their type and description."],["The page outlines the constructors available for `InstanceManagedByIgmError`, including a default constructor and one that accepts another `InstanceManagedByIgmError` object as a parameter."]]],[]]