Class: Google::Cloud::Dataproc::V1::CreateClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb

Overview

A request to create a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#clusterGoogle::Cloud::Dataproc::V1::Cluster

Returns Required. The cluster to create.

Returns:



401
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 401

class CreateClusterRequest; end

#project_idString

Returns Required. The ID of the Google Cloud Platform project that the cluster belongs to.

Returns:

  • (String)

    Required. The ID of the Google Cloud Platform project that the cluster belongs to.



401
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 401

class CreateClusterRequest; end

#regionString

Returns Required. The Cloud Dataproc region in which to handle the request.

Returns:

  • (String)

    Required. The Cloud Dataproc region in which to handle the request.



401
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 401

class CreateClusterRequest; end