Show / Hide Table of Contents

Class ManagedInstanceLastAttempt.ErrorsData

[Output Only] Encountered errors during the last attempt to create or delete the instance.

Inheritance
object
ManagedInstanceLastAttempt.ErrorsData
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 ManagedInstanceLastAttempt.ErrorsData

Properties

Errors

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

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