public sealed class InstanceGroupManagerResizeRequestStatus : IMessage<InstanceGroupManagerResizeRequestStatus>, IEquatable<InstanceGroupManagerResizeRequestStatus>, IDeepCloneable<InstanceGroupManagerResizeRequestStatus>, IBufferMessage, IMessage
[Output only] Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the last_attempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry.
public InstanceGroupManagerResizeRequestStatusLastAttempt LastAttempt { get; set; }
[Output only] Information about the last attempt to fulfill the request. The value is temporary since the ResizeRequest can retry, as long as it's still active and the last attempt value can either be cleared or replaced with a different error. Since ResizeRequest retries infrequently, the value may be stale and no longer show an active problem. The value is cleared when ResizeRequest transitions to the final state (becomes inactive). If the final state is FAILED the error describing it will be storred in the "error" field only.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eInstanceGroupManagerResizeRequestStatus\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, detailing its properties, constructors, and inheritance.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eInstanceGroupManagerResizeRequestStatus\u003c/code\u003e is part of the Google Cloud Compute .NET library and is available in multiple versions ranging from 1.0.0 to the latest version 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInstanceGroupManagerResizeRequestStatus\u003c/code\u003e implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eInstanceGroupManagerResizeRequestStatus\u003c/code\u003e class include \u003ccode\u003eError\u003c/code\u003e, representing fatal errors, and \u003ccode\u003eLastAttempt\u003c/code\u003e, providing information on the most recent attempt to fulfill the request.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes constructors for the \u003ccode\u003eInstanceGroupManagerResizeRequestStatus\u003c/code\u003e class, one being parameterless, and the other accepting another \u003ccode\u003eInstanceGroupManagerResizeRequestStatus\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]