Class ProjectsResource.ZonesResource.ClustersResource.NodePoolsResource.FetchNodePoolUpgradeInfoRequest
Fetch upgrade information of a specific nodepool.
Inheritance
ProjectsResource.ZonesResource.ClustersResource.NodePoolsResource.FetchNodePoolUpgradeInfoRequest
Inherited Members
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProjectsResource.ZonesResource.ClustersResource.NodePoolsResource.FetchNodePoolUpgradeInfoRequest : ContainerBaseServiceRequest<NodePoolUpgradeInfo>, IClientServiceRequest<NodePoolUpgradeInfo>, IClientServiceRequest
Constructors
FetchNodePoolUpgradeInfoRequest(IClientService, string)
Constructs a new FetchNodePoolUpgradeInfo request.
Declaration
public FetchNodePoolUpgradeInfoRequest(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
Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified
in the format projects/*/locations/*/clusters/*/nodePools/*
or
projects/*/zones/*/clusters/*/nodePools/*
.
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
Version
API request version that initiates this operation.
Declaration
[RequestParameter("version", RequestParameterType.Query)]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes FetchNodePoolUpgradeInfo parameter list.
Declaration
protected override void InitParameters()