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 documented version available is 3.6.0, while the current version highlighted is 2.7.0, and there are numerous previous versions listed, ranging back to version 1.0.0."],["`InstanceManagedByIgmError` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `InstanceManagedByIgmError` class include `Error`, `HasTimestamp`, `InstanceActionDetails`, and `Timestamp`, which offer details on the error's content, the presence of a timestamp, the actions that caused the error and the time it occurred, respectively."],["The documentation details the constructors available for the class, providing options for creating new instances, as well as creating one with details from a copy of another, including the parameters and their descriptions."]]],[]]