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, detailing its structure and functionality across multiple versions."],["The latest available version of `InstanceManagedByIgmError` is 3.6.0, with a historical record extending down to version 1.0.0 for comprehensive version management and access."],["`InstanceManagedByIgmError` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's protocol buffer system and standard .NET practices."],["The class includes properties such as `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, providing insights into managed instance errors, their details, and occurrence times."],["The class features two constructors, a default constructor and one that takes an `InstanceManagedByIgmError` object, allowing for both initialization and cloning of instances."]]],[]]