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-04-09 UTC."],[[["Version 3.6.0 is the latest available version, while the current documentation pertains to version 3.5.0 of the Google.Cloud.Compute.V1 library."],["The `InstanceManagedByIgmError` class, part of the `Google.Cloud.Compute.V1` namespace, represents errors related to instances managed by an instance group manager and is available from version 1.0.0 onwards."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality checks, deep cloning, and buffer management."],["The `InstanceManagedByIgmError` class includes properties such as `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, which provide details about the error's content, time of occurrence, and related instance action details."],["The `InstanceManagedByIgmError` class can be constructed without arguments or by passing in another `InstanceManagedByIgmError` object to duplicate it's properties."]]],[]]