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.
Implements
IMessageCheckAutopilotCompatibilityRequest, IEquatableCheckAutopilotCompatibilityRequest, IDeepCloneableCheckAutopilotCompatibilityRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
CheckAutopilotCompatibilityRequest()
public CheckAutopilotCompatibilityRequest()
CheckAutopilotCompatibilityRequest(CheckAutopilotCompatibilityRequest)
public CheckAutopilotCompatibilityRequest(CheckAutopilotCompatibilityRequest other)
Parameter | |
---|---|
Name | Description |
other |
CheckAutopilotCompatibilityRequest |
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 | |
---|---|
Type | Description |
string |