Show / Hide Table of Contents

Class ProjectsResource.ZonesResource

The "zones" collection of methods.

Inheritance
object
ProjectsResource.ZonesResource
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.v1beta1
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ProjectsResource.ZonesResource

Constructors

ZonesResource(IClientService)

Constructs a new resource.

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

Properties

Clusters

Gets the Clusters resource.

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

Operations

Gets the Operations resource.

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

Methods

GetServerconfig(string, string)

Returns configuration info about the Google Kubernetes Engine service.

Declaration
public virtual ProjectsResource.ZonesResource.GetServerconfigRequest GetServerconfig(string projectId, string zone)
Parameters
Type Name 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.

string 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.

Returns
Type Description
ProjectsResource.ZonesResource.GetServerconfigRequest
In this article
Back to top Generated by DocFX