Class ProjectsResource.ZonesResource.GetServerconfigRequest
Returns configuration info about the Google Kubernetes Engine service.
Inheritance
ProjectsResource.ZonesResource.GetServerconfigRequest
Inherited Members
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProjectsResource.ZonesResource.GetServerconfigRequest : ContainerBaseServiceRequest<ServerConfig>, IClientServiceRequest<ServerConfig>, IClientServiceRequest
Constructors
GetServerconfigRequest(IClientService, string, string)
Constructs a new GetServerconfig request.
Declaration
public GetServerconfigRequest(IClientService service, string projectId, string zone)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | projectId | |
string | zone |
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 and location) of the server config to get, specified in the format
projects/*/locations/*
.
Declaration
[RequestParameter("name", RequestParameterType.Query)]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Zone
Required. Deprecated. The name of the Google Compute Engine zone to return operations for. This field has been deprecated and replaced by the name field.
Declaration
[RequestParameter("zone", RequestParameterType.Path)]
public virtual string Zone { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes GetServerconfig parameter list.
Declaration
protected override void InitParameters()