Class ProjectsResource.LocationsResource.ClustersResource.FetchClusterUpgradeInfoRequest
Fetch upgrade information of a specific cluster.
Inheritance
ProjectsResource.LocationsResource.ClustersResource.FetchClusterUpgradeInfoRequest
Inherited Members
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ClustersResource.FetchClusterUpgradeInfoRequest : ContainerBaseServiceRequest<ClusterUpgradeInfo>, IClientServiceRequest<ClusterUpgradeInfo>, IClientServiceRequest
Constructors
FetchClusterUpgradeInfoRequest(IClientService, string)
Constructs a new FetchClusterUpgradeInfo request.
Declaration
public FetchClusterUpgradeInfoRequest(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) of the cluster to get. Specified in the format
projects/*/locations/*/clusters/*
or projects/*/zones/*/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
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 FetchClusterUpgradeInfo parameter list.
Declaration
protected override void InitParameters()