Class ProjectsResource.LocationsResource.BareMetalAdminClustersResource.QueryVersionConfigRequest
Queries the bare metal admin cluster version config.
Inheritance
ProjectsResource.LocationsResource.BareMetalAdminClustersResource.QueryVersionConfigRequest
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BareMetalAdminClustersResource.QueryVersionConfigRequest : GKEOnPremBaseServiceRequest<QueryBareMetalAdminVersionConfigResponse>, IClientServiceRequest<QueryBareMetalAdminVersionConfigResponse>, IClientServiceRequest
Constructors
QueryVersionConfigRequest(IClientService, string)
Constructs a new QueryVersionConfig request.
Declaration
public QueryVersionConfigRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
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
Parent
Required. The parent of the project and location to query for version config. Format: "projects/{project}/locations/{location}"
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpgradeConfigClusterName
The admin cluster resource name. This is the full resource name of the admin cluster resource. Format: "projects/{project}/locations/{location}/bareMetalAdminClusters/{bare_metal_admin_cluster}"
Declaration
[RequestParameter("upgradeConfig.clusterName", RequestParameterType.Query)]
public virtual string UpgradeConfigClusterName { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes QueryVersionConfig parameter list.
Declaration
protected override void InitParameters()