Class: Google::Bigtable::Admin::V2::CreateInstanceRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#clustersHash{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, at most two clusters can be specified.

Returns:

  • (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. Fields marked OutputOnly must be left blank. Currently, at most two clusters can be specified.



41
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 41

class CreateInstanceRequest; end

#instanceGoogle::Bigtable::Admin::V2::Instance

Returns The instance to create. Fields marked OutputOnly must be left blank.

Returns:



41
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 41

class CreateInstanceRequest; end

#instance_idString

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.

Returns:

  • (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.



41
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 41

class CreateInstanceRequest; end

#parentString

Returns The unique name of the project in which to create the new instance. Values are of the form projects/<project>.

Returns:

  • (String)

    The unique name of the project in which to create the new instance. Values are of the form projects/<project>.



41
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 41

class CreateInstanceRequest; end