Class: Google::Bigtable::Admin::V2::CreateClusterRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::CreateClusterRequest
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb
 
Overview
Request message for BigtableInstanceAdmin.CreateCluster.
Instance Attribute Summary collapse
- 
  
    
      #cluster  ⇒ Google::Bigtable::Admin::V2::Cluster 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The cluster to be created.
 - 
  
    
      #cluster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID to be used when referring to the new cluster within its instance, e.g., just +mycluster+ rather than +projects/myproject/instances/myinstance/clusters/mycluster+.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the instance in which to create the new cluster.
 
Instance Attribute Details
#cluster ⇒ Google::Bigtable::Admin::V2::Cluster
Returns The cluster to be created. Fields marked +OutputOnly+ must be left blank.
      109  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 109 class CreateClusterRequest; end  | 
  
#cluster_id ⇒ String
Returns The ID to be used when referring to the new cluster within its instance, e.g., just +mycluster+ rather than +projects/myproject/instances/myinstance/clusters/mycluster+.
      109  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 109 class CreateClusterRequest; end  | 
  
#parent ⇒ String
Returns The unique name of the instance in which to create the new cluster.
Values are of the form
+projects/
      109  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 109 class CreateClusterRequest; end  |