Skip to main content

GoogleCloudDataprocCluster

No description

type GoogleCloudDataprocCluster {
metadata: ResourceMetadata!
name: String!
id: String!
configuration: GoogleCloudDataprocClusterConfiguration
labels: [GoogleCloudTag!]!
metrics: GoogleCloudDataprocClusterMetrics
projectId: String!
status: GoogleCloudDataprocClusterStatus
statusHistory: [GoogleCloudDataprocClusterStatus!]!
virtualClusterConfiguration: GoogleCloudDataprocClusterVirtualClusterConfiguration
iamPolicy: GoogleCloudIAMPolicy!
}

Fields

GoogleCloudDataprocCluster.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

GoogleCloudDataprocCluster.name ● String! non-null scalar

The cluster name, which must be unique within a project

GoogleCloudDataprocCluster.id ● String! non-null scalar

The cluster UUID (Unique Universal Identifier)

GoogleCloudDataprocCluster.configuration ● GoogleCloudDataprocClusterConfiguration object

The cluster config for a cluster of Compute Engine Instances

GoogleCloudDataprocCluster.labels ● [GoogleCloudTag!]! non-null object

The labels to associate with this cluster

GoogleCloudDataprocCluster.metrics ● GoogleCloudDataprocClusterMetrics object

Contains cluster daemon metrics such as HDFS and YARN stats

GoogleCloudDataprocCluster.projectId ● String! non-null scalar

The Google Cloud Platform project ID that the cluster belongs to

GoogleCloudDataprocCluster.status ● GoogleCloudDataprocClusterStatus object

Cluster status

GoogleCloudDataprocCluster.statusHistory ● [GoogleCloudDataprocClusterStatus!]! non-null object

The previous cluster status

GoogleCloudDataprocCluster.virtualClusterConfiguration ● GoogleCloudDataprocClusterVirtualClusterConfiguration object

The virtual cluster config is used when creating a Dataproc cluster that does not directly control the underlying compute resources, for example, when creating a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). Dataproc may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.

GoogleCloudDataprocCluster.iamPolicy ● GoogleCloudIAMPolicy! non-null object

The IAM policy of the functions

Member of

GoogleCloudDataproc object