Show / Hide Table of Contents

Class ProjectsResource.LocationsResource

The "locations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1
Assembly: Google.Apis.Container.v1.dll
Syntax
public class ProjectsResource.LocationsResource

Constructors

LocationsResource(IClientService)

Constructs a new resource.

Declaration
public LocationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Clusters

Gets the Clusters resource.

Declaration
public virtual ProjectsResource.LocationsResource.ClustersResource Clusters { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ClustersResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.OperationsResource

Methods

GetServerConfig(string)

Returns configuration info about the Google Kubernetes Engine service.

Declaration
public virtual ProjectsResource.LocationsResource.GetServerConfigRequest GetServerConfig(string name)
Parameters
Type Name Description
string name

The name (project and location) of the server config to get, specified in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.GetServerConfigRequest
In this article
Back to top Generated by DocFX