Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Container.v1beta1
Assembly: Google.Apis.Container.v1beta1.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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetServerConfigRequest |
List(string)
Fetches locations that offer Google Kubernetes Engine.
Declaration
public virtual ProjectsResource.LocationsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Contains the name of the resource requested. Specified in the format |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ListRequest |