Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ClustersResource.CheckAutopilotCompatibilityRequest

Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CheckAutopilotCompatibilityResponse>
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>
ProjectsResource.LocationsResource.ClustersResource.CheckAutopilotCompatibilityRequest
Implements
IClientServiceRequest<CheckAutopilotCompatibilityResponse>
IClientServiceRequest
Inherited Members
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.Xgafv
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.AccessToken
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.Alt
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.Callback
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.Fields
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.Key
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.OauthToken
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.PrettyPrint
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.QuotaUser
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.UploadType
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.UploadProtocol
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.Execute()
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ExecuteAsStream()
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ExecuteAsync()
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.CreateRequest(bool?)
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.GenerateRequestUri()
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.GetBody()
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.GetDefaultETagAction(string)
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ETagAction
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ModifyRequest
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ValidateParameters
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.ApiVersion
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.RequestParameters
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ClustersResource.CheckAutopilotCompatibilityRequest : ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>, IClientServiceRequest<CheckAutopilotCompatibilityResponse>, IClientServiceRequest

Constructors

CheckAutopilotCompatibilityRequest(IClientService, string)

Constructs a new CheckAutopilotCompatibility request.

Declaration
public CheckAutopilotCompatibilityRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.MethodName

Name

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

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<CheckAutopilotCompatibilityResponse>.RestPath

Methods

InitParameters()

Initializes CheckAutopilotCompatibility parameter list.

Declaration
protected override void InitParameters()
Overrides
ContainerBaseServiceRequest<CheckAutopilotCompatibilityResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX