Class ManagedInstanceLastAttempt.ErrorsData
[Output Only] Encountered errors during the last attempt to create or delete the instance.
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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> |