Show / Hide Table of Contents

Class InstanceGroupManagerResizeRequestStatusLastAttempt.ErrorData

Errors that prevented the ResizeRequest to be fulfilled.

Inheritance
object
InstanceGroupManagerResizeRequestStatusLastAttempt.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 InstanceGroupManagerResizeRequestStatusLastAttempt.ErrorData

Properties

Errors

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

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