Class: Google::Cloud::Dataproc::V1::CreateClusterRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dataproc::V1::CreateClusterRequest
 
 
- 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
- 
  
    
      #cluster  ⇒ Google::Cloud::Dataproc::V1::Cluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#cluster ⇒ Google::Cloud::Dataproc::V1::Cluster
Returns Required. The cluster to create.
      388  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 388 class CreateClusterRequest; end  | 
  
#project_id ⇒ String
Returns Required. The ID of the Google Cloud Platform project that the cluster belongs to.
      388  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 388 class CreateClusterRequest; end  | 
  
#region ⇒ String
Returns Required. The Cloud Dataproc region in which to handle the request.
      388  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 388 class CreateClusterRequest; end  |