Google Kubernetes Engine v1 API - Class CheckAutopilotCompatibilityRequest (3.25.0)

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

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

CheckAutopilotCompatibilityRequest requests getting the blockers for the given operation in the cluster.

Inheritance

object > CheckAutopilotCompatibilityRequest

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

CheckAutopilotCompatibilityRequest()

public CheckAutopilotCompatibilityRequest()

CheckAutopilotCompatibilityRequest(CheckAutopilotCompatibilityRequest)

public CheckAutopilotCompatibilityRequest(CheckAutopilotCompatibilityRequest other)
Parameter
NameDescription
otherCheckAutopilotCompatibilityRequest

Properties

Name

public string Name { get; set; }

The name (project, location, cluster) of the cluster to retrieve. Specified in the format projects/*/locations/*/clusters/*.

Property Value
TypeDescription
string