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.
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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> |