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 document provides comprehensive API reference for the `InstanceManagedByIgmError` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `InstanceManagedByIgmError` class, inheriting from `Object`, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionality."],["The class offers two constructors, a default constructor and one that accepts another `InstanceManagedByIgmError` object to create a copy, and also details the properties `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, giving info regarding their type and description."],["The document lists inherited members from `Object`, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, providing a full overview of all methods available."],["The Assembly containing this class is called `Google.Cloud.Compute.V1.dll`."]]],[]]