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 exactly one cluster must 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 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

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

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

Returns:



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

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+.



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

class CreateInstanceRequest; end

#parentString

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

Returns:

  • (String)

    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