public sealed class AutopilotCompatibilityIssue : IMessage<AutopilotCompatibilityIssue>, IEquatable<AutopilotCompatibilityIssue>, IDeepCloneable<AutopilotCompatibilityIssue>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AutopilotCompatibilityIssue.
AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.
Implements
IMessageAutopilotCompatibilityIssue, IEquatableAutopilotCompatibilityIssue, IDeepCloneableAutopilotCompatibilityIssue, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
AutopilotCompatibilityIssue()
public AutopilotCompatibilityIssue()
AutopilotCompatibilityIssue(AutopilotCompatibilityIssue)
public AutopilotCompatibilityIssue(AutopilotCompatibilityIssue other)
Parameter | |
---|---|
Name | Description |
other |
AutopilotCompatibilityIssue |
Properties
ConstraintType
public string ConstraintType { get; set; }
The constraint type of the issue.
Property Value | |
---|---|
Type | Description |
string |
Description
public string Description { get; set; }
The description of the issue.
Property Value | |
---|---|
Type | Description |
string |
DocumentationUrl
public string DocumentationUrl { get; set; }
A URL to a public documnetation, which addresses resolving this issue.
Property Value | |
---|---|
Type | Description |
string |
IncompatibilityType
public AutopilotCompatibilityIssue.Types.IssueType IncompatibilityType { get; set; }
The incompatibility type of this issue.
Property Value | |
---|---|
Type | Description |
AutopilotCompatibilityIssueTypesIssueType |
LastObservation
public Timestamp LastObservation { get; set; }
The last time when this issue was observed.
Property Value | |
---|---|
Type | Description |
Timestamp |
Subjects
public RepeatedField<string> Subjects { get; }
The name of the resources which are subject to this issue.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |