Show / Hide Table of Contents

Class AutopilotCompatibilityIssue

AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.

Inheritance
object
AutopilotCompatibilityIssue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class AutopilotCompatibilityIssue : IDirectResponseSchema

Properties

ConstraintType

The constraint type of the issue.

Declaration
[JsonProperty("constraintType")]
public virtual string ConstraintType { get; set; }
Property Value
Type Description
string

Description

The description of the issue.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DocumentationUrl

A URL to a public documentation, which addresses resolving this issue.

Declaration
[JsonProperty("documentationUrl")]
public virtual string DocumentationUrl { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncompatibilityType

The incompatibility type of this issue.

Declaration
[JsonProperty("incompatibilityType")]
public virtual string IncompatibilityType { get; set; }
Property Value
Type Description
string

LastObservation

object representation of LastObservationRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastObservationDateTimeOffset instead.")]
public virtual object LastObservation { get; set; }
Property Value
Type Description
object

LastObservationDateTimeOffset

DateTimeOffset representation of LastObservationRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastObservationDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastObservationRaw

The last time when this issue was observed.

Declaration
[JsonProperty("lastObservation")]
public virtual string LastObservationRaw { get; set; }
Property Value
Type Description
string

Subjects

The name of the resources which are subject to this issue.

Declaration
[JsonProperty("subjects")]
public virtual IList<string> Subjects { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX