Class ProjectsResource.LocationsResource.ClustersResource.CheckAutopilotCompatibilityRequest
Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.
Inheritance
ProjectsResource.LocationsResource.ClustersResource.CheckAutopilotCompatibilityRequest
Inherited Members
Namespace: Google.Apis.Container.v1
Assembly: Google.Apis.Container.v1.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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
InitParameters()
Initializes CheckAutopilotCompatibility parameter list.
Declaration
protected override void InitParameters()