Show / Hide Table of Contents

Class GkeClusterConfig

The cluster's GKE config.

Inheritance
object
GkeClusterConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class GkeClusterConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GkeClusterTarget

Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

Declaration
[JsonProperty("gkeClusterTarget")]
public virtual string GkeClusterTarget { get; set; }
Property Value
Type Description
string

NamespacedGkeDeploymentTarget

Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.

Declaration
[JsonProperty("namespacedGkeDeploymentTarget")]
public virtual NamespacedGkeDeploymentTarget NamespacedGkeDeploymentTarget { get; set; }
Property Value
Type Description
NamespacedGkeDeploymentTarget

NodePoolTarget

Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.

Declaration
[JsonProperty("nodePoolTarget")]
public virtual IList<GkeNodePoolTarget> NodePoolTarget { get; set; }
Property Value
Type Description
IList<GkeNodePoolTarget>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX