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 provides documentation for the `InstanceManagedByIgmError` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.2.0 and all other versions starting from version 1.0.0."],["The `InstanceManagedByIgmError` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has properties such as `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp` that provide information about the error, including if there is an associated timestamp, details of the error, and what action caused it."],["The page documents two constructors for the `InstanceManagedByIgmError` class: a default parameterless constructor and one that takes another `InstanceManagedByIgmError` instance as a parameter."],["The documentation also has a list of all available versions of the class, allowing users to browse the documentation for specific versions of the code from 1.0.0 to 3.6.0."]]],[]]