Show / Hide Table of Contents

Class ReservationConsumedInstanceStatus.LinkageErrorsData

A list of issues related to this instance's linkage to the reservation.

Inheritance
object
ReservationConsumedInstanceStatus.LinkageErrorsData
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 ReservationConsumedInstanceStatus.LinkageErrorsData

Properties

Errors

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

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