Google Kubernetes Engine v1 API - Class CheckAutopilotCompatibilityResponse (3.25.0)

public sealed class CheckAutopilotCompatibilityResponse : IMessage<CheckAutopilotCompatibilityResponse>, IEquatable<CheckAutopilotCompatibilityResponse>, IDeepCloneable<CheckAutopilotCompatibilityResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class CheckAutopilotCompatibilityResponse.

CheckAutopilotCompatibilityResponse has a list of compatibility issues.

Inheritance

object > CheckAutopilotCompatibilityResponse

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

CheckAutopilotCompatibilityResponse()

public CheckAutopilotCompatibilityResponse()

CheckAutopilotCompatibilityResponse(CheckAutopilotCompatibilityResponse)

public CheckAutopilotCompatibilityResponse(CheckAutopilotCompatibilityResponse other)
Parameter
NameDescription
otherCheckAutopilotCompatibilityResponse

Properties

Issues

public RepeatedField<AutopilotCompatibilityIssue> Issues { get; }

The list of issues for the given operation.

Property Value
TypeDescription
RepeatedFieldAutopilotCompatibilityIssue

Summary

public string Summary { get; set; }

The summary of the autopilot compatibility response.

Property Value
TypeDescription
string