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