Show / Hide Table of Contents

Class InstanceGroupManagerResizeRequestStatus.ErrorData

[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.

Inheritance
object
InstanceGroupManagerResizeRequestStatus.ErrorData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerResizeRequestStatus.ErrorData

Properties

Errors

[Output Only] The array of errors encountered while processing this operation.

Declaration
[JsonProperty("errors")]
public virtual IList<InstanceGroupManagerResizeRequestStatus.ErrorData.ErrorsData> Errors { get; set; }
Property Value
Type Description
IList<InstanceGroupManagerResizeRequestStatus.ErrorData.ErrorsData>
In this article
Back to top Generated by DocFX